Allow setting custom tooltip text for "New" button in wxPGArrayEditorDialog
Ability to change the tooltip can be useful if standard text "New item" is not descriptive enough.
This commit is contained in:
@@ -726,7 +726,11 @@ public:
|
||||
const wxSize& sz = wxDefaultSize );
|
||||
|
||||
void EnableCustomNewAction();
|
||||
|
||||
|
||||
/** Sets tooltip text for button allowing the user to enter new string.
|
||||
*/
|
||||
void SetNewButtonText(const wxString& text);
|
||||
|
||||
/** Set value modified by dialog.
|
||||
*/
|
||||
virtual void SetDialogValue( const wxVariant& value );
|
||||
|
Reference in New Issue
Block a user