![]() |
![]() |
![]() |
Buzztard Bt-Edit Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
#include "bt-edit.h" BtMainPageSequence; BtMainPageSequence * bt_main_page_sequence_new (const BtMainPages *pages
); BtMachine * bt_main_page_sequence_get_current_machine (const BtMainPageSequence *self
); void bt_main_page_sequence_delete_selection (const BtMainPageSequence *self
); 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_paste_selection (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 BtMainPages *pages
);
Create a new instance
|
the page collection |
Returns : |
the new instance |
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.
|
the sequence subpage |
Returns : |
the BtMachine instance or NULL in case of an error
|
void bt_main_page_sequence_delete_selection
(const BtMainPageSequence *self
);
Delete (clear) the selected area.
|
the sequence subpage |
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_paste_selection
(const BtMainPageSequence *self
);
Paste at the top of the selected area.
|
the sequence subpage |