问题描述
有关如何布局fltk gui的更多教程,比?似乎有点难以布局这种方式任何人有任何技巧如何手动这是这种方法或流动的唯一选择吗?
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安德斯奥利
推荐答案
不,没有其他我知道的文章。
对于手动布局,请选中此链接:。
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,我们的(OFTC IRC网络上的#FLTK)实现布局管理器a-la Java SWING的 FlowLayout
和
BoxLayout
。
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
.
这篇关于FLTK布局管理的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!