This class creates button layouts which conform to the standard button spacing and ordering defined by the platform
or toolkit’s user interface guidelines (if such things exist). By using this class, you can ensure that all your
standard dialogs look correct on all major platforms. Currently it conforms to the Windows, GTK+ and Mac OS X
human interface guidelines.
When there aren’t interface guidelines defined for a particular platform or toolkit, StdDialogButtonSizer reverts
to the Windows implementation.
To use this class, first add buttons to the sizer by calling AddButton (or SetAffirmativeButton, SetNegativeButton,
or SetCancelButton) and then call Realize in order to create the actual button layout used. Other than these special
operations, this sizer works like any other sizer.
If you add a button with ID_SAVE, on Mac OS X the button will be renamed to “Save” and
the ID_NO button will be renamed to “Don’t Save” in accordance with the Mac OS X Human Interface Guidelines.
Sizer, Dialog#create_button_sizer
Adds a button to the StdDialogButtonSizer. The button must have one of the following identifiers:
Rearranges the buttons and applies proper spacing between buttons to make them match the platform or toolkit’s interface guidelines.
Sets the affirmative button for the sizer. This allows you to use identifiers other than the standard identifiers outlined above.
Sets the cancel button for the sizer. This allows you to use identifiers other than the standard identifiers outlined above.
Sets the negative button for the sizer. This allows you to use identifiers other than the standard identifiers outlined above.
[This page automatically generated from the Textile source at 2023-06-09 00:45:37 +0000]