C# Class Xwt.GtkBackend.NotebookBackend

Inheritance: WidgetBackend, INotebookBackend
Mostrar archivo Open project: antmicro/xwt

Private Properties

Property Type Description
CreateLabel Gtk.Widget

Public Methods

Method 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

Method Description
CreateLabel ( NotebookTab tab ) : Gtk.Widget

Method Details

Add() public method

public Add ( IWidgetBackend widget, NotebookTab tab ) : void
widget IWidgetBackend
tab NotebookTab
return void

DisableEvent() public method

public DisableEvent ( object eventId ) : void
eventId object
return void

EnableEvent() public method

public EnableEvent ( object eventId ) : void
eventId object
return void

HandleWidgetSwitchPage() public method

public HandleWidgetSwitchPage ( object o, Gtk args ) : void
o object
args Gtk
return void

NotebookBackend() public method

public NotebookBackend ( ) : System
return System

Remove() public method

public Remove ( IWidgetBackend widget ) : void
widget IWidgetBackend
return void

UpdateLabel() public method

public UpdateLabel ( NotebookTab tab, string hint ) : void
tab NotebookTab
hint string
return void