From: Dennis S. <sy...@yo...> - 2004-10-22 02:51:02
|
On Thu, 2004-10-21 at 22:15 -0300, Gustavo Sverzut Barbieri wrote: > On Thursday 21 October 2004 18:25, Dennis Smit wrote: > > Heya, well, I like to keep you guys updated, so here we go: > > > > http://www.plasser.nl/synap/libvisual/visui_gtk_demo5.png > > > > Code: > > actor = visual_actor_new ("madspin"); > > visual_actor_realize (actor); > > main = visual_plugin_get_userinterface (visual_actor_get_plugin > > (actor)); > > > > vuic = lvwidget_uicontainer_new (main); > > > > gtk_container_add (GTK_CONTAINER (window), vuic); > > > > > > We're getting there for sure ! > > Sure! > > I hope you're willing to implement support for help on items, with tooltips > and things like that. The example you give is self explanatory, but other > options are so obscure to users that might need even multimedia > explanations... maybe html support for these? I don't want to crack this up, let's see how this works for now, if more is needed, we can implement more. an option to set tooltips isn't a bad idea tho. Also, settings do apply directly, so figgling with an option quickly explains it's purpose. Cheers, Dennis |