C# Class ConfirmWindowJumpRun, chronojump

显示文件 Open project: GNOME/chronojump Class Usage Examples

Public Methods

Method Description
ConfirmWindowJumpRun ( string text1, string question ) : System
Show ( string text1, string question ) : ConfirmWindowJumpRun,

Protected Methods

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

Method Details

ConfirmWindowJumpRun() public method

public ConfirmWindowJumpRun ( string text1, string question ) : System
text1 string
question string
return System

Show() public static method

public static Show ( string text1, string question ) : ConfirmWindowJumpRun,
text1 string
question string
return ConfirmWindowJumpRun,

on_button_accept_clicked() protected method

protected on_button_accept_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
return void

on_button_cancel_clicked() protected method

protected on_button_cancel_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
return void

on_delete_selected_jump_delete_event() protected method

protected on_delete_selected_jump_delete_event ( object o, Gtk.DeleteEventArgs args ) : void
o object
args Gtk.DeleteEventArgs
return void