Re: [gtk-list] Re: Changing gtkadjustment upper and lower values



> this actually isn't the preferred way to alter object values in OO systems,
>       gtk_adjustment_changed (adjustment);
>       if (need_value_changed)
>         gtk_adjustment_value_changed (adjustment);

Thanks, Tim. I'll switch to that (without any difficulty, as it happens).

Functions like these can be difficult to find sometimes (especially when
the tutorial quotes "gtk_signal_emit_by_name" :-)

Allan



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]