C# Class Xwt.GtkBackend.NotebookBackend

Inheritance: WidgetBackend, INotebookBackend
Afficher le fichier Open project: antmicro/xwt

Private Properties

Свойство Type Description
CreateLabel Gtk.Widget

Méthodes publiques

Méthode Description
Add ( IWidgetBackend widget, NotebookTab tab ) : void
DisableEvent ( object eventId ) : void
EnableEvent ( object eventId ) : void
HandleWidgetSwitchPage ( object o, Gtk args ) : void
NotebookBackend ( ) : System
Remove ( IWidgetBackend widget ) : void
UpdateLabel ( NotebookTab tab, string hint ) : void

Private Methods

Méthode Description
CreateLabel ( NotebookTab tab ) : Gtk.Widget

Method Details

Add() public méthode

public Add ( IWidgetBackend widget, NotebookTab tab ) : void
widget IWidgetBackend
tab NotebookTab
Résultat void

DisableEvent() public méthode

public DisableEvent ( object eventId ) : void
eventId object
Résultat void

EnableEvent() public méthode

public EnableEvent ( object eventId ) : void
eventId object
Résultat void

HandleWidgetSwitchPage() public méthode

public HandleWidgetSwitchPage ( object o, Gtk args ) : void
o object
args Gtk
Résultat void

NotebookBackend() public méthode

public NotebookBackend ( ) : System
Résultat System

Remove() public méthode

public Remove ( IWidgetBackend widget ) : void
widget IWidgetBackend
Résultat void

UpdateLabel() public méthode

public UpdateLabel ( NotebookTab tab, string hint ) : void
tab NotebookTab
hint string
Résultat void