Document 2.2 API additions.
This commit is contained in:
@ -2192,6 +2192,15 @@ Get the type of GtkIdentifier.
|
||||
@str:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### FUNCTION gtk_list_store_move ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@store:
|
||||
@iter:
|
||||
@position:
|
||||
|
||||
<!-- ##### FUNCTION gtk_list_store_new_with_types ##### -->
|
||||
<para>
|
||||
|
||||
@ -2968,6 +2977,15 @@ a gtk_object_unref().
|
||||
@tree_model:
|
||||
@iter:
|
||||
|
||||
<!-- ##### FUNCTION gtk_tree_store_move ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tree_store:
|
||||
@iter:
|
||||
@position:
|
||||
|
||||
<!-- ##### FUNCTION gtk_tree_store_new_with_types ##### -->
|
||||
<para>
|
||||
|
||||
|
||||
@ -46,6 +46,7 @@ probably has a selection colored background to render to.
|
||||
@GTK_CELL_RENDERER_PRELIT: The mouse is hovering over the cell.
|
||||
@GTK_CELL_RENDERER_INSENSITIVE: The cell is drawn in an insensitive manner
|
||||
@GTK_CELL_RENDERER_SORTED: The cell is in a sorted row
|
||||
@GTK_CELL_RENDERER_FOCUSED:
|
||||
|
||||
<!-- ##### ENUM GtkCellRendererMode ##### -->
|
||||
<para>
|
||||
|
||||
@ -82,6 +82,11 @@ GtkCellRendererToggle
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRendererToggle:inconsistent ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRendererToggle:radio ##### -->
|
||||
<para>
|
||||
|
||||
|
||||
@ -271,13 +271,3 @@ particular row is needed often, it is worth keeping the iter around.
|
||||
@b:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_list_store_move ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@store:
|
||||
@iter:
|
||||
@position:
|
||||
|
||||
|
||||
|
||||
@ -209,7 +209,17 @@ drop</link> interfaces.
|
||||
@b:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tree_store_move ##### -->
|
||||
<!-- ##### FUNCTION gtk_tree_store_move_before ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tree_store:
|
||||
@iter:
|
||||
@position:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tree_store_move_after ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@ -762,6 +762,7 @@ Function used for #gtk_tree_view_map_expanded_rows.
|
||||
@arg1:
|
||||
@arg2:
|
||||
@arg3:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### SIGNAL GtkTreeView::move-cursor ##### -->
|
||||
<para>
|
||||
@ -806,6 +807,7 @@ Function used for #gtk_tree_view_map_expanded_rows.
|
||||
</para>
|
||||
|
||||
@treeview: the object which received the signal.
|
||||
@Returns:
|
||||
|
||||
<!-- ##### SIGNAL GtkTreeView::select-cursor-parent ##### -->
|
||||
<para>
|
||||
@ -813,6 +815,7 @@ Function used for #gtk_tree_view_map_expanded_rows.
|
||||
</para>
|
||||
|
||||
@treeview: the object which received the signal.
|
||||
@Returns:
|
||||
|
||||
<!-- ##### SIGNAL GtkTreeView::select-cursor-row ##### -->
|
||||
<para>
|
||||
@ -821,6 +824,7 @@ Function used for #gtk_tree_view_map_expanded_rows.
|
||||
|
||||
@treeview: the object which received the signal.
|
||||
@arg1:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### SIGNAL GtkTreeView::set-scroll-adjustments ##### -->
|
||||
<para>
|
||||
@ -837,6 +841,7 @@ Function used for #gtk_tree_view_map_expanded_rows.
|
||||
</para>
|
||||
|
||||
@treeview: the object which received the signal.
|
||||
@Returns:
|
||||
|
||||
<!-- ##### SIGNAL GtkTreeView::test-collapse-row ##### -->
|
||||
<para>
|
||||
@ -864,6 +869,7 @@ Function used for #gtk_tree_view_map_expanded_rows.
|
||||
</para>
|
||||
|
||||
@treeview: the object which received the signal.
|
||||
@Returns:
|
||||
|
||||
<!-- ##### SIGNAL GtkTreeView::unselect-all ##### -->
|
||||
<para>
|
||||
@ -871,6 +877,7 @@ Function used for #gtk_tree_view_map_expanded_rows.
|
||||
</para>
|
||||
|
||||
@treeview: the object which received the signal.
|
||||
@Returns:
|
||||
|
||||
<!-- ##### ARG GtkTreeView:enable-search ##### -->
|
||||
<para>
|
||||
|
||||
@ -774,6 +774,14 @@ Deprecated alias for gtk_window_set_position().
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_window_set_auto_startup_notification ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@setting:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_decorated_window_init ##### -->
|
||||
<para>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user