]> git.saurik.com Git - wxWidgets.git/blob - include/wx/gtk1/dirdlg.h
Changed wxMenu::GetTitle to return a wxString.
[wxWidgets.git] / include / wx / gtk1 / dirdlg.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: dirdlg.h
3 // Purpose:
4 // Author: Robert Roebling
5 // Created: 01/02/97
6 // Id:
7 // Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
8 // Licence: wxWindows licence
9 /////////////////////////////////////////////////////////////////////////////
10
11
12 #ifndef __DIRDIALOGH__
13 #define __DIRDIALOGH__
14
15 #ifdef __GNUG__
16 #pragma interface
17 #endif
18
19 #include "wx/defs.h"
20 #include "wx/object.h"
21 #include "wx/list.h"
22 #include "wx/control.h"
23 #include "wx/dialog.h"
24
25 //-----------------------------------------------------------------------------
26 // classes
27 //-----------------------------------------------------------------------------
28
29 class wxDirDialog;
30
31 //-----------------------------------------------------------------------------
32 // wxDirDialog
33 //-----------------------------------------------------------------------------
34
35 #endif // __DIRDIALOGH__