![]() |
![]() |
![]() |
Buzztard Bt-Edit Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
#include "bt-edit.h"
BtSequenceView;
BtSequenceView * bt_sequence_view_new (const BtEditApplication *app
);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkTreeView +----BtSequenceView
"app" BtEditApplication* : Read / Write / Construct Only "loop-end" gdouble : Write "loop-start" gdouble : Write "play-position" gdouble : Write "visible-rows" gulong : Write
This widget derives from the GtkTreeView to additionaly draw loop- and play-position bars.
BtSequenceView * bt_sequence_view_new (const BtEditApplication *app
);
Create a new instance
|
the application the window belongs to |
Returns : |
the new instance or NULL in case of an error
|
"app"
property"app" BtEditApplication* : Read / Write / Construct Only
Set application object, the window belongs to.
"loop-end"
property "loop-end" gdouble : Write
The end position of the loop range as a fraction.
Allowed values: [0,1]
Default value: 1
"loop-start"
property "loop-start" gdouble : Write
The start position of the loop range as a fraction.
Allowed values: [0,1]
Default value: 0
"play-position"
property "play-position" gdouble : Write
The current playing position as a fraction.
Allowed values: [0,1]
Default value: 0