![]() |
![]() |
![]() |
Buzztard Bt-Edit Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#include "bt-edit.h" void bt_machine_action_about (GstElement *machine, BtMainWindow *main_window); void bt_machine_action_help (GtkWidget *widget, GstElement *machine);
void bt_machine_action_about (GstElement *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 (GtkWidget *widget, GstElement *machine);
Show help for the given machine
. Uses same screen as widget
(default if
widget
is NULL).
|
widget that triggered the action |
|
the machine |