]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/dialog.h
* removed unnecessary gi18n.h inclusions
[xonotic/netradiant.git] / radiant / dialog.h
index 8ca4b27df6ba1b9e336fbb2515322b10e915d0d1..97aea2cb097a249120bae889edd59b49640b992b 100644 (file)
@@ -36,7 +36,8 @@ typedef enum
   DLG_SPIN_FLOAT,
   DLG_SPIN_INT,
   DLG_ADJ_INT,
-  DLG_COMBO_INT
+  DLG_COMBO_INT,
+  DLG_COMBO_BOX_INT,
 } DLG_DATA_TYPE;
 
 class Dialog
@@ -45,7 +46,7 @@ class Dialog
   Dialog ();
   virtual ~Dialog ();
 
-  /*! 
+  /*!
   start modal dialog box
   you need to use AddModalButton to select IDOK IDCANCEL buttons
   */
@@ -75,7 +76,7 @@ class Dialog
   /*!
   used in overloaded BuildDialog implementations to configure modal behaviour easily
   */
-  void AddModalButton (GtkWidget *widget, int ret);
+  void AddModalButton( GtkWidget *widget, int ret );
 
  private:
   GSList* m_pDataList;