Re: Cannot get realize() events on GtkViewport created by libglade

2007-07-23 Thread david . hagood
> Do you have a suggestion for a repo for plain old Debian? Grrr. It was in front of my face all the time: there's Glade and Glade-2. Does that imply there is a Glade-3? I thought it did. It did not. "Glade" is really Glade 3. Never Mind ___ gtk-app-d

Re: Cannot get realize() events on GtkViewport created by libglade

2007-07-23 Thread Tristan Van Berkom
On Mon, 2007-07-23 at 11:53 -0700, [EMAIL PROTECTED] wrote: > On Mon, 2007-07-23 at 13:28 -0500, [EMAIL PROTECTED] wrote: > > > On Mon, 2007-07-23 at 12:34 -0500, [EMAIL PROTECTED] wrote: > > ... > > > Yeah I said come by during the _week_ ! :D I'm around monday through > > *blink* Looks at watch.

Re: Cannot get realize() events on GtkViewport created by libglade

2007-07-23 Thread david . hagood
> > On Mon, 2007-07-23 at 13:28 -0500, [EMAIL PROTECTED] wrote: >> > On Mon, 2007-07-23 at 12:34 -0500, [EMAIL PROTECTED] wrote: >> ... >> > Yeah I said come by during the _week_ ! :D I'm around monday through >> *blink* Looks at watch. Looks at calendar. Looks at definition of "week" >> - >> I tho

Re: Cannot get realize() events on GtkViewport created by libglade

2007-07-23 Thread wallace . owen
On Mon, 2007-07-23 at 13:28 -0500, [EMAIL PROTECTED] wrote: > > On Mon, 2007-07-23 at 12:34 -0500, [EMAIL PROTECTED] wrote: > ... > > Yeah I said come by during the _week_ ! :D I'm around monday through > *blink* Looks at watch. Looks at calendar. Looks at definition of "week" - > I thought Monday

Re: Cannot get realize() events on GtkViewport created by libglade

2007-07-23 Thread david . hagood
> On Mon, 2007-07-23 at 12:34 -0500, [EMAIL PROTECTED] wrote: > No thats not the case: > >glade_xml_new(); <-- this constructs the whole gui, if "visible" is >TRUE on the toplevel (and children), then all your widgets are >realized once this function returns. > >glade_xml_signal_aut

Re: Cannot get realize() events on GtkViewport created by libglade

2007-07-23 Thread Tristan Van Berkom
On Mon, 2007-07-23 at 12:43 -0500, [EMAIL PROTECTED] wrote: > > Ok so here is your custom widget catalog for glade > > (goes in /usr/share/glade3/catalogs) : > > Two quick questions: > 1) will this also work with Gazpacho? No. > 2) If not, is there a ready-build package for Debian of Glade3? De

Re: Cannot get realize() events on GtkViewport created by libglade

2007-07-23 Thread david . hagood
> Ok so here is your custom widget catalog for glade > (goes in /usr/share/glade3/catalogs) : Two quick questions: 1) will this also work with Gazpacho? 2) If not, is there a ready-build package for Debian of Glade3? > === > http://mail.gnome.org/

Re: Cannot get realize() events on GtkViewport created by libglade

2007-07-23 Thread Tristan Van Berkom
On Mon, 2007-07-23 at 12:34 -0500, [EMAIL PROTECTED] wrote: [...] > > If your toplevel widget is visible=True in the glade file then > > it will be shown by the time glade_xml_new() returns, so all > > the realize handlers have already run before ever connecting > > to the signal... if you hide the

Re: Cannot get realize() events on GtkViewport created by libglade

2007-07-23 Thread david . hagood
> On Mon, 2007-07-23 at 10:41 -0500, [EMAIL PROTECTED] wrote: > [...] >- Add a widget to your project that your custom widget derives from, > for example, GtkLabel for MyCustomLabel >- search/replace occurences of - use glade_xml_register_widget() to tell libglade about >

Re: Cannot get realize() events on GtkViewport created by libglade

2007-07-23 Thread Tristan Van Berkom
On Mon, 2007-07-23 at 10:41 -0500, [EMAIL PROTECTED] wrote: [...] > So, my thought was to hook into some "constructor-like" event for some > container widget, and then create my custom widgets in that event > callback. That way I could at least begin to make progress. If you want a temporary way t

Cannot get realize() events on GtkViewport created by libglade

2007-07-23 Thread david . hagood
I'm trying to build an app that will use Glade+libglade to build its user interface. I'm going to have some custom widgets in the app, and since I have yet to get enough information to know how to create a catalog for Glade or Gazpacho containing my custom widgets, I cannot simply let libglade crea