]> Dogcows Code - chaz/openbox/blobdiff - src/widget.hh
can tell where events are coming from!
[chaz/openbox] / src / widget.hh
index c82c28621398bacfffff49ab22bda28e3a502647..6b9ffe77b5d321efd9ecc1c66eec0b6dfc1d4565 100644 (file)
@@ -7,9 +7,18 @@ 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
   };
 
 private:
This page took 0.021997 seconds and 4 git commands to generate.