C# 클래스 MediaConvertGUI.Dialogs

파일 보기 프로젝트 열기: petrj/MediaConvertGUI

공개 메소드들

메소드 설명
AddImageMenuButton ( string title, string imgName, Gtk parent, EventHandler OnMenuClicked ) : Gtk.ImageMenuItem
CenterChildToParent ( Gtk parent, Gtk child ) : void
ConfirmDialog ( string message ) : bool
InfoDialog ( string message, MessageType msgType = MessageType.Info ) : void
OpenDirectoryDialog ( string message ) : string
OpenFileDialog ( string message ) : string
QuestionDialog ( string message ) : ResponseType

메소드 상세

AddImageMenuButton() 공개 정적인 메소드

public static AddImageMenuButton ( string title, string imgName, Gtk parent, EventHandler OnMenuClicked ) : Gtk.ImageMenuItem
title string
imgName string
parent Gtk
OnMenuClicked EventHandler
리턴 Gtk.ImageMenuItem

CenterChildToParent() 공개 정적인 메소드

public static CenterChildToParent ( Gtk parent, Gtk child ) : void
parent Gtk
child Gtk
리턴 void

ConfirmDialog() 공개 정적인 메소드

public static ConfirmDialog ( string message ) : bool
message string
리턴 bool

InfoDialog() 공개 정적인 메소드

public static InfoDialog ( string message, MessageType msgType = MessageType.Info ) : void
message string
msgType MessageType
리턴 void

OpenDirectoryDialog() 공개 정적인 메소드

public static OpenDirectoryDialog ( string message ) : string
message string
리턴 string

OpenFileDialog() 공개 정적인 메소드

public static OpenFileDialog ( string message ) : string
message string
리턴 string

QuestionDialog() 공개 정적인 메소드

public static QuestionDialog ( string message ) : ResponseType
message string
리턴 ResponseType