mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 21:51:08 +00:00
Bring the dogs in shape
svn path=/trunk/; revision=17927
This commit is contained in:
parent
b12112dda2
commit
c4dfb722dd
@ -1,3 +1,7 @@
|
||||
2007-05-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/*: Get the docs in shape
|
||||
|
||||
2007-05-25 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtk-sections.txt: Add new functions
|
||||
|
@ -41,6 +41,7 @@ IGNORE_HFILES= \
|
||||
gtkfilesystemwin32.h \
|
||||
gtkhsv.h \
|
||||
gtkiconcache.h \
|
||||
gtkiconcachevalidator.h \
|
||||
gtkiconthemeparser.h \
|
||||
gtkimmodule.h \
|
||||
gtkintl.h \
|
||||
@ -58,15 +59,20 @@ IGNORE_HFILES= \
|
||||
gtkprintutils.h \
|
||||
gtkprintoperation-private.h \
|
||||
gtkprivate.h \
|
||||
gtkquery.h \
|
||||
gtkrbtree.h \
|
||||
gtkrecentchooserdefault.h \
|
||||
gtkrecentchooserutils.h \
|
||||
gtkrecentchooserprivate.h \
|
||||
gtksearchengine.h \
|
||||
gtksearchenginebeagle.h \
|
||||
gtksearchenginetracker.h \
|
||||
gtksearchenginesimple.h \
|
||||
gtksequence.h \
|
||||
gtksocketprivate.h \
|
||||
gtktreedatalist.h \
|
||||
gtktreeprivate.h \
|
||||
gtktextbtree.h \
|
||||
gtktextbufferserializ.h \
|
||||
gtktextchildprivate.h \
|
||||
gtktextdisplay.h \
|
||||
gtktextiterprivate.h \
|
||||
gtktextlayout.h \
|
||||
@ -75,10 +81,14 @@ IGNORE_HFILES= \
|
||||
gtktexttagprivate.h \
|
||||
gtktexttypes.h \
|
||||
gtktextutil.h \
|
||||
gtkthemes.h \
|
||||
gtktoggleactionprivate.h \
|
||||
gtktrayicon.h \
|
||||
gtktreedatalist.h \
|
||||
gtktreeprivate.h \
|
||||
gtktypebuiltins.h \
|
||||
gtkxembed.h \
|
||||
gtkwindow-decorate.h \
|
||||
gtkwin32embed.h \
|
||||
gtkwin32embedwidget.h \
|
||||
xdgmime \
|
||||
|
@ -106,6 +106,7 @@
|
||||
<!ENTITY GtkRecentChooserWidget SYSTEM "xml/gtkrecentchooserwidget.xml">
|
||||
<!ENTITY GtkRecentFilter SYSTEM "xml/gtkrecentfilter.xml">
|
||||
<!ENTITY GtkRecentManager SYSTEM "xml/gtkrecentmanager.xml">
|
||||
<!ENTITY GtkRecentAction SYSTEM "xml/gtkrecentaction.xml">
|
||||
<!ENTITY GtkRuler SYSTEM "xml/gtkruler.xml">
|
||||
<!ENTITY GtkScale SYSTEM "xml/gtkscale.xml">
|
||||
<!ENTITY GtkScaleButton SYSTEM "xml/gtkscalebutton.xml">
|
||||
@ -393,9 +394,9 @@ that is, GUI components such as <link linkend="GtkButton">GtkButton</link> or
|
||||
&GtkButton;
|
||||
&GtkCheckButton;
|
||||
&GtkRadioButton;
|
||||
&GtkScaleButton;
|
||||
&GtkToggleButton;
|
||||
&GtkLinkButton;
|
||||
&GtkScaleButton;
|
||||
&GtkVolumeButton;
|
||||
</chapter>
|
||||
|
||||
@ -476,6 +477,7 @@ that is, GUI components such as <link linkend="GtkButton">GtkButton</link> or
|
||||
&GtkAction;
|
||||
&GtkToggleAction;
|
||||
&GtkRadioAction;
|
||||
&GtkRecentAction;
|
||||
</chapter>
|
||||
|
||||
<chapter id="SelectorWidgets">
|
||||
@ -654,6 +656,7 @@ that is, GUI components such as <link linkend="GtkButton">GtkButton</link> or
|
||||
|
||||
>k-glossary;
|
||||
|
||||
<!--
|
||||
<index>
|
||||
<title>Index</title>
|
||||
</index>
|
||||
@ -678,5 +681,6 @@ that is, GUI components such as <link linkend="GtkButton">GtkButton</link> or
|
||||
<index role="2.12">
|
||||
<title>Index of new symbols in 2.12</title>
|
||||
</index>
|
||||
-->
|
||||
|
||||
</book>
|
||||
|
@ -472,6 +472,43 @@ GTK_BUTTON_GET_CLASS
|
||||
gtk_button_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gtkscalebutton</FILE>
|
||||
<TITLE>GtkScaleButton</TITLE>
|
||||
GtkScaleButton
|
||||
gtk_scale_button_new
|
||||
gtk_scale_button_set_icons
|
||||
gtk_scale_button_get_value
|
||||
gtk_scale_button_get_adjustment
|
||||
gtk_scale_button_set_adjustment
|
||||
<SUBSECTION Standard>
|
||||
GTK_TYPE_SCALE_BUTTON
|
||||
GTK_SCALE_BUTTON
|
||||
GTK_IS_SCALE_BUTTON
|
||||
GTK_SCALE_BUTTON_CLASS
|
||||
GTK_IS_SCALE_BUTTON_CLASS
|
||||
GTK_SCALE_BUTTON_GET_CLASS
|
||||
<SUBSECTION Private>
|
||||
gtk_scale_button_get_type
|
||||
GtkScaleButtonPrivate
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gtkvolumebutton</FILE>
|
||||
<TITLE>GtkVolumeButton</TITLE>
|
||||
GtkVolumeButton
|
||||
gtk_volume_button_new
|
||||
<SUBSECTION Standard>
|
||||
GTK_VOLUME_BUTTON
|
||||
GTK_TYPE_VOLUME_BUTTON
|
||||
GTK_IS_VOLUME_BUTTON
|
||||
GTK_VOLUME_BUTTON_CLASS
|
||||
GTK_IS_VOLUME_BUTTON_CLASS
|
||||
GTK_VOLUME_BUTTON_GET_CLASS
|
||||
<SUBSECTION Private>
|
||||
gtk_volume_button_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gtkcalendar</FILE>
|
||||
<TITLE>GtkCalendar</TITLE>
|
||||
@ -2976,6 +3013,26 @@ GtkRecentManagerPrivate
|
||||
gtk_recent_manager_error_quark
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gtkrecentaction</FILE>
|
||||
<TITLE>GtkRecentAction</TITLE>
|
||||
GtkRecentAction
|
||||
gtk_recent_action_new
|
||||
gtk_recent_action_new_for_manager
|
||||
gtk_recent_action_get_show_numbers
|
||||
gtk_recent_action_set_show_numbers
|
||||
<SUBSECTION Standard>
|
||||
GTK_TYPE_RECENT_ACTION
|
||||
GTK_RECENT_ACTION
|
||||
GTK_IS_RECENT_ACTION
|
||||
GTK_RECENT_ACTION_CLASS
|
||||
GTK_IS_RECENT_ACTION_CLASS
|
||||
GTK_RECENT_ACTION_GET_CLASS
|
||||
<SUBSECTION Private>
|
||||
GtkRecentActionPrivate
|
||||
gtk_recent_action_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gtkruler</FILE>
|
||||
<TITLE>GtkRuler</TITLE>
|
||||
@ -4072,6 +4129,25 @@ GTK_TOOLTIPS_GET_CLASS
|
||||
gtk_tooltips_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gtktooltip</FILE>
|
||||
<TITLE>GtkTooltip</TITLE>
|
||||
gtk_tooltip_set_markup
|
||||
gtk_tooltip_set_icon
|
||||
gtk_tooltip_set_icon_from_stock
|
||||
gtk_tooltip_set_custom
|
||||
gtk_tooltip_trigger_tooltip_query
|
||||
gtk_tooltip_focus_in
|
||||
gtk_tooltip_focus_out
|
||||
gtk_tooltip_toggle_keyboard_mode
|
||||
gtk_tooltip_handle_event
|
||||
gtk_tooltip_hide
|
||||
<SUBSECTION Standard>
|
||||
GTK_TYPE_TOOLTIP
|
||||
<SUBSECTION Private>
|
||||
gtk_tooltip_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gtktree</FILE>
|
||||
<TITLE>GtkTree</TITLE>
|
||||
@ -5154,6 +5230,9 @@ gtk_widget_get_action
|
||||
gtk_widget_is_composited
|
||||
gtk_widget_error_bell
|
||||
gtk_widget_keynav_failed
|
||||
gtk_widget_get_tooltip_window
|
||||
gtk_widget_set_tooltip_window
|
||||
gtk_widget_trigger_tooltip_query
|
||||
<SUBSECTION>
|
||||
gtk_requisition_copy
|
||||
gtk_requisition_free
|
||||
@ -5272,6 +5351,8 @@ gtk_window_set_icon_list
|
||||
gtk_window_set_icon_from_file
|
||||
gtk_window_set_icon_name
|
||||
gtk_window_set_auto_startup_notification
|
||||
gtk_window_get_opacity
|
||||
gtk_window_set_opacity
|
||||
<SUBSECTION Standard>
|
||||
GTK_WINDOW
|
||||
GTK_IS_WINDOW
|
||||
@ -6234,7 +6315,7 @@ GTK_PRINT_UNIX_DIALOG_CLASS
|
||||
GTK_IS_PRINT_UNIX_DIALOG
|
||||
GTK_IS_PRINT_UNIX_DIALOG_CLASS
|
||||
GTK_PRINT_UNIX_DIALOG_GET_CLASS
|
||||
|
||||
GTK_TYPE_PRINT_CAPABILITIES
|
||||
<SUBSECTION Private>
|
||||
GtkPrintUnixDialogPrivate
|
||||
gtk_print_unix_dialog_get_type
|
||||
|
73
docs/reference/gtk/tmpl/gtkrecentaction.sgml
Normal file
73
docs/reference/gtk/tmpl/gtkrecentaction.sgml
Normal file
@ -0,0 +1,73 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
GtkRecentAction
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GtkRecentAction ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkRecentAction:show-numbers ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_recent_action_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@name:
|
||||
@label:
|
||||
@tooltip:
|
||||
@stock_id:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_recent_action_new_for_manager ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@name:
|
||||
@label:
|
||||
@tooltip:
|
||||
@stock_id:
|
||||
@manager:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_recent_action_get_show_numbers ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@action:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_recent_action_set_show_numbers ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@action:
|
||||
@show_numbers:
|
||||
|
||||
|
122
docs/reference/gtk/tmpl/gtkscalebutton.sgml
Normal file
122
docs/reference/gtk/tmpl/gtkscalebutton.sgml
Normal file
@ -0,0 +1,122 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
GtkScaleButton
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GtkScaleButton ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkScaleButton::popdown ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@scalebutton: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkScaleButton::popup ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@scalebutton: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkScaleButton::value-changed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@scalebutton: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### ARG GtkScaleButton:adjustment ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkScaleButton:size ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkScaleButton:value ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_scale_button_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@size:
|
||||
@min:
|
||||
@max:
|
||||
@step:
|
||||
@icons:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_scale_button_set_adjustment ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@button:
|
||||
@adjustment:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_scale_button_set_icons ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@button:
|
||||
@icons:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_scale_button_set_value ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@button:
|
||||
@value:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_scale_button_get_adjustment ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@button:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_scale_button_get_value ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@button:
|
||||
@Returns:
|
||||
|
||||
|
66
docs/reference/gtk/tmpl/gtktooltip.sgml
Normal file
66
docs/reference/gtk/tmpl/gtktooltip.sgml
Normal file
@ -0,0 +1,66 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
GtkTooltip
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tooltip_set_markup ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tooltip:
|
||||
@markup:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tooltip_set_icon ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tooltip:
|
||||
@pixbuf:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tooltip_set_icon_from_stock ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tooltip:
|
||||
@stock_id:
|
||||
@size:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tooltip_set_custom ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tooltip:
|
||||
@custom_widget:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tooltip_trigger_tooltip_query ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@display:
|
||||
|
||||
|
35
docs/reference/gtk/tmpl/gtkvolumebutton.sgml
Normal file
35
docs/reference/gtk/tmpl/gtkvolumebutton.sgml
Normal file
@ -0,0 +1,35 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
GtkVolumeButton
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GtkVolumeButton ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_volume_button_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user