Explicitly document GtkStatusIcon as a non-widget. (#324181, Maciej
2005-12-19 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkstatusicon.sgml: Explicitly document GtkStatusIcon as a non-widget. (#324181, Maciej Katafiasz)
This commit is contained in:
parent
f41db86239
commit
19c1116351
@ -1,3 +1,8 @@
|
||||
2005-12-19 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/tmpl/gtkstatusicon.sgml: Explicitly document GtkStatusIcon
|
||||
as a non-widget. (#324181, Maciej Katafiasz)
|
||||
|
||||
2005-11-28 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/tmpl/gtkobject.sgml: Update docs on floating references
|
||||
|
@ -28,6 +28,12 @@ On X11, the implementation follows the freedesktop.org "System Tray"
|
||||
be found e.g. in the GNOME and KDE panel applications.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Note that a GtkStatusIcon is <emphasis>not</emphasis> a widget, but just
|
||||
a #GObject. Making it a widget would be impractical, since the system tray
|
||||
on Win32 doesn't allow to embed arbitrary widgets.
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user