Document DoRegisterEditorClass() (even though it's not really clear whether it
should be documented); remove the inexistent SetButtonShortcut() documentation
and other minor fixes.
Closes #13995.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70638
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxPG_DEFAULT_STYLE,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxPG_DEFAULT_STYLE,
- const wxChar* name = wxPropertyGridNameStr );
+ const wxString& name = wxPropertyGridNameStr );
/** Destructor */
virtual ~wxPropertyGrid();
/** Destructor */
virtual ~wxPropertyGrid();
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxPG_DEFAULT_STYLE,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxPG_DEFAULT_STYLE,
- const wxChar* name = wxPropertyGridNameStr );
+ const wxString& name = wxPropertyGridNameStr );
/**
Dedicates a specific keycode to wxPropertyGrid. This means that such
/**
Dedicates a specific keycode to wxPropertyGrid. This means that such
*/
virtual void RefreshProperty( wxPGProperty* p );
*/
virtual void RefreshProperty( wxPGProperty* p );
+
+ /** Forwards to DoRegisterEditorClass with empty name. */
+ static wxPGEditor* RegisterEditorClass( wxPGEditor* editor,
+ bool noDefCheck = false );
/**
Registers a new editor class.
@return Returns pointer to the editor class instance that should be used.
*/
/**
Registers a new editor class.
@return Returns pointer to the editor class instance that should be used.
*/
- static wxPGEditor* RegisterEditorClass( wxPGEditor* editor,
+ static wxPGEditor* DoRegisterEditorClass( wxPGEditor* editor,
const wxString& name,
bool noDefCheck = false );
const wxString& name,
bool noDefCheck = false );
*/
bool SelectProperty( wxPGPropArg id, bool focus = false );
*/
bool SelectProperty( wxPGPropArg id, bool focus = false );
- /**
- Changes keyboard shortcut to push the editor button.
-
- @remarks You can set default with keycode 0. Good value for the platform
- is guessed, but don't expect it to be very accurate.
- */
- void SetButtonShortcut( int keycode, bool ctrlDown = false, bool altDown = false );
-
/**
Sets category caption background colour.
*/
/**
Sets category caption background colour.
*/