C# Class DialogMessage, chronojump

Afficher le fichier Open project: GNOME/chronojump Class Usage Examples

Méthodes publiques

Méthode 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

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

Method Details

DialogMessage() public méthode

public DialogMessage ( Constants, type, string message ) : System
type Constants,
message string
Résultat System

DialogMessage() public méthode

public DialogMessage ( Constants, type, string message, string objectToShow ) : System
type Constants,
message string
objectToShow string
Résultat System

DialogMessage() public méthode

public DialogMessage ( string title, Constants, type, string message ) : System
title string
type Constants,
message string
Résultat System

on_close_button_clicked() public méthode

public on_close_button_clicked ( object obj, EventArgs args ) : void
obj object
args EventArgs
Résultat void