forked from AuroraMiddleware/gtk
dialog: Remove some GtkVBox references
This commit is contained in:
parent
6e47d0bf4a
commit
c96077590b
@ -51,14 +51,14 @@
|
|||||||
* SECTION:gtkdialog
|
* SECTION:gtkdialog
|
||||||
* @Short_description: Create popup windows
|
* @Short_description: Create popup windows
|
||||||
* @Title: GtkDialog
|
* @Title: GtkDialog
|
||||||
* @See_also: #GtkVBox, #GtkWindow, #GtkButton
|
* @See_also: #GtkBox, #GtkWindow, #GtkButton
|
||||||
*
|
*
|
||||||
* Dialog boxes are a convenient way to prompt the user for a small amount
|
* Dialog boxes are a convenient way to prompt the user for a small amount
|
||||||
* of input, e.g. to display a message, ask a question, or anything else
|
* of input, e.g. to display a message, ask a question, or anything else
|
||||||
* that does not require extensive effort on the user’s part.
|
* that does not require extensive effort on the user’s part.
|
||||||
*
|
*
|
||||||
* GTK+ treats a dialog as a window split vertically. The top section is a
|
* 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
|
* #GtkBox, and is where widgets such as a #GtkLabel or a #GtkEntry should
|
||||||
* be packed. The bottom area is known as the
|
* be packed. The bottom area is known as the
|
||||||
* “action area”. This is generally used for
|
* “action area”. This is generally used for
|
||||||
* packing buttons into the dialog which may perform functions such as
|
* packing buttons into the dialog which may perform functions such as
|
||||||
|
Loading…
Reference in New Issue
Block a user