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:
Jaakko Salli
2008-09-23 17:37:27 +00:00
parent 24588cd306
commit bb6720bb9e
3 changed files with 730 additions and 765 deletions

View File

@@ -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