removed mark #pragmas

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-09-20 16:24:38 +00:00
parent df5a063f61
commit a6fc611aa1
2 changed files with 0 additions and 24 deletions

View File

@@ -28,9 +28,6 @@
IMPLEMENT_DYNAMIC_CLASS(wxRadioBox, wxControl)
#endif
#pragma mark -
#pragma mark ### Constructors & destructor ###
//-------------------------------------------------------------------------------------
// <20> wxRadioBox()
//-------------------------------------------------------------------------------------
@@ -148,9 +145,6 @@ bool wxRadioBox::Create(wxWindow *parent, wxWindowID id, const wxString& label,
}
#pragma mark -
#pragma mark ### Specific functions (reference v2) ###
//-------------------------------------------------------------------------------------
// <20> Enable(bool)
//-------------------------------------------------------------------------------------
@@ -349,9 +343,6 @@ void wxRadioBox::Show(int item, bool show)
current->Show(show);
}
#pragma mark -
#pragma mark ### Other external functions ###
//-------------------------------------------------------------------------------------
// <20> Command
//-------------------------------------------------------------------------------------
@@ -383,9 +374,6 @@ void wxRadioBox::SetFocus()
}
#pragma mark -
#pragma mark ### Internal functions ###
//-------------------------------------------------------------------------------------
// <20> DoSetSize
//-------------------------------------------------------------------------------------

View File

@@ -28,9 +28,6 @@
IMPLEMENT_DYNAMIC_CLASS(wxRadioBox, wxControl)
#endif
#pragma mark -
#pragma mark ### Constructors & destructor ###
//-------------------------------------------------------------------------------------
// <20> wxRadioBox()
//-------------------------------------------------------------------------------------
@@ -148,9 +145,6 @@ bool wxRadioBox::Create(wxWindow *parent, wxWindowID id, const wxString& label,
}
#pragma mark -
#pragma mark ### Specific functions (reference v2) ###
//-------------------------------------------------------------------------------------
// <20> Enable(bool)
//-------------------------------------------------------------------------------------
@@ -349,9 +343,6 @@ void wxRadioBox::Show(int item, bool show)
current->Show(show);
}
#pragma mark -
#pragma mark ### Other external functions ###
//-------------------------------------------------------------------------------------
// <20> Command
//-------------------------------------------------------------------------------------
@@ -383,9 +374,6 @@ void wxRadioBox::SetFocus()
}
#pragma mark -
#pragma mark ### Internal functions ###
//-------------------------------------------------------------------------------------
// <20> DoSetSize
//-------------------------------------------------------------------------------------