C# Class DialogMessage, chronojump

Exibir arquivo Open project: GNOME/chronojump Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
initialize ( string title, Constants, type, string message ) : void
on_delete_event ( object o, Gtk.DeleteEventArgs args ) : void

Method Details

DialogMessage() public method

public DialogMessage ( Constants, type, string message ) : System
type Constants,
message string
return System

DialogMessage() public method

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

DialogMessage() public method

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

on_close_button_clicked() public method

public on_close_button_clicked ( object obj, EventArgs args ) : void
obj object
args EventArgs
return void