RE: Propertybox Apply handler called twice??



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]