git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15270 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
		
			
				
	
	
		
			49 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			49 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 wxWindows' 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>
 | 
						|
#include <wx/grid.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
 |