![]() |
![]() |
![]() |
Buzztard Bt-Edit Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
#include "bt-edit.h" BtMainPageSequence; BtMainPageSequence * bt_main_page_sequence_new (const BtEditApplication *app, const BtMainPages *pages); void bt_main_page_sequence_copy_selection (const BtMainPageSequence *self); void bt_main_page_sequence_cut_selection (const BtMainPageSequence *self); void bt_main_page_sequence_delete_selection (const BtMainPageSequence *self); void bt_main_page_sequence_paste_selection (const BtMainPageSequence *self); BtMachine * bt_main_page_sequence_get_current_machine (const BtMainPageSequence *self);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBox +----GtkVBox +----BtMainPageSequence
BtMainPageSequence implements AtkImplementorIface, GtkBuildable and GtkOrientable.
typedef struct _BtMainPageSequence BtMainPageSequence;
the sequence page for the editor application
BtMainPageSequence * bt_main_page_sequence_new (const BtEditApplication *app, const BtMainPages *pages);
Create a new instance
|
the application the window belongs to |
|
the page collection |
Returns : |
the new instance or NULL in case of an error
|
void bt_main_page_sequence_copy_selection (const BtMainPageSequence *self);
Copy selected area.
|
the sequence subpage |
void bt_main_page_sequence_cut_selection (const BtMainPageSequence *self);
Cut selected area.
|
the sequence subpage |
void bt_main_page_sequence_delete_selection (const BtMainPageSequence *self);
Delete (clear) the selected area.
|
the sequence subpage |
void bt_main_page_sequence_paste_selection (const BtMainPageSequence *self);
Paste at the top of the selected area.
|
the sequence subpage |
BtMachine * bt_main_page_sequence_get_current_machine (const BtMainPageSequence *self);
Get the currently active BtMachine as determined by the cursor position in the sequence table. Unref the machine, when done with it.
"app"
property"app" BtEditApplication* : Read / Write / Construct Only
Set application object, the window belongs to.
"cursor-row"
property"cursor-row" glong : Read
position of the cursor in the sequence view in bars.
Allowed values: >= 0
Default value: 0