C# Class LongoMatch.Gui.Dialog.EventTypeTagsEditor.TagsGroup

Mostrar archivo Open project: LongoMatch/longomatch

Public Properties

Property Type Description
container Box
nameEntry Gtk.Entry
table Gtk.Widget
tags List

Public Methods

Method Description
TagsGroup ( Box container, List tags ) : System.Collections.Generic

Method Details

TagsGroup() public method

public TagsGroup ( Box container, List tags ) : System.Collections.Generic
container Box
tags List
return System.Collections.Generic

Property Details

container public_oe property

public Box container
return Box

nameEntry public_oe property

public Entry,Gtk nameEntry
return Gtk.Entry

table public_oe property

public Widget,Gtk table
return Gtk.Widget

tags public_oe property

public List tags
return List