Ticket #9592: gtk-choice-setcolumns.2.diff
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54266 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -117,8 +117,8 @@ public:
|
||||
/**
|
||||
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;
|
||||
|
||||
@@ -142,8 +142,8 @@ public:
|
||||
@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);
|
||||
};
|
||||
|
Reference in New Issue
Block a user