Get rid of wxRA_LEFTTORIGHT and wxRA_TOPTOBOTTOM styles
This was only used in wxUniv, wxRA_SPECIFY_[COLS/ROWS] can be used instead. Do not remove them from the definitions, to not break user code. Closes #18100.
This commit is contained in:
@@ -1568,9 +1568,8 @@ enum wxBorder
|
||||
|
||||
/*
|
||||
* wxRadioBox style flags
|
||||
* These styles are not used in any port.
|
||||
*/
|
||||
/* should we number the items from left to right or from top to bottom in a 2d */
|
||||
/* radiobox? */
|
||||
#define wxRA_LEFTTORIGHT 0x0001
|
||||
#define wxRA_TOPTOBOTTOM 0x0002
|
||||
|
||||
|
Reference in New Issue
Block a user