]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/Toolbar_pimpl.h
try this for distinguishing inner and outer tabs
[lyx.git] / src / frontends / xforms / Toolbar_pimpl.h
index 43aa965fda54d04435b3c0c77f57ef1d4a77631f..d9af62d54a28324eb1ec5029c8f0edfa216ac958 100644 (file)
@@ -47,10 +47,11 @@ public:
        void set(bool doingmain = false);
 
        /** this is to be the entry point to the toolbar
-         frame, where you can change the toolbar realtime. */
+           frame, where you can change the toolbar realtime.
+       */
        void edit();
        /// add a new button to the toolbar.
-       void add(int , bool doclean = true);
+       void add(int, bool doclean = true);
        /// invokes the n'th icon in the toolbar
        void push(int);
        /// activates the toolbar
@@ -99,7 +100,9 @@ public:
        ///
        Combox * combox;
        /// Starting position
-       int sxpos, sypos;
+       int sxpos;
+       ///
+       int sypos;
        ///
        int xpos;
        ///
@@ -110,12 +113,10 @@ public:
        /// removes all toolbar buttons from the toolbar.
        void clean();
 
-       /** more...
-        */
+       /// more...
        void reset();
 
-       /** more...
-        */
+       /// more...
        void lightReset();
 };
 #endif