]> Dogcows Code - chaz/openbox/blobdiff - src/widget.hh
can build trees with modifiers
[chaz/openbox] / src / widget.hh
index c82c28621398bacfffff49ab22bda28e3a502647..e51189d6b7ea5d98b2feceb0c03f74d7b30fc41e 100644 (file)
@@ -6,10 +6,21 @@ namespace ob {
 
 class OBWidget {
 public:
+  // update the enum in openbox.i to match this one
   enum WidgetType {
+    Type_Frame,
     Type_Titlebar,
     Type_Handle,
-    Type_Plate
+    Type_Plate,
+    Type_Label,
+    Type_MaximizeButton,
+    Type_CloseButton,
+    Type_IconifyButton,
+    Type_StickyButton,
+    Type_LeftGrip,
+    Type_RightGrip,
+    Type_Client,
+    Type_Root
   };
 
 private:
This page took 0.021636 seconds and 4 git commands to generate.