projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Minor clarifation and typo fix
[wxWidgets.git]
/
interface
/
wx
/
propgrid
/
property.h
diff --git
a/interface/wx/propgrid/property.h
b/interface/wx/propgrid/property.h
index 82f34fa08facf44a477ab27fec7da0aa8c54023e..fb4c7bb7b843138f17a9e2df1f093dea7b20c49e 100644
(file)
--- a/
interface/wx/propgrid/property.h
+++ b/
interface/wx/propgrid/property.h
@@
-1028,9
+1028,23
@@
public:
/**
Returns wxPGCell of given column.
/**
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;
*/
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.
*/
/**
Returns number of child properties.
*/