C# Class Stetic.Editor.Translatable

Inheritance: Gtk.VBox, IPropertyEditor
Afficher le fichier Open project: mono/stetic

Méthodes publiques

Méthode Description
AttachObject ( object ob ) : void
Initialize ( PropertyDescriptor prop ) : void

Méthodes protégées

Méthode Description
CheckType ( PropertyDescriptor prop ) : void
OnAdded ( Gtk child ) : void
OnValueChanged ( ) : void

Private Methods

Méthode Description
AddComment ( object o, EventArgs args ) : void
AddContext ( object o, EventArgs args ) : void
ButtonPressed ( object o, Gtk args ) : void
CommentChanged ( object o, EventArgs args ) : void
ContextChanged ( object o, EventArgs args ) : void
MenuPosition ( Gtk menu, int &x, int &y, bool &push_in ) : void
RemoveComment ( object o, EventArgs args ) : void
RemoveContext ( object o, EventArgs args ) : void
ToggleMark ( object o, EventArgs args ) : void

Method Details

AttachObject() public méthode

public AttachObject ( object ob ) : void
ob object
Résultat void

CheckType() protected méthode

protected CheckType ( PropertyDescriptor prop ) : void
prop PropertyDescriptor
Résultat void

Initialize() public méthode

public Initialize ( PropertyDescriptor prop ) : void
prop PropertyDescriptor
Résultat void

OnAdded() protected méthode

protected OnAdded ( Gtk child ) : void
child Gtk
Résultat void

OnValueChanged() protected méthode

protected OnValueChanged ( ) : void
Résultat void