]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/configtool/src/configitemselector.h
synching down and up events for the synthetic right mouse handling
[wxWidgets.git] / utils / configtool / src / configitemselector.h
index 7b705736ae0c408c9107f3b7e3d6f0a2f61208e7..c19a3af1a1173f831824f1d7ee4feabee4bf628e 100644 (file)
@@ -12,8 +12,8 @@
 #ifndef _CONFIGITEMSELECTOR_H_
 #define _CONFIGITEMSELECTOR_H_
 
-#ifdef __GNUG__
-#pragma interface configitemselector.h
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
+#pragma interface "configitemselector.cpp"
 #endif
 
 /*!
@@ -52,7 +52,7 @@ class ctConfigItemsSelector: public wxDialog
 {    
 public:
     /// Constructor
-    ctConfigItemsSelector( wxWindow* parent, wxWindowID id = -1, const wxString& caption = _("Configuration Items Selector"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU );
+    ctConfigItemsSelector( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& caption = _("Configuration Items Selector"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU );
 
     /// Creates the controls and sizers
     void CreateControls();