Top | ![]() |
![]() |
![]() |
![]() |
A generic model representing the patterns of a machine, suitable for combo-boxes and treeview widgets.
BtPattern * bt_pattern_list_model_get_object (BtPatternListModel *model
,GtkTreeIter *iter
);
Lookup a pattern.
BtPatternListModel * bt_pattern_list_model_new (BtMachine *machine
,BtSequence *sequence
,gboolean skip_internal
);
Creates a list model of patterns for the machne
. The model is automatically
updated when patterns are added, removed or changed. The sequence
is used to
track the use of patterns.