diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-04-04 05:15:32 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-04-04 05:15:32 +0000 |
commit | c4e31ace4d84aa275a857dc60e9ddf6a1fb41339 (patch) | |
tree | 673f011bca3a300187f2e976688909af44c28133 /gtk/gtk.symbols | |
parent | 36388a1fbfe0955bab5b7884a82788a1a16c2d7f (diff) | |
download | gtk+-c4e31ace4d84aa275a857dc60e9ddf6a1fb41339.tar.gz |
Allow completion popups to be wider than the entry. (#131916, Ross Burton)
2005-04-04 Matthias Clasen <mclasen@redhat.com>
Allow completion popups to be wider than the entry. (#131916,
Ross Burton)
* gtk/gtkentrycompletion.[hc]: Add a boolean popup-set-width property.
* gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup):
Don't force the popup to have the same width as the entry if
popup-set-width is FALSE.
* gtk/gtk.symbols: Add new functions.
Diffstat (limited to 'gtk/gtk.symbols')
-rw-r--r-- | gtk/gtk.symbols | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk/gtk.symbols b/gtk/gtk.symbols index 4bee95dd78..02ccc6ecca 100644 --- a/gtk/gtk.symbols +++ b/gtk/gtk.symbols @@ -1104,6 +1104,7 @@ gtk_entry_completion_get_inline_completion gtk_entry_completion_get_minimum_key_length gtk_entry_completion_get_model gtk_entry_completion_get_popup_completion +gtk_entry_completion_get_popup_set_width gtk_entry_completion_get_text_column gtk_entry_completion_get_type G_GNUC_CONST gtk_entry_completion_insert_action_markup @@ -1115,6 +1116,7 @@ gtk_entry_completion_set_match_func gtk_entry_completion_set_minimum_key_length gtk_entry_completion_set_model gtk_entry_completion_set_popup_completion +gtk_entry_completion_set_popup_set_width gtk_entry_completion_set_text_column #endif #endif @@ -1652,12 +1654,15 @@ gtk_icon_theme_set_search_path_utf8 #if IN_FILE(__GTK_ICON_VIEW_C__) gtk_icon_view_get_column_spacing gtk_icon_view_get_columns +gtk_icon_view_set_cursor +gtk_icon_view_get_cursor gtk_icon_view_get_item_width gtk_icon_view_get_margin gtk_icon_view_get_markup_column gtk_icon_view_get_model gtk_icon_view_get_orientation gtk_icon_view_get_path_at_pos +gtk_icon_view_get_item_at_pos gtk_icon_view_get_pixbuf_column gtk_icon_view_get_row_spacing gtk_icon_view_get_selected_items |