[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
RE: Propertybox Apply handler called twice??
- From: Clemens Kirchgatterer <clemens root at>
- To: gtk-app-devel-list gnome org
- Subject: RE: Propertybox Apply handler called twice??
- Date: Wed, 4 Oct 2000 18:19:28 +0200
> > I have used the following code to connect the apply button of a
> > propertybox to its signal handler.
> > gtk_signal_connect (GTK_OBJECT (propertybox2), "apply",
> > GTK_SIGNAL_FUNC (on_propertybox2_apply),
> > NULL);
try this:
gtk_signal_connect(GTK_OBJECT(propertybox2),
"clicked",
GTK_SIGNAL_FUNC(on_propertybox2_apply),
NULL);
warm regards ...
clemens
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]