added new docs.

Thu Dec 14 15:48:14 2006  Tim Janik  <timj@imendio.com>

        * gtk/gtk-sections.txt: added new docs.
This commit is contained in:
Tim Janik 2006-12-14 14:48:41 +00:00 committed by Tim Janik
parent 603861ffe6
commit cbd7e2aab9
14 changed files with 400 additions and 139 deletions

View File

@ -1,3 +1,7 @@
Thu Dec 14 15:48:14 2006 Tim Janik <timj@imendio.com>
* gtk/gtk-sections.txt: added new docs.
2006-11-19 Mark McLoughlin <mark@skynet.ie>
* gtk/gtk-sections.txt: add gtk_status_icon_(get|set)_screen

View File

@ -2731,6 +2731,12 @@ gtk_radio_menu_item_get_type
<FILE>gtkrange</FILE>
<TITLE>GtkRange</TITLE>
GtkRange
gtk_range_get_fill_level
gtk_range_get_restrict_to_fill_level
gtk_range_get_show_fill_level
gtk_range_set_fill_level
gtk_range_set_restrict_to_fill_level
gtk_range_set_show_fill_level
gtk_range_get_adjustment
gtk_range_set_update_policy
gtk_range_set_adjustment
@ -4428,6 +4434,10 @@ GtkTreeViewColumnDropFunc
GtkTreeViewMappingFunc
GtkTreeViewSearchEqualFunc
gtk_tree_view_new
gtk_tree_view_get_level_indentation
gtk_tree_view_get_show_expanders
gtk_tree_view_set_level_indentation
gtk_tree_view_set_show_expanders
gtk_tree_view_new_with_model
gtk_tree_view_get_model
gtk_tree_view_set_model
@ -4531,6 +4541,8 @@ gtk_tree_view_get_type
<FILE>gtkcellview</FILE>
<TITLE>GtkCellView</TITLE>
GtkCellView
gtk_cell_view_get_use_fg
gtk_cell_view_set_use_fg
gtk_cell_view_new
gtk_cell_view_new_with_text
gtk_cell_view_new_with_markup
@ -5094,6 +5106,8 @@ gtk_widget_add_mnemonic_label
gtk_widget_remove_mnemonic_label
gtk_widget_get_action
gtk_widget_is_composited
gtk_widget_error_bell
gtk_widget_keynav_failed
<SUBSECTION>
gtk_requisition_copy
gtk_requisition_free
@ -5792,6 +5806,10 @@ GtkBindingSet
GtkBindingEntry
GtkBindingSignal
GtkBindingArg
gtk_binding_entry_add
gtk_binding_entry_add_signall
gtk_binding_entry_clear
gtk_binding_parse_binding
gtk_binding_set_new
gtk_binding_set_by_class
gtk_binding_set_find

View File

