> Hmm, I take that back - I just tried it and it didn't work. Odd, as I
> am sure I have done that before...

Well, the following mostly works - I guess you would need to do  
something with groups to enforce the resizable property, then it  
might work "right".

Hopefully this will get you started, though...

-------------
# data file for the Fltk User Interface Designer (fluid)
version 1.0108
header_name {.h}
code_name {.cxx}
Function {} {open
} {
   Fl_Window main_win {open
     private xywh {369 173 550 395} type Double resizable visible
   } {
     Fl_Button {} {
       label Exit
       callback {main_win->hide();}
       private xywh {470 360 70 25}
     }
     Fl_Menu_Bar mb1 {open
       xywh {0 0 500 20} box THIN_UP_BOX
     } {
       Submenu {} {
         label {sub 1} open selected
         xywh {0 0 70 21}
       } {
         MenuItem {} {
           label item1
           xywh {0 0 36 21}
         }
       }
       Submenu {} {
         label {sub 2} open
         xywh {0 0 280 86}
       } {
         MenuItem {} {
           label itemA
           xywh {0 0 36 21}
         }
       }
     }
     Fl_Menu_Bar {} {open
       xywh {500 0 55 20} box THIN_UP_BOX
     } {
       Submenu {} {
         label help open
         xywh {5 5 70 21}
       } {
         MenuItem {} {
           label help1
           xywh {5 5 36 21}
         }
       }
     }
     Fl_Box {} {
       label {Work Area}
       xywh {25 25 510 322} box THIN_DOWN_BOX color 7 resizable
     }
   }
}
-------------
Ian

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to