C# Class Views.EditableHelper

Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

Method Description
EditableHelper ( Gtk root ) : System
SetAllEditable ( System.Boolean value ) : void
UpdateEditableWidgets ( ) : void

Private Methods

Method Description
GetAllEditableWidgets ( ) : void

Method Details

EditableHelper() public method

public EditableHelper ( Gtk root ) : System
root Gtk
return System

SetAllEditable() public method

public SetAllEditable ( System.Boolean value ) : void
value System.Boolean
return void

UpdateEditableWidgets() public method

public UpdateEditableWidgets ( ) : void
return void