[gtk-list] Re: Few minor pre-1.0 comments




 > > 4) GtkCombo - I tried to make console entry using GtkCombo - but I met one
 > > of combo's shortcoming - the ENTER key (entry's signal `activate') is hard
 > > wired to gtk_combo_popup_list so it is impossible to easily disable this
 > > feature (at least list blinks on the screen...)
 > 
 > Yes, this behaviour can be annoying: is it ok if I provide a function
 > like gtk_combo_disable_activate() that removes the activate handler?

Hello,

  I think that new variable inside GtkCombo structure will be sufficient
(variable which stores return value of gtk_signal_connect) but new function
would be ok too.

Best regards,
Dan



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