projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
forgot .bmp's
[wxWidgets.git]
/
include
/
wx
/
textdlg.h
1
#ifndef _WX_TEXTDLG_H_BASE_
2
#define _WX_TEXTDLG_H_BASE_
3
4
#ifdef __WXGTK__
5
#include
"wx/gtk/textdlg.h"
6
#else
7
#include
"wx/generic/textdlgg.h"
8
#endif
9
10
#endif
11
// _WX_TEXTDLG_H_BASE_