summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-03-02 20:08:39 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-03-02 20:08:39 +0000
commitdfe5724765acc217ce43b4f96cc0d6dc2d73016c (patch)
treef4f403cf19baee12aa491a678383cae27ccade37 /docs
parentf832e3484d146343e6f6bf4b36c4f19746f521f2 (diff)
downloadgtk+-dfe5724765acc217ce43b4f96cc0d6dc2d73016c.tar.gz
Default to --disable-gtk-doc (avoid Jade breakage) and --disable-static
Sat Mar 2 14:32:50 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Default to --disable-gtk-doc (avoid Jade breakage) and --disable-static (static linking causes problems with Xft changes.) * autogen.sh: Add --enable-gtk-doc by default. * Makefile.am: Add a 'mydistcheck' rule that passes --enable-gtk-doc to the configure since that is needed for 'make dist'. * docs/tutorial/Makefile.am (dist-hook): Don't distribute the PDF file. (Rule doesn't work on my system, plus it's big.) * gtk/Makefile.am: 'make dist' fixes.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gtk/gtk-sections.txt24
-rw-r--r--docs/reference/gtk/tmpl/gtkmenubar.sgml8
-rw-r--r--docs/tutorial/Makefile.am3
3 files changed, 32 insertions, 3 deletions
diff --git a/docs/reference/gtk/gtk-sections.txt b/docs/reference/gtk/gtk-sections.txt
index 91d4b63a20..520b31c066 100644
--- a/docs/reference/gtk/gtk-sections.txt
+++ b/docs/reference/gtk/gtk-sections.txt
@@ -2471,6 +2471,10 @@ gtk_text_iter_equal
gtk_text_iter_compare
gtk_text_iter_in_range
gtk_text_iter_order
+<SUBSECTION Standard>
+GTK_TYPE_TEXT_ITER
+<SUBSECTION Private>
+gtk_text_iter_get_type
</SECTION>
<SECTION>
@@ -2517,8 +2521,10 @@ GTK_TYPE_TEXT_TAG
GTK_TEXT_TAG_CLASS
GTK_IS_TEXT_TAG_CLASS
GTK_TEXT_TAG_GET_CLASS
+GTK_TYPE_TEXT_ATTRIBUTES
<SUBSECTION Private>
gtk_text_tag_get_type
+gtk_text_attributes_get_type
</SECTION>
<SECTION>
@@ -2868,8 +2874,12 @@ GTK_TREE_MODEL
GTK_IS_TREE_MODEL
GTK_TYPE_TREE_MODEL
GTK_TREE_MODEL_GET_IFACE
+GTK_TYPE_TREE_ITER
+GTK_TYPE_TREE_PATH
<SUBSECTION Private>
gtk_tree_model_get_type
+gtk_tree_iter_get_type
+gtk_tree_path_get_type
</SECTION>
<SECTION>
@@ -3603,8 +3613,10 @@ GTK_TYPE_WIDGET
GTK_WIDGET_CLASS
GTK_IS_WIDGET_CLASS
GTK_WIDGET_GET_CLASS
+GTK_TYPE_REQUISITION
<SUBSECTION Private>
gtk_widget_get_type
+gtk_requisition_get_type
</SECTION>
<SECTION>
@@ -3793,7 +3805,6 @@ gtk_init_abi_check
gtk_init_check_abi_check
gtk_win32_get_installation_directory
GTKMAIN_C_VAR
-GTKTYPEUTILS_VAR
</SECTION>
@@ -3902,8 +3913,10 @@ GTK_TYPE_STYLE
GTK_STYLE_CLASS
GTK_IS_STYLE_CLASS
GTK_STYLE_GET_CLASS
+GTK_TYPE_BORDER
<SUBSECTION Private>
gtk_style_get_type
+gtk_border_get_type
</SECTION>
<SECTION>
@@ -3991,12 +4004,16 @@ gtk_selection_data_targets_include_text
gtk_selection_remove_all
gtk_selection_data_copy
gtk_selection_data_free
+<SUBSECTION Standard>
+GTK_TYPE_SELECTION_DATA
<SUBSECTION Private>
gtk_selection_clear
gtk_selection_incr_event
gtk_selection_notify
gtk_selection_property_notify
gtk_selection_request
+gtk_selection_data_copy
+gtk_selection_data_get_type
</SECTION>
<SECTION>
@@ -4169,6 +4186,7 @@ gtk_type_enum_find_value
gtk_type_flags_find_value
<SUBSECTION Private>
GTK_TYPE_IDENTIFIER
+gtk_identifier_get_type
</SECTION>
<SECTION>
@@ -4375,7 +4393,11 @@ GTK_IS_ICON_FACTORY
GTK_ICON_FACTORY_CLASS
GTK_ICON_FACTORY_GET_CLASS
GTK_IS_ICON_FACTORY_CLASS
+GTK_TYPE_ICON_SET
+GTK_TYPE_ICON_SOURCE
<SUBSECTION Private>
gtk_icon_factory_get_type
+gtk_icon_set_get_type
+gtk_icon_source_get_type
</SECTION>
diff --git a/docs/reference/gtk/tmpl/gtkmenubar.sgml b/docs/reference/gtk/tmpl/gtkmenubar.sgml
index 3b22a5872f..5c85311713 100644
--- a/docs/reference/gtk/tmpl/gtkmenubar.sgml
+++ b/docs/reference/gtk/tmpl/gtkmenubar.sgml
@@ -64,3 +64,11 @@ Adds a new #GtkMenuItem to the GtkMenuBar at the position defined by @position
@position: the position in the item list where the @child is added.
+<!-- ##### SIGNAL GtkMenuBar::cycle-focus ##### -->
+<para>
+
+</para>
+
+@menubar: the object which received the signal.
+@arg1:
+
diff --git a/docs/tutorial/Makefile.am b/docs/tutorial/Makefile.am
index 3954b4b4d3..0d4eb1e339 100644
--- a/docs/tutorial/Makefile.am
+++ b/docs/tutorial/Makefile.am
@@ -45,9 +45,8 @@ html:
pdf:
(cd $(srcdir); db2pdf gtk-tut.sgml)
-dist-hook: html pdf
+dist-hook: html
cp -Rp $(srcdir)/html $(distdir)
- cp -p $(srcdir)/gtk-tut.pdf $(distdir)
else
html:
echo "***"