C# 클래스 Stetic.Editor.TextEditor

상속: Gtk.HBox, IPropertyEditor
파일 보기 프로젝트 열기: mono/stetic

보호된 프로퍼티들

프로퍼티 타입 설명
button Gtk.Button
entry Gtk.Entry

공개 메소드들

메소드 설명
AttachObject ( object obj ) : void
Initialize ( PropertyDescriptor descriptor ) : void
TextEditor ( ) : System

보호된 메소드들

메소드 설명
ButtonClicked ( object s, EventArgs a ) : void
TextChanged ( object s, EventArgs a ) : void

메소드 상세

AttachObject() 공개 메소드

public AttachObject ( object obj ) : void
obj object
리턴 void

ButtonClicked() 보호된 메소드

protected ButtonClicked ( object s, EventArgs a ) : void
s object
a System.EventArgs
리턴 void

Initialize() 공개 메소드

public Initialize ( PropertyDescriptor descriptor ) : void
descriptor PropertyDescriptor
리턴 void

TextChanged() 보호된 메소드

protected TextChanged ( object s, EventArgs a ) : void
s object
a System.EventArgs
리턴 void

TextEditor() 공개 메소드

public TextEditor ( ) : System
리턴 System

프로퍼티 상세

button 보호되어 있는 프로퍼티

protected Button,Gtk button
리턴 Gtk.Button

entry 보호되어 있는 프로퍼티

protected Entry,Gtk entry
리턴 Gtk.Entry