C# Class FileFind.Meshwork.GtkClient.GladeWindow

Afficher le fichier Open project: codebutler/meshwork

Méthodes publiques

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

Méthodes protégées

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

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

GetWidget() protected méthode

protected GetWidget ( string name ) : Gtk.Widget
name string
Résultat Gtk.Widget

GladeWindow() public méthode

public GladeWindow ( Assembly assembly, string resourceName, string windowName ) : System
assembly System.Reflection.Assembly
resourceName string
windowName string
Résultat System

GladeWindow() public méthode

public GladeWindow ( string windowName ) : System
windowName string
Résultat System

SetNotUrgent() protected méthode

protected SetNotUrgent ( ) : void
Résultat void

SetUrgent() protected méthode

protected SetUrgent ( ) : void
Résultat void

Show() public méthode

public Show ( ) : void
Résultat void

ToggleVisible() public méthode

public ToggleVisible ( ) : bool
Résultat bool

window_DeleteEvent() protected méthode

protected window_DeleteEvent ( object sender, Gtk.DeleteEventArgs args ) : void
sender object
args Gtk.DeleteEventArgs
Résultat void