/**
Gets the number of columns in this choice item.
- @remarks This is implemented for Motif only and always returns 1 for
- the other platforms.
+ @remarks This is implemented for GTK and Motif only and always
+ returns 1 for the other platforms.
*/
int GetColumns() const;
currently selected item in it. When it is not shown, its result is the
same as for the other function.
- @wxsince{2.6.2} (before this version,
- wxControlWithItems::GetSelection() itself behaved like
- this).
+ @since 2.6.2.
+ In older versions, wxControlWithItems::GetSelection() itself
+ behaved like this.
*/
int GetCurrentSelection() const;
@param n
Number of columns.
- @remarks This is implemented for Motif only and doesn’t do anything
- under other platforms.
+ @remarks This is implemented for GTK and Motif only and doesn’t do
+ anything under other platforms.
*/
void SetColumns(int n = 1);
};