Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
GTK2
GTK2.MessageDialog

Class GTK2.MessageDialog

Description

A dialog with an image representing the type of message (Error, Question). alongside some message text. It's simply a convenience widget; you could construct the equivalent of GTK2.MessageDialog from GTK2.Dialog without too much effort, but GTK2.MessageDialog saves typing. Properties: int buttons int message-type

Style properties: int message-border int use-separator


Inherit Dialog

inherit GTK2.Dialog : Dialog