Extracted from Pike v8.0 release 276 as of 2016-07-29.
   

Class GTK2.Dialog

Inheritance graph
GTK2.G.Object GTK2.G.InitiallyUnowned GTK2.Object GTK2.Widget GTK2.Container GTK2.Bin GTK2.Window GTK2.Dialog GTK2.AboutDialog GTK2.ColorSelectionDialog GTK2.FileChooserDialog GTK2.FileSelection GTK2.FontSelectionDialog GTK2.MessageDialog GTK2.RecentChooserDialog
Description

A dialog is a window with a few default widgets added. The 'vbox' is the main content area of the widget. The 'action_area' is allocated for buttons (ok, cancel etc) Properties: int has-separator

Style properties: int action-area-border int button-spacing int content-area-border

Signals: close

response


Inherit Window

inherit GTK2.Window : Window


Method create

GTK2.Dialog GTK2.Dialog(mapping|void props)

Description

Create a new dialog widget.