PDA

View Full Version : No GnomeApp widget in glade available


Danila
January 6th, 2006, 07:28 PM
I started with some gnome programming tutorials and saw a GnomeApp widget in one of it (http://www.micahcarrick.com/v2/content/view/13/3/), I would like to use it, but this class is not available in my glade.

How can I "add" the GnomeApp widget to glade?

m87
January 7th, 2006, 12:30 AM
I started with some gnome programming tutorials and saw a GnomeApp widget in one of it (http://www.micahcarrick.com/v2/content/view/13/3/) (http://www.micahcarrick.com/v2/content/view/13/3/%29), I would like to use it, but this class is not available in my glade.

How can I "add" the GnomeApp widget to glade?

is it a custom widget? i don't get what it does and what the screenshot explains

GazaM
January 7th, 2006, 11:36 AM
You can use the GnomeApp window widget in Glade when creating a Gnome project. Basically, when you start a new project in Glade it should give you the option of creating a GTK+ project or a Gnome project. If you select the Gnome project, certain Gnome specific widgets will become available to you.

m87
January 7th, 2006, 11:58 AM
You can use the GnomeApp window widget in Glade when creating a Gnome project. Basically, when you start a new project in Glade it should give you the option of creating a GTK+ project or a Gnome project. If you select the Gnome project, certain Gnome specific widgets will become available to you.

AHH. It's a glade-specific thing... ok, that's the glade-gnome stuff... anyway i don't recommend using "GNOME project" in glade, it's on the road to deprecation :)
sorry for the misunderstanding, i rarely use glade :)

~marco

pisewip
February 20th, 2008, 06:53 AM
If you are using Glade 3 you have to install the glade-gnome-3 package to be able to look at Gnome elements

pisewip
February 20th, 2008, 07:27 AM
For add a BonoboDockItem to the BonoboDock the only way I've found is right-click the BonoboDockItem, copy it, then select the BonoboDock and paste it inside.
There is another way, to add a BonoboDockItem to a BonoDock?