X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fframe.hh;h=ab1e1b0347eb5c82e4a90fa42cfbc5bc453e76fb;hb=d7a30f93b517ac76816d0acea92e9c56ad5d6594;hp=37eee7eaecaf9573767e521f261d44a0160f6ead;hpb=68194ce957db36ead19a39fdc7636a220befafe9;p=chaz%2Fopenbox diff --git a/src/frame.hh b/src/frame.hh index 37eee7ea..ab1e1b03 100644 --- a/src/frame.hh +++ b/src/frame.hh @@ -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