projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
corrections for path handling under Mac OS X
[wxWidgets.git]
/
include
/
wx
/
msw
/
settings.h
diff --git
a/include/wx/msw/settings.h
b/include/wx/msw/settings.h
index 6402bc29e50147544183638930ab2fcd18290532..bf24eb5bc68a7524b3aebef96c89a64ab210f63f 100644
(file)
--- a/
include/wx/msw/settings.h
+++ b/
include/wx/msw/settings.h
@@
-33,6
+33,8
@@
public:
// Get a system metric, e.g. scrollbar size
static int GetSystemMetric(int index);
+ // Return true if the port has certain feature
+ static bool GetCapability(int index);
};
#endif