]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/Toolbar_pimpl.h
Bugfixes: checkboxes to radiobuttons (from J�rgen S) and remove a little
[lyx.git] / src / frontends / xforms / Toolbar_pimpl.h
index 128af77cb68548a83ae3be55e176c7752571cf88..6eea76f59429891ccfafbd3a9a2bdeed8609a02c 100644 (file)
@@ -27,6 +27,8 @@
 #pragma interface
 #endif
 
+class XFormsView;
+
 /** The LyX xforms toolbar class
   */
 struct Toolbar::Pimpl {
@@ -41,11 +43,6 @@ public:
                clean();
        }
        
-#if 0
-       ///
-       int get_toolbar_func(string const & func);
-#endif
-       
        /// (re)sets the toolbar
        void set(bool doingmain = false);
 
@@ -73,8 +70,8 @@ public:
        void openLayoutList();
        /// Erase the layout list
        void clearLayoutList();
-       /// and the non-static version
-       void layoutSelected(int); 
+       /// the non-static version of layoutSelectedCB
+       void layoutSelected(); 
 
        ///
        struct toolbarItem
@@ -98,7 +95,7 @@ public:
        /// The list containing all the buttons
        ToolbarList toollist;
        ///
-       LyXView * owner;
+       XFormsView * owner;
 #if FL_REVISION < 89
        ///
        FL_OBJECT * bubble_timer;