C# Class Hyena.Widgets.MessageBar

Inheritance: Gtk.Alignment
Mostrar archivo Open project: GNOME/hyena

Public Methods

Method Description
AddButton ( Gtk.Button button ) : void
ClearButtons ( ) : void
MessageBar ( ) : System
RemoveButton ( Gtk.Button button ) : void

Protected Methods

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

Method Details

AddButton() public method

public AddButton ( Gtk.Button button ) : void
button Gtk.Button
return void

ClearButtons() public method

public ClearButtons ( ) : void
return void

MessageBar() public method

public MessageBar ( ) : System
return System

MessageBar() protected method

protected MessageBar ( IntPtr raw ) : System
raw System.IntPtr
return System

OnDrawn() protected method

protected OnDrawn ( Cairo cr ) : bool
cr Cairo
return bool

OnHidden() protected method

protected OnHidden ( ) : void
return void

OnRealized() protected method

protected OnRealized ( ) : void
return void

OnShown() protected method

protected OnShown ( ) : void
return void

OnSizeAllocated() protected method

protected OnSizeAllocated ( Gdk allocation ) : void
allocation Gdk
return void

RemoveButton() public method

public RemoveButton ( Gtk.Button button ) : void
button Gtk.Button
return void