projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
removed SetVirtualSizeHints() and related code
[wxWidgets.git]
/
include
/
wx
/
mac
/
carbon
/
radiobut.h
diff --git
a/include/wx/mac/carbon/radiobut.h
b/include/wx/mac/carbon/radiobut.h
index 33f4030600423dc0956bb9ce676c7873fb7444bd..e89c89ae377a9b9b42c617664aa5975be7bfbb6a 100644
(file)
--- a/
include/wx/mac/carbon/radiobut.h
+++ b/
include/wx/mac/carbon/radiobut.h
@@
-6,16
+6,12
@@
// Created: 01/02/97
// RCS-ID: $Id$
// Copyright: (c) Stefan Csomor
// Created: 01/02/97
// RCS-ID: $Id$
// Copyright: (c) Stefan Csomor
-// Licence: wxWi
dget
s licence
+// Licence: wxWi
ndow
s licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_RADIOBUT_H_
#define _WX_RADIOBUT_H_
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_RADIOBUT_H_
#define _WX_RADIOBUT_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "radiobut.h"
-#endif
-
class WXDLLEXPORT wxRadioButton: public wxControl
{
DECLARE_DYNAMIC_CLASS(wxRadioButton)
class WXDLLEXPORT wxRadioButton: public wxControl
{
DECLARE_DYNAMIC_CLASS(wxRadioButton)
@@
-31,6
+27,7
@@
public:
{
Create(parent, id, label, pos, size, style, validator, name);
}
{
Create(parent, id, label, pos, size, style, validator, name);
}
+ virtual ~wxRadioButton();
bool Create(wxWindow *parent, wxWindowID id,
const wxString& label,
bool Create(wxWindow *parent, wxWindowID id,
const wxString& label,
@@
-47,6
+44,7
@@
public:
virtual wxInt32 MacControlHit( WXEVENTHANDLERREF handler , WXEVENTREF event ) ;
void Command(wxCommandEvent& event);
wxRadioButton *AddInCycle(wxRadioButton *cycle);
virtual wxInt32 MacControlHit( WXEVENTHANDLERREF handler , WXEVENTREF event ) ;
void Command(wxCommandEvent& event);
wxRadioButton *AddInCycle(wxRadioButton *cycle);
+ void RemoveFromCycle();
inline wxRadioButton *NextInCycle() {return m_cycle;}
protected:
inline wxRadioButton *NextInCycle() {return m_cycle;}
protected:
@@
-56,9
+54,9
@@
public:
// Not implemented
#if 0
// Not implemented
#if 0
-class WXDLL
EXPORT
wxBitmap ;
+class WXDLL
IMPEXP_FWD_CORE
wxBitmap ;
-WXDLLEXPORT_DATA(extern const
char*) wxBitmapRadioButtonNameStr
;
+WXDLLEXPORT_DATA(extern const
wxChar) wxBitmapRadioButtonNameStr[]
;
class WXDLLEXPORT wxBitmapRadioButton: public wxRadioButton
{
class WXDLLEXPORT wxBitmapRadioButton: public wxRadioButton
{