开发者

table creation using glui

Is it possible to create table(mathematical table not kitchen table) by using glui? Please specify the function, if possible. Thanks 开发者_高级运维in advance.


From my experience with glui, and looking over the docs again, there doesn't seem to be a way to create a table.

One option is to just pack read only text boxes in a regular grid.. That would sort of poorly mimic a table.

Another option if you are getting to a point where glui simply isn't powerful enough is to switch to something like gtk or gtkmm. It would still allow you to render opengl (through gtkglext), but it would also enable you to use all of the gtk widgets (here's a gallery: http://library.gnome.org/devel/gtk/2.21/ch02.html -- not that I see a table there either).

Again from my experience, gtk is quite a bit harder to start using as compared to glui, but i think it's worth the effort for an involved gui.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