@ -877,12 +877,78 @@ You may not attach these to signals created with the
</para>
<!-- ##### ARG GtkFileChooser:action ##### -->
<para>
</para>
<!-- ##### ARG GtkFileChooser:do-overwrite-confirmation ##### -->
<para>
</para>
<!-- ##### ARG GtkFileChooser:extra-widget ##### -->
<para>
</para>
<!-- ##### ARG GtkFileChooser:file-system ##### -->
<para>
</para>
<!-- ##### ARG GtkFileChooser:file-system-backend ##### -->
<para>
</para>
<!-- ##### ARG GtkFileChooser:filter ##### -->
<para>
</para>
<!-- ##### ARG GtkFileChooser:local-only ##### -->
<para>
</para>
<!-- ##### ARG GtkFileChooser:preview-widget ##### -->
<para>
</para>
<!-- ##### ARG GtkFileChooser:preview-widget-active ##### -->
<para>
</para>
<!-- ##### ARG GtkFileChooser:select-multiple ##### -->
<para>
</para>
<!-- ##### ARG GtkFileChooser:show-hidden ##### -->
<para>
</para>
<!-- ##### ARG GtkFileChooser:use-preview-label ##### -->
<para>
</para>
<!-- ##### ENUM GtkFontFilterType ##### -->
<para>
A set of bit flags used to specify the filter being set
@ -1164,6 +1230,66 @@ after other user handlers and the default handler.
</para>
<!-- ##### ARG GtkRecentChooser:filter ##### -->
<para>
</para>
<!-- ##### ARG GtkRecentChooser:limit ##### -->
<para>
</para>
<!-- ##### ARG GtkRecentChooser:local-only ##### -->
<para>
</para>
<!-- ##### ARG GtkRecentChooser:recent-manager ##### -->
<para>
</para>
<!-- ##### ARG GtkRecentChooser:select-multiple ##### -->
<para>
</para>
<!-- ##### ARG GtkRecentChooser:show-icons ##### -->
<para>
</para>
<!-- ##### ARG GtkRecentChooser:show-not-found ##### -->
<para>
</para>
<!-- ##### ARG GtkRecentChooser:show-private ##### -->
<para>
</para>
<!-- ##### ARG GtkRecentChooser:show-tips ##### -->
<para>
</para>
<!-- ##### ARG GtkRecentChooser:sort-type ##### -->
<para>
</para>
<!-- ##### ARG GtkScrolledWindow:shadow ##### -->
<para>
@ -1858,40 +1984,6 @@ get an array of #GtkArgs that this object accepts.
@n_args_p: the number of arguments this object accepts.
@Returns: the array of arguments (or NULL on error).
<!-- ##### MACRO gtk_binding_entry_add ##### -->
<para>
Deprecated.
</para>
<!-- ##### FUNCTION gtk_binding_entry_add_signall ##### -->
<para>
</para>
@binding_set:
@keyval:
@modifiers:
@signal_name:
@binding_args:
<!-- ##### FUNCTION gtk_binding_entry_clear ##### -->
<para>
</para>
@binding_set:
@keyval:
@modifiers:
<!-- ##### FUNCTION gtk_binding_parse_binding ##### -->
<para>
</para>
@scanner:
@Returns:
<!-- ##### FUNCTION gtk_button_box_child_requisition ##### -->
<para>
This is an internally used function and should never be called from an

View File

@ -165,6 +165,44 @@ key binding signal emission as stored in #GtkBindingSignal.
@arg_type: implementation detail
<!-- ##### MACRO gtk_binding_entry_add ##### -->
<para>
Deprecated.
</para>
<!-- ##### FUNCTION gtk_binding_entry_add_signall ##### -->
<para>
</para>
@binding_set:
@keyval:
@modifiers:
@signal_name:
@binding_args:
<!-- ##### FUNCTION gtk_binding_entry_clear ##### -->
<para>
</para>
@binding_set:
@keyval:
@modifiers:
<!-- ##### FUNCTION gtk_binding_parse_binding ##### -->
<para>
</para>
@scanner:
@Returns:
<!-- ##### FUNCTION gtk_binding_set_new ##### -->
<para>

View File

@ -62,6 +62,7 @@ probably has a selection colored background to render to.
@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:
@GTK_CELL_RENDERER_USE_FG:
<!-- ##### ENUM GtkCellRendererMode ##### -->
<para>

View File

@ -46,6 +46,29 @@ and drag and drop.
</para>
<!-- ##### ARG GtkCellView:use-fg ##### -->
<para>
</para>
<!-- ##### FUNCTION gtk_cell_view_get_use_fg ##### -->
<para>
</para>
@cell_view:
@Returns:
<!-- ##### FUNCTION gtk_cell_view_set_use_fg ##### -->
<para>
</para>
@cell_view:
@use_fg:
<!-- ##### FUNCTION gtk_cell_view_new ##### -->
<para>

View File

