From 30beffe1d1bd2ee1671bde8485dde9dc90f85ac3 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Tue, 14 Nov 2000 16:36:20 +0000 Subject: [PATCH] cd to srcdir before calling gtkdoc-fixref, distribute index.sgml. Mon Nov 13 16:58:43 2000 Owen Taylor * {gtk,gdk,gdk-pixbuf}/Makefile.am: cd to srcdir before calling gtkdoc-fixref, distribute index.sgml. * gtk/gtk-docs.sgml gtk/Makefile.am gtk/gtk-sections.txt gtk/gtk.types: Update --- docs/reference/ChangeLog | 8 + docs/reference/gdk-pixbuf/Makefile.am | 4 +- .../gdk-pixbuf/gdk-pixbuf-sections.txt | 1 + docs/reference/gdk-pixbuf/tmpl/creating.sgml | 13 + .../gdk-pixbuf/tmpl/gdk-pixbuf-loader.sgml | 74 ---- .../gdk-pixbuf/tmpl/gdk-pixbuf-unused.sgml | 81 +++- docs/reference/gdk/Makefile.am | 4 +- docs/reference/gdk/gdk-sections.txt | 1 + docs/reference/gdk/tmpl/drawing.sgml | 13 + docs/reference/gtk/Makefile.am | 5 +- docs/reference/gtk/gtk-docs.sgml | 23 +- docs/reference/gtk/gtk-sections.txt | 86 +++- docs/reference/gtk/gtk.hierarchy | 9 +- docs/reference/gtk/gtk.types | 3 +- docs/reference/gtk/tmpl/gtk-unused.sgml | 378 +++++++++++++++--- docs/reference/gtk/tmpl/gtkeditable.sgml | 219 +--------- docs/reference/gtk/tmpl/gtkentry.sgml | 112 ++++++ docs/reference/gtk/tmpl/gtkimcontext.sgml | 9 + .../reference/gtk/tmpl/gtkimmulticontext.sgml | 9 + docs/reference/gtk/tmpl/gtkmain.sgml | 8 + docs/reference/gtk/tmpl/gtkmenu.sgml | 10 +- docs/reference/gtk/tmpl/gtkmenuitem.sgml | 34 ++ docs/reference/gtk/tmpl/gtkmodelsimple.sgml | 8 + docs/reference/gtk/tmpl/gtkrc.sgml | 18 + docs/reference/gtk/tmpl/gtkselection.sgml | 28 ++ docs/reference/gtk/tmpl/gtksignal.sgml | 7 + docs/reference/gtk/tmpl/gtktextbuffer.sgml | 10 - docs/reference/gtk/tmpl/gtktextiter.sgml | 13 + docs/reference/gtk/tmpl/gtktextmark.sgml | 2 +- docs/reference/gtk/tmpl/gtktexttag.sgml | 10 + docs/reference/gtk/tmpl/gtkthemes.sgml | 52 --- docs/reference/gtk/tmpl/gtktree.sgml | 6 +- docs/reference/gtk/tmpl/gtktreemodel.sgml | 56 +++ docs/reference/gtk/tmpl/gtktreeselection.sgml | 1 + docs/reference/gtk/tmpl/gtktreestore.sgml | 2 +- 35 files changed, 869 insertions(+), 448 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index a6949f8773..dbc7fe8201 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,11 @@ +Mon Nov 13 16:58:43 2000 Owen Taylor + + * {gtk,gdk,gdk-pixbuf}/Makefile.am: cd to srcdir before + calling gtkdoc-fixref, distribute index.sgml. + + * gtk/gtk-docs.sgml gtk/Makefile.am gtk/gtk-sections.txt + gtk/gtk.types: Update + 2000-11-05 Havoc Pennington * gtk/tmpl/gtktexttag.sgml: documented some of the object args diff --git a/docs/reference/gdk-pixbuf/Makefile.am b/docs/reference/gdk-pixbuf/Makefile.am index 26da20fb38..1a071fb8c7 100644 --- a/docs/reference/gdk-pixbuf/Makefile.am +++ b/docs/reference/gdk-pixbuf/Makefile.am @@ -90,7 +90,7 @@ html: test -d $(srcdir)/html || mkdir $(srcdir)/html -cd $(srcdir)/html && gtkdoc-mkhtml $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) @echo '-- Fixing Crossreferences' - gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) + cd $(srcdir) && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) clean-local: rm -f *~ *.bak *.signals *-unused.txt @@ -127,7 +127,7 @@ dist-hook: dist-check-gtkdoc mkdir $(distdir)/html mkdir $(distdir)/sgml mkdir $(distdir)/tmpl - -cp $(srcdir)/html/*.html $(srcdir)/html/*.css $(distdir)/html + -cp $(srcdir)/html/*.html $(srcdir)/html/*.css $(srcdir)/html/index.sgml $(distdir)/html -cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl -cp $(srcdir)/sgml/*.sgml $(distdir)/sgml -cp $(srcdir)/sgml/*.bottom $(srcdir)/sgml/*.top $(distdir)/sgml diff --git a/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt b/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt index a721ece386..10bbe8f9f0 100644 --- a/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt +++ b/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt @@ -65,6 +65,7 @@ gdk_pixbuf_new gdk_pixbuf_new_from_data gdk_pixbuf_new_from_xpm_data gdk_pixbuf_new_from_inline +gdk_pixbuf_new_subpixbuf gdk_pixbuf_copy diff --git a/docs/reference/gdk-pixbuf/tmpl/creating.sgml b/docs/reference/gdk-pixbuf/tmpl/creating.sgml index b98b4024fa..0bbce5405a 100644 --- a/docs/reference/gdk-pixbuf/tmpl/creating.sgml +++ b/docs/reference/gdk-pixbuf/tmpl/creating.sgml @@ -94,6 +94,19 @@ Creating a pixbuf from image data that is already in memory. @Returns: + + + + + +@src_pixbuf: +@src_x: +@src_y: +@width: +@height: +@Returns: + + diff --git a/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-loader.sgml b/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-loader.sgml index 8d5ba404d1..b9cea2ff9f 100644 --- a/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-loader.sgml +++ b/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-loader.sgml @@ -130,77 +130,3 @@ Application-driven progressive image loading. @loader: - - - This signal is emitted when a significant area of the image being - loaded has been updated. Normally it means that a complete - scanline has been read in, but it could be a different area as - well. Applications can use this signal to know when to repaint - areas of an image that is being loaded. - - -@gdkpixbufloader: the object which received the signal. -@arg1: -@arg2: -@arg3: -@arg4: - -@loader: Loader which emitted the signal. -@x: X offset of upper-left corner of the updated area. -@y: Y offset of upper-left corner of the updated area. -@width: Width of updated area. -@height: Height of updated area. - - - - This signal is emitted when the pixbuf loader has been fed the - initial amount of data that is required to figure out the size and - format of the image that it will create. After this signal is - emitted, applications can call gdk_pixbuf_loader_get_pixbuf() to - fetch the partially-loaded pixbuf. - - -@gdkpixbufloader: the object which received the signal. - -@loader: Loader which emitted the signal. - - - - This signal is emitted when a frame is done loading. It will be - emitted for each frame in an animation data stream. - - -@gdkpixbufloader: the object which received the signal. -@arg1: - -@loader: Loader which emitted the signal. -@frame: Frame which just completed loading. - - - - This signal is emitted when an animation is done loading. - - -@gdkpixbufloader: the object which received the signal. - -@loader: Loader which emitted the signal. - - - - This signal is emitted when gdk_pixbuf_loader_close() is called. - It can be used by different parts of an application to receive - notification when an image loader is closed by the code that - drives it. - - -@gdkpixbufloader: the object which received the signal. - -@loader: Loader which emitted the signal. - - - diff --git a/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-unused.sgml b/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-unused.sgml index f02ff63557..152dfaf4ec 100644 --- a/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-unused.sgml +++ b/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-unused.sgml @@ -65,6 +65,34 @@ End: + + + This signal is emitted when an animation is done loading. + + +@gdkpixbufloader: the object which received the signal. +@loader: Loader which emitted the signal. + + + + This signal is emitted when a significant area of the image being + loaded has been updated. Normally it means that a complete + scanline has been read in, but it could be a different area as + well. Applications can use this signal to know when to repaint + areas of an image that is being loaded. + + +@gdkpixbufloader: the object which received the signal. +@arg1: +@arg2: +@arg3: +@arg4: +@loader: Loader which emitted the signal. +@x: X offset of upper-left corner of the updated area. +@y: Y offset of upper-left corner of the updated area. +@width: Width of updated area. +@height: Height of updated area. + @@ -122,6 +150,17 @@ End: + + + This signal is emitted when a frame is done loading. It will be + emitted for each frame in an animation data stream. + + +@gdkpixbufloader: the object which received the signal. +@arg1: +@loader: Loader which emitted the signal. +@frame: Frame which just completed loading. + Initializing the &gdk-pixbuf; Xlib library. @@ -155,6 +194,24 @@ Initializing the &gdk-pixbuf; Xlib library. + + + This signal is emitted when gdk_pixbuf_loader_close() is called. + It can be used by different parts of an application to receive + notification when an image loader is closed by the code that + drives it. + + +@gdkpixbufloader: the object which received the signal. +@loader: Loader which emitted the signal. + + + Works in the same way as the + + This signal is emitted when the pixbuf loader has been fed the + initial amount of data that is required to figure out the size and + format of the image that it will create. After this signal is + emitted, applications can call gdk_pixbuf_loader_get_pixbuf() to + fetch the partially-loaded pixbuf. + + +@gdkpixbufloader: the object which received the signal. +@loader: Loader which emitted the signal. + XlibRGB @@ -515,12 +584,6 @@ Getting parts of a drawable's image data into a pixbuf. - - - - - - This canvas item displays #GdkPixbuf images. It handles full @@ -690,6 +753,12 @@ Getting parts of a drawable's image data into a pixbuf. + + + + + + Xlib Rendering diff --git a/docs/reference/gdk/Makefile.am b/docs/reference/gdk/Makefile.am index adccf29b7b..0caaeb723d 100644 --- a/docs/reference/gdk/Makefile.am +++ b/docs/reference/gdk/Makefile.am @@ -105,7 +105,7 @@ html: test -d $(srcdir)/html || mkdir $(srcdir)/html -cd $(srcdir)/html && gtkdoc-mkhtml $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) @echo '-- Fixing Crossreferences' - gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) + cd $(srcdir) && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) clean-local: rm -f *~ *.bak *.signals *-unused.txt @@ -142,7 +142,7 @@ dist-hook: dist-check-gtkdoc mkdir $(distdir)/html mkdir $(distdir)/sgml mkdir $(distdir)/tmpl - -cp $(srcdir)/html/*.html $(srcdir)/html/*.css $(distdir)/html + -cp $(srcdir)/html/*.html $(srcdir)/html/*.css $(srcdir)/html/index.sgml $(distdir)/html -cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl -cp $(srcdir)/sgml/*.sgml $(distdir)/sgml -cp $(srcdir)/sgml/*.bottom $(srcdir)/sgml/*.top $(distdir)/sgml diff --git a/docs/reference/gdk/gdk-sections.txt b/docs/reference/gdk/gdk-sections.txt index f5900c0de8..f06b366805 100644 --- a/docs/reference/gdk/gdk-sections.txt +++ b/docs/reference/gdk/gdk-sections.txt @@ -281,6 +281,7 @@ gdk_draw_text_wc gdk_draw_pixmap gdk_draw_drawable gdk_draw_image +gdk_drawable_get_image GDK_DRAWABLE diff --git a/docs/reference/gdk/tmpl/drawing.sgml b/docs/reference/gdk/tmpl/drawing.sgml index ec3069fd6d..0c03abcc6d 100644 --- a/docs/reference/gdk/tmpl/drawing.sgml +++ b/docs/reference/gdk/tmpl/drawing.sgml @@ -388,3 +388,16 @@ the right edge of @image. to the bottom edge of @image. + + + + + +@drawable: +@x: +@y: +@width: +@height: +@Returns: + + diff --git a/docs/reference/gtk/Makefile.am b/docs/reference/gtk/Makefile.am index bb7f4850b5..47012ad9ae 100644 --- a/docs/reference/gtk/Makefile.am +++ b/docs/reference/gtk/Makefile.am @@ -18,6 +18,7 @@ IGNORE_HFILES= \ gdk-pixbuf-loader.h \ gtkdebug.h \ gtkhsv.h \ + gtkimmodule.h \ gtkimcontextsimple.h \ gtkintl.h \ gtkmarshal.h \ @@ -113,7 +114,7 @@ html: test -d $(srcdir)/html || mkdir $(srcdir)/html -cd $(srcdir)/html && gtkdoc-mkhtml $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) @echo '-- Fixing Crossreferences' - gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) + cd $(srcdir) && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) clean-local: rm -f *~ *.bak *.signals *-unused.txt @@ -150,7 +151,7 @@ dist-hook: dist-check-gtkdoc mkdir $(distdir)/html mkdir $(distdir)/sgml mkdir $(distdir)/tmpl - -cp $(srcdir)/html/*.html $(srcdir)/html/*.css $(distdir)/html + -cp $(srcdir)/html/*.html $(srcdir)/html/*.css $(srcdir)/html/index.sgml $(distdir)/html -cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl -cp $(srcdir)/sgml/*.sgml $(distdir)/sgml -cp $(srcdir)/sgml/*.bottom $(srcdir)/sgml/*.top $(distdir)/sgml diff --git a/docs/reference/gtk/gtk-docs.sgml b/docs/reference/gtk/gtk-docs.sgml index d088966cac..547edb3fe9 100644 --- a/docs/reference/gtk/gtk-docs.sgml +++ b/docs/reference/gtk/gtk-docs.sgml @@ -22,7 +22,8 @@ - + + @@ -41,6 +42,7 @@ + @@ -54,7 +56,7 @@ - + @@ -92,7 +94,8 @@ - + + @@ -129,6 +132,8 @@ + + @@ -193,13 +198,16 @@ An advanced widget set. >k-Feature-Test-Macros; >k-Graphics-Contexts; >k-Styles; - >k-Themes; + >k-Resource-Files; >k-Keyboard-Accelerators; >k-Selections; + >k-Clipboards; >k-Drag-and-Drop; >k-Signals; >k-Object-Properties; + >k-Stock-Items; + >k-Themeable-Stock-Images; >k-Types; >k-Bindings; >k-Standard-Enumerations; @@ -218,6 +226,7 @@ An advanced widget set. Windows &GtkDialog; &GtkInvisible; + &GtkMessageDialog; &GtkPlug; &GtkWindow; @@ -262,12 +271,13 @@ An advanced widget set. Tree and List Widget >k-TreeWidget; - >k-gtktreemodel; + >k-GtkTreeModel; >k-GtkTreeSelection; >k-GtkTreeStore; >k-GtkTreeViewColumn; >k-GtkTreeView; >k-GtkModelSimple; + >k-GtkTreeModelSort; >k-GtkCellRenderer; >k-GtkCellRendererPixbuf; >k-GtkCellRendererText; @@ -349,7 +359,8 @@ An advanced widget set. &GtkBin; &GtkBox; &GtkContainer; - &GtkEditable; + >k-GtkEditable; + &GtkOldEditable; &GtkButtonBox; &GtkMisc; &GtkObject; diff --git a/docs/reference/gtk/gtk-sections.txt b/docs/reference/gtk/gtk-sections.txt index 44bcc3e857..01814ee0e6 100644 --- a/docs/reference/gtk/gtk-sections.txt +++ b/docs/reference/gtk/gtk-sections.txt @@ -645,18 +645,16 @@ GTK_DRAWING_AREA_GET_CLASS
gtkeditable GtkEditable -GtkTextFunction GtkEditable gtk_editable_select_region +gtk_editable_get_selection_bounds gtk_editable_insert_text gtk_editable_delete_text gtk_editable_get_chars gtk_editable_cut_clipboard gtk_editable_copy_clipboard gtk_editable_paste_clipboard -gtk_editable_claim_selection gtk_editable_delete_selection -gtk_editable_changed gtk_editable_set_position gtk_editable_get_position gtk_editable_set_editable @@ -670,6 +668,23 @@ GTK_IS_EDITABLE_CLASS GTK_EDITABLE_GET_CLASS
+
+gtkoldeditable +GtkOldEditable +GtkOldEditable +GtkTextFunction +gtk_old_editable_claim_selection +gtk_old_editable_changed + +GTK_OLD_EDITABLE +GTK_IS_OLD_EDITABLE +GTK_TYPE_OLD_EDITABLE +gtk_old_editable_get_type +GTK_OLD_EDITABLE_CLASS +GTK_IS_OLD_EDITABLE_CLASS +GTK_OLD_EDITABLE_GET_CLASS +
+
gtkentry GtkEntry @@ -683,6 +698,7 @@ gtk_entry_set_position gtk_entry_get_text gtk_entry_select_region gtk_entry_set_visibility +gtk_entry_set_invisible_char gtk_entry_set_editable gtk_entry_set_max_length @@ -1002,6 +1018,7 @@ gtk_im_context_get_preedit_string gtk_im_context_filter_keypress gtk_im_context_focus_in gtk_im_context_focus_out +gtk_im_context_reset GTK_IM_CONTEXT GTK_IS_IM_CONTEXT @@ -1017,6 +1034,7 @@ GTK_IM_CONTEXT_GET_CLASS GtkIMMulticontext GtkIMMulticontext gtk_im_multicontext_new +gtk_im_multicontext_append_menuitems GTK_IM_MULTICONTEXT GTK_IS_IM_MULTICONTEXT @@ -1299,6 +1317,8 @@ gtk_menu_item_configure gtk_menu_item_select gtk_menu_item_deselect gtk_menu_item_activate +gtk_menu_item_toggle_size_request +gtk_menu_item_toggle_size_allocate gtk_menu_item_right_justify GTK_MENU_ITEM @@ -2024,7 +2044,6 @@ gtk_text_buffer_get_iter_at_mark gtk_text_buffer_get_iter_at_child_anchor gtk_text_buffer_get_last_iter gtk_text_buffer_get_bounds -gtk_text_buffer_get_tags gtk_text_buffer_modified gtk_text_buffer_set_modified gtk_text_buffer_delete_selection @@ -2068,6 +2087,7 @@ gtk_text_iter_begins_tag gtk_text_iter_ends_tag gtk_text_iter_toggles_tag gtk_text_iter_has_tag +gtk_text_iter_get_tags gtk_text_iter_editable gtk_text_iter_starts_line gtk_text_iter_ends_line @@ -2112,7 +2132,7 @@ gtk_text_iter_spew GtkTextMark GtkTextMark gtk_text_mark_set_visible -gtk_text_mark_is_visible +gtk_text_mark_get_visible gtk_text_mark_get_deleted gtk_text_mark_get_name @@ -2323,7 +2343,7 @@ GTK_TOOLTIPS_GET_CLASS GtkTree GTK_IS_ROOT_TREE GTK_TREE_ROOT_TREE -GTK_TREE_SELECTION +GTK_TREE_SELECTION_OLD GtkTreeViewMode GtkTree gtk_tree_new @@ -2382,6 +2402,7 @@ GtkTreeIter GtkTreePath GtkTreeModel GtkTreeModelIface +GtkTreeModelFlags gtk_tree_path_new gtk_tree_path_new_from_string gtk_tree_path_to_string @@ -2397,6 +2418,9 @@ gtk_tree_path_next gtk_tree_path_prev gtk_tree_path_up gtk_tree_path_down +gtk_tree_iter_copy +gtk_tree_iter_free +gtk_tree_model_get_flags gtk_tree_model_get_n_columns gtk_tree_model_get_column_type gtk_tree_model_get_iter @@ -2408,6 +2432,8 @@ gtk_tree_model_iter_has_child gtk_tree_model_iter_n_children gtk_tree_model_iter_nth_child gtk_tree_model_iter_parent +gtk_tree_model_ref_iter +gtk_tree_model_unref_iter GTK_TREE_MODEL GTK_IS_TREE_MODEL @@ -2415,6 +2441,27 @@ GTK_TYPE_TREE_MODEL gtk_tree_model_get_type
+
+gtktreemodelsort +GtkTreeModelSort +GtkTreeModelSort +GValueCompareFunc +gtk_tree_model_sort_new +gtk_tree_model_sort_new_with_model +gtk_tree_model_sort_set_model +gtk_tree_model_sort_set_sort_col +gtk_tree_model_sort_set_compare +gtk_tree_model_sort_resort +gtk_tree_model_sort_convert_path + +GTK_TREE_MODEL_SORT +GTK_IS_TREE_MODEL_SORT +GTK_TYPE_TREE_MODEL_SORT +gtk_tree_model_sort_get_type +GTK_TREE_MODEL_SORT_CLASS +GTK_IS_TREE_MODEL_SORT_CLASS +
+
gtktreeselection GtkTreeSelectionType @@ -2450,7 +2497,7 @@ GTK_IS_TREE_SELECTION_CLASS GtkTreeStore GtkTreeStore gtk_tree_store_new -gtk_tree_store_new_with_values +gtk_tree_store_new_with_types gtk_tree_store_set_n_columns gtk_tree_store_set_column_type gtk_tree_store_set_cell @@ -2557,6 +2604,7 @@ GtkTreeViewPrivate
gtkmodelsimple GtkModelSimple +GtkModelSimple gtk_model_simple_new gtk_model_simple_node_changed gtk_model_simple_node_inserted @@ -3059,6 +3107,7 @@ gtk_key_snooper_remove gtk_get_current_event +gtk_get_current_event_time gtk_get_event_widget gtk_propagate_event @@ -3188,12 +3237,14 @@ GTK_STYLE_GET_CLASS
gtkthemes Themes + GtkThemeEngine gtk_theme_engine_get -gtk_theme_engine_ref -gtk_theme_engine_unref gtk_theme_engine_create_rc_style -gtk_theme_engine_register_type +GTK_THEME_ENGINE +GTK_IS_THEME_ENGINE +GTK_TYPE_THEME_ENGINE +gtk_theme_engine_get_type
@@ -3220,6 +3271,8 @@ gtk_rc_parse_priority gtk_rc_find_module_in_path gtk_rc_find_pixmap_in_path gtk_rc_get_module_dir +gtk_rc_get_im_module_path +gtk_rc_get_im_module_file gtk_rc_get_theme_dir gtk_rc_set_image_loader gtk_rc_load_image @@ -3290,8 +3343,11 @@ gtk_target_list_find gtk_selection_owner_set gtk_selection_add_target gtk_selection_add_targets +gtk_selection_clear_targets gtk_selection_convert gtk_selection_data_set +gtk_selection_data_set_text +gtk_selection_data_get_text gtk_selection_remove_all gtk_selection_data_copy gtk_selection_data_free @@ -3356,8 +3412,6 @@ gtk_drag_dest_handle_event gtksignal Signals GTK_SIGNAL_OFFSET -GtkSignalMarshal -GtkSignalDestroy GtkEmissionHook GtkSignalRunType gtk_signal_init @@ -3389,12 +3443,12 @@ gtk_signal_handler_unblock_by_func gtk_signal_handler_unblock_by_data gtk_signal_handler_pending gtk_signal_handler_pending_by_func -gtk_signal_handler_pending_by_id -gtk_signal_handlers_destroy -gtk_signal_set_funcs gtk_signal_add_emission_hook -gtk_signal_add_emission_hook_full gtk_signal_remove_emission_hook +gtk_signal_default_marshaller + + +gtk_signal_compat_matched
diff --git a/docs/reference/gtk/gtk.hierarchy b/docs/reference/gtk/gtk.hierarchy index 8c2379d4a3..411ccae3c8 100644 --- a/docs/reference/gtk/gtk.hierarchy +++ b/docs/reference/gtk/gtk.hierarchy @@ -30,6 +30,7 @@ GtkObject GtkFileSelection GtkFontSelectionDialog GtkInputDialog + GtkMessageDialog GtkPlug GtkEventBox GtkHandleBox @@ -67,10 +68,8 @@ GtkObject GtkCalendar GtkDrawingArea GtkCurve - GtkEditable - GtkEntry - GtkSpinButton - GtkText + GtkEntry + GtkSpinButton GtkRuler GtkHRuler GtkVRuler @@ -85,6 +84,8 @@ GtkObject GtkHSeparator GtkVSeparator GtkInvisible + GtkOldEditable + GtkText GtkPreview GtkProgress GtkProgressBar diff --git a/docs/reference/gtk/gtk.types b/docs/reference/gtk/gtk.types index 8ad7b8c1e4..dfc7230fc1 100644 --- a/docs/reference/gtk/gtk.types +++ b/docs/reference/gtk/gtk.types @@ -22,7 +22,6 @@ gtk_curve_get_type gtk_data_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 @@ -54,8 +53,10 @@ gtk_menu_get_type gtk_menu_bar_get_type gtk_menu_item_get_type gtk_menu_shell_get_type +gtk_message_dialog_get_type gtk_misc_get_type gtk_notebook_get_type +gtk_old_editable_get_type gtk_object_get_type gtk_option_menu_get_type gtk_packer_get_type diff --git a/docs/reference/gtk/tmpl/gtk-unused.sgml b/docs/reference/gtk/tmpl/gtk-unused.sgml index d3873e1341..ba6f81c0f9 100644 --- a/docs/reference/gtk/tmpl/gtk-unused.sgml +++ b/docs/reference/gtk/tmpl/gtk-unused.sgml @@ -2,6 +2,15 @@ Debugging + + +An action signal. Causes the characters in the current +selection to be copied to the clipboard and then deleted from +the widget. + + +@editable: the object which received the signal. + @@ -110,12 +119,29 @@ void marshal_INT__POINTER_POINTER_INT_INT(GtkObject* object, @Returns: + + + + + +@engine: +@Returns: + + + + + + +@n_columns: +@Varargs: +@Returns: + @@ -152,6 +178,13 @@ void marshal_INT__POINTER_POINTER_INT_INT(GtkObject* object, + + +A boolean indicating whether the widget is editable by +the user. + + + @@ -210,13 +243,6 @@ A structure used to return values from @gtk_type_query. @object_size: @class_size: - - - - - -@v: - @@ -225,6 +251,13 @@ A structure used to return values from @gtk_type_query. @buffer: @Returns: + + + + + +@v: + @@ -306,6 +339,21 @@ to gtk_signal_remove_emission_hook()). @x: @y: + + + + + + + + + + + +@buffer: +@iter: +@Returns: + @@ -317,6 +365,14 @@ Get the type of GtkIdentifier. @Returns: GtkType -- the enumerated type of something. + + + + + +@name: +@Returns: + @@ -333,6 +389,13 @@ Get the type of GtkIdentifier. @func_data: @args: + + + + + +@engine: + @@ -367,6 +430,35 @@ Get the type of GtkIdentifier. + + +Determines if the user can edit the text in the editable +widget or not. This is meant to be overriden by +child classes and should not generally useful to +applications. + + +@editable: the object which received the signal. +@is_editable: %TRUE if the user is allowed to edit the text + in the widget. + + + +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() + + +@editable: the object which received the signal. +@start_pos: the starting position. +@end_pos: the end position. + @@ -374,14 +466,14 @@ Get the type of GtkIdentifier. @ruler: the gtkruler - + - +An action signal. Delete a single line. -@selection_data: -@str: -@Returns: +@editable: the object which received the signal. +@direction: the direction in which to delete. Positive + indicates forward deletion, negative, backwards deletion. @@ -485,6 +577,13 @@ Convert a gtk type into its sequence number @textview: the object which received the signal. + + + + + +@engine: + Deprecated. @@ -517,6 +616,17 @@ Deprecated. @interactive: @default_editable: + + +Indicates that the user has activated the widget +in some fashion. Generally, this will be done +with a keystroke. (The default binding for this +action is Return for #GtkEntry and +Control-Return for #GtkText.) + + +@editable: the object which received the signal. + @@ -553,6 +663,14 @@ Deprecated. @obj: + + +An action signal. Causes the characters in the current selection to +be copied to the clipboard. + + +@editable: the object which received the signal. + @@ -594,16 +712,6 @@ Deprecated. @func_data: @args: - - -Internal function used by #GtkHPaned and #GtkVPaned - - -@paned: -@allocation: -@child1_req: -@child2_req: - @@ -614,6 +722,16 @@ Internal function used by #GtkHPaned and #GtkVPaned @func_data: @args: + + +Internal function used by #GtkHPaned and #GtkVPaned + + +@paned: +@allocation: +@child1_req: +@child2_req: + @@ -687,6 +805,15 @@ Return the pointer to the type's children's types. @type: GtkType @Returns: pointer to a GList + + +An action signal. Move the cursor by pages. + + +@editable: the object which received the signal. +@x: Number of pages to move the cursor horizontally. +@y: Number of pages to move the cursor vertically. + Register a new set of flags @values and give them the name in @@ -705,14 +832,6 @@ Register a new set of flags @values and give them the name in @textview: the object which received the signal. @arg1: - - - - - -@widget: -@selection: - @@ -766,6 +885,14 @@ show the size if @show_size is true. @type: GtkType @show_size: gboolean + + + + + +@mark: +@Returns: + @@ -776,6 +903,15 @@ show the size if @show_size is true. @func_data: @args: + + +An action signal. Delete a single character. + + +@editable: the object which received the signal. +@direction: the direction in which to delete. Positive + indicates forward deletion, negative, backwards deletion. + @@ -810,6 +946,25 @@ show the size if @show_size is true. @mask: @Returns: + + +An action signal. Delete a single word. + + +@editable: the object which received the signal. +@direction: the direction in which to delete. Positive + indicates forward deletion, negative, backwards deletion. + + + + + + +@context_simple: +@data: +@max_seq_len: +@n_seqs: + @@ -937,6 +1092,14 @@ Get the varargs type associated with @foreign_type @foreign_type: GtkType @Returns: GtkType + + +Indicates that the user has changed the contents +of the widget. + + +@editable: the object which received the signal. + @@ -1068,14 +1231,6 @@ unless #may_be_blocked was specified. FALSE otherwise. @wid: - - - - - -@selection_data: -@Returns: - @@ -1126,6 +1281,17 @@ Given the type of an object and a pointer to it, the object is freed. Private Information + + + + + +@engine: +@parent_type: +@type_name: +@type_info: +@Returns: + @@ -1146,6 +1312,15 @@ Private Information @callback_data: @widget: + + +An action signal. Causes the contents of the clipboard to +be pasted into the editable widget at the current cursor +position. + + +@editable: the object which received the signal. + @@ -1201,6 +1376,15 @@ really an implementation detail). + + +An action signal. Move the cursor by words. + + +@editable: the object which received the signal. +@num_words: The number of words to move the +cursor. (Can be negative). + @@ -1263,6 +1447,17 @@ really an implementation detail). @GTK_TEXT_DELETE_WHITESPACE: @GTK_TEXT_DELETE_WHITESPACE_LEAVE_ONE: + + + + + +@object: +@tables: +@compose_buffer: +@tentative_match: +@tentative_match_len: + The first "flat" (no struct) enumerated type value. @@ -1290,12 +1485,6 @@ The first "flat" (no struct) enumerated type value. @buffer: - - -A marshaller that returns void and takes no extra parameters. - - - @@ -1308,6 +1497,20 @@ A marshaller that returns void and takes no extra parameters. + + +A macro that returns a GList that contains the selection of the root tree of @obj. + + +@obj: A pointer to the #GtkTree. @obj will accept any pointer, but it the pointer does not point to a #GtkTree, the results are undefined. + + + +Causes the "changed" signal to be emitted. + + +@editable: a #GtkEditable widget. + @@ -1341,6 +1544,34 @@ A marshaller that returns void and takes no extra parameters. @mark: @Returns: + + +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. + + +@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. + + + +Claim or disclaim ownership of the PRIMARY X selection. + + +@editable: a #GtkEditable widget. +@claim: if %TRUE, claim the selection, otherwise, disclaim it. +@time: the timestamp for claiming the selection. + @@ -1358,6 +1589,15 @@ Get the array of signals defined for this object. @obj: the object to fetch the signals from. + + +An action signal. Move the cursor to the given column. + + +@editable: the object which received the signal. +@column: the column to move to. (A negative value indicates + the last column) + gtkenums.sgml @@ -1372,6 +1612,14 @@ gtkenums.sgml @func_data: @args: + + + + + +@widget: +@user_data: + Given a pointer to a GtkTypeObject @type_object, and a GtkType @cast_type, @@ -1382,14 +1630,6 @@ make sure that it's okay to cast @type_object into a @cast_type. @cast_type: GtkType @Returns: the same GtkTypeObject* as @type_object - - - - - -@widget: -@user_data: - @@ -1407,13 +1647,19 @@ make sure that it's okay to cast @type_object into a @cast_type. @func_data: @args: - + + +The position of the cursor. + + + + - + @@ -1510,6 +1756,15 @@ Use to get the value of a GtkArg whose GtkType is GTK_TYPE_ARGS @entries: @nentries: + + +An action signal. Move the cursor to the given row. + + +@editable: the object which received the signal. +@row: the row to move to. (A negative value indicates + the last row) + These set default functions to call when the user didn't @@ -1558,6 +1813,15 @@ gtk_font_selection_set_filter(). @GTK_FONT_FILTER_USER: the user filter, which can be changed from within the 'Filter' page of the #GtkFontSelection widget. + + +An action signal. Move the cursor position. + + +@editable: the object which received the signal. +@x: horizontal distance to move the cursor. +@y: vertical distance to move the cursor. + Return the class of the parent. Initialize the class if necessary. @@ -1722,11 +1986,12 @@ object. @arg1: @arg2: - + +@container: @@ -1736,12 +2001,11 @@ object. @v: @visual: - + -@container: GtkIMContextSimple diff --git a/docs/reference/gtk/tmpl/gtkeditable.sgml b/docs/reference/gtk/tmpl/gtkeditable.sgml index 087d675bcc..f5a3497aeb 100644 --- a/docs/reference/gtk/tmpl/gtkeditable.sgml +++ b/docs/reference/gtk/tmpl/gtkeditable.sgml @@ -91,20 +91,6 @@ editable by the user. -@current_pos: -@selection_start_pos: -@selection_end_pos: -@has_selection: - - - -Callback function for old method of setting key bindings. -No longer publically used. - - -@editable: -@time: - @@ -121,6 +107,17 @@ of the text. @end: the end position. + + + + + +@editable: +@start: +@end: +@Returns: + + Insert text at a given position. @@ -196,16 +193,6 @@ the given widget at the current cursor position. @editable: a #GtkEditable widget. - - -Claim or disclaim ownership of the PRIMARY X selection. - - -@editable: a #GtkEditable widget. -@claim: if %TRUE, claim the selection, otherwise, disclaim it. -@time: the timestamp for claiming the selection. - - Deletes the current contents of the widgets selection and @@ -215,14 +202,6 @@ disclaims the selection. @editable: a #GtkEditable widget. - - -Causes the "changed" signal to be emitted. - - -@editable: a #GtkEditable widget. - - Sets the cursor position. @@ -264,179 +243,3 @@ widget or not. in the widget. - - -Indicates that the user has activated the widget -in some fashion. Generally, this will be done -with a keystroke. (The default binding for this -action is Return for #GtkEntry and -Control-Return for #GtkText.) - - -@editable: the object which received the signal. - - - -Indicates that the user has changed the contents -of the widget. - - -@editable: the object which received the signal. - - - -An action signal. Causes the characters in the current selection to -be copied to the clipboard. - - -@editable: the object which received the signal. - - - -An action signal. Causes the characters in the current -selection to be copied to the clipboard and then deleted from -the widget. - - -@editable: the object which received the signal. - - - -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() - - -@editable: the object which received the signal. -@start_pos: the starting position. -@end_pos: the end position. - - - -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. - - -@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. - - - -An action signal. Delete a single character. - - -@editable: the object which received the signal. -@direction: the direction in which to delete. Positive - indicates forward deletion, negative, backwards deletion. - - - -An action signal. Delete a single line. - - -@editable: the object which received the signal. -@direction: the direction in which to delete. Positive - indicates forward deletion, negative, backwards deletion. - - - -An action signal. Delete a single word. - - -@editable: the object which received the signal. -@direction: the direction in which to delete. Positive - indicates forward deletion, negative, backwards deletion. - - - -An action signal. Move the cursor position. - - -@editable: the object which received the signal. -@x: horizontal distance to move the cursor. -@y: vertical distance to move the cursor. - - - -An action signal. Move the cursor by pages. - - -@editable: the object which received the signal. -@x: Number of pages to move the cursor horizontally. -@y: Number of pages to move the cursor vertically. - - - -An action signal. Move the cursor to the given column. - - -@editable: the object which received the signal. -@column: the column to move to. (A negative value indicates - the last column) - - - -An action signal. Move the cursor to the given row. - - -@editable: the object which received the signal. -@row: the row to move to. (A negative value indicates - the last row) - - - -An action signal. Move the cursor by words. - - -@editable: the object which received the signal. -@num_words: The number of words to move the -cursor. (Can be negative). - - - -An action signal. Causes the contents of the clipboard to -be pasted into the editable widget at the current cursor -position. - - -@editable: the object which received the signal. - - - -Determines if the user can edit the text in the editable -widget or not. This is meant to be overriden by -child classes and should not generally useful to -applications. - - -@editable: the object which received the signal. -@is_editable: %TRUE if the user is allowed to edit the text - in the widget. - - - -The position of the cursor. - - - - -A boolean indicating whether the widget is editable by -the user. - - diff --git a/docs/reference/gtk/tmpl/gtkentry.sgml b/docs/reference/gtk/tmpl/gtkentry.sgml index 73d3b22735..6c95fceab0 100644 --- a/docs/reference/gtk/tmpl/gtkentry.sgml +++ b/docs/reference/gtk/tmpl/gtkentry.sgml @@ -147,6 +147,15 @@ elsewhere. as plaintext. + + + + + +@entry: +@ch: + + Determines if the user can edit the text in the editable @@ -171,6 +180,104 @@ to fit. @max: the new maximum length. + + + + + +@entry: the object which received the signal. + + + + + + +@entry: the object which received the signal. + + + + + + +@entry: the object which received the signal. + + + + + + +@entry: the object which received the signal. + + + + + + +@entry: the object which received the signal. +@arg1: +@arg2: + + + + + + +@entry: the object which received the signal. +@arg1: +@arg2: + + + + + + +@entry: the object which received the signal. +@arg1: + + + + + + +@entry: the object which received the signal. +@arg1: +@arg2: +@arg3: + + + + + + +@entry: the object which received the signal. +@arg1: +@arg2: +@arg3: + + + + + + +@entry: the object which received the signal. + + + + + + +@entry: the object which received the signal. + + + + + + + + + + + Determines the maximum allowed length of the contents @@ -183,3 +290,8 @@ Determines whether the contents of the entry widget are visible or not. See gtk_entry_set_visibility(). + + + + + diff --git a/docs/reference/gtk/tmpl/gtkimcontext.sgml b/docs/reference/gtk/tmpl/gtkimcontext.sgml index 4bf8736f8b..32e369676d 100644 --- a/docs/reference/gtk/tmpl/gtkimcontext.sgml +++ b/docs/reference/gtk/tmpl/gtkimcontext.sgml @@ -37,6 +37,7 @@ GtkIMContext @context: @str: @attrs: +@cursor_pos: @@ -65,6 +66,14 @@ GtkIMContext @context: + + + + + +@context: + + diff --git a/docs/reference/gtk/tmpl/gtkimmulticontext.sgml b/docs/reference/gtk/tmpl/gtkimmulticontext.sgml index 3d4505917a..8a70aa8593 100644 --- a/docs/reference/gtk/tmpl/gtkimmulticontext.sgml +++ b/docs/reference/gtk/tmpl/gtkimmulticontext.sgml @@ -28,3 +28,12 @@ GtkIMMulticontext @Returns: + + + + + +@context: +@menushell: + + diff --git a/docs/reference/gtk/tmpl/gtkmain.sgml b/docs/reference/gtk/tmpl/gtkmain.sgml index 64ca0090d7..b4e8506f81 100644 --- a/docs/reference/gtk/tmpl/gtkmain.sgml +++ b/docs/reference/gtk/tmpl/gtkmain.sgml @@ -635,6 +635,14 @@ This macro is deprecated. You should use G_PRIORITY_LOW instead. @Returns: + + + + + +@Returns: + + diff --git a/docs/reference/gtk/tmpl/gtkmenu.sgml b/docs/reference/gtk/tmpl/gtkmenu.sgml index b113b13676..7ba3409198 100644 --- a/docs/reference/gtk/tmpl/gtkmenu.sgml +++ b/docs/reference/gtk/tmpl/gtkmenu.sgml @@ -91,30 +91,33 @@ Creates a new #GtkMenu. @Returns: a new #GtkMenu. - + Adds a new #GtkMenuItem to the end of the menu's item list. + @menu: a #GtkMenu. @child: The #GtkMenuItem to add. - + Adds a new #GtkMenuItem to the beginning of the menu's item list. + @menu: a #GtkMenu. @child: The #GtkMenuItem to add. - + Adds a new #GtkMenuItem to the menu's item list at the position indicated by @position. + @menu: a #GtkMenu. @child: The #GtkMenuItem to add. @position: The position in the item list where @child is added. @@ -289,6 +292,7 @@ and @y parameters to the coordinates where the menu is to be drawn. menu shall be drawn. This is an output parameter. @y: address of the #gint representing the vertical position where the menu shall be drawn. This is an output parameter. +@push_in: @user_data: the data supplied by the user in the gtk_menu_popup() @data parameter. diff --git a/docs/reference/gtk/tmpl/gtkmenuitem.sgml b/docs/reference/gtk/tmpl/gtkmenuitem.sgml index 16cb5bca39..9f048eb50e 100644 --- a/docs/reference/gtk/tmpl/gtkmenuitem.sgml +++ b/docs/reference/gtk/tmpl/gtkmenuitem.sgml @@ -124,6 +124,24 @@ Emits the "activate" signal on the given item @menu_item: the menu item + + + + + +@menu_item: +@requisition: + + + + + + + +@menu_item: +@allocation: + + Sets the menu item to be right-justified. Only useful for menu bars. @@ -147,3 +165,19 @@ submenu. For normal applications, the relevant signal is "activate". @menuitem: the object which received the signal. + + + + + +@menuitem: the object which received the signal. +@arg1: + + + + + + +@menuitem: the object which received the signal. +@arg1: + diff --git a/docs/reference/gtk/tmpl/gtkmodelsimple.sgml b/docs/reference/gtk/tmpl/gtkmodelsimple.sgml index 110f8b98fd..85479fed2b 100644 --- a/docs/reference/gtk/tmpl/gtkmodelsimple.sgml +++ b/docs/reference/gtk/tmpl/gtkmodelsimple.sgml @@ -14,6 +14,14 @@ GtkModelSimple + + + + + +@parent: +@stamp: + diff --git a/docs/reference/gtk/tmpl/gtkrc.sgml b/docs/reference/gtk/tmpl/gtkrc.sgml index f79231d519..041bbddd55 100644 --- a/docs/reference/gtk/tmpl/gtkrc.sgml +++ b/docs/reference/gtk/tmpl/gtkrc.sgml @@ -609,6 +609,8 @@ specific portions of a RC file. @GTK_RC_TOKEN_HIGHEST: @GTK_RC_TOKEN_ENGINE: @GTK_RC_TOKEN_MODULE_PATH: +@GTK_RC_TOKEN_IM_MODULE_PATH: +@GTK_RC_TOKEN_IM_MODULE_FILE: @GTK_RC_TOKEN_STOCK: @GTK_RC_TOKEN_LTR: @GTK_RC_TOKEN_RTL: @@ -800,6 +802,22 @@ theme engines. @Returns: The directory. (Must be freed with g_free()) + + + + + +@Returns: + + + + + + + +@Returns: + + Returns the standard directory in which themes should diff --git a/docs/reference/gtk/tmpl/gtkselection.sgml b/docs/reference/gtk/tmpl/gtkselection.sgml index 32717f272d..eac6944811 100644 --- a/docs/reference/gtk/tmpl/gtkselection.sgml +++ b/docs/reference/gtk/tmpl/gtkselection.sgml @@ -184,6 +184,15 @@ for a given widget and selection. @ntargets: number of entries in @targets + + + + + +@widget: +@selection: + + Request the contents of a selection. When received, @@ -214,6 +223,25 @@ Null terminates the stored data. @length: length of the data + + + + + +@selection_data: +@str: +@Returns: + + + + + + + +@selection_data: +@Returns: + + Removes all handlers and unsets ownership of all diff --git a/docs/reference/gtk/tmpl/gtksignal.sgml b/docs/reference/gtk/tmpl/gtksignal.sgml index 36043aa943..992da38806 100644 --- a/docs/reference/gtk/tmpl/gtksignal.sgml +++ b/docs/reference/gtk/tmpl/gtksignal.sgml @@ -839,3 +839,10 @@ Delete an emission hook. (see gtk_signal_add_emission_hook()) @hook_id: the id of the emission handler, returned by add_emission_hook(). + + +A marshaller that returns void and takes no extra parameters. + + + + diff --git a/docs/reference/gtk/tmpl/gtktextbuffer.sgml b/docs/reference/gtk/tmpl/gtktextbuffer.sgml index 1f0247ebcf..c8f072322b 100644 --- a/docs/reference/gtk/tmpl/gtktextbuffer.sgml +++ b/docs/reference/gtk/tmpl/gtktextbuffer.sgml @@ -462,16 +462,6 @@ types related to the text widget and how they work together. @end: - - - - - -@buffer: -@iter: -@Returns: - - diff --git a/docs/reference/gtk/tmpl/gtktextiter.sgml b/docs/reference/gtk/tmpl/gtktextiter.sgml index 85a57a0573..4fd0e08ca5 100644 --- a/docs/reference/gtk/tmpl/gtktextiter.sgml +++ b/docs/reference/gtk/tmpl/gtktextiter.sgml @@ -232,6 +232,15 @@ types related to the text widget and how they work together. @Returns: + + + + + +@iter: +@Returns: + + @@ -502,6 +511,7 @@ types related to the text widget and how they work together. @iter: @pred: @user_data: +@limit: @Returns: @@ -513,6 +523,7 @@ types related to the text widget and how they work together. @iter: @pred: @user_data: +@limit: @Returns: @@ -527,6 +538,7 @@ types related to the text widget and how they work together. @slice: @match_start: @match_end: +@limit: @Returns: @@ -541,6 +553,7 @@ types related to the text widget and how they work together. @slice: @match_start: @match_end: +@limit: @Returns: diff --git a/docs/reference/gtk/tmpl/gtktextmark.sgml b/docs/reference/gtk/tmpl/gtktextmark.sgml index 2af2ab2d55..d9a9964183 100644 --- a/docs/reference/gtk/tmpl/gtktextmark.sgml +++ b/docs/reference/gtk/tmpl/gtktextmark.sgml @@ -70,7 +70,7 @@ Marks are typically created using the gtk_text_buffer_create_mark() function. @setting: - + diff --git a/docs/reference/gtk/tmpl/gtktexttag.sgml b/docs/reference/gtk/tmpl/gtktexttag.sgml index 01e74955c1..7b7ea346da 100644 --- a/docs/reference/gtk/tmpl/gtktexttag.sgml +++ b/docs/reference/gtk/tmpl/gtktexttag.sgml @@ -310,6 +310,11 @@ A #PangoTabArray indicating tabs for this text. Only used if the tag applies to the first character in a paragraph. + + + + + @@ -420,3 +425,8 @@ applies to the first character in a paragraph. + + + + + diff --git a/docs/reference/gtk/tmpl/gtkthemes.sgml b/docs/reference/gtk/tmpl/gtkthemes.sgml index cb26d3115c..a72f2efc5d 100644 --- a/docs/reference/gtk/tmpl/gtkthemes.sgml +++ b/docs/reference/gtk/tmpl/gtkthemes.sgml @@ -14,55 +14,3 @@ Themes - - - - - - - - - - - -@name: -@Returns: - - - - - - - -@engine: - - - - - - - -@engine: - - - - - - - -@engine: -@Returns: - - - - - - - -@engine: -@parent_type: -@type_name: -@type_info: -@Returns: - - diff --git a/docs/reference/gtk/tmpl/gtktree.sgml b/docs/reference/gtk/tmpl/gtktree.sgml index b302b587c9..08cfbd3b5e 100644 --- a/docs/reference/gtk/tmpl/gtktree.sgml +++ b/docs/reference/gtk/tmpl/gtktree.sgml @@ -57,12 +57,12 @@ If @obj is already a root tree, @obj is cast to #GtkTree and returned. @obj: A pointer to the #GtkTree. @obj will accept any pointer, but if the pointer does not point to a #GtkTree, the results are undefined. - + -A macro that returns a GList that contains the selection of the root tree of @obj. + -@obj: A pointer to the #GtkTree. @obj will accept any pointer, but it the pointer does not point to a #GtkTree, the results are undefined. +@obj: diff --git a/docs/reference/gtk/tmpl/gtktreemodel.sgml b/docs/reference/gtk/tmpl/gtktreemodel.sgml index 43f66c0a50..52a372fc36 100644 --- a/docs/reference/gtk/tmpl/gtktreemodel.sgml +++ b/docs/reference/gtk/tmpl/gtktreemodel.sgml @@ -29,6 +29,8 @@ gtktreemodel @stamp: @tree_node: +@tree_node2: +@tree_node3: @@ -52,6 +54,7 @@ gtktreemodel @inserted: @child_toggled: @deleted: +@get_flags: @get_n_columns: @get_column_type: @get_iter: @@ -63,6 +66,15 @@ gtktreemodel @iter_n_children: @iter_nth_child: @iter_parent: +@ref_iter: +@unref_iter: + + + + + + +@GTK_TREE_MODEL_ITERS_PERSIST: @@ -195,6 +207,32 @@ gtktreemodel @path: + + + + + +@iter: +@Returns: + + + + + + + +@iter: + + + + + + + +@tree_model: +@Returns: + + @@ -310,3 +348,21 @@ gtktreemodel @Returns: + + + + + +@tree_model: +@iter: + + + + + + + +@tree_model: +@iter: + + diff --git a/docs/reference/gtk/tmpl/gtktreeselection.sgml b/docs/reference/gtk/tmpl/gtktreeselection.sgml index b3d566d5b2..21408a18b6 100644 --- a/docs/reference/gtk/tmpl/gtktreeselection.sgml +++ b/docs/reference/gtk/tmpl/gtktreeselection.sgml @@ -86,6 +86,7 @@ GtkTreeSelection @selection: +@model: @iter: @Returns: diff --git a/docs/reference/gtk/tmpl/gtktreestore.sgml b/docs/reference/gtk/tmpl/gtktreestore.sgml index d5171103b7..45ce767c77 100644 --- a/docs/reference/gtk/tmpl/gtktreestore.sgml +++ b/docs/reference/gtk/tmpl/gtktreestore.sgml @@ -34,7 +34,7 @@ GtkTreeStore @Returns: - +