问题
Is there any more tutorials on how to layout fltk gui than http://fltk.org/articles.php?L415+I20+T+P1+Qresize ? Seems a bit hard to layout this way anyone with any tips on how to do this manually or is fluid the only option?
BRG Anders Olme
回答1:
No, there are no other articles about it that I know of. For the manual layout, check this link: http://www.fltk.org/doc-2.0/html/classfltk_1_1Widget.html#aa69b28a41fdd0674cbb85a6a57ee52c8 .
Btw, there is a guy on our FLTK IRC channel (#FLTK on the OFTC IRC network) who implemented layout manager a-la Java SWING's FlowLayout
and BoxLayout
.
回答2:
The GUI for FLTK 1.3* is fluid. fltk 2.* is dead. This site is were I learned to use FLUID: http://seriss.com/people/erco/fltk-videos/
来源:https://stackoverflow.com/questions/11420008/fltk-layout-management