C# Class Xwt.GtkBackend.LabelBackend

Inheritance: WidgetBackend, ILabelBackend
Afficher le fichier Open project: mono/xwt

Private Properties

Свойство Type Description
EnableLinkEvents void
FindLink LabelLink
HandleButtonReleaseEvent void
HandleLeaveNotifyEvent void
HandleMotionNotifyEvent void
HandleStyleUpdate void
gtk_label_set_attributes void

Méthodes publiques

Méthode Description
LabelBackend ( ) : System
SetFormattedText ( FormattedText text ) : void

Méthodes protégées

Méthode Description
SetAlignment ( ) : void

Private Methods

Méthode 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 méthode

public LabelBackend ( ) : System
Résultat System

SetAlignment() protected méthode

protected SetAlignment ( ) : void
Résultat void

SetFormattedText() public méthode

public SetFormattedText ( FormattedText text ) : void
text FormattedText
Résultat void