Document revisioning (including more wx-like formatting and internal function removal)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1565,7 +1565,9 @@ public:
|
||||
/**
|
||||
Determines, recursively, if all children are not unspecified.
|
||||
|
||||
Takes values in given list into account.
|
||||
@param pendingList
|
||||
Assumes members in this wxVariant list as pending
|
||||
replacement values.
|
||||
*/
|
||||
bool AreAllChildrenSpecified( wxVariant* pendingList = NULL ) const;
|
||||
|
||||
@@ -1579,9 +1581,9 @@ public:
|
||||
|
||||
/** Returns true if containing grid uses wxPG_EX_AUTO_UNSPECIFIED_VALUES.
|
||||
*/
|
||||
FlagType UsesAutoUnspecified() const
|
||||
bool UsesAutoUnspecified() const
|
||||
{
|
||||
return HasFlag(wxPG_PROP_AUTO_UNSPECIFIED);
|
||||
return HasFlag(wxPG_PROP_AUTO_UNSPECIFIED)?true:false;
|
||||
}
|
||||
|
||||
wxBitmap* GetValueImage() const
|
||||
|
Reference in New Issue
Block a user