atomes 1.1.15
atomes: an atomic scale modeling tool box
|
Functions to create the recording window. More...
Go to the source code of this file.
Functions | |
void | window_encode (glwin *view, gboolean video) |
encoding a movie - creating the dialog | |
void | prepare_edition_windows (glwin *view, int status) |
update the sensitivity of the edition window(s) if any are opened | |
G_MODULE_EXPORT void | rec_start (GtkButton *but, gpointer data) |
start recording | |
G_MODULE_EXPORT void | rec_stop (GtkButton *but, gpointer data) |
stop recording | |
G_MODULE_EXPORT void | window_recorder (GtkWidget *widg, gpointer data) |
create video recorder window | |
Functions to create the recording window.
Definition in file w_record.c.
void prepare_edition_windows | ( | glwin * | view, |
int | status ) |
update the sensitivity of the edition window(s) if any are opened
view | the target glwin |
status | sensitity |
Definition at line 54 of file w_record.c.
G_MODULE_EXPORT void rec_start | ( | GtkButton * | but, |
gpointer | data ) |
start recording
but | the GtkButton sending the signal |
data | the associated data pointer |
Definition at line 101 of file w_record.c.
G_MODULE_EXPORT void rec_stop | ( | GtkButton * | but, |
gpointer | data ) |
stop recording
but | the GtkButton sending the signal |
data | the associated data pointer |
Definition at line 128 of file w_record.c.
|
extern |
encoding a movie - creating the dialog
view | the target glwin |
video | video (1) or image (0) |
Definition at line 319 of file w_encode.c.
G_MODULE_EXPORT void window_recorder | ( | GtkWidget * | widg, |
gpointer | data ) |
create video recorder window
widg | the GtkWidget sending the signal |
data | the associated data pointer |
Definition at line 152 of file w_record.c.