forked from AuroraMiddleware/gtk
284 lines
3.0 KiB
Plaintext
284 lines
3.0 KiB
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
GtkList
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### STRUCT GtkList ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@container:
|
|
@children:
|
|
@selection:
|
|
@undo_selection:
|
|
@undo_unselection:
|
|
@last_focus_child:
|
|
@undo_focus_child:
|
|
@htimer:
|
|
@vtimer:
|
|
@anchor:
|
|
@drag_pos:
|
|
@anchor_state:
|
|
@selection_mode:
|
|
@drag_selection:
|
|
@add_mode:
|
|
|
|
<!-- ##### FUNCTION gtk_list_new ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_insert_items ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@list:
|
|
@items:
|
|
@position:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_append_items ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@list:
|
|
@items:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_prepend_items ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@list:
|
|
@items:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_remove_items ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@list:
|
|
@items:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_remove_items_no_unref ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@list:
|
|
@items:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_clear_items ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@list:
|
|
@start:
|
|
@end:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_select_item ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@list:
|
|
@item:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_unselect_item ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@list:
|
|
@item:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_select_child ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@list:
|
|
@child:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_unselect_child ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@list:
|
|
@child:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_child_position ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@list:
|
|
@child:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_set_selection_mode ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@list:
|
|
@mode:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_extend_selection ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@list:
|
|
@scroll_type:
|
|
@position:
|
|
@auto_start_selection:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_start_selection ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@list:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_end_selection ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@list:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_select_all ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@list:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_unselect_all ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@list:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_scroll_horizontal ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@list:
|
|
@scroll_type:
|
|
@position:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_scroll_vertical ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@list:
|
|
@scroll_type:
|
|
@position:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_toggle_add_mode ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@list:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_toggle_focus_row ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@list:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_toggle_row ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@list:
|
|
@item:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_undo_selection ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@list:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_end_drag_selection ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@list:
|
|
|
|
|
|
<!-- ##### SIGNAL GtkList::selection-changed ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@list: the object which received the signal.
|
|
|
|
<!-- ##### SIGNAL GtkList::select-child ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@list: the object which received the signal.
|
|
@widget:
|
|
|
|
<!-- ##### SIGNAL GtkList::unselect-child ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@list: the object which received the signal.
|
|
@widget:
|
|
|