Re: [gtk-list] gtk_widget_set_state bug



Ooops, the patch is buggy because :
    if the widget is insensitive then a call to

gtk_widget_set_state( widget,  new_state)

will call gtk_widget_set_sensitive( widget, TRUE)
which will restore the previous state of the widget intead of
setting its state to 'new_state'.

:(

david




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