Method | Description | |
---|---|---|
ConfirmWindowJumpRun ( string text1, string question ) : System | ||
Show ( string text1, string question ) : ConfirmWindowJumpRun, |
Method | 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, Gtk.DeleteEventArgs args ) : void |
public ConfirmWindowJumpRun ( string text1, string question ) : System | ||
text1 | string | |
question | string | |
return | System |
public static Show ( string text1, string question ) : ConfirmWindowJumpRun, | ||
text1 | string | |
question | string | |
return | ConfirmWindowJumpRun, |
protected on_button_accept_clicked ( object o, EventArgs args ) : void | ||
o | object | |
args | EventArgs | |
return | void |
protected on_button_cancel_clicked ( object o, EventArgs args ) : void | ||
o | object | |
args | EventArgs | |
return | void |
protected on_delete_selected_jump_delete_event ( object o, Gtk.DeleteEventArgs args ) : void | ||
o | object | |
args | Gtk.DeleteEventArgs | |
return | void |