C# 클래스 Gtk.Tasque.NoteWidget

상속: Gtk.Notebook
파일 보기 프로젝트 열기: GNOME/tasque 1 사용 예제들

공개 메소드들

메소드 설명
FocusTextArea ( ) : void
NoteWidget ( INote note ) : System

비공개 메소드들

메소드 설명
MakeEditPage ( ) : Gtk.Widget
MakeViewPage ( ) : Gtk.Widget
OnDeleteButtonClicked ( object sender, EventArgs args ) : void
OnEditButtonClicked ( object sender, EventArgs args ) : void
OnEditCanceled ( object sender, EventArgs args ) : void
OnNoteWidgetKeyPressed ( object o, Gtk.KeyPressEventArgs args ) : void
OnSaveButtonClicked ( object sender, EventArgs args ) : void
OnTextViewChanged ( object sender, EventArgs args ) : void
ShowEditPage ( ) : void
ShowPage ( int pageNum ) : void

This is a custom method to show and hide the different notebook pages. The reason for this is to specifically be able to hide/show each notebook's widgets properly so that the notebook can shrink and grow without taking up too much space in the window.

ShowViewPage ( ) : void

메소드 상세

FocusTextArea() 공개 메소드

public FocusTextArea ( ) : void
리턴 void

NoteWidget() 공개 메소드

public NoteWidget ( INote note ) : System
note INote
리턴 System