aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-09-12 22:49:14 (GMT)
committerfluxgen <fluxgen>2003-09-12 22:49:14 (GMT)
commita6b3e25679d80c7d703682a85692f75a8f6a8f75 (patch)
treeeae33d9a82323eb0bb2168a756679fb8af4dcc97 /src/FbWinFrame.hh
parent48ea10e22f74e2718578dbf4634f059cbe59fa9f (diff)
downloadfluxbox-a6b3e25679d80c7d703682a85692f75a8f6a8f75.zip
fluxbox-a6b3e25679d80c7d703682a85692f75a8f6a8f75.tar.bz2
optimized rendering
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r--src/FbWinFrame.hh6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh
index 6906f2a..3040b68 100644
--- a/src/FbWinFrame.hh
+++ b/src/FbWinFrame.hh
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: FbWinFrame.hh,v 1.17 2003/09/11 13:17:14 rathnor Exp $ 22// $Id: FbWinFrame.hh,v 1.18 2003/09/12 22:49:14 fluxgen Exp $
23 23
24#ifndef FBWINFRAME_HH 24#ifndef FBWINFRAME_HH
25#define FBWINFRAME_HH 25#define FBWINFRAME_HH
@@ -168,6 +168,7 @@ public:
168 inline FbTk::FbWindow &gripLeft() { return m_grip_left; } 168 inline FbTk::FbWindow &gripLeft() { return m_grip_left; }
169 inline const FbTk::FbWindow &gripRight() const { return m_grip_right; } 169 inline const FbTk::FbWindow &gripRight() const { return m_grip_right; }
170 inline FbTk::FbWindow &gripRight() { return m_grip_right; } 170 inline FbTk::FbWindow &gripRight() { return m_grip_right; }
171 inline const FbTk::TextButton *currentLabel() const { return m_current_label; }
171 inline bool focused() const { return m_focused; } 172 inline bool focused() const { return m_focused; }
172 inline bool isShaded() const { return m_shaded; } 173 inline bool isShaded() const { return m_shaded; }
173 inline const FbWinFrameTheme &theme() const { return m_theme; } 174 inline const FbWinFrameTheme &theme() const { return m_theme; }
@@ -179,8 +180,9 @@ public:
179 //@} 180 //@}
180 181
181private: 182private:
182 void redrawTitle();
183 void redrawTitlebar(); 183 void redrawTitlebar();
184 void redrawTitle();
185
184 /// reposition titlebar items 186 /// reposition titlebar items
185 void reconfigureTitlebar(); 187 void reconfigureTitlebar();
186 /** 188 /**