C# Class Summa.Gui.FeedPropertiesDialog

Inheritance: Gtk.Window
Afficher le fichier Open project: wfarr/newskit Class Usage Examples

Méthodes publiques

Свойство Type Description
feed ISource
store_tags Gtk.ListStore

Méthodes publiques

Méthode Description
FeedPropertiesDialog ( ISource f ) : System

Private Methods

Méthode 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 méthode

public FeedPropertiesDialog ( ISource f ) : System
f ISource
Résultat System

Property Details

feed public_oe property

public ISource feed
Résultat ISource

store_tags public_oe property

public ListStore,Gtk store_tags
Résultat Gtk.ListStore