@ -55,6 +55,21 @@ gtk_combo_box_get_active_text().
@combobox: the object which received the signal.
<!-- ##### SIGNAL GtkComboBox::move-active ##### -->
<para>
</para>
@combobox: the object which received the signal.
@arg1:
<!-- ##### SIGNAL GtkComboBox::popup ##### -->
<para>
</para>
@combobox: the object which received the signal.
<!-- ##### ARG GtkComboBox:active ##### -->
<para>
@ -110,6 +125,11 @@ gtk_combo_box_get_active_text().
</para>
<!-- ##### ARG GtkComboBox:arrow-size ##### -->
<para>
</para>
<!-- ##### FUNCTION gtk_combo_box_new ##### -->
<para>

View File

@ -672,61 +672,6 @@ gtk_widget_destroy (chooser);
@filechooser: the object which received the signal.
<!-- ##### ARG GtkFileChooser:action ##### -->
<para>
</para>
<!-- ##### ARG GtkFileChooser:do-overwrite-confirmation ##### -->
<para>
</para>
<!-- ##### ARG GtkFileChooser:extra-widget ##### -->
<para>
</para>
<!-- ##### ARG GtkFileChooser:file-system-backend ##### -->
<para>
</para>
<!-- ##### ARG GtkFileChooser:filter ##### -->
<para>
</para>
<!-- ##### ARG GtkFileChooser:local-only ##### -->
<para>
</para>
<!-- ##### ARG GtkFileChooser:preview-widget ##### -->
<para>
</para>
<!-- ##### ARG GtkFileChooser:preview-widget-active ##### -->
<para>
</para>
<!-- ##### ARG GtkFileChooser:select-multiple ##### -->
<para>
</para>
<!-- ##### ARG GtkFileChooser:show-hidden ##### -->
<para>
</para>
<!-- ##### ARG GtkFileChooser:use-preview-label ##### -->
<para>
</para>
<!-- ##### ENUM GtkFileChooserAction ##### -->
<para>
Describes whether a #GtkFileChooser is being used to open

View File

@ -63,6 +63,11 @@ Emitted when the range value changes.
</para>
<!-- ##### ARG GtkRange:fill-level ##### -->
<para>
</para>
<!-- ##### ARG GtkRange:inverted ##### -->
<para>
@ -73,6 +78,16 @@ Emitted when the range value changes.
</para>
<!-- ##### ARG GtkRange:restrict-to-fill-level ##### -->
<para>
</para>
<!-- ##### ARG GtkRange:show-fill-level ##### -->
<para>
</para>
<!-- ##### ARG GtkRange:update-policy ##### -->
<para>
@ -128,6 +143,60 @@ Emitted when the range value changes.
</para>
<!-- ##### FUNCTION gtk_range_get_fill_level ##### -->
<para>
</para>
@range:
@Returns:
<!-- ##### FUNCTION gtk_range_get_restrict_to_fill_level ##### -->
<para>
</para>
@range:
@Returns:
<!-- ##### FUNCTION gtk_range_get_show_fill_level ##### -->
<para>
</para>
@range:
@Returns:
<!-- ##### FUNCTION gtk_range_set_fill_level ##### -->
<para>
</para>
@range:
@fill_level:
<!-- ##### FUNCTION gtk_range_set_restrict_to_fill_level ##### -->
<para>
</para>
@range:
@restrict_to_fill_level:
<!-- ##### FUNCTION gtk_range_set_show_fill_level ##### -->
<para>
</para>
@range:
@show_fill_level:
<!-- ##### FUNCTION gtk_range_get_adjustment ##### -->
<para>

View File

