mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Doc update.
This commit is contained in:
parent
2ddeb7cd1c
commit
576ce8141b
@ -1,3 +1,7 @@
|
||||
Wed Mar 3 23:54:31 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentrycompletion.c: Doc update.
|
||||
|
||||
Wed Mar 3 17:30:18 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_mnemonic_activate): Check
|
||||
|
@ -1,3 +1,7 @@
|
||||
Wed Mar 3 23:54:31 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentrycompletion.c: Doc update.
|
||||
|
||||
Wed Mar 3 17:30:18 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_mnemonic_activate): Check
|
||||
|
@ -1,3 +1,7 @@
|
||||
Wed Mar 3 23:54:31 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentrycompletion.c: Doc update.
|
||||
|
||||
Wed Mar 3 17:30:18 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_mnemonic_activate): Check
|
||||
|
@ -1,3 +1,7 @@
|
||||
Wed Mar 3 23:54:31 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentrycompletion.c: Doc update.
|
||||
|
||||
Wed Mar 3 17:30:18 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_mnemonic_activate): Check
|
||||
|
@ -1,3 +1,7 @@
|
||||
Wed Mar 3 23:54:31 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentrycompletion.c: Doc update.
|
||||
|
||||
Wed Mar 3 17:30:18 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_mnemonic_activate): Check
|
||||
|
@ -999,11 +999,13 @@ gtk_entry_completion_delete_action (GtkEntryCompletion *completion,
|
||||
* @completion: A #GtkEntryCompletion.
|
||||
* @column: The column in the model of @completion to get strings from.
|
||||
*
|
||||
* Convience function for setting up the most used case of this code: a
|
||||
* Convenience function for setting up the most used case of this code: a
|
||||
* completion list with just strings. This function will set up @completion
|
||||
* to have a list displaying all (and just) strings in the completion list,
|
||||
* and to get those strings from @column in the model of @completion.
|
||||
*
|
||||
* This functions creates and adds a GtkCellRendererText for the selected column.
|
||||
|
||||
* Since: 2.4
|
||||
*/
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user