C# Class Xwt.GtkBackend.LabelBackend

Inheritance: WidgetBackend, ILabelBackend
Show file Open project: mono/xwt

Private Properties

Property Type Description
EnableLinkEvents void
FindLink LabelLink
HandleButtonReleaseEvent void
HandleLeaveNotifyEvent void
HandleMotionNotifyEvent void
HandleStyleUpdate void
gtk_label_set_attributes void

Public Methods

Method Description
LabelBackend ( ) : System
SetFormattedText ( FormattedText text ) : void

Protected Methods

Method Description
SetAlignment ( ) : void

Private Methods

Method Description
EnableLinkEvents ( ) : void
FindLink ( double px, double py ) : LabelLink
HandleButtonReleaseEvent ( object o, Gtk args ) : void
HandleLeaveNotifyEvent ( object o, Gtk args ) : void
HandleMotionNotifyEvent ( object o, Gtk args ) : void
HandleStyleUpdate ( object sender, EventArgs e ) : void
gtk_label_set_attributes ( IntPtr label, IntPtr attrList ) : void

Method Details

LabelBackend() public method

public LabelBackend ( ) : System
return System

SetAlignment() protected method

protected SetAlignment ( ) : void
return void

SetFormattedText() public method

public SetFormattedText ( FormattedText text ) : void
text FormattedText
return void