![]() |
![]() |
![]() |
Buzztard Bt-Edit Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#include "bt-edit.h"
BtMachineMenu;
BtMachineMenu * bt_machine_menu_new (const BtEditApplication *app
);
typedef struct { GtkMenu parent; } BtMachineMenu;
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
|