@ -45,56 +45,6 @@ Recently used files are supported since GTK+ 2.10.
@recentchooser: the object which received the signal.
<!-- ##### ARG GtkRecentChooser:filter ##### -->
<para>
</para>
<!-- ##### ARG GtkRecentChooser:limit ##### -->
<para>
</para>
<!-- ##### ARG GtkRecentChooser:local-only ##### -->
<para>
</para>
<!-- ##### ARG GtkRecentChooser:recent-manager ##### -->
<para>
</para>
<!-- ##### ARG GtkRecentChooser:select-multiple ##### -->
<para>
</para>
<!-- ##### ARG GtkRecentChooser:show-icons ##### -->
<para>
</para>
<!-- ##### ARG GtkRecentChooser:show-not-found ##### -->
<para>
</para>
<!-- ##### ARG GtkRecentChooser:show-private ##### -->
<para>
</para>
<!-- ##### ARG GtkRecentChooser:show-tips ##### -->
<para>
</para>
<!-- ##### ARG GtkRecentChooser:sort-type ##### -->
<para>
</para>
<!-- ##### STRUCT GtkRecentChooserIface ##### -->
<para>

View File

@ -108,6 +108,11 @@ Sharing settings between applications
</para>
<!-- ##### ARG GtkSettings:gtk-error-bell ##### -->
<para>
</para>
<!-- ##### ARG GtkSettings:gtk-fallback-icon-theme ##### -->
<para>
@ -133,6 +138,16 @@ Sharing settings between applications
</para>
<!-- ##### ARG GtkSettings:gtk-keynav-cursor-only ##### -->
<para>
</para>
<!-- ##### ARG GtkSettings:gtk-keynav-wrap-around ##### -->
<para>
</para>
<!-- ##### ARG GtkSettings:gtk-label-select-on-focus ##### -->
<para>

View File

@ -93,6 +93,11 @@ on Win32 doesn't allow to embed arbitrary widgets.
</para>
<!-- ##### ARG GtkStatusIcon:screen ##### -->
<para>
</para>
<!-- ##### ARG GtkStatusIcon:size ##### -->
<para>
@ -238,6 +243,24 @@ on Win32 doesn't allow to embed arbitrary widgets.
@Returns:
<!-- ##### FUNCTION gtk_status_icon_set_screen ##### -->
<para>
</para>
@status_icon:
@screen:
<!-- ##### FUNCTION gtk_status_icon_get_screen ##### -->
<para>
</para>
@status_icon:
@Returns:
<!-- ##### FUNCTION gtk_status_icon_set_tooltip ##### -->
<para>

View File

@ -392,6 +392,42 @@ has some similarity to strcmp() returning 0 for equal strings.
@Returns:
<!-- ##### FUNCTION gtk_tree_view_get_level_indentation ##### -->
<para>
</para>
@tree_view:
@Returns:
<!-- ##### FUNCTION gtk_tree_view_get_show_expanders ##### -->
<para>
</para>
@tree_view:
@Returns:
<!-- ##### FUNCTION gtk_tree_view_set_level_indentation ##### -->
<para>
</para>
@tree_view:
@indentation:
<!-- ##### FUNCTION gtk_tree_view_set_show_expanders ##### -->
<para>
</para>
@tree_view:
@enabled:
<!-- ##### FUNCTION gtk_tree_view_new_with_model ##### -->
<para>

View File

@ -341,6 +341,15 @@ a widget changes from un-anchored to anchored or vice-versa.
@event:
@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further.
<!-- ##### SIGNAL GtkWidget::keynav-failed ##### -->
<para>
</para>
@widget: the object which received the signal.
@arg1:
@Returns:
<!-- ##### SIGNAL GtkWidget::leave-notify-event ##### -->
<para>
@ -2411,6 +2420,24 @@ This function is deprecated; it does nothing.
@Returns:
<!-- ##### FUNCTION gtk_widget_error_bell ##### -->
<para>
</para>
@widget:
<!-- ##### FUNCTION gtk_widget_keynav_failed ##### -->
<para>
</para>
@widget:
@direction:
@Returns:
<!-- ##### FUNCTION gtk_requisition_copy ##### -->
<para>