C# 클래스 DialogMessage, chronojump

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

공개 메소드들

메소드 설명
DialogMessage ( Constants, type, string message ) : System
DialogMessage ( Constants, type, string message, string objectToShow ) : System
DialogMessage ( string title, Constants, type, string message ) : System
on_close_button_clicked ( object obj, EventArgs args ) : void

비공개 메소드들

메소드 설명
initialize ( string title, Constants, type, string message ) : void
on_delete_event ( object o, Gtk.DeleteEventArgs args ) : void

메소드 상세

DialogMessage() 공개 메소드

public DialogMessage ( Constants, type, string message ) : System
type Constants,
message string
리턴 System

DialogMessage() 공개 메소드

public DialogMessage ( Constants, type, string message, string objectToShow ) : System
type Constants,
message string
objectToShow string
리턴 System

DialogMessage() 공개 메소드

public DialogMessage ( string title, Constants, type, string message ) : System
title string
type Constants,
message string
리턴 System

on_close_button_clicked() 공개 메소드

public on_close_button_clicked ( object obj, EventArgs args ) : void
obj object
args EventArgs
리턴 void