Added getters/setters for cell and grid-default editors
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6082 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -784,6 +784,12 @@ public:
|
||||
wxGridCellRenderer *GetDefaultRenderer() const;
|
||||
wxGridCellRenderer* GetCellRenderer(int row, int col);
|
||||
|
||||
// takes ownership of the pointer
|
||||
void SetDefaultEditor(wxGridCellEditor *editor);
|
||||
void SetCellEditor(int row, int col, wxGridCellEditor *editor);
|
||||
wxGridCellEditor *GetDefaultEditor() const;
|
||||
wxGridCellEditor* GetCellEditor(int row, int col);
|
||||
|
||||
|
||||
// ------ cell value accessors
|
||||
//
|
||||
|
Reference in New Issue
Block a user