C# Class Xwt.GtkBackend.SearchEntry.FramelessEntry

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

Public Methods

Method Description
ColorBlend ( Gdk a, Gdk b ) : Gdk.Color
FramelessEntry ( SearchEntry parent ) : System

Protected Methods

Method Description
OnDestroyed ( ) : void
OnExposeEvent ( Gdk evnt ) : bool

Private Methods

Method Description
OnParentStyleSet ( object o, EventArgs args ) : void
RefreshGC ( ) : void

Method Details

ColorBlend() public static method

public static ColorBlend ( Gdk a, Gdk b ) : Gdk.Color
a Gdk
b Gdk
return Gdk.Color

FramelessEntry() public method

public FramelessEntry ( SearchEntry parent ) : System
parent SearchEntry
return System

OnDestroyed() protected method

protected OnDestroyed ( ) : void
return void

OnExposeEvent() protected method

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