]> Dogcows Code - chaz/openbox/blobdiff - src/frame.hh
so close to keybindings. wont link for now.
[chaz/openbox] / src / frame.hh
index 37eee7eaecaf9573767e521f261d44a0160f6ead..ab1e1b0347eb5c82e4a90fa42cfbc5bc453e76fb 100644 (file)
@@ -93,6 +93,16 @@ public:
   //! Set the style to decorate the frame with
   virtual void setStyle(otk::Style *style);
 
+  //! Empty overridden method to prevent automatic alignment of children
+  virtual void adjust();
+  
+  //! Displays focused decorations
+  virtual void focus();
+  //! Displays unfocused decorations
+  virtual void unfocus();
+
+  void setTitle(const std::string &text);
   //! Update the frame's size to match the client
   void adjustSize();
   //! Update the frame's position to match the client
This page took 0.021089 seconds and 4 git commands to generate.