C# Class LongoMatch.Gui.Dialog.EditCategoryDialog

Inheritance: Gtk.Dialog
Mostrar archivo Open project: LongoMatch/longomatch Class Usage Examples

Public Methods

Method Description
EditCategoryDialog ( ProjectLongoMatch project, DashboardButton tagger, Gtk.Window parent ) : Gtk
EditCategoryDialog ( ProjectLongoMatch project, EventType eventType, Gtk.Window parent ) : Gtk

Protected Methods

Method Description
Build ( ) : void
OnRealized ( ) : void

Method Details

Build() protected method

protected Build ( ) : void
return void

EditCategoryDialog() public method

public EditCategoryDialog ( ProjectLongoMatch project, DashboardButton tagger, Gtk.Window parent ) : Gtk
project LongoMatch.Core.Store.ProjectLongoMatch
tagger LongoMatch.Core.Store.DashboardButton
parent Gtk.Window
return Gtk

EditCategoryDialog() public method

public EditCategoryDialog ( ProjectLongoMatch project, EventType eventType, Gtk.Window parent ) : Gtk
project LongoMatch.Core.Store.ProjectLongoMatch
eventType LongoMatch.Core.Store.EventType
parent Gtk.Window
return Gtk

OnRealized() protected method

protected OnRealized ( ) : void
return void