BtMachineActions

BtMachineActions — shared machine released ui actions

Synopsis

#include "bt-edit.h"

void                bt_machine_action_about             (BtMachine *machine,
                                                         BtMainWindow *main_window);

Description

Shared UI actions for machines that can be invoked from several UI classes.

Details

bt_machine_action_about ()

void                bt_machine_action_about             (BtMachine *machine,
                                                         BtMainWindow *main_window);

Shows the about dialog for the given machine.

machine :

the machine

main_window :

the main window to use as parent