C# Class QSWidgetLib.CheckList

Inheritance: Gtk.VBox
ファイルを表示 Open project: QualitySolution/QSProjects

Public Properties

Property Type Description
CheckButtons Gtk.CheckButton>.Dictionary

Public Methods

Method Description
AddCheckButton ( string key, string label, string tooltip = "", bool active = false ) : void
CheckList ( ) : System

Protected Methods

Method Description
OnCheckClicked ( object sender, EventArgs e ) : void

Method Details

AddCheckButton() public method

public AddCheckButton ( string key, string label, string tooltip = "", bool active = false ) : void
key string
label string
tooltip string
active bool
return void

CheckList() public method

public CheckList ( ) : System
return System

OnCheckClicked() protected method

protected OnCheckClicked ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

CheckButtons public_oe property

public Dictionary CheckButtons
return Gtk.CheckButton>.Dictionary