Add wxTextEntryDialog::ForceUpper()
Just forward it to wxTextCtrll::ForceUpper(). Closes #17291.
This commit is contained in:
@@ -63,6 +63,8 @@ public:
|
||||
|
||||
void SetMaxLength(unsigned long len);
|
||||
|
||||
void ForceUpper();
|
||||
|
||||
#if wxUSE_VALIDATORS
|
||||
void SetTextValidator( const wxTextValidator& validator );
|
||||
#if WXWIN_COMPATIBILITY_2_8
|
||||
|
Reference in New Issue
Block a user