Further cleaning of the wxPalmOS radiobox code. Sending update event from slider. New styles for wxRadioBox and wxRadioButton for using alternative appearance of the control.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1419,11 +1419,16 @@ enum wxBorder
|
||||
#define wxRA_HORIZONTAL wxHORIZONTAL
|
||||
#define wxRA_VERTICAL wxVERTICAL
|
||||
|
||||
/* Use alternative object for single control */
|
||||
|
||||
#define wxRA_USE_SUBSTITUTE 0x0010
|
||||
|
||||
/*
|
||||
* wxRadioButton style flag
|
||||
*/
|
||||
#define wxRB_GROUP 0x0004
|
||||
#define wxRB_SINGLE 0x0008
|
||||
#define wxRB_USE_SUBSTITUTE 0x0010
|
||||
|
||||
/*
|
||||
* wxSlider flags
|
||||
|
Reference in New Issue
Block a user