]> git.lyx.org Git - lyx.git/blobdiff - src/toolbar.h
removed a warning from screen and added CFLAGS in lyx.spec.in.
[lyx.git] / src / toolbar.h
index 67b4a549bbed7fae53ba77cc9253192e77f93fbe..f29f2fd024a7ac3fdbaa6c33f0fc0e79fbd51870 100644 (file)
@@ -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...
         */