[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=GtkWidget introduces style properties - these are basically object properties that are stored in the style object associated to the widget. [Property] ##Place=Location and size of the widget @Left=Sets the padding on the left. ARG(int)|1|0 @Top=Sets the Padding on the top. ARG(int)|1|0 @Width=Sets the width of the control. ARG(int)|1|0 @Height=Sets the height of the control. ARG(int)|1|0 ## @Name=Sets the name of the widget. ARG(string)|2| @Visible=Sets whether the widget is visible. ARG(bool)|14|0|True,False [Methods] *onShown=Raised when the widget is shown. ARG(EventArgs)|2|0 *Widget=Returns the widget object. ARG(Widget)|3|0