]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
added wxRect::operator+() and *() (union and intersection); also made other operators...
[wxWidgets.git] / include / wx / defs.h
index f1e13037b64f6e027bc75d0bd1c8493cd5331bd0..d5fc6c3c56fb3770e8cb801460736984ce4a6ba7 100644 (file)
@@ -1862,6 +1862,7 @@ enum wxItemKind
     wxITEM_NORMAL,
     wxITEM_CHECK,
     wxITEM_RADIO,
+    wxITEM_DROPDOWN,
     wxITEM_MAX
 };
 
@@ -2848,6 +2849,7 @@ typedef struct _GtkItemFactory    GtkItemFactory;
 typedef struct _GtkSelectionData  GtkSelectionData;
 typedef struct _GtkTextBuffer     GtkTextBuffer;
 typedef struct _GtkRange          GtkRange;
+typedef struct _GtkCellRenderer   GtkCellRenderer;
 
 typedef GtkWidget *WXWidget;