]> git.saurik.com Git - wxWidgets.git/blame - samples/wxtest/test_wdr.h
wxMotif does not have wxBitmapDataObject.
[wxWidgets.git] / samples / wxtest / test_wdr.h
CommitLineData
c5e4ef4e
RR
1//------------------------------------------------------------------------------
2// Header generated by wxDesigner from file: test.wdr
3// Do not modify this file, all changes will be lost!
4//------------------------------------------------------------------------------
5
6#ifndef __WDR_test_H__
7#define __WDR_test_H__
8
9#ifdef __GNUG__
10 #pragma interface "test_wdr.cpp"
11#endif
12
13// Include wxWindows' headers
14
15#ifndef WX_PRECOMP
16 #include <wx/wx.h>
17#endif
18
19#include <wx/image.h>
20#include <wx/statline.h>
21#include <wx/spinbutt.h>
22#include <wx/spinctrl.h>
23#include <wx/splitter.h>
24#include <wx/listctrl.h>
25#include <wx/treectrl.h>
26#include <wx/notebook.h>
27#include <wx/grid.h>
28
29// Declare window functions
30
31#define ID_TEXTCTRL 10000
32wxSizer *MyDialogFunc( wxWindow *parent, bool call_fit = TRUE, bool set_sizer = TRUE );
33
34// Declare menubar functions
35
36#define ID_MENU 10001
37#define ID_ABOUT 10002
38#define ID_TEST 10003
39#define ID_QUIT 10004
40wxMenuBar *MyMenuBarFunc();
41
42// Declare toolbar functions
43
44// Declare bitmap functions
45
46#endif
47
48// End of generated file