Combo box without FOCUSABLE state?




Hi everybody,

I'm having an issue with comboboxes using Accerciser. Accerciser says a combobox created with

GtkWidget *combo = gtk_combo_box_text_new();

isn't focusable or selectable. Investigating the tool, I discovered that it raises this error because the widget doesn't have either a FOCUSABLE or a SELECTABLE state.

In fact, applying

gtk_widget_get_can_focus(combo)

returns me false, though I totally can select this combo box with a keyboard.

Should it be expected?

Thanks,

--
Aline Bessa
GNU/Linux Registered User #452373


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