mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Add declarations for gtk_entry_completion_{get,set}_popup_single_match.
Thu May 26 16:43:27 2005 Manish Singh <yosh@gimp.org> * gtk/gtkentrycompletion.h: Add declarations for gtk_entry_completion_{get,set}_popup_single_match.
This commit is contained in:
parent
5efff5b160
commit
d8fb6432c0
@ -1,3 +1,8 @@
|
||||
Thu May 26 16:43:27 2005 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/gtkentrycompletion.h: Add declarations for
|
||||
gtk_entry_completion_{get,set}_popup_single_match.
|
||||
|
||||
2005-05-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtk.symbols:
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu May 26 16:43:27 2005 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/gtkentrycompletion.h: Add declarations for
|
||||
gtk_entry_completion_{get,set}_popup_single_match.
|
||||
|
||||
2005-05-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtk.symbols:
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu May 26 16:43:27 2005 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/gtkentrycompletion.h: Add declarations for
|
||||
gtk_entry_completion_{get,set}_popup_single_match.
|
||||
|
||||
2005-05-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtk.symbols:
|
||||
|
@ -102,14 +102,17 @@ void gtk_entry_completion_delete_action (GtkEntryComplet
|
||||
gint index_);
|
||||
|
||||
void gtk_entry_completion_set_inline_completion (GtkEntryCompletion *completion,
|
||||
gboolean inline_completion);
|
||||
gboolean inline_completion);
|
||||
gboolean gtk_entry_completion_get_inline_completion (GtkEntryCompletion *completion);
|
||||
void gtk_entry_completion_set_popup_completion (GtkEntryCompletion *completion,
|
||||
gboolean popup_completion);
|
||||
gboolean popup_completion);
|
||||
gboolean gtk_entry_completion_get_popup_completion (GtkEntryCompletion *completion);
|
||||
void gtk_entry_completion_set_popup_set_width (GtkEntryCompletion *completion,
|
||||
gboolean popup_set_width);
|
||||
gboolean popup_set_width);
|
||||
gboolean gtk_entry_completion_get_popup_set_width (GtkEntryCompletion *completion);
|
||||
void gtk_entry_completion_set_popup_single_match (GtkEntryCompletion *completion,
|
||||
gboolean popup_single_match);
|
||||
gboolean gtk_entry_completion_get_popup_single_match (GtkEntryCompletion *completion);
|
||||
|
||||
|
||||
/* convenience */
|
||||
|
Loading…
Reference in New Issue
Block a user