C# Class Xwt.GtkBackend.PopoverBackend.PopoverWindow

Inheritance: Gtk.Window
Mostrar archivo Open project: mono/xwt

Public Methods

Method Description
PopoverWindow ( ) : System

Protected Methods

Method Description
OnDrawn ( Context cr ) : bool
OnSizeAllocated ( Gdk allocation ) : void

Private Methods

Method Description
DrawTriangle ( Context ctx ) : void
RecalibrateChildRectangle ( Xwt bounds ) : Xwt.Rectangle
RoundRectangle ( Context ctx, Rectangle rect, double radius ) : void

Method Details

OnDrawn() protected method

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

OnSizeAllocated() protected method

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

PopoverWindow() public method

public PopoverWindow ( ) : System
return System