C# Class Summa.Gui.FeedPropertiesDialog

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

Public Properties

Property Type Description
feed ISource
store_tags Gtk.ListStore

Public Methods

Method Description
FeedPropertiesDialog ( ISource f ) : System

Private Methods

Method Description
AddCloseButton ( ) : void
AddGeneralTab ( ) : void
AddTagsTab ( ) : void
OnAddButtonClicked ( object obj, EventArgs args ) : void
OnClose ( object obj, EventArgs args ) : void
OnCrToggleToggled ( object obj, Gtk.ToggledArgs args ) : void

Method Details

FeedPropertiesDialog() public method

public FeedPropertiesDialog ( ISource f ) : System
f ISource
return System

Property Details

feed public_oe property

public ISource feed
return ISource

store_tags public_oe property

public ListStore,Gtk store_tags
return Gtk.ListStore