diff options
Diffstat (limited to 'src/FbTk/Button.hh')
-rw-r--r-- | src/FbTk/Button.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FbTk/Button.hh b/src/FbTk/Button.hh index fe65f1b..89a754c 100644 --- a/src/FbTk/Button.hh +++ b/src/FbTk/Button.hh | |||
@@ -87,6 +87,7 @@ private: | |||
87 | Color m_pressed_color; | 87 | Color m_pressed_color; |
88 | GC m_gc; ///< graphic context for button | 88 | GC m_gc; ///< graphic context for button |
89 | bool m_pressed; ///< if the button is pressed | 89 | bool m_pressed; ///< if the button is pressed |
90 | bool *mark_if_deleted; ///< if the button is deleted and this is set, make it true | ||
90 | RefCount<Command> m_onclick[5]; ///< what to do when this button is clicked with button num | 91 | RefCount<Command> m_onclick[5]; ///< what to do when this button is clicked with button num |
91 | }; | 92 | }; |
92 | 93 | ||