![]() |
![]() |
Public Types | |
typedef SigC::Slot2< bool, const Glib::ustring &, const TreeModel::const_iterator& > | SlotMatch |
For example, bool on_match(const Glib::ustring& key, const TreeModel::const_iterator& iter);. | |
Public Member Functions | |
virtual | ~EntryCompletion () |
GtkEntryCompletion* | gobj () |
Provides access to the underlying C GObject. | |
const GtkEntryCompletion* | gobj () const |
Provides access to the underlying C GObject. | |
GtkEntryCompletion* | gobj_copy () |
Entry* | get_entry () |
const Entry* | get_entry () const |
void | set_model (const Glib::RefPtr<TreeModel>& model) |
Glib::RefPtr<TreeModel> | get_model () |
Glib::RefPtr<const TreeModel> | get_model () const |
void | set_match_func (const SlotMatch& slot) |
void | set_minimum_key_length (int length) |
int | get_minimum_key_length () const |
void | complete () |
void | insert_action_text (int index, const Glib::ustring& text) |
void | insert_action_markup (int index, const Glib::ustring& markup) |
void | delete_action (int index) |
void | set_text_column (int column) |
Glib::SignalProxy1< void, int > | signal_action_activated () |
Static Public Member Functions | |
Glib::RefPtr<EntryCompletion> | create () |
Protected Member Functions | |
virtual void | on_action_activated (int index) |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr<Gtk::EntryCompletion> | wrap (GtkEntryCompletion* object, bool take_copy=false) |
|
For example, bool on_match(const Glib::ustring& key, const TreeModel::const_iterator& iter);.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Provides access to the underlying C GObject.
Reimplemented from Glib::ObjectBase. |
|
Provides access to the underlying C GObject.
Reimplemented from Glib::ObjectBase. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|