forked from AuroraMiddleware/gtk
Updates
Wed Nov 21 15:57:29 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtk-sections.txt: Updates * gtk/tmpl/gtkstock.sgml: Close end tags. * gtk/gtk.types: Remove interface types which gtk-doc can't handle currently. * gtk/tmpl/gtknotebook.sgml: Fix some garbage in file. * gdk/tmpl/x_interaction.sgml: Fix SGML errors. * gdk/gdk-overrides.txt gdk/gdk-sections.txt: Updates.
This commit is contained in:
parent
c860866dd7
commit
b56118cf13
@ -1,3 +1,18 @@
|
||||
Wed Nov 21 15:57:29 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtk-sections.txt: Updates
|
||||
|
||||
* gtk/tmpl/gtkstock.sgml: Close end tags.
|
||||
|
||||
* gtk/gtk.types: Remove interface types which gtk-doc
|
||||
can't handle currently.
|
||||
|
||||
* gtk/tmpl/gtknotebook.sgml: Fix some garbage in file.
|
||||
|
||||
* gdk/tmpl/x_interaction.sgml: Fix SGML errors.
|
||||
|
||||
* gdk/gdk-overrides.txt gdk/gdk-sections.txt: Updates.
|
||||
|
||||
2001-11-20 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gtk/tmpl/gtkwindow.sgml: fix docs for gtk_window_set_policy() to
|
||||
|
@ -29,6 +29,11 @@ struct GdkDrawable
|
||||
};
|
||||
</STRUCT>
|
||||
|
||||
# GdkAtom is an opaque typedef
|
||||
<STRUCT>
|
||||
<NAME>GdkAtom</NAME>
|
||||
</STRUCT>
|
||||
|
||||
<MACRO>
|
||||
<NAME>GDK_WINDOWING_X11</NAME>
|
||||
#define GDK_WINDOWING_X11
|
||||
|
@ -94,12 +94,9 @@ gdk_property_state_get_type
|
||||
gdk_prop_mode_get_type
|
||||
gdk_rgb_dither_get_type
|
||||
gdk_scroll_direction_get_type
|
||||
gdk_selection_get_type
|
||||
gdk_selection_type_get_type
|
||||
gdk_setting_action_get_type
|
||||
gdk_status_get_type
|
||||
gdk_subwindow_mode_get_type
|
||||
gdk_target_get_type
|
||||
gdk_visibility_state_get_type
|
||||
gdk_visual_type_get_type
|
||||
gdk_window_attributes_type_get_type
|
||||
@ -635,12 +632,6 @@ gdk_selection_convert
|
||||
gdk_selection_property_get
|
||||
gdk_selection_send_notify
|
||||
|
||||
<SUBSECTION Standard>
|
||||
GDK_TYPE_SELECTION
|
||||
GDK_TYPE_SELECTION_TYPE
|
||||
GDK_TYPE_TARGET
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<TITLE>Properties and Atoms</TITLE>
|
||||
<FILE>properties</FILE>
|
||||
@ -784,7 +775,6 @@ GdkDeviceKey
|
||||
GdkDeviceAxis
|
||||
GdkAxisUse
|
||||
gdk_devices_list
|
||||
gdk_core_pointer
|
||||
gdk_device_set_source
|
||||
gdk_device_set_mode
|
||||
gdk_device_set_key
|
||||
@ -982,8 +972,6 @@ gdk_drag_context_get_type
|
||||
<SECTION>
|
||||
<TITLE>X Window System Interaction</TITLE>
|
||||
<FILE>x_interaction</FILE>
|
||||
GDK_GC_X11
|
||||
GDK_GC_X11_GET_CLASS
|
||||
GDK_ROOT_WINDOW
|
||||
GDK_ROOT_PARENT
|
||||
GDK_DISPLAY
|
||||
@ -1006,14 +994,8 @@ GDK_CURSOR_XDISPLAY
|
||||
GDK_GC_XGC
|
||||
GDK_GC_GET_XGC
|
||||
GDK_WINDOW_XWINDOW
|
||||
gdk_screen
|
||||
gdk_display_name
|
||||
gdk_leader_window
|
||||
gdk_selection_property
|
||||
gdk_progclass
|
||||
gdkx_visual_get
|
||||
gdkx_colormap_get
|
||||
gdk_get_client_window
|
||||
gdk_pixmap_foreign_new
|
||||
gdk_window_foreign_new
|
||||
gdk_xid_table_lookup
|
||||
@ -1043,20 +1025,7 @@ gdk_x11_ungrab_server
|
||||
gdk_x11_visual_get_xvisual
|
||||
|
||||
<SUBSECTION Private>
|
||||
GDK_TYPE_GC_X11
|
||||
GDK_IS_GC_X11
|
||||
gdk_gc_x11_get_type
|
||||
GDK_GC_X11_CLASS
|
||||
GDK_IS_GC_X11_CLASS
|
||||
GdkGCX11
|
||||
GdkGCX11Class
|
||||
GdkColormapPrivateX11
|
||||
GdkCursorPrivate
|
||||
GdkFontPrivateX
|
||||
GdkImagePrivateX11
|
||||
GdkVisualPrivate
|
||||
gdk_display
|
||||
gdk_root_window
|
||||
GDK_HAVE_WCHAR_H
|
||||
GDK_HAVE_WCTYPE_H
|
||||
gdk_iswalnum
|
||||
|
@ -138,6 +138,59 @@ support for internationalized text input.
|
||||
Input Methods
|
||||
|
||||
|
||||
<!-- ##### SECTION ./tmpl/selections.sgml:Long_Description ##### -->
|
||||
<para>
|
||||
The X selection mechanism provides a way to transfer
|
||||
arbitrary chunks of data between programs.
|
||||
A <firstterm>selection</firstterm> is a essentially
|
||||
a named clipboard, identified by a string interned
|
||||
as a #GdkAtom. By claiming ownership of a selection,
|
||||
an application indicates that it will be responsible
|
||||
for supplying its contents. The most common
|
||||
selections are <literal>PRIMARY</literal> and
|
||||
<literal>CLIPBOARD</literal>.
|
||||
</para>
|
||||
<para>
|
||||
The contents of a selection can be represented in
|
||||
a number of formats, called <firstterm>targets</firstterm>.
|
||||
Each target is identified by an atom. A list of
|
||||
all possible targets supported by the selection owner
|
||||
can be retrieved by requesting the special target
|
||||
<literal>TARGETS</literal>. When a selection is
|
||||
retrieved, the data is accompanied by a type
|
||||
(an atom), and a format (an integer, representing
|
||||
the number of bits per item).
|
||||
See <link linkend="gdk-Properties-and-Atoms">Properties and Atoms</link>
|
||||
for more information.
|
||||
</para>
|
||||
<para>
|
||||
The functions in this section only contain the lowlevel
|
||||
parts of the selection protocol. A considerably more
|
||||
complicated implementation is needed on top of this.
|
||||
GTK+ contains such an implementation in the functions
|
||||
in <literal>gtkselection.h</literal> and programmers
|
||||
should use those functions instead of the ones presented
|
||||
here. If you plan to implement selection handling
|
||||
directly on top of the functions here, you should refer
|
||||
to the X Inter-client Communication Conventions Manual
|
||||
(ICCCM).
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION ./tmpl/selections.sgml:See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION ./tmpl/selections.sgml:Short_Description ##### -->
|
||||
functions for transfering data via the X selection mechanism.
|
||||
|
||||
|
||||
<!-- ##### SECTION ./tmpl/selections.sgml:Title ##### -->
|
||||
Selections
|
||||
|
||||
|
||||
<!-- ##### MACRO GDK_CORE_POINTER ##### -->
|
||||
<para>
|
||||
This macro contains an integer value representing
|
||||
@ -165,13 +218,6 @@ the device ID for the core pointer device.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### TYPEDEF GdkAtom ##### -->
|
||||
<para>
|
||||
A numeric type representing a string as an index into a table
|
||||
of strings on the X server.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### STRUCT GdkColorContext ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -42,6 +42,13 @@ data commonly stored in X window properties.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### STRUCT GdkAtom ##### -->
|
||||
<para>
|
||||
A numeric type representing a string as an index into a table
|
||||
of strings on the X server.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### MACRO GDK_NONE ##### -->
|
||||
<para>
|
||||
A null value for #GdkAtom, used in a similar way as <literal>None</literal>
|
||||
|
@ -738,6 +738,10 @@ backend, <type>MSG</type>s for Win32).
|
||||
</para>
|
||||
|
||||
@window:
|
||||
@mask:
|
||||
@x:
|
||||
@y:
|
||||
<!-- # Unused Parameters # -->
|
||||
@shape_mask:
|
||||
@offset_x:
|
||||
@offset_y:
|
||||
@ -875,6 +879,8 @@ Deprecated equivalent to gdk_drawable_set_colormap()
|
||||
|
||||
@window:
|
||||
@geometry:
|
||||
@geom_mask:
|
||||
<!-- # Unused Parameters # -->
|
||||
@flags:
|
||||
|
||||
|
||||
@ -1102,6 +1108,8 @@ Deprecated equivalent of gdk_drawable_get_type().
|
||||
</para>
|
||||
|
||||
@window:
|
||||
@parent:
|
||||
<!-- # Unused Parameters # -->
|
||||
@leader:
|
||||
|
||||
|
||||
|
@ -141,7 +141,7 @@ Returns the X visual belonging to a #GdkVisual.
|
||||
</para>
|
||||
|
||||
@vis: a #GdkVisual.
|
||||
@Returns: an Xlib <type>Visual*</Visual>.
|
||||
@Returns: an Xlib <type>Visual*</type>.
|
||||
|
||||
|
||||
<!-- ##### MACRO GDK_FONT_XDISPLAY ##### -->
|
||||
@ -168,7 +168,7 @@ Returns the X cursor belonging to a #GdkCursor.
|
||||
</para>
|
||||
|
||||
@cursor: a #GdkCursor.
|
||||
@Returns: an Xlib <type>Cursor</type.
|
||||
@Returns: an Xlib <type>Cursor</type>.
|
||||
|
||||
|
||||
<!-- ##### MACRO GDK_CURSOR_XDISPLAY ##### -->
|
||||
@ -480,6 +480,6 @@ Returns the X visual belonging to a #GdkVisual.
|
||||
</para>
|
||||
|
||||
@visual: a #GdkVisual.
|
||||
@Returns: an Xlib <type>Visual*</Visual>.
|
||||
@Returns: an Xlib <type>Visual*</type>.
|
||||
|
||||
|
||||
|
@ -7,8 +7,11 @@
|
||||
GtkAccelGroup
|
||||
gtk_accel_group_get_type
|
||||
gtk_accel_group_new
|
||||
gtk_accel_group_ref
|
||||
gtk_accel_group_unref
|
||||
gtk_accel_group_connect
|
||||
gtk_accel_group_connect_by_path
|
||||
GtkAccelGroupActivate
|
||||
gtk_accel_group_disconnect
|
||||
gtk_accel_group_disconnect_key
|
||||
gtk_accel_group_query
|
||||
@ -16,12 +19,16 @@ gtk_accel_group_lock
|
||||
gtk_accel_group_unlock
|
||||
gtk_accel_group_from_accel_closure
|
||||
gtk_accel_groups_activate
|
||||
gtk_accel_groups_from_object
|
||||
gtk_accel_group_find
|
||||
GtkAccelKey
|
||||
gtk_accelerator_valid
|
||||
gtk_accelerator_parse
|
||||
gtk_accelerator_name
|
||||
gtk_accelerator_set_default_mod_mask
|
||||
gtk_accelerator_get_default_mod_mask
|
||||
<SUBSECTION Private>
|
||||
GtkAccelGroupEntry
|
||||
<SUBSECTION Standard>
|
||||
GtkAccelGroupClass
|
||||
GTK_TYPE_ACCEL_GROUP
|
||||
@ -45,6 +52,8 @@ gtk_accel_map_foreach
|
||||
gtk_accel_map_load_fd
|
||||
gtk_accel_map_save_fd
|
||||
gtk_accel_map_load_scanner
|
||||
gtk_accel_map_add_filter
|
||||
gtk_accel_map_foreach_unfiltered
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
@ -52,7 +61,6 @@ gtk_accel_map_load_scanner
|
||||
<TITLE>GtkAccelLabel</TITLE>
|
||||
GtkAccelLabel
|
||||
gtk_accel_label_new
|
||||
gtk_accel_label_get_accel_closure
|
||||
gtk_accel_label_set_accel_closure
|
||||
gtk_accel_label_get_accel_widget
|
||||
gtk_accel_label_set_accel_widget
|
||||
@ -594,6 +602,7 @@ GtkCTreeGNodeFunc
|
||||
GtkCTreeCompareDragFunc
|
||||
GtkCTreeRow
|
||||
GtkCTreeNode
|
||||
GTK_TYPE_CTREE_NODE
|
||||
gtk_ctree_new_with_titles
|
||||
gtk_ctree_new
|
||||
gtk_ctree_insert_node
|
||||
@ -670,6 +679,7 @@ GTK_IS_CTREE_CLASS
|
||||
GTK_CTREE_GET_CLASS
|
||||
<SUBSECTION Private>
|
||||
gtk_ctree_get_type
|
||||
gtk_ctree_node_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
@ -868,6 +878,8 @@ GtkFixedChild
|
||||
gtk_fixed_new
|
||||
gtk_fixed_put
|
||||
gtk_fixed_move
|
||||
gtk_fixed_get_has_window
|
||||
gtk_fixed_set_has_window
|
||||
<SUBSECTION Standard>
|
||||
GTK_FIXED
|
||||
GTK_IS_FIXED
|
||||
@ -1182,6 +1194,9 @@ gtk_im_context_focus_out
|
||||
gtk_im_context_reset
|
||||
gtk_im_context_set_cursor_location
|
||||
gtk_im_context_set_use_preedit
|
||||
gtk_im_context_set_surrounding
|
||||
gtk_im_context_get_surrounding
|
||||
gtk_im_context_delete_surrounding
|
||||
<SUBSECTION Standard>
|
||||
GTK_IM_CONTEXT
|
||||
GTK_IS_IM_CONTEXT
|
||||
@ -1199,6 +1214,7 @@ gtk_im_context_get_type
|
||||
GtkIMContextSimple
|
||||
gtk_im_context_simple_new
|
||||
gtk_im_context_simple_add_table
|
||||
GTK_MAX_COMPOSE_LEN
|
||||
<SUBSECTION Standard>
|
||||
GTK_IM_CONTEXT_SIMPLE
|
||||
GTK_IS_IM_CONTEXT_SIMPLE
|
||||
@ -2396,6 +2412,7 @@ gtk_text_iter_toggles_tag
|
||||
gtk_text_iter_has_tag
|
||||
gtk_text_iter_get_tags
|
||||
gtk_text_iter_editable
|
||||
gtk_text_iter_can_insert
|
||||
gtk_text_iter_starts_word
|
||||
gtk_text_iter_ends_word
|
||||
gtk_text_iter_inside_word
|
||||
@ -2444,6 +2461,7 @@ gtk_text_iter_backward_to_tag_toggle
|
||||
GtkTextCharPredicate
|
||||
gtk_text_iter_forward_find_char
|
||||
gtk_text_iter_backward_find_char
|
||||
GtkTextSearchFlags
|
||||
gtk_text_iter_forward_search
|
||||
gtk_text_iter_backward_search
|
||||
gtk_text_iter_equal
|
||||
@ -2478,7 +2496,6 @@ gtk_text_mark_get_type
|
||||
<TITLE>GtkTextTag</TITLE>
|
||||
GtkTextTag
|
||||
GtkTextBTreeNode
|
||||
GtkTextTagTable
|
||||
GtkWrapMode
|
||||
GtkTextAttributes
|
||||
gtk_text_tag_new
|
||||
@ -2810,6 +2827,7 @@ gtk_tree_model_get_flags
|
||||
gtk_tree_model_get_n_columns
|
||||
gtk_tree_model_get_column_type
|
||||
gtk_tree_model_get_iter
|
||||
gtk_tree_model_get_iter_from_string
|
||||
gtk_tree_model_get_iter_root
|
||||
gtk_tree_model_get_path
|
||||
gtk_tree_model_get_value
|
||||
@ -2842,12 +2860,14 @@ gtk_tree_model_get_type
|
||||
<FILE>gtktreemodelsort</FILE>
|
||||
<TITLE>GtkTreeModelSort</TITLE>
|
||||
GtkTreeModelSort
|
||||
gtk_tree_model_sort_new
|
||||
gtk_tree_model_sort_new_with_model
|
||||
gtk_tree_model_sort_set_model
|
||||
gtk_tree_model_sort_get_model
|
||||
gtk_tree_model_sort_convert_path
|
||||
gtk_tree_model_sort_convert_iter
|
||||
gtk_tree_model_sort_convert_child_path_to_path
|
||||
gtk_tree_model_sort_convert_child_iter_to_iter
|
||||
gtk_tree_model_sort_convert_path_to_child_path
|
||||
gtk_tree_model_sort_convert_iter_to_child_iter
|
||||
gtk_tree_model_sort_reset_default_sort_func
|
||||
gtk_tree_model_sort_clear_cache
|
||||
<SUBSECTION Standard>
|
||||
GTK_TREE_MODEL_SORT
|
||||
GTK_IS_TREE_MODEL_SORT
|
||||
@ -2921,12 +2941,13 @@ GtkTreeDragSource
|
||||
GtkTreeDragSourceIface
|
||||
gtk_tree_drag_source_drag_data_delete
|
||||
gtk_tree_drag_source_drag_data_get
|
||||
gtk_tree_drag_source_row_draggable
|
||||
GtkTreeDragDest
|
||||
GtkTreeDragDestIface
|
||||
gtk_tree_drag_dest_drag_data_received
|
||||
gtk_tree_drag_dest_row_drop_possible
|
||||
gtk_selection_data_set_tree_row
|
||||
gtk_selection_data_get_tree_row
|
||||
gtk_tree_set_row_drag_data
|
||||
gtk_tree_get_row_drag_data
|
||||
<SUBSECTION Standard>
|
||||
GTK_TYPE_TREE_DRAG_DEST
|
||||
GTK_TREE_DRAG_DEST
|
||||
@ -2947,6 +2968,7 @@ gtk_tree_drag_dest_get_type
|
||||
GtkTreeStore
|
||||
gtk_tree_store_new
|
||||
gtk_tree_store_newv
|
||||
gtk_tree_store_set_column_types
|
||||
gtk_tree_store_set_value
|
||||
gtk_tree_store_set
|
||||
gtk_tree_store_set_valist
|
||||
@ -2990,6 +3012,8 @@ gtk_tree_view_column_set_spacing
|
||||
gtk_tree_view_column_get_spacing
|
||||
gtk_tree_view_column_set_visible
|
||||
gtk_tree_view_column_get_visible
|
||||
gtk_tree_view_column_set_resizable
|
||||
gtk_tree_view_column_get_resizable
|
||||
gtk_tree_view_column_set_sizing
|
||||
gtk_tree_view_column_get_sizing
|
||||
gtk_tree_view_column_get_width
|
||||
@ -3019,11 +3043,11 @@ gtk_tree_view_column_get_sort_order
|
||||
gtk_tree_view_column_cell_set_cell_data
|
||||
gtk_tree_view_column_cell_get_size
|
||||
gtk_tree_view_column_cell_render
|
||||
gtk_tree_view_column_cell_event
|
||||
gtk_tree_view_column_cell_focus
|
||||
gtk_tree_view_column_cell_draw_focus
|
||||
gtk_tree_view_column_cell_is_visible
|
||||
gtk_tree_view_column_cell_set_dirty
|
||||
gtk_tree_view_column_cell_can_focus
|
||||
<SUBSECTION Standard>
|
||||
GTK_TREE_VIEW_COLUMN
|
||||
GTK_IS_TREE_VIEW_COLUMN
|
||||
@ -3041,11 +3065,8 @@ gtk_tree_view_column_get_type
|
||||
GtkTreeView
|
||||
GtkTreeViewDropPosition
|
||||
GtkTreeViewPrivate
|
||||
GtkTreeSelection
|
||||
GtkTreeViewColumnDropFunc
|
||||
GtkTreeViewDraggableFunc
|
||||
GtkTreeViewMappingFunc
|
||||
GtkTreeViewDroppableFunc
|
||||
GtkTreeViewSearchEqualFunc
|
||||
gtk_tree_view_new
|
||||
gtk_tree_view_new_with_model
|
||||
@ -3090,10 +3111,11 @@ gtk_tree_view_get_path_at_pos
|
||||
gtk_tree_view_get_cell_area
|
||||
gtk_tree_view_get_background_area
|
||||
gtk_tree_view_get_visible_rect
|
||||
gtk_tree_view_get_bin_window
|
||||
gtk_tree_view_widget_to_tree_coords
|
||||
gtk_tree_view_tree_to_widget_coords
|
||||
gtk_tree_view_set_rows_drag_source
|
||||
gtk_tree_view_set_rows_drag_dest
|
||||
gtk_tree_view_enable_model_drag_dest
|
||||
gtk_tree_view_enable_model_drag_source
|
||||
gtk_tree_view_unset_rows_drag_source
|
||||
gtk_tree_view_unset_rows_drag_dest
|
||||
gtk_tree_view_set_drag_dest_row
|
||||
@ -3239,6 +3261,7 @@ gtk_cell_renderer_toggle_get_type
|
||||
GtkListStore
|
||||
gtk_list_store_new
|
||||
gtk_list_store_newv
|
||||
gtk_list_store_set_column_types
|
||||
gtk_list_store_set
|
||||
gtk_list_store_set_valist
|
||||
gtk_list_store_set_value
|
||||
@ -3489,6 +3512,7 @@ gtk_widget_get_visual
|
||||
gtk_widget_get_events
|
||||
gtk_widget_get_pointer
|
||||
gtk_widget_is_ancestor
|
||||
gtk_widget_translate_coordinates
|
||||
gtk_widget_hide_on_delete
|
||||
gtk_widget_set_style
|
||||
gtk_widget_set_rc_style
|
||||
@ -3530,6 +3554,7 @@ gtk_widget_queue_draw_area
|
||||
gtk_widget_reset_shapes
|
||||
gtk_widget_set_app_paintable
|
||||
gtk_widget_set_double_buffered
|
||||
gtk_widget_set_redraw_on_allocate
|
||||
gtk_widget_set_composite_name
|
||||
gtk_widget_set_scroll_adjustments
|
||||
gtk_widget_mnemonic_activate
|
||||
@ -3597,6 +3622,9 @@ gtk_window_list_toplevels
|
||||
gtk_window_add_mnemonic
|
||||
gtk_window_remove_mnemonic
|
||||
gtk_window_mnemonic_activate
|
||||
gtk_window_get_focus
|
||||
gtk_window_set_focus
|
||||
gtk_window_set_default
|
||||
gtk_window_present
|
||||
gtk_window_iconify
|
||||
gtk_window_deiconify
|
||||
@ -3652,8 +3680,6 @@ gtk_decorated_window_move_resize_window
|
||||
<SUBSECTION Private>
|
||||
gtk_window_get_type
|
||||
GtkWindowGeometryInfo
|
||||
gtk_window_set_focus
|
||||
gtk_window_set_default
|
||||
gtk_window_remove_embedded_xid
|
||||
gtk_window_add_embedded_xid
|
||||
</SECTION>
|
||||
@ -3681,6 +3707,7 @@ gtk_window_group_get_type
|
||||
<FILE>gtkmain</FILE>
|
||||
<TITLE>General</TITLE>
|
||||
gtk_set_locale
|
||||
gtk_disable_setlocale
|
||||
gtk_get_default_language
|
||||
gtk_init
|
||||
gtk_init_check
|
||||
@ -3802,6 +3829,8 @@ gtk_style_apply_default_background
|
||||
gtk_style_apply_default_pixmap
|
||||
gtk_style_lookup_icon_set
|
||||
gtk_style_render_icon
|
||||
gtk_style_get_font
|
||||
gtk_style_set_font
|
||||
gtk_draw_hline
|
||||
gtk_draw_vline
|
||||
gtk_draw_shadow
|
||||
@ -3945,6 +3974,8 @@ gtk_selection_convert
|
||||
gtk_selection_data_set
|
||||
gtk_selection_data_set_text
|
||||
gtk_selection_data_get_text
|
||||
gtk_selection_data_get_targets
|
||||
gtk_selection_data_targets_include_text
|
||||
gtk_selection_remove_all
|
||||
gtk_selection_data_copy
|
||||
gtk_selection_data_free
|
||||
@ -3974,6 +4005,7 @@ gtk_clipboard_request_contents
|
||||
gtk_clipboard_request_text
|
||||
gtk_clipboard_wait_for_contents
|
||||
gtk_clipboard_wait_for_text
|
||||
gtk_clipboard_wait_is_text_available
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
@ -4152,6 +4184,7 @@ gtk_binding_parse_binding
|
||||
<FILE>gtkenums</FILE>
|
||||
<TITLE>Standard Enumerations</TITLE>
|
||||
GtkAccelFlags
|
||||
GtkAnchorType
|
||||
GtkArrowType
|
||||
GtkAttachOptions
|
||||
GtkButtonBoxStyle
|
||||
@ -4176,6 +4209,7 @@ GtkResizeMode
|
||||
GtkScrollType
|
||||
GtkSelectionMode
|
||||
GtkShadowType
|
||||
GtkSideType
|
||||
GtkStateType
|
||||
GtkSubmenuDirection
|
||||
GtkSubmenuPlacement
|
||||
@ -4189,6 +4223,7 @@ GtkSortType
|
||||
<SUBSECTION Private>
|
||||
GtkMenuCallback
|
||||
GtkMenuEntry
|
||||
GTK_PATH_PRIO_MASK
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
@ -27,7 +27,6 @@ gtk_ctree_get_type
|
||||
gtk_curve_get_type
|
||||
gtk_dialog_get_type
|
||||
gtk_drawing_area_get_type
|
||||
gtk_editable_get_type
|
||||
gtk_entry_get_type
|
||||
gtk_event_box_get_type
|
||||
gtk_file_selection_get_type
|
||||
@ -105,14 +104,10 @@ gtk_tips_query_get_type
|
||||
gtk_toggle_button_get_type
|
||||
gtk_toolbar_get_type
|
||||
gtk_tooltips_get_type
|
||||
gtk_tree_drag_dest_get_type
|
||||
gtk_tree_drag_source_get_type
|
||||
gtk_tree_get_type
|
||||
gtk_tree_item_get_type
|
||||
gtk_tree_model_get_type
|
||||
gtk_tree_model_sort_get_type
|
||||
gtk_tree_selection_get_type
|
||||
gtk_tree_sortable_get_type
|
||||
gtk_tree_store_get_type
|
||||
gtk_tree_view_column_get_type
|
||||
gtk_tree_view_get_type
|
||||
|
@ -527,29 +527,6 @@ This is a private struct used by GTK+ internally, don't worry about it.
|
||||
@old_accel_key:
|
||||
@old_accel_mods:
|
||||
|
||||
<!-- ##### ENUM GtkAnchorType ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GTK_ANCHOR_CENTER:
|
||||
@GTK_ANCHOR_NORTH:
|
||||
@GTK_ANCHOR_NORTH_WEST:
|
||||
@GTK_ANCHOR_NORTH_EAST:
|
||||
@GTK_ANCHOR_SOUTH:
|
||||
@GTK_ANCHOR_SOUTH_WEST:
|
||||
@GTK_ANCHOR_SOUTH_EAST:
|
||||
@GTK_ANCHOR_WEST:
|
||||
@GTK_ANCHOR_EAST:
|
||||
@GTK_ANCHOR_N:
|
||||
@GTK_ANCHOR_NW:
|
||||
@GTK_ANCHOR_NE:
|
||||
@GTK_ANCHOR_S:
|
||||
@GTK_ANCHOR_SW:
|
||||
@GTK_ANCHOR_SE:
|
||||
@GTK_ANCHOR_W:
|
||||
@GTK_ANCHOR_E:
|
||||
|
||||
<!-- ##### USER_FUNCTION GtkArgGetFunc ##### -->
|
||||
<para>
|
||||
Define a function pointer. Deprecated.
|
||||
@ -644,6 +621,14 @@ Control-Return for #GtkText.)
|
||||
|
||||
@editable: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkEditable::changed ##### -->
|
||||
<para>
|
||||
Indicates that the user has changed the contents
|
||||
of the widget.
|
||||
</para>
|
||||
|
||||
@editable: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkEditable::copy-clipboard ##### -->
|
||||
<para>
|
||||
An action signal. Causes the characters in the current selection to
|
||||
@ -661,6 +646,42 @@ the widget.
|
||||
|
||||
@editable: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkEditable::delete-text ##### -->
|
||||
<para>
|
||||
This signal is emitted when text is deleted from
|
||||
the widget by the user. The default handler for
|
||||
this signal will normally be responsible for inserting
|
||||
the text, so by connecting to this signal and then
|
||||
stopping the signal with gtk_signal_emit_stop(), it
|
||||
is possible to modify the inserted text, or prevent
|
||||
it from being inserted entirely. The @start_pos
|
||||
and @end_pos parameters are interpreted as for
|
||||
gtk_editable_delete_text()
|
||||
</para>
|
||||
|
||||
@editable: the object which received the signal.
|
||||
@start_pos: the starting position.
|
||||
@end_pos: the end position.
|
||||
|
||||
<!-- ##### SIGNAL GtkEditable::insert-text ##### -->
|
||||
<para>
|
||||
This signal is emitted when text is inserted into
|
||||
the widget by the user. The default handler for
|
||||
this signal will normally be responsible for inserting
|
||||
the text, so by connecting to this signal and then
|
||||
stopping the signal with gtk_signal_emit_stop(), it
|
||||
is possible to modify the inserted text, or prevent
|
||||
it from being inserted entirely.
|
||||
</para>
|
||||
|
||||
@editable: the object which received the signal.
|
||||
@new_text: the new text to insert.
|
||||
@new_text_length: the length of the new text.
|
||||
@position: the position at which to insert the new text.
|
||||
this is an in-out paramter. After the signal
|
||||
emission is finished, it should point after
|
||||
the newly inserted text.
|
||||
|
||||
<!-- ##### SIGNAL GtkEditable::kill-char ##### -->
|
||||
<para>
|
||||
An action signal. Delete a single character.
|
||||
@ -1057,16 +1078,6 @@ after other user handlers and the default handler.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ENUM GtkSideType ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GTK_SIDE_TOP:
|
||||
@GTK_SIDE_BOTTOM:
|
||||
@GTK_SIDE_LEFT:
|
||||
@GTK_SIDE_RIGHT:
|
||||
|
||||
<!-- ##### USER_FUNCTION GtkSignalDestroy ##### -->
|
||||
<para>
|
||||
A function which you can use to clean up when the
|
||||
@ -1178,6 +1189,51 @@ produce superscript and subscript.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkTreeModel::row-changed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@treemodel: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### SIGNAL GtkTreeModel::row-deleted ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@treemodel: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### SIGNAL GtkTreeModel::row-has-child-toggled ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@treemodel: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### SIGNAL GtkTreeModel::row-inserted ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@treemodel: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### SIGNAL GtkTreeModel::rows-reordered ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@treemodel: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
@arg3:
|
||||
|
||||
<!-- ##### STRUCT GtkTreeSelectionClass ##### -->
|
||||
<para>
|
||||
|
||||
@ -1446,14 +1502,6 @@ If the window shrinks automatically when widgets within it shrink.
|
||||
@accel_key:
|
||||
@accel_mods:
|
||||
|
||||
<!-- ##### MACRO gtk_accel_group_ref ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
@accel_group:
|
||||
|
||||
<!-- ##### FUNCTION gtk_accel_group_remove ##### -->
|
||||
<para>
|
||||
|
||||
@ -1473,21 +1521,6 @@ If the window shrinks automatically when widgets within it shrink.
|
||||
@accel_key:
|
||||
@accel_mods:
|
||||
|
||||
<!-- ##### MACRO gtk_accel_group_unref ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@accel_group:
|
||||
|
||||
<!-- ##### FUNCTION gtk_accel_groups_from_object ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@object:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### FUNCTION gtk_accel_label_get_accel_object ##### -->
|
||||
<para>
|
||||
|
||||
@ -2888,19 +2921,6 @@ a gtk_object_unref().
|
||||
@tree_store:
|
||||
@n_columns:
|
||||
|
||||
<!-- ##### FUNCTION gtk_tree_view_column_cell_event ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tree_column:
|
||||
@event:
|
||||
@path_string:
|
||||
@background_area:
|
||||
@cell_area:
|
||||
@flags:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### FUNCTION gtk_tree_view_column_set_cell_data ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -54,6 +54,25 @@ An object representing and maintaining a group of accelerators.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### MACRO gtk_accel_group_ref ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
<!-- # Unused Parameters # -->
|
||||
@accel_group:
|
||||
|
||||
|
||||
<!-- ##### MACRO gtk_accel_group_unref ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- # Unused Parameters # -->
|
||||
@accel_group:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_accel_group_connect ##### -->
|
||||
<para>
|
||||
|
||||
@ -79,6 +98,18 @@ An object representing and maintaining a group of accelerators.
|
||||
@closure:
|
||||
|
||||
|
||||
<!-- ##### USER_FUNCTION GtkAccelGroupActivate ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@accel_group:
|
||||
@acceleratable:
|
||||
@keyval:
|
||||
@modifier:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_accel_group_disconnect ##### -->
|
||||
<para>
|
||||
|
||||
@ -145,14 +176,43 @@ An object representing and maintaining a group of accelerators.
|
||||
|
||||
</para>
|
||||
|
||||
@acceleratable:
|
||||
@object:
|
||||
@accel_key:
|
||||
@accel_mods:
|
||||
@Returns:
|
||||
<!-- # Unused Parameters # -->
|
||||
@object:
|
||||
@acceleratable:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_accel_groups_from_object ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@object:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_accel_group_find ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@accel_group:
|
||||
@find_func:
|
||||
@data:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### STRUCT GtkAccelKey ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@accel_key:
|
||||
@accel_mods:
|
||||
@accel_flags:
|
||||
|
||||
<!-- ##### FUNCTION gtk_accelerator_valid ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -258,3 +258,12 @@ End:
|
||||
-->
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_clipboard_wait_is_text_available ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@clipboard:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
@ -406,6 +406,13 @@ as the functions below to access it.
|
||||
|
||||
@list:
|
||||
|
||||
<!-- ##### MACRO GTK_TYPE_CTREE_NODE ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_ctree_new_with_titles ##### -->
|
||||
<para>
|
||||
Create a new #GtkCTree widget with the given titles for the columns.
|
||||
|
@ -252,47 +252,3 @@ widget or not.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkEditable::changed ##### -->
|
||||
<para>
|
||||
Indicates that the user has changed the contents
|
||||
of the widget.
|
||||
</para>
|
||||
|
||||
@editable: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkEditable::delete-text ##### -->
|
||||
<para>
|
||||
This signal is emitted when text is deleted from
|
||||
the widget by the user. The default handler for
|
||||
this signal will normally be responsible for inserting
|
||||
the text, so by connecting to this signal and then
|
||||
stopping the signal with gtk_signal_emit_stop(), it
|
||||
is possible to modify the inserted text, or prevent
|
||||
it from being inserted entirely. The @start_pos
|
||||
and @end_pos parameters are interpreted as for
|
||||
gtk_editable_delete_text()
|
||||
</para>
|
||||
|
||||
@editable: the object which received the signal.
|
||||
@start_pos: the starting position.
|
||||
@end_pos: the end position.
|
||||
|
||||
<!-- ##### SIGNAL GtkEditable::insert-text ##### -->
|
||||
<para>
|
||||
This signal is emitted when text is inserted into
|
||||
the widget by the user. The default handler for
|
||||
this signal will normally be responsible for inserting
|
||||
the text, so by connecting to this signal and then
|
||||
stopping the signal with gtk_signal_emit_stop(), it
|
||||
is possible to modify the inserted text, or prevent
|
||||
it from being inserted entirely.
|
||||
</para>
|
||||
|
||||
@editable: the object which received the signal.
|
||||
@new_text: the new text to insert.
|
||||
@new_text_length: the length of the new text.
|
||||
@position: the position at which to insert the new text.
|
||||
this is an in-out paramter. After the signal
|
||||
emission is finished, it should point after
|
||||
the newly inserted text.
|
||||
|
||||
|
@ -23,6 +23,29 @@ Public enumerated types used throughout GTK+.
|
||||
@GTK_ACCEL_LOCKED:
|
||||
@GTK_ACCEL_MASK:
|
||||
|
||||
<!-- ##### ENUM GtkAnchorType ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GTK_ANCHOR_CENTER:
|
||||
@GTK_ANCHOR_NORTH:
|
||||
@GTK_ANCHOR_NORTH_WEST:
|
||||
@GTK_ANCHOR_NORTH_EAST:
|
||||
@GTK_ANCHOR_SOUTH:
|
||||
@GTK_ANCHOR_SOUTH_WEST:
|
||||
@GTK_ANCHOR_SOUTH_EAST:
|
||||
@GTK_ANCHOR_WEST:
|
||||
@GTK_ANCHOR_EAST:
|
||||
@GTK_ANCHOR_N:
|
||||
@GTK_ANCHOR_NW:
|
||||
@GTK_ANCHOR_NE:
|
||||
@GTK_ANCHOR_S:
|
||||
@GTK_ANCHOR_SW:
|
||||
@GTK_ANCHOR_SE:
|
||||
@GTK_ANCHOR_W:
|
||||
@GTK_ANCHOR_E:
|
||||
|
||||
<!-- ##### ENUM GtkArrowType ##### -->
|
||||
<para>
|
||||
Used to indicate the direction in which a #GtkArrow should point.
|
||||
@ -296,6 +319,16 @@ Used to change the appearance of an outline typically provided by a #GtkFrame.
|
||||
does
|
||||
@GTK_SHADOW_ETCHED_OUT:
|
||||
|
||||
<!-- ##### ENUM GtkSideType ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GTK_SIDE_TOP:
|
||||
@GTK_SIDE_BOTTOM:
|
||||
@GTK_SIDE_LEFT:
|
||||
@GTK_SIDE_RIGHT:
|
||||
|
||||
<!-- ##### ENUM GtkStateType ##### -->
|
||||
<para>
|
||||
This type indicates the current state of a widget; the state determines how
|
||||
|
@ -148,3 +148,21 @@ Moves a child of a #GtkFixed container to the given position.
|
||||
@y: the vertical position to move the widget to.
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_fixed_get_has_window ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@fixed:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_fixed_set_has_window ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@fixed:
|
||||
@has_window:
|
||||
|
||||
|
||||
|
@ -92,6 +92,39 @@ GtkIMContext
|
||||
@use_preedit:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_im_context_set_surrounding ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@context:
|
||||
@text:
|
||||
@len:
|
||||
@cursor_index:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_im_context_get_surrounding ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@context:
|
||||
@text:
|
||||
@cursor_index:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_im_context_delete_surrounding ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@context:
|
||||
@offset:
|
||||
@n_chars:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkIMContext::commit ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -39,3 +39,10 @@ GtkIMContextSimple
|
||||
@n_seqs:
|
||||
|
||||
|
||||
<!-- ##### MACRO GTK_MAX_COMPOSE_LEN ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
|
@ -40,6 +40,16 @@ GtkListStore
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_list_store_set_column_types ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@list_store:
|
||||
@n_columns:
|
||||
@types:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_list_store_set ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -94,6 +94,13 @@ functions such as g_signal_connect().
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_disable_setlocale ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_get_default_language ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -159,8 +159,6 @@ gtk_notebook_set_current_page() instead.
|
||||
<para>
|
||||
</para>
|
||||
|
||||
@notebook
|
||||
|
||||
@notebook:
|
||||
@child:
|
||||
@position:
|
||||
|
@ -245,9 +245,9 @@ elements are:
|
||||
Set a background pixmap to be used in place of
|
||||
the <literal>bg</literal> color (or for #GtkText,
|
||||
in place of the <literal>base</literal> color. The special
|
||||
value "<parent>" may be used to indicate that the widget should
|
||||
value "<parent>" may be used to indicate that the widget should
|
||||
use the same background pixmap as its parent. The special value
|
||||
"<none>" may be used to indicate no background pixmap.
|
||||
"<none>" may be used to indicate no background pixmap.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -243,6 +243,26 @@ Null terminates the stored data.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_selection_data_get_targets ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@selection_data:
|
||||
@targets:
|
||||
@n_atoms:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_selection_data_targets_include_text ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@selection_data:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_selection_remove_all ##### -->
|
||||
<para>
|
||||
Removes all handlers and unsets ownership of all
|
||||
|
@ -81,7 +81,7 @@ Stock Items
|
||||
<!-- ##### MACRO GTK_STOCK_ADD ##### -->
|
||||
<para>
|
||||
The "Add" item.
|
||||
<inlinegraphic fileref="stock_add.png" format="png">
|
||||
<inlinegraphic fileref="stock_add.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -89,7 +89,7 @@ The "Add" item.
|
||||
<!-- ##### MACRO GTK_STOCK_APPLY ##### -->
|
||||
<para>
|
||||
The "Apply" item.
|
||||
<inlinegraphic fileref="stock_button_apply.png" format="png">
|
||||
<inlinegraphic fileref="stock_button_apply.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -97,7 +97,7 @@ The "Apply" item.
|
||||
<!-- ##### MACRO GTK_STOCK_BOLD ##### -->
|
||||
<para>
|
||||
The "Bold" item.
|
||||
<inlinegraphic fileref="stock_text_bold.png" format="png">
|
||||
<inlinegraphic fileref="stock_text_bold.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -105,7 +105,7 @@ The "Bold" item.
|
||||
<!-- ##### MACRO GTK_STOCK_CANCEL ##### -->
|
||||
<para>
|
||||
The "Cancel" item.
|
||||
<inlinegraphic fileref="stock_button_cancel.png" format="png">
|
||||
<inlinegraphic fileref="stock_button_cancel.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -113,7 +113,7 @@ The "Cancel" item.
|
||||
<!-- ##### MACRO GTK_STOCK_CDROM ##### -->
|
||||
<para>
|
||||
The "CD-Rom" item.
|
||||
<inlinegraphic fileref="stock_cdrom.png" format="png">
|
||||
<inlinegraphic fileref="stock_cdrom.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -121,7 +121,7 @@ The "CD-Rom" item.
|
||||
<!-- ##### MACRO GTK_STOCK_CLEAR ##### -->
|
||||
<para>
|
||||
The "Clear" item.
|
||||
<inlinegraphic fileref="stock_clear.png" format="png">
|
||||
<inlinegraphic fileref="stock_clear.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -129,7 +129,7 @@ The "Clear" item.
|
||||
<!-- ##### MACRO GTK_STOCK_CLOSE ##### -->
|
||||
<para>
|
||||
The "Close" item.
|
||||
<inlinegraphic fileref="stock_close.png" format="png">
|
||||
<inlinegraphic fileref="stock_close.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -137,7 +137,7 @@ The "Close" item.
|
||||
<!-- ##### MACRO GTK_STOCK_CONVERT ##### -->
|
||||
<para>
|
||||
The "Convert" item.
|
||||
<inlinegraphic fileref="stock_convert.png" format="png">
|
||||
<inlinegraphic fileref="stock_convert.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -145,7 +145,7 @@ The "Convert" item.
|
||||
<!-- ##### MACRO GTK_STOCK_COPY ##### -->
|
||||
<para>
|
||||
The "Copy" item.
|
||||
<inlinegraphic fileref="stock_menu_copy.png" format="png">
|
||||
<inlinegraphic fileref="stock_menu_copy.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -153,7 +153,7 @@ The "Copy" item.
|
||||
<!-- ##### MACRO GTK_STOCK_CUT ##### -->
|
||||
<para>
|
||||
The "Cut" item.
|
||||
<inlinegraphic fileref="stock_menu_cut.png" format="png">
|
||||
<inlinegraphic fileref="stock_menu_cut.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -161,7 +161,7 @@ The "Cut" item.
|
||||
<!-- ##### MACRO GTK_STOCK_DELETE ##### -->
|
||||
<para>
|
||||
The "Delete" item.
|
||||
<inlinegraphic fileref="stock_menu_trash.png" format="png">
|
||||
<inlinegraphic fileref="stock_menu_trash.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -169,7 +169,7 @@ The "Delete" item.
|
||||
<!-- ##### MACRO GTK_STOCK_DIALOG_ERROR ##### -->
|
||||
<para>
|
||||
The "Error" item.
|
||||
<inlinegraphic fileref="dialog_error.png" format="png">
|
||||
<inlinegraphic fileref="dialog_error.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -177,7 +177,7 @@ The "Error" item.
|
||||
<!-- ##### MACRO GTK_STOCK_DIALOG_INFO ##### -->
|
||||
<para>
|
||||
The "Information" item.
|
||||
<inlinegraphic fileref="dialog_info.png" format="png">
|
||||
<inlinegraphic fileref="dialog_info.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -185,7 +185,7 @@ The "Information" item.
|
||||
<!-- ##### MACRO GTK_STOCK_DIALOG_QUESTION ##### -->
|
||||
<para>
|
||||
The "Question" item.
|
||||
<inlinegraphic fileref="dialog_question.png" format="png">
|
||||
<inlinegraphic fileref="dialog_question.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -193,7 +193,7 @@ The "Question" item.
|
||||
<!-- ##### MACRO GTK_STOCK_DIALOG_WARNING ##### -->
|
||||
<para>
|
||||
The "Warning" item.
|
||||
<inlinegraphic fileref="dialog_warning.png" format="png">
|
||||
<inlinegraphic fileref="dialog_warning.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -201,7 +201,7 @@ The "Warning" item.
|
||||
<!-- ##### MACRO GTK_STOCK_DND ##### -->
|
||||
<para>
|
||||
The "Drag-And-Drop" icon.
|
||||
<inlinegraphic fileref="stock_dnd.png" format="png">
|
||||
<inlinegraphic fileref="stock_dnd.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -209,7 +209,7 @@ The "Drag-And-Drop" icon.
|
||||
<!-- ##### MACRO GTK_STOCK_DND_MULTIPLE ##### -->
|
||||
<para>
|
||||
The "Drag-And-Drop multiple" icon.
|
||||
<inlinegraphic fileref="stock_dnd_multiple.png" format="png">
|
||||
<inlinegraphic fileref="stock_dnd_multiple.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -217,7 +217,7 @@ The "Drag-And-Drop multiple" icon.
|
||||
<!-- ##### MACRO GTK_STOCK_EXECUTE ##### -->
|
||||
<para>
|
||||
The "Execute" item.
|
||||
<inlinegraphic fileref="stock_exec.png" format="png">
|
||||
<inlinegraphic fileref="stock_exec.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -225,7 +225,7 @@ The "Execute" item.
|
||||
<!-- ##### MACRO GTK_STOCK_FIND ##### -->
|
||||
<para>
|
||||
The "Find" item.
|
||||
<inlinegraphic fileref="stock_search.png" format="png">
|
||||
<inlinegraphic fileref="stock_search.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -233,7 +233,7 @@ The "Find" item.
|
||||
<!-- ##### MACRO GTK_STOCK_FIND_AND_REPLACE ##### -->
|
||||
<para>
|
||||
The "Find and Replace" item.
|
||||
<inlinegraphic fileref="stock_search_replace.png" format="png">
|
||||
<inlinegraphic fileref="stock_search_replace.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -241,7 +241,7 @@ The "Find and Replace" item.
|
||||
<!-- ##### MACRO GTK_STOCK_FLOPPY ##### -->
|
||||
<para>
|
||||
The "Floppy" item.
|
||||
<inlinegraphic fileref="stock_save.png" format="png">
|
||||
<inlinegraphic fileref="stock_save.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -249,7 +249,7 @@ The "Floppy" item.
|
||||
<!-- ##### MACRO GTK_STOCK_GOTO_BOTTOM ##### -->
|
||||
<para>
|
||||
The "Bottom" item.
|
||||
<inlinegraphic fileref="stock_bottom.png" format="png">
|
||||
<inlinegraphic fileref="stock_bottom.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -257,7 +257,7 @@ The "Bottom" item.
|
||||
<!-- ##### MACRO GTK_STOCK_GOTO_FIRST ##### -->
|
||||
<para>
|
||||
The "First" item.
|
||||
<inlinegraphic fileref="stock_first.png" format="png">
|
||||
<inlinegraphic fileref="stock_first.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -265,7 +265,7 @@ The "First" item.
|
||||
<!-- ##### MACRO GTK_STOCK_GOTO_LAST ##### -->
|
||||
<para>
|
||||
The "Last" item.
|
||||
<inlinegraphic fileref="stock_last.png" format="png">
|
||||
<inlinegraphic fileref="stock_last.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -273,7 +273,7 @@ The "Last" item.
|
||||
<!-- ##### MACRO GTK_STOCK_GOTO_TOP ##### -->
|
||||
<para>
|
||||
The "Top" item.
|
||||
<inlinegraphic fileref="stock_top.png" format="png">
|
||||
<inlinegraphic fileref="stock_top.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -281,7 +281,7 @@ The "Top" item.
|
||||
<!-- ##### MACRO GTK_STOCK_GO_BACK ##### -->
|
||||
<para>
|
||||
The "Back" item.
|
||||
<inlinegraphic fileref="stock_left_arrow.png" format="png">
|
||||
<inlinegraphic fileref="stock_left_arrow.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -289,7 +289,7 @@ The "Back" item.
|
||||
<!-- ##### MACRO GTK_STOCK_GO_DOWN ##### -->
|
||||
<para>
|
||||
The "Down" item.
|
||||
<inlinegraphic fileref="stock_down_arrow.png" format="png">
|
||||
<inlinegraphic fileref="stock_down_arrow.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -297,7 +297,7 @@ The "Down" item.
|
||||
<!-- ##### MACRO GTK_STOCK_GO_FORWARD ##### -->
|
||||
<para>
|
||||
The "Forward" item.
|
||||
<inlinegraphic fileref="stock_right_arrow.png" format="png">
|
||||
<inlinegraphic fileref="stock_right_arrow.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -305,7 +305,7 @@ The "Forward" item.
|
||||
<!-- ##### MACRO GTK_STOCK_GO_UP ##### -->
|
||||
<para>
|
||||
The "Up" item.
|
||||
<inlinegraphic fileref="stock_up_arrow.png" format="png">
|
||||
<inlinegraphic fileref="stock_up_arrow.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -313,7 +313,7 @@ The "Up" item.
|
||||
<!-- ##### MACRO GTK_STOCK_HELP ##### -->
|
||||
<para>
|
||||
The "Help" item.
|
||||
<inlinegraphic fileref="stock_help.png" format="png">
|
||||
<inlinegraphic fileref="stock_help.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -321,7 +321,7 @@ The "Help" item.
|
||||
<!-- ##### MACRO GTK_STOCK_HOME ##### -->
|
||||
<para>
|
||||
The "Home" item.
|
||||
<inlinegraphic fileref="stock_home.png" format="png">
|
||||
<inlinegraphic fileref="stock_home.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -329,7 +329,7 @@ The "Home" item.
|
||||
<!-- ##### MACRO GTK_STOCK_INDEX ##### -->
|
||||
<para>
|
||||
The "Index" item.
|
||||
<inlinegraphic fileref="stock_index.png" format="png">
|
||||
<inlinegraphic fileref="stock_index.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -337,7 +337,7 @@ The "Index" item.
|
||||
<!-- ##### MACRO GTK_STOCK_ITALIC ##### -->
|
||||
<para>
|
||||
The "Italic" item.
|
||||
<inlinegraphic fileref="stock_text_italic.png" format="png">
|
||||
<inlinegraphic fileref="stock_text_italic.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -345,7 +345,7 @@ The "Italic" item.
|
||||
<!-- ##### MACRO GTK_STOCK_JUMP_TO ##### -->
|
||||
<para>
|
||||
The "Jump to" item.
|
||||
<inlinegraphic fileref="stock_jump_to.png" format="png">
|
||||
<inlinegraphic fileref="stock_jump_to.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -353,7 +353,7 @@ The "Jump to" item.
|
||||
<!-- ##### MACRO GTK_STOCK_JUSTIFY_CENTER ##### -->
|
||||
<para>
|
||||
The "Center" item.
|
||||
<inlinegraphic fileref="stock_align_center.png" format="png">
|
||||
<inlinegraphic fileref="stock_align_center.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -361,7 +361,7 @@ The "Center" item.
|
||||
<!-- ##### MACRO GTK_STOCK_JUSTIFY_FILL ##### -->
|
||||
<para>
|
||||
The "Fill" item.
|
||||
<inlinegraphic fileref="stock_align_justify.png" format="png">
|
||||
<inlinegraphic fileref="stock_align_justify.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -369,7 +369,7 @@ The "Fill" item.
|
||||
<!-- ##### MACRO GTK_STOCK_JUSTIFY_LEFT ##### -->
|
||||
<para>
|
||||
The "Left" item.
|
||||
<inlinegraphic fileref="stock_align_left.png" format="png">
|
||||
<inlinegraphic fileref="stock_align_left.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -377,7 +377,7 @@ The "Left" item.
|
||||
<!-- ##### MACRO GTK_STOCK_JUSTIFY_RIGHT ##### -->
|
||||
<para>
|
||||
The "Right" item.
|
||||
<inlinegraphic fileref="stock_align_right.png" format="png">
|
||||
<inlinegraphic fileref="stock_align_right.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -385,7 +385,7 @@ The "Right" item.
|
||||
<!-- ##### MACRO GTK_STOCK_MISSING_IMAGE ##### -->
|
||||
<para>
|
||||
The "Missing image" icon.
|
||||
<inlinegraphic fileref="dialog_error.png" format="png">
|
||||
<inlinegraphic fileref="dialog_error.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -393,7 +393,7 @@ The "Missing image" icon.
|
||||
<!-- ##### MACRO GTK_STOCK_NEW ##### -->
|
||||
<para>
|
||||
The "New" item.
|
||||
<inlinegraphic fileref="stock_new.png" format="png">
|
||||
<inlinegraphic fileref="stock_new.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -401,7 +401,7 @@ The "New" item.
|
||||
<!-- ##### MACRO GTK_STOCK_NO ##### -->
|
||||
<para>
|
||||
The "No" item.
|
||||
<inlinegraphic fileref="stock_button_no.png" format="png">
|
||||
<inlinegraphic fileref="stock_button_no.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -409,7 +409,7 @@ The "No" item.
|
||||
<!-- ##### MACRO GTK_STOCK_OK ##### -->
|
||||
<para>
|
||||
The "OK" item.
|
||||
<inlinegraphic fileref="stock_button_ok.png" format="png">
|
||||
<inlinegraphic fileref="stock_button_ok.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -417,7 +417,7 @@ The "OK" item.
|
||||
<!-- ##### MACRO GTK_STOCK_OPEN ##### -->
|
||||
<para>
|
||||
The "Open" item.
|
||||
<inlinegraphic fileref="stock_open.png" format="png">
|
||||
<inlinegraphic fileref="stock_open.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -425,7 +425,7 @@ The "Open" item.
|
||||
<!-- ##### MACRO GTK_STOCK_PASTE ##### -->
|
||||
<para>
|
||||
The "Paste" item.
|
||||
<inlinegraphic fileref="stock_paste.png" format="png">
|
||||
<inlinegraphic fileref="stock_paste.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -433,7 +433,7 @@ The "Paste" item.
|
||||
<!-- ##### MACRO GTK_STOCK_PREFERENCES ##### -->
|
||||
<para>
|
||||
The "Preferences" item.
|
||||
<inlinegraphic fileref="stock_preferences.png" format="png">
|
||||
<inlinegraphic fileref="stock_preferences.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -441,7 +441,7 @@ The "Preferences" item.
|
||||
<!-- ##### MACRO GTK_STOCK_PRINT ##### -->
|
||||
<para>
|
||||
The "Print" item.
|
||||
<inlinegraphic fileref="stock_print.png" format="png">
|
||||
<inlinegraphic fileref="stock_print.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -449,7 +449,7 @@ The "Print" item.
|
||||
<!-- ##### MACRO GTK_STOCK_PRINT_PREVIEW ##### -->
|
||||
<para>
|
||||
The "Print Preview" item.
|
||||
<inlinegraphic fileref="stock_print_preview.png" format="png">
|
||||
<inlinegraphic fileref="stock_print_preview.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -457,7 +457,7 @@ The "Print Preview" item.
|
||||
<!-- ##### MACRO GTK_STOCK_PROPERTIES ##### -->
|
||||
<para>
|
||||
The "Properties" item.
|
||||
<inlinegraphic fileref="stock_properties.png" format="png">
|
||||
<inlinegraphic fileref="stock_properties.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -465,7 +465,7 @@ The "Properties" item.
|
||||
<!-- ##### MACRO GTK_STOCK_QUIT ##### -->
|
||||
<para>
|
||||
The "Quit" item.
|
||||
<inlinegraphic fileref="stock_exit.png" format="png">
|
||||
<inlinegraphic fileref="stock_exit.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -473,7 +473,7 @@ The "Quit" item.
|
||||
<!-- ##### MACRO GTK_STOCK_REDO ##### -->
|
||||
<para>
|
||||
The "Redo" item.
|
||||
<inlinegraphic fileref="stock_redo.png" format="png">
|
||||
<inlinegraphic fileref="stock_redo.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -481,7 +481,7 @@ The "Redo" item.
|
||||
<!-- ##### MACRO GTK_STOCK_REFRESH ##### -->
|
||||
<para>
|
||||
The "Refresh" item.
|
||||
<inlinegraphic fileref="stock_refresh.png" format="png">
|
||||
<inlinegraphic fileref="stock_refresh.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -489,7 +489,7 @@ The "Refresh" item.
|
||||
<!-- ##### MACRO GTK_STOCK_REMOVE ##### -->
|
||||
<para>
|
||||
The "Remove" item.
|
||||
<inlinegraphic fileref="stock_remove.png" format="png">
|
||||
<inlinegraphic fileref="stock_remove.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -497,7 +497,7 @@ The "Remove" item.
|
||||
<!-- ##### MACRO GTK_STOCK_REVERT_TO_SAVED ##### -->
|
||||
<para>
|
||||
The "Revert" item.
|
||||
<inlinegraphic fileref="stock_revert.png" format="png">
|
||||
<inlinegraphic fileref="stock_revert.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -505,7 +505,7 @@ The "Revert" item.
|
||||
<!-- ##### MACRO GTK_STOCK_SAVE ##### -->
|
||||
<para>
|
||||
The "Save" item.
|
||||
<inlinegraphic fileref="stock_save.png" format="png">
|
||||
<inlinegraphic fileref="stock_save.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -513,7 +513,7 @@ The "Save" item.
|
||||
<!-- ##### MACRO GTK_STOCK_SAVE_AS ##### -->
|
||||
<para>
|
||||
The "Save As" item.
|
||||
<inlinegraphic fileref="stock_save_as.png" format="png">
|
||||
<inlinegraphic fileref="stock_save_as.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -521,7 +521,7 @@ The "Save As" item.
|
||||
<!-- ##### MACRO GTK_STOCK_SELECT_COLOR ##### -->
|
||||
<para>
|
||||
The "Color" item.
|
||||
<inlinegraphic fileref="stock_colorselector.png" format="png">
|
||||
<inlinegraphic fileref="stock_colorselector.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -529,7 +529,7 @@ The "Color" item.
|
||||
<!-- ##### MACRO GTK_STOCK_SELECT_FONT ##### -->
|
||||
<para>
|
||||
The "Font" item.
|
||||
<inlinegraphic fileref="stock_font.png" format="png">
|
||||
<inlinegraphic fileref="stock_font.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -537,7 +537,7 @@ The "Font" item.
|
||||
<!-- ##### MACRO GTK_STOCK_SORT_ASCENDING ##### -->
|
||||
<para>
|
||||
The "Ascending" item.
|
||||
<inlinegraphic fileref="stock_sort_ascending.png" format="png">
|
||||
<inlinegraphic fileref="stock_sort_ascending.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -545,7 +545,7 @@ The "Ascending" item.
|
||||
<!-- ##### MACRO GTK_STOCK_SORT_DESCENDING ##### -->
|
||||
<para>
|
||||
The "Descending" item.
|
||||
<inlinegraphic fileref="stock_sort_descending.png" format="png">
|
||||
<inlinegraphic fileref="stock_sort_descending.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -553,7 +553,7 @@ The "Descending" item.
|
||||
<!-- ##### MACRO GTK_STOCK_SPELL_CHECK ##### -->
|
||||
<para>
|
||||
The "Spell Check" item.
|
||||
<inlinegraphic fileref="stock_spellcheck.png" format="png">
|
||||
<inlinegraphic fileref="stock_spellcheck.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -561,7 +561,7 @@ The "Spell Check" item.
|
||||
<!-- ##### MACRO GTK_STOCK_STOP ##### -->
|
||||
<para>
|
||||
The "Stop" item.
|
||||
<inlinegraphic fileref="stock_stop.png" format="png">
|
||||
<inlinegraphic fileref="stock_stop.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -569,7 +569,7 @@ The "Stop" item.
|
||||
<!-- ##### MACRO GTK_STOCK_STRIKETHROUGH ##### -->
|
||||
<para>
|
||||
The "Strikethrough" item.
|
||||
<inlinegraphic fileref="stock_text_strikeout.png" format="png">
|
||||
<inlinegraphic fileref="stock_text_strikeout.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -577,7 +577,7 @@ The "Strikethrough" item.
|
||||
<!-- ##### MACRO GTK_STOCK_UNDELETE ##### -->
|
||||
<para>
|
||||
The "Undelete" item.
|
||||
<inlinegraphic fileref="stock_undelete.png" format="png">
|
||||
<inlinegraphic fileref="stock_undelete.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -585,7 +585,7 @@ The "Undelete" item.
|
||||
<!-- ##### MACRO GTK_STOCK_UNDERLINE ##### -->
|
||||
<para>
|
||||
The "Underline" item.
|
||||
<inlinegraphic fileref="stock_text_underline.png" format="png">
|
||||
<inlinegraphic fileref="stock_text_underline.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -593,7 +593,7 @@ The "Underline" item.
|
||||
<!-- ##### MACRO GTK_STOCK_UNDO ##### -->
|
||||
<para>
|
||||
The "Undo" item.
|
||||
<inlinegraphic fileref="stock_undo.png" format="png">
|
||||
<inlinegraphic fileref="stock_undo.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -601,7 +601,7 @@ The "Undo" item.
|
||||
<!-- ##### MACRO GTK_STOCK_YES ##### -->
|
||||
<para>
|
||||
The "Yes" item.
|
||||
<inlinegraphic fileref="stock_button_yes.png" format="png">
|
||||
<inlinegraphic fileref="stock_button_yes.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -609,7 +609,7 @@ The "Yes" item.
|
||||
<!-- ##### MACRO GTK_STOCK_ZOOM_100 ##### -->
|
||||
<para>
|
||||
The "Zoom 100%" item.
|
||||
<inlinegraphic fileref="stock_zoom_1.png" format="png">
|
||||
<inlinegraphic fileref="stock_zoom_1.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -617,7 +617,7 @@ The "Zoom 100%" item.
|
||||
<!-- ##### MACRO GTK_STOCK_ZOOM_FIT ##### -->
|
||||
<para>
|
||||
The "Zoom to Fit" item.
|
||||
<inlinegraphic fileref="stock_zoom_fit.png" format="png">
|
||||
<inlinegraphic fileref="stock_zoom_fit.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -625,7 +625,7 @@ The "Zoom to Fit" item.
|
||||
<!-- ##### MACRO GTK_STOCK_ZOOM_IN ##### -->
|
||||
<para>
|
||||
The "Zoom In" item.
|
||||
<inlinegraphic fileref="stock_zoom_in.png" format="png">
|
||||
<inlinegraphic fileref="stock_zoom_in.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
@ -633,7 +633,7 @@ The "Zoom In" item.
|
||||
<!-- ##### MACRO GTK_STOCK_ZOOM_OUT ##### -->
|
||||
<para>
|
||||
The "Zoom Out" item.
|
||||
<inlinegraphic fileref="stock_zoom_out.png" format="png">
|
||||
<inlinegraphic fileref="stock_zoom_out.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
|
@ -212,6 +212,24 @@ Styles
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_style_get_font ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@style:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_style_set_font ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@style:
|
||||
@font:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_draw_hline ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -251,6 +251,16 @@ types related to the text widget and how they work together.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_text_iter_can_insert ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@iter:
|
||||
@default_editability:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_text_iter_starts_word ##### -->
|
||||
<para>
|
||||
|
||||
@ -702,6 +712,14 @@ types related to the text widget and how they work together.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### ENUM GtkTextSearchFlags ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GTK_TEXT_SEARCH_VISIBLE_ONLY:
|
||||
@GTK_TEXT_SEARCH_TEXT_ONLY:
|
||||
|
||||
<!-- ##### FUNCTION gtk_text_iter_forward_search ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -33,12 +33,6 @@ types related to the text widget and how they work together.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### STRUCT GtkTextTagTable ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ENUM GtkWrapMode ##### -->
|
||||
<para>
|
||||
Describes a type of line wrapping.
|
||||
|
@ -371,6 +371,17 @@ The tree interface used by #GtkTreeView
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tree_model_get_iter_from_string ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tree_model:
|
||||
@iter:
|
||||
@path_string:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tree_model_get_iter_root ##### -->
|
||||
<para>
|
||||
|
||||
@ -567,48 +578,3 @@ The tree interface used by #GtkTreeView
|
||||
@new_order:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkTreeModel::row-changed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@treemodel: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### SIGNAL GtkTreeModel::row-deleted ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@treemodel: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### SIGNAL GtkTreeModel::row-has-child-toggled ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@treemodel: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### SIGNAL GtkTreeModel::row-inserted ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@treemodel: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### SIGNAL GtkTreeModel::rows-reordered ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@treemodel: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
@arg3:
|
||||
|
||||
|
@ -42,6 +42,62 @@ GtkTreeModelSort
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tree_model_sort_convert_child_path_to_path ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tree_model_sort:
|
||||
@child_path:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tree_model_sort_convert_child_iter_to_iter ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tree_model_sort:
|
||||
@sort_iter:
|
||||
@child_iter:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tree_model_sort_convert_path_to_child_path ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tree_model_sort:
|
||||
@sorted_path:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tree_model_sort_convert_iter_to_child_iter ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tree_model_sort:
|
||||
@child_iter:
|
||||
@sorted_iter:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tree_model_sort_reset_default_sort_func ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tree_model_sort:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tree_model_sort_clear_cache ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tree_model_sort:
|
||||
|
||||
|
||||
<!-- ##### ARG GtkTreeModelSort:model ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -40,6 +40,16 @@ GtkTreeStore
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tree_store_set_column_types ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tree_store:
|
||||
@n_columns:
|
||||
@types:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tree_store_set_value ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -36,12 +36,6 @@ GtkTreeView
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### STRUCT GtkTreeSelection ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### USER_FUNCTION GtkTreeViewColumnDropFunc ##### -->
|
||||
<para>
|
||||
|
||||
@ -517,6 +511,15 @@ GtkTreeView
|
||||
@visible_rect:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tree_view_get_bin_window ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tree_view:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tree_view_widget_to_tree_coords ##### -->
|
||||
<para>
|
||||
|
||||
@ -541,6 +544,29 @@ GtkTreeView
|
||||
@wy:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tree_view_enable_model_drag_dest ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tree_view:
|
||||
@targets:
|
||||
@n_targets:
|
||||
@actions:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tree_view_enable_model_drag_source ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tree_view:
|
||||
@start_button_mask:
|
||||
@targets:
|
||||
@n_targets:
|
||||
@actions:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tree_view_unset_rows_drag_source ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -175,6 +175,24 @@ GtkTreeViewColumn
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tree_view_column_set_resizable ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tree_column:
|
||||
@resizable:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tree_view_column_get_resizable ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tree_column:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tree_view_column_set_sizing ##### -->
|
||||
<para>
|
||||
|
||||
@ -448,6 +466,20 @@ GtkTreeViewColumn
|
||||
@flags:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tree_view_column_cell_event ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tree_column:
|
||||
@event:
|
||||
@path_string:
|
||||
@background_area:
|
||||
@cell_area:
|
||||
@flags:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tree_view_column_cell_focus ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -797,6 +797,20 @@ GtkWidget
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_widget_translate_coordinates ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@src_widget:
|
||||
@dest_widget:
|
||||
@src_x:
|
||||
@src_y:
|
||||
@dest_x:
|
||||
@dest_y:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_widget_hide_on_delete ##### -->
|
||||
<para>
|
||||
|
||||
@ -1167,6 +1181,15 @@ GtkWidget
|
||||
@double_buffered:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_widget_set_redraw_on_allocate ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@widget:
|
||||
@redraw_on_allocate:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_widget_set_composite_name ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -302,6 +302,33 @@ it's larger
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_window_get_focus ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@window:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_window_set_focus ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@window:
|
||||
@focus:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_window_set_default ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@window:
|
||||
@default_widget:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_window_present ##### -->
|
||||
<para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user