wxWidgets/samples/wxtest/test_wdr.h
Julian Smart be5a51fb59 More name changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-25 11:20:37 +00:00

48 lines
1.0 KiB
C

//------------------------------------------------------------------------------
// Header generated by wxDesigner from file: test.wdr
// Do not modify this file, all changes will be lost!
//------------------------------------------------------------------------------
#ifndef __WDR_test_H__
#define __WDR_test_H__
#ifdef __GNUG__
#pragma interface "test_wdr.cpp"
#endif
// Include wxWidgets' headers
#ifndef WX_PRECOMP
#include <wx/wx.h>
#endif
#include <wx/image.h>
#include <wx/statline.h>
#include <wx/spinbutt.h>
#include <wx/spinctrl.h>
#include <wx/splitter.h>
#include <wx/listctrl.h>
#include <wx/treectrl.h>
#include <wx/notebook.h>
// Declare window functions
#define ID_TEXTCTRL 10000
wxSizer *MyDialogFunc( wxWindow *parent, bool call_fit = TRUE, bool set_sizer = TRUE );
// Declare menubar functions
#define ID_MENU 10001
#define ID_ABOUT 10002
#define ID_TEST 10003
#define ID_QUIT 10004
wxMenuBar *MyMenuBarFunc();
// Declare toolbar functions
// Declare bitmap functions
#endif
// End of generated file