projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added style flags for selection mode.
[wxWidgets.git]
/
include
/
wx
/
cocoa
/
window.h
diff --git
a/include/wx/cocoa/window.h
b/include/wx/cocoa/window.h
index 509d59b12a4a07db18ec21132f68abaf4b0d608c..c997a01de719b0df5f8ccf58ce3a98e47830c132 100644
(file)
--- a/
include/wx/cocoa/window.h
+++ b/
include/wx/cocoa/window.h
@@
-146,8
+146,8
@@
public:
// Set/get the window's font
virtual bool SetFont(const wxFont& f);
// inline virtual wxFont& GetFont() const;
// Set/get the window's font
virtual bool SetFont(const wxFont& f);
// inline virtual wxFont& GetFont() const;
- virtual void SetLabel(const wxString& label)
{ SetTitle(label); }
- virtual wxString GetLabel() const
{ return GetTitle(); }
+ virtual void SetLabel(const wxString& label)
;
+ virtual wxString GetLabel() const
;
// label handling
// Get character size
virtual int GetCharHeight() const;
// label handling
// Get character size
virtual int GetCharHeight() const;