hi,
is there a way to access a ComboBox’s popup window?
i have an Gtk::AccelGroup.connect on the Window holding the ComboBox,
and i can handle the following situation:
user presses control-f
i show a modal window with an entry
user types text, presses enter
i refilter the combo using the entry’s text
there are more comboes, user has to focus the combo first, then press
control-f
to focus the combo user clicks the combo - that drops down, then user
clicks the combo for the second time, so the combo hides it’s dropdown,
but remains focused - then user can press control-f and get the filter
window for the specific combobox
Target combobox focused:
the filter window active for the Target combobox
and my question is: how can i connect my AccelGroup to the ComboBox’s
popup window, so user can see click the combobox, press control-f, type
in the filter, watch the combobox filter it’s rows, press enter to hide
the filter window, select one row from the popup?
thanks in advice
balint