Add GTK_SELECTION_NONE enum, #61695
Wed Oct 31 14:45:08 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtkenums.h (enum): Add GTK_SELECTION_NONE enum, #61695 * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): Handle new GTK_SELECTION_NONE enum. (_gtk_tree_selection_internal_select_node): ditto * gtk/gtkcellrenderer.h (struct _GtkCellRendererClass): add constness. * gtk/gtkcellrenderertoggle.c: more yummy constness. * gtk/gtkclist.c (gtk_clist_set_selection_mode): g_return_if_fail if mode == GTK_SELECTION_NONE
This commit is contained in:
committed by
Jonathan Blandford
parent
c49351c86b
commit
30f9fab4b4
@ -279,6 +279,7 @@ contains grayscale or red-green-blue data.
|
||||
|
||||
</para>
|
||||
|
||||
@GTK_SELECTION_NONE:
|
||||
@GTK_SELECTION_SINGLE:
|
||||
@GTK_SELECTION_BROWSE:
|
||||
@GTK_SELECTION_MULTIPLE:
|
||||
|
||||
@ -735,6 +735,13 @@ GtkTreeView
|
||||
|
||||
@treeview: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkTreeView::cursor-changed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@treeview: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkTreeView::expand-collapse-cursor-row ##### -->
|
||||
<para>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user