projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Removed some old cruft from wxBitmap, moved wxMotif- and
[wxWidgets.git]
/
include
/
wx
/
gtk
/
control.h
diff --git
a/include/wx/gtk/control.h
b/include/wx/gtk/control.h
index 7dfa143621eb4a8e477daa1550f1d2245a8b492e..17db76e5711942fd57da856cd3aff3f6a2351fda 100644
(file)
--- a/
include/wx/gtk/control.h
+++ b/
include/wx/gtk/control.h
@@
-10,7
+10,7
@@
#ifndef __GTKCONTROLH__
#define __GTKCONTROLH__
#ifndef __GTKCONTROLH__
#define __GTKCONTROLH__
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(__APPLE__)
#pragma interface
#endif
#pragma interface
#endif
@@
-55,6
+55,9
@@
public:
protected:
virtual wxSize DoGetBestSize() const;
protected:
virtual wxSize DoGetBestSize() const;
+#ifdef __WXGTK20__
+ wxString PrepareLabelMnemonics( const wxString &label ) const;
+#endif
wxString m_label;
char m_chAccel; // enabled to avoid breaking binary compatibility later on
wxString m_label;
char m_chAccel; // enabled to avoid breaking binary compatibility later on