projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Moved the cleanup code to an EVT_WINDOW_DESTROY handler.
[wxWidgets.git]
/
include
/
wx
/
msw
/
font.h
diff --git
a/include/wx/msw/font.h
b/include/wx/msw/font.h
index f1b3c0fb880f797949f91c824998fa55b2b78a22..06c17b10b12d366f4bb6b64e22f7ce81fad36a64 100644
(file)
--- a/
include/wx/msw/font.h
+++ b/
include/wx/msw/font.h
@@
-83,6
+83,8
@@
public:
virtual void SetEncoding(wxFontEncoding encoding);
virtual void SetNativeFontInfo(const wxNativeFontInfo& info);
+ virtual bool IsFixedWidth() const;
+
// implementation only from now on
// -------------------------------