C# Class Stetic.Editor.TextEditor

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

Protected Properties

Свойство Type Description
button Gtk.Button
entry Gtk.Entry

Méthodes publiques

Méthode Description
AttachObject ( object obj ) : void
Initialize ( PropertyDescriptor descriptor ) : void
TextEditor ( ) : System

Méthodes protégées

Méthode Description
ButtonClicked ( object s, EventArgs a ) : void
TextChanged ( object s, EventArgs a ) : void

Method Details

AttachObject() public méthode

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

ButtonClicked() protected méthode

protected ButtonClicked ( object s, EventArgs a ) : void
s object
a System.EventArgs
Résultat void

Initialize() public méthode

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

TextChanged() protected méthode

protected TextChanged ( object s, EventArgs a ) : void
s object
a System.EventArgs
Résultat void

TextEditor() public méthode

public TextEditor ( ) : System
Résultat System

Property Details

button protected_oe property

protected Button,Gtk button
Résultat Gtk.Button

entry protected_oe property

protected Entry,Gtk entry
Résultat Gtk.Entry