C# Class FileFind.Meshwork.GtkClient.GladeWindow

Exibir arquivo Open project: codebutler/meshwork

Public Methods

Method Description
Close ( ) : void
GladeWindow ( Assembly assembly, string resourceName, string windowName ) : System
GladeWindow ( string windowName ) : System
Show ( ) : void
ToggleVisible ( ) : bool

Protected Methods

Method Description
GetWidget ( string name ) : Gtk.Widget
SetNotUrgent ( ) : void
SetUrgent ( ) : void
window_DeleteEvent ( object sender, Gtk.DeleteEventArgs args ) : void

Method Details

Close() public method

public Close ( ) : void
return void

GetWidget() protected method

protected GetWidget ( string name ) : Gtk.Widget
name string
return Gtk.Widget

GladeWindow() public method

public GladeWindow ( Assembly assembly, string resourceName, string windowName ) : System
assembly System.Reflection.Assembly
resourceName string
windowName string
return System

GladeWindow() public method

public GladeWindow ( string windowName ) : System
windowName string
return System

SetNotUrgent() protected method

protected SetNotUrgent ( ) : void
return void

SetUrgent() protected method

protected SetUrgent ( ) : void
return void

Show() public method

public Show ( ) : void
return void

ToggleVisible() public method

public ToggleVisible ( ) : bool
return bool

window_DeleteEvent() protected method

protected window_DeleteEvent ( object sender, Gtk.DeleteEventArgs args ) : void
sender object
args Gtk.DeleteEventArgs
return void