]> git.lyx.org Git - lyx.git/blobdiff - src/combox.h
citation patch from Angus
[lyx.git] / src / combox.h
index 981f51ddb08789d37a8ac9c3c8ce423c13b6c4d7..8668797a7422fad430600b5f303c6a0c11c66527 100644 (file)
@@ -51,12 +51,13 @@ typedef void (*FL_COMBO_PRE_POST) ();
 class Combox {
 public:
        ///
-       Combox(combox_type t = FL_COMBOX_NORMAL);
+       explicit Combox(combox_type t = FL_COMBOX_NORMAL);
        ///
        ~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