]> Dogcows Code - chaz/openbox/blobdiff - src/widget.hh
python with callbacks!
[chaz/openbox] / src / widget.hh
index c82c28621398bacfffff49ab22bda28e3a502647..2af01e2434257a7cf97f4b6689b4cd34ecf6ef8e 100644 (file)
@@ -7,9 +7,19 @@ namespace ob {
 class OBWidget {
 public:
   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.019826 seconds and 4 git commands to generate.