C# 클래스 GnomeSubtitles.Ui.Component.SubtitleFormatComboBox

파일 보기 프로젝트 열기: GNOME/gnome-subtitles 1 사용 예제들

공개 메소드들

메소드 설명
SubtitleFormatComboBox ( Gtk.ComboBox comboBox, SubtitleType fixedSubtitleType, string additionalActions ) : Gtk

비공개 메소드들

메소드 설명
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

메소드 상세

SubtitleFormatComboBox() 공개 메소드

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