Added label editing capability into wxPropertyGrid
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1028,9 +1028,23 @@ public:
|
||||
|
||||
/**
|
||||
Returns wxPGCell of given column.
|
||||
|
||||
@remarks const version of this member function returns 'default'
|
||||
wxPGCell object if the property itself didn't hold
|
||||
cell data.
|
||||
*/
|
||||
const wxPGCell& GetCell( unsigned int column ) const;
|
||||
|
||||
/**
|
||||
Returns wxPGCell of given column, creating one if necessary.
|
||||
*/
|
||||
wxPGCell& GetCell( unsigned int column );
|
||||
|
||||
/**
|
||||
Returns wxPGCell of given column, creating one if necessary.
|
||||
*/
|
||||
wxPGCell& GetOrCreateCell( unsigned int column );
|
||||
|
||||
/**
|
||||
Returns number of child properties.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user