forked from AuroraMiddleware/gtk
Fix trivial doc typo
Pointed out in bug 627912.
This commit is contained in:
parent
45e2176683
commit
3e4e2b233b
@ -666,7 +666,7 @@ gtk_tree_view_class_init (GtkTreeViewClass *class)
|
|||||||
/**
|
/**
|
||||||
* GtkTreeView:hover-selection:
|
* GtkTreeView:hover-selection:
|
||||||
*
|
*
|
||||||
* Enables of disables the hover selection mode of @tree_view.
|
* Enables or disables the hover selection mode of @tree_view.
|
||||||
* Hover selection makes the selected row follow the pointer.
|
* Hover selection makes the selected row follow the pointer.
|
||||||
* Currently, this works only for the selection modes
|
* Currently, this works only for the selection modes
|
||||||
* %GTK_SELECTION_SINGLE and %GTK_SELECTION_BROWSE.
|
* %GTK_SELECTION_SINGLE and %GTK_SELECTION_BROWSE.
|
||||||
@ -687,7 +687,7 @@ gtk_tree_view_class_init (GtkTreeViewClass *class)
|
|||||||
/**
|
/**
|
||||||
* GtkTreeView:hover-expand:
|
* GtkTreeView:hover-expand:
|
||||||
*
|
*
|
||||||
* Enables of disables the hover expansion mode of @tree_view.
|
* Enables or disables the hover expansion mode of @tree_view.
|
||||||
* Hover expansion makes rows expand or collapse if the pointer moves
|
* Hover expansion makes rows expand or collapse if the pointer moves
|
||||||
* over them.
|
* over them.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user