From eee5ae75685181d357f4485681068b4c7d86c6ec Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 25 Apr 2006 02:31:59 +0000 Subject: [PATCH] additions --- docs/reference/gtk/tmpl/gtkfontbutton.sgml | 3 +- docs/reference/gtk/tmpl/gtkiconview.sgml | 18 +++--- docs/reference/gtk/tmpl/gtkimage.sgml | 4 +- docs/reference/gtk/tmpl/gtktreeview.sgml | 72 ++++++++++++++++------ 4 files changed, 64 insertions(+), 33 deletions(-) diff --git a/docs/reference/gtk/tmpl/gtkfontbutton.sgml b/docs/reference/gtk/tmpl/gtkfontbutton.sgml index 54c701b645..1eda98ee41 100644 --- a/docs/reference/gtk/tmpl/gtkfontbutton.sgml +++ b/docs/reference/gtk/tmpl/gtkfontbutton.sgml @@ -20,7 +20,8 @@ dialog to change the font. It is suitable widget for selecting a font in a prefe - +The GtkFontButton struct has only private members and should not be used +directly. diff --git a/docs/reference/gtk/tmpl/gtkiconview.sgml b/docs/reference/gtk/tmpl/gtkiconview.sgml index 9d609e2313..bc4969a5cc 100644 --- a/docs/reference/gtk/tmpl/gtkiconview.sgml +++ b/docs/reference/gtk/tmpl/gtkiconview.sgml @@ -180,11 +180,9 @@ A function used by gtk_icon_view_selected_foreach() to map all selected rows. It will be called on every selected row in the view. -@icon_view: +@icon_view: a #GtkIconView @path: The #GtkTreePath of a selected row @data: user data - -@model: The #GtkTreeModel being viewed @@ -563,15 +561,15 @@ selected rows. It will be called on every selected row in the view. - +An enum for determining where a dropped item goes. -@GTK_ICON_VIEW_NO_DROP: -@GTK_ICON_VIEW_DROP_INTO: -@GTK_ICON_VIEW_DROP_LEFT: -@GTK_ICON_VIEW_DROP_RIGHT: -@GTK_ICON_VIEW_DROP_ABOVE: -@GTK_ICON_VIEW_DROP_BELOW: +@GTK_ICON_VIEW_NO_DROP: no drop possible +@GTK_ICON_VIEW_DROP_INTO: dropped item replaces the item +@GTK_ICON_VIEW_DROP_LEFT: droppped item is inserted to the left +@GTK_ICON_VIEW_DROP_RIGHT: dropped item is inserted to the right +@GTK_ICON_VIEW_DROP_ABOVE: dropped item is inserted above +@GTK_ICON_VIEW_DROP_BELOW: dropped item is inserted below diff --git a/docs/reference/gtk/tmpl/gtkimage.sgml b/docs/reference/gtk/tmpl/gtkimage.sgml index 60afee4b84..4d5c6c22ee 100644 --- a/docs/reference/gtk/tmpl/gtkimage.sgml +++ b/docs/reference/gtk/tmpl/gtkimage.sgml @@ -189,7 +189,8 @@ functions), but they will all return %NULL values. @GTK_IMAGE_STOCK: the widget contains a stock icon name (see ) @GTK_IMAGE_ICON_SET: the widget contains a #GtkIconSet @GTK_IMAGE_ANIMATION: the widget contains a #GdkPixbufAnimation -@GTK_IMAGE_ICON_NAME: +@GTK_IMAGE_ICON_NAME: the widget contains a named icon. + This image type was added in GTK+ 2.6 @@ -437,7 +438,6 @@ functions), but they will all return %NULL values. @Returns: the #GtkImage -@val: @mask: a #GdkBitmap that indicates which parts of the image should be transparent. diff --git a/docs/reference/gtk/tmpl/gtktreeview.sgml b/docs/reference/gtk/tmpl/gtktreeview.sgml index 138f3fece6..a4c916f3e9 100644 --- a/docs/reference/gtk/tmpl/gtktreeview.sgml +++ b/docs/reference/gtk/tmpl/gtktreeview.sgml @@ -275,10 +275,10 @@ they work together. An enum for determining where a dropped row goes. -@GTK_TREE_VIEW_DROP_BEFORE: -@GTK_TREE_VIEW_DROP_AFTER: -@GTK_TREE_VIEW_DROP_INTO_OR_BEFORE: -@GTK_TREE_VIEW_DROP_INTO_OR_AFTER: +@GTK_TREE_VIEW_DROP_BEFORE: dropped row is inserted before +@GTK_TREE_VIEW_DROP_AFTER: dropped row is inserted after +@GTK_TREE_VIEW_DROP_INTO_OR_BEFORE: dropped row becomes a child or is inserted before +@GTK_TREE_VIEW_DROP_INTO_OR_AFTER: dropped row becomes a child or is inserted after @@ -367,8 +367,6 @@ has some similarity to strcmp() returning 0 for equal strings. @tree_view: @model: - -@tree_model: @@ -387,8 +385,6 @@ has some similarity to strcmp() returning 0 for equal strings. @tree_view: @Returns: - -@layout: @@ -398,8 +394,6 @@ has some similarity to strcmp() returning 0 for equal strings. @tree_view: @adjustment: - -@layout: @@ -409,8 +403,6 @@ has some similarity to strcmp() returning 0 for equal strings. @tree_view: @Returns: - -@layout: @@ -420,8 +412,6 @@ has some similarity to strcmp() returning 0 for equal strings. @tree_view: @adjustment: - -@layout: @@ -466,8 +456,6 @@ has some similarity to strcmp() returning 0 for equal strings. @tree_view: @setting: - -@active: @@ -768,8 +756,6 @@ has some similarity to strcmp() returning 0 for equal strings. @cell_x: @cell_y: @Returns: - -@window: @@ -936,8 +922,6 @@ has some similarity to strcmp() returning 0 for equal strings. @tree_view: @enable_search: - -@use_search: @@ -987,6 +971,54 @@ has some similarity to strcmp() returning 0 for equal strings. @search_destroy: + + + + + +@tree_view: +@Returns: + + + + + + + +@tree_view: +@entry: + + + + + + + +@tree_view: +@search_dialog: +@user_data: + + + + + + + +@tree_view: +@Returns: + + + + + + + +@tree_view: +@func: +@data: +@destroy: + + -- GitLab