C# Class QSWidgetLib.CheckList

Inheritance: Gtk.VBox
Afficher le fichier Open project: QualitySolution/QSProjects

Méthodes publiques

Свойство Type Description
CheckButtons Gtk.CheckButton>.Dictionary

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnCheckClicked ( object sender, EventArgs e ) : void

Method Details

AddCheckButton() public méthode

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

CheckList() public méthode

public CheckList ( ) : System
Résultat System

OnCheckClicked() protected méthode

protected OnCheckClicked ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

CheckButtons public_oe property

public Dictionary CheckButtons
Résultat Gtk.CheckButton>.Dictionary