C# Class GnomeSubtitles.Dialog.BaseDialog

显示文件 Open project: GNOME/gnome-subtitles Class Usage Examples

Public Methods

Method Description
BaseDialog ( ) : Gtk
Destroy ( ) : void
Hide ( ) : void
Show ( ) : void
WaitForResponse ( ) : bool

Protected Methods

Method Description
GetDialog ( ) : Gtk.Dialog
Init ( Gtk dialog ) : void
OnResponse ( object o, Gtk.ResponseArgs args ) : void
ProcessResponse ( Gtk response ) : bool
SetReturnValue ( bool returnValue ) : void

Private Methods

Method Description
EmitDestroyedEvent ( ) : void
OnDeleteEvent ( object o, Gtk.DeleteEventArgs args ) : void

Method Details

BaseDialog() public method

public BaseDialog ( ) : Gtk
return Gtk

Destroy() public method

public Destroy ( ) : void
return void

GetDialog() protected method

protected GetDialog ( ) : Gtk.Dialog
return Gtk.Dialog

Hide() public method

public Hide ( ) : void
return void

Init() protected method

protected Init ( Gtk dialog ) : void
dialog Gtk
return void

OnResponse() protected method

protected OnResponse ( object o, Gtk.ResponseArgs args ) : void
o object
args Gtk.ResponseArgs
return void

ProcessResponse() protected method

protected ProcessResponse ( Gtk response ) : bool
response Gtk
return bool

SetReturnValue() protected method

protected SetReturnValue ( bool returnValue ) : void
returnValue bool
return void

Show() public method

public Show ( ) : void
return void

WaitForResponse() public method

public WaitForResponse ( ) : bool
return bool