Functions to create the 'Animate' submenu.
More...
#include "global.h"
#include "glwindow.h"
Go to the source code of this file.
|
G_MODULE_EXPORT void | window_spinner (GtkWidget *widg, gpointer data) |
| create the spin window callback
|
|
G_MODULE_EXPORT void | window_recorder (GtkWidget *widg, gpointer data) |
| create video recorder window
|
|
G_MODULE_EXPORT void | window_sequencer (GtkWidget *widg, gpointer data) |
| create the sequencer window
|
|
G_MODULE_EXPORT void | to_spin (GSimpleAction *action, GVariant *parameter, gpointer data) |
| handle the spinner window creation signal
|
|
G_MODULE_EXPORT void | to_seq (GSimpleAction *action, GVariant *parameter, gpointer data) |
| handle the sequencer window creation signal
|
|
G_MODULE_EXPORT void | to_rec (GSimpleAction *action, GVariant *parameter, gpointer data) |
| handle the recorder window creation signal
|
|
GMenu * | menu_anim (glwin *view, int popm) |
| create the 'Animate' submenu elements
|
|
◆ menu_anim()
GMenu * menu_anim |
( |
glwin * | view, |
|
|
int | popm ) |
create the 'Animate' submenu elements
- Parameters
-
view | the target glwin |
popm | main app (0) or popup (1) |
Definition at line 139 of file m_anim.c.
◆ to_rec()
G_MODULE_EXPORT void to_rec |
( |
GSimpleAction * | action, |
|
|
GVariant * | parameter, |
|
|
gpointer | data ) |
handle the recorder window creation signal
- Parameters
-
action | the GAction sending the signal |
parameter | GVariant parameter of the GAction, if any |
data | the associated data pointer |
Definition at line 126 of file m_anim.c.
◆ to_seq()
G_MODULE_EXPORT void to_seq |
( |
GSimpleAction * | action, |
|
|
GVariant * | parameter, |
|
|
gpointer | data ) |
handle the sequencer window creation signal
- Parameters
-
action | the GAction sending the signal |
parameter | GVariant parameter of the GAction, if any |
data | the associated data pointer |
Definition at line 112 of file m_anim.c.
◆ to_spin()
G_MODULE_EXPORT void to_spin |
( |
GSimpleAction * | action, |
|
|
GVariant * | parameter, |
|
|
gpointer | data ) |
handle the spinner window creation signal
- Parameters
-
action | the GAction sending the signal |
parameter | GVariant parameter of the GAction, if any |
data | the associated data pointer |
Definition at line 98 of file m_anim.c.
◆ window_recorder()
G_MODULE_EXPORT void window_recorder |
( |
GtkWidget * | widg, |
|
|
gpointer | data ) |
|
extern |
create video recorder window
- Parameters
-
widg | the GtkWidget sending the signal |
data | the associated data pointer |
Definition at line 152 of file w_record.c.
◆ window_sequencer()
G_MODULE_EXPORT void window_sequencer |
( |
GtkWidget * | widg, |
|
|
gpointer | data ) |
|
extern |
create the sequencer window
- Parameters
-
widg | the GtkWidget sending the signal |
data | the associated data pointer |
Definition at line 453 of file w_sequencer.c.
◆ window_spinner()
G_MODULE_EXPORT void window_spinner |
( |
GtkWidget * | widg, |
|
|
gpointer | data ) |
|
extern |
create the spin window callback
- Parameters
-
widg | the GtkWidget sending the signal |
data | the associated data pointer |
Definition at line 158 of file w_spiner.c.