C# Class ConfirmWindow, chronojump

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

Méthodes publiques

Méthode Description
ConfirmWindow ( string text1, string link, string question ) : System
Show ( string text1, string link, string question ) : ConfirmWindow,

Méthodes protégées

Méthode Description
on_button_accept_clicked ( object o, EventArgs args ) : void
on_button_cancel_clicked ( object o, EventArgs args ) : void
on_delete_selected_jump_delete_event ( object o, DeleteEventArgs args ) : void

Method Details

ConfirmWindow() public méthode

public ConfirmWindow ( string text1, string link, string question ) : System
text1 string
link string
question string
Résultat System

Show() public static méthode

public static Show ( string text1, string link, string question ) : ConfirmWindow,
text1 string
link string
question string
Résultat ConfirmWindow,

on_button_accept_clicked() protected méthode

protected on_button_accept_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
Résultat void

on_button_cancel_clicked() protected méthode

protected on_button_cancel_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
Résultat void

on_delete_selected_jump_delete_event() protected méthode

protected on_delete_selected_jump_delete_event ( object o, DeleteEventArgs args ) : void
o object
args DeleteEventArgs
Résultat void