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

Show file 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 property

public Box container
return Box

nameEntry public property

public Entry,Gtk nameEntry
return Gtk.Entry

table public property

public Widget,Gtk table
return Gtk.Widget

tags public property

public List tags
return List