projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added bitmaps and icons to samples
[wxWidgets.git]
/
include
/
wx
/
minifram.h
1
#ifndef __MINIFRAMH_BASE__
2
#define __MINIFRAMH_BASE_
3
4
#if defined(__WXMSW__)
5
#include
"wx/msw/minifram.h"
6
#elif defined(__WXMOTIF__)
7
#include
"wx/xt/minifram.h"
8
#elif defined(__WXGTK__)
9
#include
"wx/gtk/minifram.h"
10
#endif
11
12
#endif
13
// __MINIFRAMH_BASE__