C# Class Banshee.Gui.Widgets.BubbleWindow

Inheritance: Banshee.Gui.Widgets.ShapedPopupWindow
Datei anzeigen Open project: abock/cubano

Public Methods

Method Description
BubbleWindow ( ) : System

Protected Methods

Method Description
DrawShape ( Cairo cr ) : void
OnExposeEvent ( Gdk evnt ) : bool
OnRealized ( ) : void

Private Methods

Method Description
ConfigureDefault ( ) : void

Method Details

BubbleWindow() public method

public BubbleWindow ( ) : System
return System

DrawShape() protected method

protected DrawShape ( Cairo cr ) : void
cr Cairo
return void

OnExposeEvent() protected method

protected OnExposeEvent ( Gdk evnt ) : bool
evnt Gdk
return bool

OnRealized() protected method

protected OnRealized ( ) : void
return void