C# Class Summa.Gui.TagView

Inheritance: Gtk.TreeView
显示文件 Open project: wfarr/newskit Class Usage Examples

Public Properties

Property Type Description
Tags System.Collections.ArrayList

Public Methods

Method Description
AppendTag ( string tag ) : void
TagView ( ) : System
Update ( ) : void

Private Methods

Method Description
OnFeedChanged ( object obj, EventArgs args ) : void

Method Details

AppendTag() public method

public AppendTag ( string tag ) : void
tag string
return void

TagView() public method

public TagView ( ) : System
return System

Update() public method

public Update ( ) : void
return void

Property Details

Tags public_oe property

public ArrayList,System.Collections Tags
return System.Collections.ArrayList