![]() |
![]() |
![]() |
Buzztard Bt-Edit Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
#include "bt-edit.h" struct BtMachineListModel; BtMachine * bt_machine_list_model_get_object (BtMachineListModel *model
,GtkTreeIter *iter
); BtMachineListModel * bt_machine_list_model_new (BtSetup *setup
);
A generic model representing the machines of a song, suitable for combo-boxes and treeview widgets.
BtMachine * bt_machine_list_model_get_object (BtMachineListModel *model
,GtkTreeIter *iter
);
The the BtMachine for the iter.
|
the model |
|
the iter |
BtMachineListModel * bt_machine_list_model_new (BtSetup *setup
);
Creates a list model of machines for the setup
. The model is automatically
updated when machines are added, removed or changed.
|
the setup |
Returns : |
the machine model. |