diff options
Diffstat (limited to 'src/Slit.hh')
-rw-r--r-- | src/Slit.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Slit.hh b/src/Slit.hh index c83a50f..642e50f 100644 --- a/src/Slit.hh +++ b/src/Slit.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | /// $Id: Slit.hh,v 1.33 2003/06/22 12:32:08 fluxgen Exp $ | 25 | /// $Id: Slit.hh,v 1.34 2003/06/23 14:16:04 rathnor Exp $ |
26 | 26 | ||
27 | #ifndef SLIT_HH | 27 | #ifndef SLIT_HH |
28 | #define SLIT_HH | 28 | #define SLIT_HH |
@@ -67,6 +67,8 @@ public: | |||
67 | inline bool doAutoHide() const { return *m_rc_auto_hide; } | 67 | inline bool doAutoHide() const { return *m_rc_auto_hide; } |
68 | inline Direction direction() const { return *m_rc_direction; } | 68 | inline Direction direction() const { return *m_rc_direction; } |
69 | inline Placement placement() const { return *m_rc_placement; } | 69 | inline Placement placement() const { return *m_rc_placement; } |
70 | inline int getOnHead() const { return *m_rc_on_head; } | ||
71 | inline void saveOnHead(int head) { m_rc_on_head = head; } | ||
70 | FbTk::Menu &menu() { return m_slitmenu; } | 72 | FbTk::Menu &menu() { return m_slitmenu; } |
71 | 73 | ||
72 | inline const FbTk::FbWindow &window() const { return frame.window; } | 74 | inline const FbTk::FbWindow &window() const { return frame.window; } |