| Buzztard Bt-Edit Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
#include "bt-edit.h" void bt_machine_action_about (BtMachine *machine,BtMainWindow *main_window); void bt_machine_action_help (BtMachine *machine,GtkWidget *widget);
void bt_machine_action_about (BtMachine *machine,BtMainWindow *main_window);
Shows the about dialog for the given machine.
|
the machine |
|
the main window to use as parent |
void bt_machine_action_help (BtMachine *machine,GtkWidget *widget);
Show help for the given machine. Uses same screen as widget (default if
widget is NULL).
|
the machine |
|
widget that triggered the action |