C# Class Wit.UI.BaseMessageDialog

ファイルを表示 Open project: bratsche/wit

Public Methods

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

Method Details

BaseMessageDialog() public method

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

BaseMessageDialog() public method

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

Run() public method

public Run ( ) : int
return int