| Buzztard Bt-Edit Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
#include "bt-edit.h"
struct BtMachineMenu;
BtMachineMenu * bt_machine_menu_new (const BtEditApplication *app);
struct BtMachineMenu {
GtkMenu parent;
};
the machine selection sub-menu for the canvas page context menu
BtMachineMenu * bt_machine_menu_new (const BtEditApplication *app);
Create a new instance
|
the application the menu belongs to |
Returns : |
the new instance or NULL in case of an error |