]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/applet/dialogs_wdr.h
Fill in more details for the wxEVT_STC_AUTOCOMP_SELECTION event
[wxWidgets.git] / contrib / samples / applet / dialogs_wdr.h
index f8cb61766ad6c21f1f63fa1469e97fb638dbe695..45a13e7cbed011fcddbca527438b61ced09dcd85 100644 (file)
@@ -6,24 +6,20 @@
 #ifndef __WDR_dialogs_H__
 #define __WDR_dialogs_H__
 
-#if defined(__GNUG__) && !defined(__APPLE__)
-    #pragma interface "dialogs_wdr.cpp"
-#endif
-
 // Include wxWindows' headers
 
 #ifndef WX_PRECOMP
-    #include <wx/wx.h>
+    #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/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
 
@@ -33,7 +29,7 @@
 #define ID_TEXTCTRL_MDL 20
 #define ID_LISTBOX_MFTR 11
 #define ID_LISTBOX_MDL 21
-wxSizer *MonitorDialogFunc( wxPanel *parent, bool call_fit = TRUE, bool set_sizer = TRUE );
+wxSizer *MonitorDialogFunc( wxPanel *parent, bool call_fit = true, bool set_sizer = true );
 
 // Declare bitmap functions