forked from AuroraMiddleware/gtk
fix some typos
This commit is contained in:
parent
5b0de8d597
commit
c48dffdc98
@ -1,3 +1,7 @@
|
||||
2006-08-31 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/tmpl/gtkwidget.sgml: Fix some typos (Mariano Suarez-Alvarez)
|
||||
|
||||
2006-08-29 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/gdk-sections.txt: Add gdk_window_beep
|
||||
|
@ -313,15 +313,15 @@ gtk_widget_style_get_valist() to obtain the value of a style property.
|
||||
|
||||
<!-- ##### SIGNAL GtkWidget::hierarchy-changed ##### -->
|
||||
<para>
|
||||
Emitted when there is a chance in the hierarchy to
|
||||
which a widget belong. More precisely, a widget is
|
||||
Emitted when there is a change in the hierarchy to
|
||||
which a widget belongs. More precisely, a widget is
|
||||
<firstterm>anchored</firstterm> when its toplevel
|
||||
ancestor is a #GtkWindow. This signal is emitted when
|
||||
a widget changes from un-anchored to anchored or vice-versa.
|
||||
</para>
|
||||
|
||||
@widget: the object which received the signal.
|
||||
@widget2:
|
||||
@widget2: the toplevel ancestor, or %NULL
|
||||
|
||||
<!-- ##### SIGNAL GtkWidget::key-press-event ##### -->
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user