wxPGProperty::GenerateComposedValue() -> protected DoGenerateComposedValue(), added simple public GenerateComposedValue()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -929,10 +929,9 @@ public:
|
||||
void Empty();
|
||||
|
||||
/**
|
||||
Composes text from values of child properties. You usually do not have
|
||||
to care about arguments other than 'text'.
|
||||
Composes text from values of child properties.
|
||||
*/
|
||||
void GenerateComposedValue( wxString& text, int argFlags = 0 ) const;
|
||||
wxString GenerateComposedValue() const;
|
||||
|
||||
/**
|
||||
Returns property attribute value, null variant if not found.
|
||||
|
Reference in New Issue
Block a user