diff options
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r-- | src/FbWinFrame.hh | 6 |
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 | ||
181 | private: | 182 | private: |
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 | /** |