wxdialogstdbutton
Description
A wxdialogstdbutton object is a button on a dialog window which is created when the dialog is created, which is placed outside of the area within the window which is used to display window content, and which will have an appearance which is appropriate for the platform.
Type Tags
None
Object Value
Properties
Property | Type | Description |
---|---|---|
_ | type(*) | This property is provided for use by the user to attach any object of any type to the type in which this property is provided. |
__ | type(*) | This property is provided for use by the user to attach any object of any type to the type in which this property is provided. It has the additional feature of being marked with the resolve keyword, so that object resolution can continue down this property. |
dialog | wxdialog | Specifies the wxdialog object which this button belongs to. |
name | string | The name of the wxdialogstdbutton object. |
next | wxdialogstdbutton | Specifies the next wxdialogstdbutton button on the same dialog. |
onclick | event | An event that is triggered every time the user clicks the button. |
type | type | Specifies the wxdialogstdbutton type object. |