forked from AuroraMiddleware/gtk
Add some docs.
This commit is contained in:
parent
696f54a804
commit
924ba34026
@ -1,3 +1,8 @@
|
||||
Thu May 27 00:48:16 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentrycompletion.c (gtk_entry_completion_set_text_column):
|
||||
Add more docs.
|
||||
|
||||
Thu May 27 00:45:07 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentrycompletion.h:
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu May 27 00:48:16 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentrycompletion.c (gtk_entry_completion_set_text_column):
|
||||
Add more docs.
|
||||
|
||||
Thu May 27 00:45:07 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentrycompletion.h:
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu May 27 00:48:16 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentrycompletion.c (gtk_entry_completion_set_text_column):
|
||||
Add more docs.
|
||||
|
||||
Thu May 27 00:45:07 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentrycompletion.h:
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu May 27 00:48:16 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentrycompletion.c (gtk_entry_completion_set_text_column):
|
||||
Add more docs.
|
||||
|
||||
Thu May 27 00:45:07 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentrycompletion.h:
|
||||
|
@ -1048,7 +1048,8 @@ gtk_entry_completion_delete_action (GtkEntryCompletion *completion,
|
||||
* and to get those strings from @column in the model of @completion.
|
||||
*
|
||||
* This functions creates and adds a #GtkCellRendererText for the selected
|
||||
* column.
|
||||
* column. If you need to set the text column, but don't want the cell
|
||||
* renderer, use g_object_set() to set the ::text_column property directly.
|
||||
*
|
||||
* Since: 2.4
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user