On Sat, Mar 06, 2010 at 12:23:26 +0200, Arkadi Viner wrote: > I don't find any example or code for gladeui on the internet for what I need > so I think it's much easier to go with the socket and the plug....
It would probably be a bit easier, but the result will be bigger bit more ugly. That's because libgladeui allows you to lay out the glade widgets individually to fit the rest of the application, which you can't do with socket/plug. It's mostly obvious you won't find many examples, since there are just two users -- glade itself and anjuta -- but it does not look too complicated. Just create the application, give it the document, get back the widgets and put them somewhere. > On Sat, Mar 6, 2010 at 10:23 AM, Abderrahim Kitouni > <[email protected]>wrote: > > > Hi, > > > > 2010/3/5 Arkadi Viner <[email protected]>: > > > Does it has bindings for vala ? > > it's just a GObject lybrary, you can easily generate bindings > > automatically [1]. And even if it was some random library, you can > > write bindings as you need them binding only classes/methods you need. > > > > HTH, > > Abderrahim > > > > [1] http://live.gnome.org/Vala/Bindings > > > _______________________________________________ > Vala-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/vala-list -- Jan 'Bulb' Hudec <[email protected]> _______________________________________________ Vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
