c++fltk

FLTK layout management


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


Solution

  • 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.