glade: How to edit pages in a GtkAssistant
Asked Answered
K

0

4

I would like to add content to the pages of an Assistant window (GtkAssistant) in Glade.

When I add a new assistant, no children appear under the GtkAssistant. Further I cannot select (or delete or change) the contents of the 3 default pages Glade produces -- I can only select the assistant itself.

So, I try increasing the number of pages to 5 and then adding a widget to one of the new pages. It gives me the error message: "Widgets of type Assistant need placeholders to add children."

Is this a bug, or am I missing something fundamental about how I'm supposed to configure an assistant window?

This question might be related; but it's very vague and has not been answered.

I am running Glade 3.12.1 on Ubuntu 12.04.

Error when I add a label to an Assistant.

Kenwee answered 19/8, 2012 at 2:43 Comment(8)
I don't think there's a "trick" that you're missing. More likely a bug. Try reporting it at bugzilla.gnome.org.Gardel
It seems this problem has already been reported: bugzilla.gnome.org/show_bug.cgi?id=664276Kenwee
The release notes for Glade 3.14.0 (lists.ximian.com/pipermail/glade-devel/2012-September/…) claim that this bug has been fixed. I will verify when I get a moment.Kenwee
@IsaacSutherland has it been fixed yet?Keening
@HaikalNashuha It looks like Ubuntu 12.04 still has release 3.12.1, and I don't have time at the moment to download and test a later non-precise-pangolin release. Maybe you can try 3.14 on Ubuntu 12.10 and let us know?Kenwee
@IsaacSutherland my development machine is using 12.04 (due to longer lifecycle). Is it possible for me to update to 3.14 in Ubuntu 12.04? I am kinda new to Ubuntu and I cannot find any link on the net on how to update from 3.12 to 3.14 in Ubuntu 12.04Keening
@HaikalNashuha I've never done it before but askubuntu.com/questions/103320/… looks like a good place to start. Maybe sudo apt-get install glade -t quantal would work?Kenwee
@IsaacSutherland I tried installing manual Glade from the website, apparently it is not compatible with Ubuntu 12.04 due to requirement gtk >= 3.6, while 12.04 using gtk 3.4.Keening

© 2022 - 2024 — McMap. All rights reserved.