C# Class Hyena.Widgets.MessageBar

Inheritance: Gtk.Alignment
Afficher le fichier Open project: GNOME/hyena

Méthodes publiques

Méthode Description
AddButton ( Gtk.Button button ) : void
ClearButtons ( ) : void
MessageBar ( ) : System
RemoveButton ( Gtk.Button button ) : void

Méthodes protégées

Méthode Description
MessageBar ( IntPtr raw ) : System
OnDrawn ( Cairo cr ) : bool
OnHidden ( ) : void
OnRealized ( ) : void
OnShown ( ) : void
OnSizeAllocated ( Gdk allocation ) : void

Method Details

AddButton() public méthode

public AddButton ( Gtk.Button button ) : void
button Gtk.Button
Résultat void

ClearButtons() public méthode

public ClearButtons ( ) : void
Résultat void

MessageBar() public méthode

public MessageBar ( ) : System
Résultat System

MessageBar() protected méthode

protected MessageBar ( IntPtr raw ) : System
raw System.IntPtr
Résultat System

OnDrawn() protected méthode

protected OnDrawn ( Cairo cr ) : bool
cr Cairo
Résultat bool

OnHidden() protected méthode

protected OnHidden ( ) : void
Résultat void

OnRealized() protected méthode

protected OnRealized ( ) : void
Résultat void

OnShown() protected méthode

protected OnShown ( ) : void
Résultat void

OnSizeAllocated() protected méthode

protected OnSizeAllocated ( Gdk allocation ) : void
allocation Gdk
Résultat void

RemoveButton() public méthode

public RemoveButton ( Gtk.Button button ) : void
button Gtk.Button
Résultat void