mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-24 12:41:16 +00:00
Fix obvious mistake.
Thu Aug 30 19:34:38 2001 Jonathan Blandford <jrb@redhat.com> * gtk/tmpl/gtkdialog.sgml: Fix obvious mistake.
This commit is contained in:
parent
537156501b
commit
d5f469987b
@ -1,3 +1,7 @@
|
||||
Thu Aug 30 19:34:38 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/tmpl/gtkdialog.sgml: Fix obvious mistake.
|
||||
|
||||
Tue Aug 21 12:42:19 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtk-sections.txt: Remove GtkPacker
|
||||
|
@ -14,12 +14,12 @@ require extensive effort on the user's part.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Gtk+ treats a dialog as a window split horizontally. The top section is a
|
||||
#GtkVBox, and is where widgets such as a #GtkLabel or a #GtkEntry should be
|
||||
packed. The second area is known as the
|
||||
<structfield>action_area</structfield>. This is generally used for packing
|
||||
buttons into the dialog which may perform functions such as cancel, ok, or
|
||||
apply. The two areas are separated by a #GtkHSeparator.
|
||||
Gtk+ treats a dialog as a window split vertically. The top section is a
|
||||
#GtkVBox, and is where widgets such as a #GtkLabel or a #GtkEntry should
|
||||
be packed. The bottom area is known as the
|
||||
<structfield>action_area</structfield>. This is generally used for
|
||||
packing buttons into the dialog which may perform functions such as
|
||||
cancel, ok, or apply. The two areas are separated by a #GtkHSeparator.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user