X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftoolbar.h;h=f29f2fd024a7ac3fdbaa6c33f0fc0e79fbd51870;hb=a858be7332e331e0244e4dba7b0931b6072ffd3d;hp=67b4a549bbed7fae53ba77cc9253192e77f93fbe;hpb=0eccdd1c3613e5170deb77b22174dd0afde833e9;p=lyx.git diff --git a/src/toolbar.h b/src/toolbar.h index 67b4a549bb..f29f2fd024 100644 --- a/src/toolbar.h +++ b/src/toolbar.h @@ -86,6 +86,14 @@ public: /// deactivates the toolbar void deactivate(); + /// + static void ToolbarCB(FL_OBJECT*, long); + /// + static void BubbleTimerCB(FL_OBJECT *, long); + /// + static int BubblePost(FL_OBJECT *ob, int event, + FL_Coord mx, FL_Coord my, int key, void *xev); + private: /// struct toolbarItem @@ -147,13 +155,6 @@ private: char **getPixmap(kb_action, string const & arg=string()); /// removes all toolbar buttons from the toolbar. void clean(); - /// - static void ToolbarCB(FL_OBJECT*, long); - /// - static void BubbleTimerCB(FL_OBJECT *, long); - /// - static int BubblePost(FL_OBJECT *ob, int event, - FL_Coord mx, FL_Coord my, int key, void *xev); /** more... */