C# Class Gtk.Tasque.NoteWidget

Inheritance: Gtk.Notebook
Afficher le fichier Open project: GNOME/tasque Class Usage Examples

Méthodes publiques

Méthode Description
FocusTextArea ( ) : void
NoteWidget ( INote note ) : System

Private Methods

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

Method Details

FocusTextArea() public méthode

public FocusTextArea ( ) : void
Résultat void

NoteWidget() public méthode

public NoteWidget ( INote note ) : System
note INote
Résultat System