C# Class GnomeSubtitles.Ui.Component.SubtitleFormatComboBox

ファイルを表示 Open project: GNOME/gnome-subtitles Class Usage Examples

Public Methods

Method Description
SubtitleFormatComboBox ( Gtk.ComboBox comboBox, SubtitleType fixedSubtitleType, string additionalActions ) : Gtk

Private Methods

Method Description
ConnectComboBoxChangedSignal ( ) : void
ConnectHandlers ( ) : void
DisconnectComboBoxChangedSignal ( ) : void
FillComboBox ( ) : void
GetActionCount ( ) : int
InitComboBoxModel ( ) : void
OnComboBoxChanged ( object o, EventArgs args ) : void
SetActiveItem ( int item, bool silent ) : void
SetComboBox ( ) : void

Method Details

SubtitleFormatComboBox() public method

public SubtitleFormatComboBox ( Gtk.ComboBox comboBox, SubtitleType fixedSubtitleType, string additionalActions ) : Gtk
comboBox Gtk.ComboBox
fixedSubtitleType SubtitleType
additionalActions string
return Gtk