[Glade-users] libglade : control of gnome property box
Stéphane Genaud
genaud@icps.u-strasbg.fr
Mon, 18 Sep 2000 18:48:52 +0200
Damon Chaplin wrote:
>
> Stéphane Genaud wrote:
> >
> > Hello,
> > i'd like to use a gnome property box, as proposed in glade 0.5.7,
> > with libglade.
> > However, i don't know how to control it since the OK, Cancel, Apply
> > buttons
> > are totally opaque, i.e. theirs names do not seem to appear anywhere in
> > the glade UI. So what callbacks are triggered when the user presses ok,
> > cancel, etc...
>
> I've never used it, but it looks like you connect to the 'Apply' signal
> of the GnomePropertyBox widget. From the docs (which should be available
> somewhere on http://developer.gnome.org):
>
> The widget emits two signals: "apply" and "help". To make a
> functional dialog box you will want to connect to at least the
> "apply" signal. Your function will be invoked once for each page
> and one more time at the end, passing a special value of -1 for
> the page number.
Thanks Damon,
but i did not find any documentation related to this on
http://developer.gnome.org
(I only found the first libglade reference manual
http://developer.gnome.org/doc/API/libglade/libglade.html)
As i need the exact callback name for "apply", do you know if someone
has written
some new documentation that would not be on developer.gnome.org yet ?
Thanks.
S.G.