Catching up

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15869 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2002-06-17 22:08:57 +00:00
parent f52640f373
commit 47df2b8c54
12 changed files with 188 additions and 314 deletions

View File

@@ -70,7 +70,7 @@ public:
void Command(wxCommandEvent& rEvent);
bool ContainsHWND(WXHWND hWnd) const;
bool Enable(bool bEnable);
virtual bool Enable(bool bEnable = TRUE);
void Enable( int nItem
,bool bEnable
);
@@ -87,7 +87,7 @@ public:
,WXWORD wId
);
void SendNotificationEvent(void);
void Show( int nItem
virtual void Show( int nItem
,bool bShow = TRUE
) ;
bool Show(bool bShow);