Method | Description | |
---|---|---|
BaseMessageDialog ( Gtk.Window parent, string msg, DialogFlags flags, MessageType mtype, ButtonsType btype ) : Gtk | ||
BaseMessageDialog ( Gtk.Window parent, string msg, DialogFlags flags, MessageType mtype, ButtonsType btype, bool wrap ) : Gtk | ||
Run ( ) : int |
public BaseMessageDialog ( Gtk.Window parent, string msg, DialogFlags flags, MessageType mtype, ButtonsType btype ) : Gtk | ||
parent | Gtk.Window | |
msg | string | |
flags | DialogFlags | |
mtype | MessageType | |
btype | ButtonsType | |
return | Gtk |
public BaseMessageDialog ( Gtk.Window parent, string msg, DialogFlags flags, MessageType mtype, ButtonsType btype, bool wrap ) : Gtk | ||
parent | Gtk.Window | |
msg | string | |
flags | DialogFlags | |
mtype | MessageType | |
btype | ButtonsType | |
wrap | bool | |
return | Gtk |