summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2003-07-01 19:46:22 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-07-01 19:46:22 +0000
commit7f5968aa0781f33918016adfc2eb571efd727451 (patch)
treecab96c9f40b85f65c54fed4ef60120f5dca352fe /docs
parentf976beaf41861a20b8754a7853029ba435304c05 (diff)
downloadgtk+-7f5968aa0781f33918016adfc2eb571efd727451.tar.gz
Add GtkExpander docs.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/ChangeLog8
-rw-r--r--docs/reference/gtk/gtk-docs.sgml6
-rw-r--r--docs/reference/gtk/gtk-sections.txt82
-rw-r--r--docs/reference/gtk/gtk.types3
-rw-r--r--docs/reference/gtk/tmpl/gtkexpander.sgml173
5 files changed, 272 insertions, 0 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index 04dcc6d244..11ad48fd0b 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,5 +1,13 @@
2003-07-01 Matthias Clasen <maclas@gmx.de>
+ * gtk/tmpl/gtkexpander.sgml: New file. Template for GtkExpander docs.
+
+ * gtk/gtk-sections.txt: Add a section for GtkExpander.
+
+ * gtk/gtk-docs.sgml: Add an entity for GtkExpander.
+
+ * gtk/gtk.types: Add gtk_expander_get_type
+
* gdk/gdk-sections.txt: Add
gdk_cursor_new_from_pixbuf(), gdk_display_supports_cursor_alpha(),
gdk_display_supports_cursor_color(), gdk_display_get_default_cursor_size() and
diff --git a/docs/reference/gtk/gtk-docs.sgml b/docs/reference/gtk/gtk-docs.sgml
index eff8daba74..2cf412914f 100644
--- a/docs/reference/gtk/gtk-docs.sgml
+++ b/docs/reference/gtk/gtk-docs.sgml
@@ -14,6 +14,7 @@
<!ENTITY GtkCheckButton SYSTEM "xml/gtkcheckbutton.xml">
<!ENTITY GtkCheckMenuItem SYSTEM "xml/gtkcheckmenuitem.xml">
<!ENTITY GtkCList SYSTEM "xml/gtkclist.xml">
+<!ENTITY GtkColorButton SYSTEM "xml/gtkcolorbutton.xml">
<!ENTITY GtkColorSelection SYSTEM "xml/gtkcolorsel.xml">
<!ENTITY GtkColorSelectionDialog SYSTEM "xml/gtkcolorseldlg.xml">
<!ENTITY GtkCombo SYSTEM "xml/gtkcombo.xml">
@@ -26,8 +27,10 @@
<!ENTITY GtkOldEditable SYSTEM "xml/gtkoldeditable.xml">
<!ENTITY GtkEntry SYSTEM "xml/gtkentry.xml">
<!ENTITY GtkEventBox SYSTEM "xml/gtkeventbox.xml">
+<!ENTITY GtkExpander SYSTEM "xml/gtkexpander.xml">
<!ENTITY GtkFileSelection SYSTEM "xml/gtkfilesel.xml">
<!ENTITY GtkFixed SYSTEM "xml/gtkfixed.xml">
+<!ENTITY GtkFontButton SYSTEM "xml/gtkfontbutton.xml">
<!ENTITY GtkFontSelection SYSTEM "xml/gtkfontsel.xml">
<!ENTITY GtkFontSelectionDialog SYSTEM "xml/gtkfontseldlg.xml">
<!ENTITY GtkFrame SYSTEM "xml/gtkframe.xml">
@@ -379,9 +382,11 @@ that is, GUI components such as <link linkend="GtkButton">GtkButton</link> or
<chapter id="SelectorWidgets">
<title>Selectors (File/Font/Color/Input Devices)</title>
+ &GtkColorButton;
&GtkColorSelection;
&GtkColorSelectionDialog;
&GtkFileSelection;
+ &GtkFontButton;
&GtkFontSelection;
&GtkFontSelectionDialog;
&GtkInputDialog;
@@ -401,6 +406,7 @@ that is, GUI components such as <link linkend="GtkButton">GtkButton</link> or
&GtkLayout;
&GtkNotebook;
&GtkTable;
+ &GtkExpander;
</chapter>
<chapter id="Ornaments">
diff --git a/docs/reference/gtk/gtk-sections.txt b/docs/reference/gtk/gtk-sections.txt
index 59f438afd2..3cffd88129 100644
--- a/docs/reference/gtk/gtk-sections.txt
+++ b/docs/reference/gtk/gtk-sections.txt
@@ -467,6 +467,31 @@ gtk_clist_get_type
</SECTION>
<SECTION>
+<FILE>gtkcolorbutton</FILE>
+<TITLE>GtkColorButton</TITLE>
+GtkColorButton
+gtk_color_button_new
+gtk_color_button_set_color
+gtk_color_button_get_color
+gtk_color_button_set_alpha
+gtk_color_button_get_alpha
+gtk_color_button_set_use_alpha
+gtk_color_button_get_use_alpha
+gtk_color_button_set_title
+gtk_color_button_get_title
+<SUBSECTION Standard>
+GTK_COLOR_BUTTON
+GTK_IS_COLOR_BUTTON
+GTK_TYPE_COLOR_BUTTON
+GTK_COLOR_BUTTON_CLASS
+GTK_IS_COLOR_BUTTON_CLASS
+GTK_COLOR_BUTTON_GET_CLASS
+GTK_COLOR_BUTTON_GET_PRIVATE
+<SUBSECTION Private>
+gtk_color_button_get_type
+</SECTION>
+
+<SECTION>
<FILE>gtkcolorsel</FILE>
<TITLE>GtkColorSelection</TITLE>
GtkColorSelection
@@ -861,6 +886,33 @@ gtk_event_box_get_type
</SECTION>
<SECTION>
+<FILE>gtkexpander</FILE>
+<TITLE>GtkExpander</TITLE>
+GtkExpander
+gtk_expander_new
+gtk_expander_new_with_mnemonic
+gtk_expander_set_expanded
+gtk_expander_get_expanded
+gtk_expander_set_spacing
+gtk_expander_get_spacing
+gtk_expander_set_label
+gtk_expander_get_label
+gtk_expander_set_use_underline
+gtk_expander_get_use_underline
+gtk_expander_set_label_widget
+gtk_expander_get_label_widget
+<SUBSECTION Standard>
+GTK_TYPE_EXPANDER
+GTK_EXPANDER_CLASS
+GTK_EXPANDER
+GTK_IS_EXPANDER
+GTK_IS_EXPANDER_CLASS
+GTK_EXPANDER_GET_CLASS
+<SUBSECTION Private>
+gtk_expander_get_type
+</SECTION>
+
+<SECTION>
<FILE>gtkfilesel</FILE>
<TITLE>GtkFileSelection</TITLE>
GtkFileSelection
@@ -906,6 +958,36 @@ gtk_fixed_get_type
</SECTION>
<SECTION>
+<FILE>gtkfontbutton</FILE>
+<TITLE>GtkFontButton</TITLE>
+GtkFontButton
+gtk_font_button_new
+gtk_font_button_new_with_font
+gtk_font_button_set_font_name
+gtk_font_button_get_font_name
+gtk_font_button_set_show_style
+gtk_font_button_get_show_style
+gtk_font_button_set_show_size
+gtk_font_button_get_show_size
+gtk_font_button_set_use_font
+gtk_font_button_get_use_font
+gtk_font_button_set_use_size
+gtk_font_button_get_use_size
+gtk_font_button_set_title
+gtk_font_button_get_title
+<SUBSECTION Standard>
+GTK_FONT_BUTTON
+GTK_IS_FONT_BUTTON
+GTK_TYPE_FONT_BUTTON
+GTK_FONT_BUTTON_CLASS
+GTK_IS_FONT_BUTTON_CLASS
+GTK_FONT_BUTTON_GET_CLASS
+GTK_FONT_BUTTON_GET_PRIVATE
+<SUBSECTION Private>
+gtk_font_button_get_type
+</SECTION>
+
+<SECTION>
<FILE>gtkfontsel</FILE>
<TITLE>GtkFontSelection</TITLE>
GtkFontSelection
diff --git a/docs/reference/gtk/gtk.types b/docs/reference/gtk/gtk.types
index af3bcba1f1..66cd89ddc6 100644
--- a/docs/reference/gtk/gtk.types
+++ b/docs/reference/gtk/gtk.types
@@ -19,6 +19,7 @@ gtk_cell_renderer_toggle_get_type
gtk_check_button_get_type
gtk_check_menu_item_get_type
gtk_clist_get_type
+gtk_color_button_get_type
gtk_color_selection_dialog_get_type
gtk_color_selection_get_type
gtk_combo_get_type
@@ -29,8 +30,10 @@ gtk_dialog_get_type
gtk_drawing_area_get_type
gtk_entry_get_type
gtk_event_box_get_type
+gtk_expander_get_type
gtk_file_selection_get_type
gtk_fixed_get_type
+gtk_font_button_get_type
gtk_font_selection_dialog_get_type
gtk_font_selection_get_type
gtk_frame_get_type
diff --git a/docs/reference/gtk/tmpl/gtkexpander.sgml b/docs/reference/gtk/tmpl/gtkexpander.sgml
new file mode 100644
index 0000000000..cb4869b86b
--- /dev/null
+++ b/docs/reference/gtk/tmpl/gtkexpander.sgml
@@ -0,0 +1,173 @@
+<!-- ##### SECTION Title ##### -->
+GtkExpander
+
+<!-- ##### SECTION Short_Description ##### -->
+A container which can hide its child
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+A #GtkExpander allows the user to hide or show its child by clicking on an expander triangle similar to
+the triangles used in a #GtkTreeView.
+</para>
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+<!-- ##### STRUCT GtkExpander ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### FUNCTION gtk_expander_new ##### -->
+<para>
+
+</para>
+
+@label:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_expander_new_with_mnemonic ##### -->
+<para>
+
+</para>
+
+@label:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_expander_set_expanded ##### -->
+<para>
+
+</para>
+
+@expander:
+@expanded:
+
+
+<!-- ##### FUNCTION gtk_expander_get_expanded ##### -->
+<para>
+
+</para>
+
+@expander:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_expander_set_spacing ##### -->
+<para>
+
+</para>
+
+@expander:
+@spacing:
+
+
+<!-- ##### FUNCTION gtk_expander_get_spacing ##### -->
+<para>
+
+</para>
+
+@expander:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_expander_set_label ##### -->
+<para>
+
+</para>
+
+@expander:
+@label:
+
+
+<!-- ##### FUNCTION gtk_expander_get_label ##### -->
+<para>
+
+</para>
+
+@expander:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_expander_set_use_underline ##### -->
+<para>
+
+</para>
+
+@expander:
+@use_underline:
+
+
+<!-- ##### FUNCTION gtk_expander_get_use_underline ##### -->
+<para>
+
+</para>
+
+@expander:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_expander_set_label_widget ##### -->
+<para>
+
+</para>
+
+@expander:
+@label_widget:
+
+
+<!-- ##### FUNCTION gtk_expander_get_label_widget ##### -->
+<para>
+
+</para>
+
+@expander:
+@Returns:
+
+
+<!-- ##### SIGNAL GtkExpander::activate ##### -->
+<para>
+
+</para>
+
+@expander: the object which received the signal.
+
+<!-- ##### ARG GtkExpander:expanded ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkExpander:label ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkExpander:label-widget ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkExpander:spacing ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkExpander:use-underline ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkExpander:expander-size ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkExpander:expander-spacing ##### -->
+<para>
+
+</para>
+