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:
@@ -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
|
||||
//-------------------------------------------------------------------------------------
|
||||
|
@@ -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
|
||||
//-------------------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user