GtkAdjustment Callback Parameters are Swapped

2002-04-24 Thread Bradley F. Hartman
Hello, I have found that the parameters that GTK passes to the callback for adjustments are swapped (reversed from what the prototype indicates they should be). The documentation for the prototype for the callback for the value-changed signal for the GtkAdjustment class follows: value-changed

Re: GtkAdjustment Callback Parameters are Swapped

2002-04-24 Thread rsteinke
From: Bradley F. Hartman [EMAIL PROTECTED] Hello, I have found that the parameters that GTK passes to the callback for adjustments are swapped (reversed from what the prototype indicates they should be). The documentation for the prototype for the callback for the value-changed signal for

Re: GtkAdjustment Callback Parameters are Swapped

2002-04-24 Thread Bradley F. Hartman
To get the callback arguments in the same order as the prototype, use gtk_signal_connect() (note, no _object). That was the problem. Thanks! Brad ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list