projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
added AcceptsFocus() { return FALSE; }
[wxWidgets.git]
/
include
/
wx
/
setup.h
1
2
#ifndef __SETUPH_BASE__
3
#define __SETUPH_BASE__
4
5
#if defined(__WINDOWS__)
6
#include
"wx/msw/setup.h"
7
#elif defined(__MOTIF__)
8
#include
"wx/xt/setup.h"
9
#elif defined(__GTK__)
10
#include
"wx/gtk/setup.h"
11
#endif
12
13
#endif
14
// __SETUPH_BASE__