]> git.lyx.org Git - lyx.git/blobdiff - src/combox.h
small changes to ButtonController usage
[lyx.git] / src / combox.h
index 70974c8f062bc9ebf6f730abc3ed7ef2ccb64c61..8668797a7422fad430600b5f303c6a0c11c66527 100644 (file)
@@ -56,7 +56,8 @@ public:
        ~Combox();
 
        /** To add this object to a form. Note that there are two heights
-        for normal (button) and expanded (browser) mode each. */
+        for normal (button) and expanded (browser) mode each.
+       */
        void add(int x, int y, int w, int hmin, int hmax);
        
        /// Add lines. Same as for fl_browser object
@@ -85,7 +86,8 @@ public:
        void remove();
 
        /**  Assign a callback to this object. The callback should be a void
-        function with a int and a void pointer as parameters. */
+        function with a int and a void pointer as parameters.
+       */
        void setcallback(FL_COMBO_CB, void *);
    
         ///  Pre handler