C# Class LongoMatch.Gui.Dialog.BusyDialog

Mostrar archivo Open project: GNOME/longomatch Class Usage Examples

Public Methods

Method Description
BusyDialog ( Window parent ) : System
Pulse ( ) : void
ShowSync ( ) : void

Protected Methods

Method Description
OnDestroyed ( ) : void

Private Methods

Method Description
OnTimeout ( ) : bool

Method Details

BusyDialog() public method

public BusyDialog ( Window parent ) : System
parent Window
return System

OnDestroyed() protected method

protected OnDestroyed ( ) : void
return void

Pulse() public method

public Pulse ( ) : void
return void

ShowSync() public method

public ShowSync ( ) : void
return void