git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55877
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
*/
bool SetChoices( wxPGChoices& choices );
*/
bool SetChoices( wxPGChoices& choices );
- /** Sets new set of choices for property.
- */
- bool SetChoices( const wxArrayString& labels,
- const wxArrayInt& values = wxArrayInt() )
- {
- wxPGChoices chs(labels, values);
- return SetChoices(chs);
- }
-
/** Set max length of text in text editor.
*/
inline bool SetMaxLength( int maxLen );
/** Set max length of text in text editor.
*/
inline bool SetMaxLength( int maxLen );