Add docs.
2005-08-29 Matthias Clasen <mclasen@redhat.com> * gtk/gtkstatusicon-x11.c: Add docs. * gtk/gtkstatusicon.h: Fix a typo.
This commit is contained in:

committed by
Matthias Clasen

parent
60182d34db
commit
b17a4ae336
@ -1,3 +1,11 @@
|
||||
2005-08-29 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtk.types: Add gtk_status_icon_get_type
|
||||
|
||||
* gtk/gtk-docs.sgml: Add GtkStatusIcon
|
||||
|
||||
* gtk/gtk-sections.txt: Add GtkStatusIcon
|
||||
|
||||
2005-08-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtk-update-icon-cache.xml:
|
||||
|
@ -100,6 +100,7 @@
|
||||
<!ENTITY GtkSocket SYSTEM "xml/gtksocket.xml">
|
||||
<!ENTITY GtkSpinButton SYSTEM "xml/gtkspinbutton.xml">
|
||||
<!ENTITY GtkStatusbar SYSTEM "xml/gtkstatusbar.xml">
|
||||
<!ENTITY GtkStatusIcon SYSTEM "xml/gtkstatusicon.xml">
|
||||
<!ENTITY GtkTable SYSTEM "xml/gtktable.xml">
|
||||
<!ENTITY GtkTearoffMenuItem SYSTEM "xml/gtktearoffmenuitem.xml">
|
||||
<!ENTITY GtkText SYSTEM "xml/gtktext.xml">
|
||||
@ -354,6 +355,7 @@ that is, GUI components such as <link linkend="GtkButton">GtkButton</link> or
|
||||
&GtkLabel;
|
||||
&GtkProgressBar;
|
||||
&GtkStatusbar;
|
||||
&GtkStatusIcon;
|
||||
</chapter>
|
||||
|
||||
<chapter id="ButtonWidgets">
|
||||
|
@ -2927,6 +2927,40 @@ GTK_STATUSBAR_GET_CLASS
|
||||
gtk_statusbar_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gtkstatusicon</FILE>
|
||||
<TITLE>GtkStatusIcon</TITLE>
|
||||
gtk_status_icon_new
|
||||
gtk_status_icon_new_from_pixbuf
|
||||
gtk_status_icon_new_from_file
|
||||
gtk_status_icon_new_from_stock
|
||||
gtk_status_icon_new_from_icon_name
|
||||
gtk_status_icon_set_from_pixbuf
|
||||
gtk_status_icon_set_from_file
|
||||
gtk_status_icon_set_from_stock
|
||||
gtk_status_icon_set_from_icon_name
|
||||
gtk_status_icon_get_storage_type
|
||||
gtk_status_icon_get_pixbuf
|
||||
gtk_status_icon_get_stock
|
||||
gtk_status_icon_get_icon_name
|
||||
gtk_status_icon_get_size
|
||||
gtk_status_icon_set_tooltip
|
||||
gtk_status_icon_set_visible
|
||||
gtk_status_icon_get_visible
|
||||
gtk_status_icon_set_blinking
|
||||
gtk_status_icon_get_blinking
|
||||
gtk_status_icon_is_embedded
|
||||
<SUBSECTION Standard>
|
||||
GTK_TYPE_STATUS_ICON
|
||||
GTK_STATUS_ICON
|
||||
GTK_STATUS_ICON_CLASS
|
||||
GTK_IS_STATUS_ICON
|
||||
GTK_IS_STATUS_ICON_CLASS
|
||||
GTK_STATUS_ICON_GET_CLASS
|
||||
<SUBSECTION Private>
|
||||
gtk_status_icon_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gtktable</FILE>
|
||||
<TITLE>GtkTable</TITLE>
|
||||
|
@ -117,6 +117,7 @@ gtk_size_group_get_type
|
||||
gtk_socket_get_type
|
||||
gtk_spin_button_get_type
|
||||
gtk_statusbar_get_type
|
||||
gtk_status_icon_get_type
|
||||
gtk_style_get_type
|
||||
gtk_table_get_type
|
||||
gtk_tearoff_menu_item_get_type
|
||||
|
Reference in New Issue
Block a user