FLTK layout management

跟風遠走 提交于 2019-12-11 01:18:22

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!