C# 클래스 Hyena.Widgets.HigMessageDialog

상속: Gtk.Dialog
파일 보기 프로젝트 열기: GNOME/hyena 1 사용 예제들

공개 메소드들

메소드 설명
AddButton ( string stock_id, Gtk response, bool isDefault ) : void
AddCustomButton ( string message, Gtk response, bool isDefault ) : Gtk.Button
HigMessageDialog ( Gtk parent, Gtk flags, Gtk type, Gtk buttons, string header, string msg ) : System
HigMessageDialog ( Gtk parent, Gtk flags, Gtk type, string header, string msg, string ok_caption ) : System
RunHigConfirmation ( Gtk parent, Gtk flags, Gtk type, string header, string msg, string ok_caption ) : Gtk.ResponseType
RunHigMessageDialog ( Gtk parent, Gtk flags, Gtk type, Gtk buttons, string header, string msg ) : Gtk.ResponseType

비공개 메소드들

메소드 설명
AddButton ( Gtk button, Gtk response, bool isDefault ) : void

메소드 상세

AddButton() 공개 메소드

public AddButton ( string stock_id, Gtk response, bool isDefault ) : void
stock_id string
response Gtk
isDefault bool
리턴 void

AddCustomButton() 공개 메소드

public AddCustomButton ( string message, Gtk response, bool isDefault ) : Gtk.Button
message string
response Gtk
isDefault bool
리턴 Gtk.Button

HigMessageDialog() 공개 메소드

public HigMessageDialog ( Gtk parent, Gtk flags, Gtk type, Gtk buttons, string header, string msg ) : System
parent Gtk
flags Gtk
type Gtk
buttons Gtk
header string
msg string
리턴 System

HigMessageDialog() 공개 메소드

public HigMessageDialog ( Gtk parent, Gtk flags, Gtk type, string header, string msg, string ok_caption ) : System
parent Gtk
flags Gtk
type Gtk
header string
msg string
ok_caption string
리턴 System

RunHigConfirmation() 공개 정적인 메소드

public static RunHigConfirmation ( Gtk parent, Gtk flags, Gtk type, string header, string msg, string ok_caption ) : Gtk.ResponseType
parent Gtk
flags Gtk
type Gtk
header string
msg string
ok_caption string
리턴 Gtk.ResponseType

RunHigMessageDialog() 공개 정적인 메소드

public static RunHigMessageDialog ( Gtk parent, Gtk flags, Gtk type, Gtk buttons, string header, string msg ) : Gtk.ResponseType
parent Gtk
flags Gtk
type Gtk
buttons Gtk
header string
msg string
리턴 Gtk.ResponseType