diff options
Diffstat (limited to 'src/ArrowButton.hh')
-rw-r--r-- | src/ArrowButton.hh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ArrowButton.hh b/src/ArrowButton.hh index 6a74a30..ccd0346 100644 --- a/src/ArrowButton.hh +++ b/src/ArrowButton.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: ArrowButton.hh,v 1.4 2003/10/13 23:51:04 fluxgen Exp $ | 22 | // $Id: ArrowButton.hh,v 1.5 2004/08/26 15:09:33 rathnor Exp $ |
23 | 23 | ||
24 | #ifndef ARROWBUTTON_HH | 24 | #ifndef ARROWBUTTON_HH |
25 | #define ARROWBUTTON_HH | 25 | #define ARROWBUTTON_HH |
@@ -45,10 +45,13 @@ public: | |||
45 | void leaveNotifyEvent(XCrossingEvent &ce); | 45 | void leaveNotifyEvent(XCrossingEvent &ce); |
46 | 46 | ||
47 | void setMouseMotionHandler(FbTk::EventHandler *eh) { m_mouse_handler = eh; } | 47 | void setMouseMotionHandler(FbTk::EventHandler *eh) { m_mouse_handler = eh; } |
48 | |||
49 | void updateTheme(const FbTk::Theme &theme); | ||
48 | private: | 50 | private: |
49 | void drawArrow(); | 51 | void drawArrow(); |
50 | Type m_arrow_type; | 52 | Type m_arrow_type; |
51 | FbTk::EventHandler *m_mouse_handler; | 53 | FbTk::EventHandler *m_mouse_handler; |
54 | int m_arrowscale; | ||
52 | }; | 55 | }; |
53 | 56 | ||
54 | #endif // ARROWBUTTON_HH | 57 | #endif // ARROWBUTTON_HH |