Removed redundant wxPGProperty::SetChoices()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55877 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1859,15 +1859,6 @@ public:
|
|||||||
*/
|
*/
|
||||||
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.
|
/** Set max length of text in text editor.
|
||||||
*/
|
*/
|
||||||
inline bool SetMaxLength( int maxLen );
|
inline bool SetMaxLength( int maxLen );
|
||||||
|
Reference in New Issue
Block a user