forked from AuroraMiddleware/gtk
Typo fixes
This commit is contained in:
parent
28e712df0a
commit
7645a361ba
@ -1,5 +1,9 @@
|
||||
2005-06-18 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkcellrenderertoggle.c:
|
||||
* gtk/gtktextview.c:
|
||||
* gtk/gtktreeview.c: Typo fixes in comments.
|
||||
|
||||
* gtk/gtkpaned.c (gtk_paned_add): Barf if more than
|
||||
2 children are added. (#308111, Morten Welinder)
|
||||
|
||||
|
@ -1,5 +1,9 @@
|
||||
2005-06-18 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkcellrenderertoggle.c:
|
||||
* gtk/gtktextview.c:
|
||||
* gtk/gtktreeview.c: Typo fixes in comments.
|
||||
|
||||
* gtk/gtkpaned.c (gtk_paned_add): Barf if more than
|
||||
2 children are added. (#308111, Morten Welinder)
|
||||
|
||||
|
@ -1,5 +1,9 @@
|
||||
2005-06-18 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkcellrenderertoggle.c:
|
||||
* gtk/gtktextview.c:
|
||||
* gtk/gtktreeview.c: Typo fixes in comments.
|
||||
|
||||
* gtk/gtkpaned.c (gtk_paned_add): Barf if more than
|
||||
2 children are added. (#308111, Morten Welinder)
|
||||
|
||||
|
@ -434,7 +434,7 @@ gtk_cell_renderer_toggle_set_radio (GtkCellRendererToggle *toggle,
|
||||
* gtk_cell_renderer_toggle_get_radio:
|
||||
* @toggle: a #GtkCellRendererToggle
|
||||
*
|
||||
* Returns wether we're rendering radio toggles rather than checkboxes.
|
||||
* Returns whether we're rendering radio toggles rather than checkboxes.
|
||||
*
|
||||
* Return value: %TRUE if we're rendering radio toggles rather than checkboxes
|
||||
**/
|
||||
|
@ -5522,7 +5522,7 @@ typedef enum
|
||||
|
||||
/*
|
||||
* Move @start and @end to the boundaries of the selection unit (indicated by
|
||||
* @granularity) which contained @start initially. Return wether @start was
|
||||
* @granularity) which contained @start initially. Return whether @start was
|
||||
* contained in a selection unit at all (which may not be the case for words).
|
||||
*/
|
||||
static gboolean
|
||||
|
@ -12275,7 +12275,7 @@ gtk_tree_view_get_search_column (GtkTreeView *tree_view)
|
||||
*
|
||||
* If the sort column is set, users can use the "start-interactive-search"
|
||||
* key binding to bring up search popup. The enable-search property controls
|
||||
* wether simply typing text will also start an interactive search.
|
||||
* whether simply typing text will also start an interactive search.
|
||||
*
|
||||
* Note that @column refers to a column of the model.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user