additions

This commit is contained in:
Matthias Clasen 2006-04-25 02:31:59 +00:00
parent 92723e10a6
commit eee5ae7568
4 changed files with 64 additions and 33 deletions

View File

@ -20,7 +20,8 @@ dialog to change the font. It is suitable widget for selecting a font in a prefe
<!-- ##### STRUCT GtkFontButton ##### -->
<para>
The GtkFontButton struct has only private members and should not be used
directly.
</para>

View File

@ -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.
</para>
@icon_view:
@icon_view: a #GtkIconView
@path: The #GtkTreePath of a selected row
@data: user data
<!-- # Unused Parameters # -->
@model: The #GtkTreeModel being viewed
<!-- ##### FUNCTION gtk_icon_view_new ##### -->
@ -563,15 +561,15 @@ selected rows. It will be called on every selected row in the view.
<!-- ##### ENUM GtkIconViewDropPosition ##### -->
<para>
An enum for determining where a dropped item goes.
</para>
@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
<!-- ##### FUNCTION gtk_icon_view_enable_model_drag_source ##### -->
<para>

View File

@ -189,7 +189,8 @@ functions), but they will all return %NULL values.
@GTK_IMAGE_STOCK: the widget contains a stock icon name (see <xref linkend="gtk-Stock-Items"/>)
@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
<!-- ##### FUNCTION gtk_image_get_icon_set ##### -->
<para>
@ -437,7 +438,6 @@ functions), but they will all return %NULL values.
@Returns: the #GtkImage
<!-- # Unused Parameters # -->
@val:
@mask: a #GdkBitmap that indicates which parts of the image should be transparent.

View File

@ -275,10 +275,10 @@ they work together.
An enum for determining where a dropped row goes.
</para>
@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
<!-- ##### STRUCT GtkTreeViewPrivate ##### -->
<para>
@ -367,8 +367,6 @@ has some similarity to strcmp() returning 0 for equal strings.
@tree_view:
@model:
<!-- # Unused Parameters # -->
@tree_model:
<!-- ##### FUNCTION gtk_tree_view_get_selection ##### -->
@ -387,8 +385,6 @@ has some similarity to strcmp() returning 0 for equal strings.
@tree_view:
@Returns:
<!-- # Unused Parameters # -->
@layout:
<!-- ##### FUNCTION gtk_tree_view_set_hadjustment ##### -->
@ -398,8 +394,6 @@ has some similarity to strcmp() returning 0 for equal strings.
@tree_view:
@adjustment:
<!-- # Unused Parameters # -->
@layout:
<!-- ##### FUNCTION gtk_tree_view_get_vadjustment ##### -->
@ -409,8 +403,6 @@ has some similarity to strcmp() returning 0 for equal strings.
@tree_view:
@Returns:
<!-- # Unused Parameters # -->
@layout:
<!-- ##### FUNCTION gtk_tree_view_set_vadjustment ##### -->
@ -420,8 +412,6 @@ has some similarity to strcmp() returning 0 for equal strings.
@tree_view:
@adjustment:
<!-- # Unused Parameters # -->
@layout:
<!-- ##### FUNCTION gtk_tree_view_get_headers_visible ##### -->
@ -466,8 +456,6 @@ has some similarity to strcmp() returning 0 for equal strings.
@tree_view:
@setting:
<!-- # Unused Parameters # -->
@active:
<!-- ##### FUNCTION gtk_tree_view_set_rules_hint ##### -->
@ -768,8 +756,6 @@ has some similarity to strcmp() returning 0 for equal strings.
@cell_x:
@cell_y:
@Returns:
<!-- # Unused Parameters # -->
@window:
<!-- ##### FUNCTION gtk_tree_view_get_cell_area ##### -->
@ -936,8 +922,6 @@ has some similarity to strcmp() returning 0 for equal strings.
@tree_view:
@enable_search:
<!-- # Unused Parameters # -->
@use_search:
<!-- ##### FUNCTION gtk_tree_view_get_enable_search ##### -->
@ -987,6 +971,54 @@ has some similarity to strcmp() returning 0 for equal strings.
@search_destroy:
<!-- ##### FUNCTION gtk_tree_view_get_search_entry ##### -->
<para>
</para>
@tree_view:
@Returns:
<!-- ##### FUNCTION gtk_tree_view_set_search_entry ##### -->
<para>
</para>
@tree_view:
@entry:
<!-- ##### USER_FUNCTION GtkTreeViewSearchPositionFunc ##### -->
<para>
</para>
@tree_view:
@search_dialog:
@user_data:
<!-- ##### FUNCTION gtk_tree_view_get_search_position_func ##### -->
<para>
</para>
@tree_view:
@Returns:
<!-- ##### FUNCTION gtk_tree_view_set_search_position_func ##### -->
<para>
</para>
@tree_view:
@func:
@data:
@destroy:
<!-- ##### FUNCTION gtk_tree_view_get_fixed_height_mode ##### -->
<para>