![]() |
FJMovieEditor Pré-Alpha
A GTK video editor for GNOME. Designed for Artists to do, special effects, compositing and animation.
|
This file contains, universal utilities. More...
Go to the source code of this file.
Data Structures | |
struct | Main |
This structure represents the main context of this program. More... | |
Defines | |
#define | true TRUE |
#define | false FALSE |
#define | GETTEXT_PACKAGE "gtk20" |
Typedefs | |
typedef struct Main | Main |
Functions | |
gdouble | mod (gdouble x) |
The module (mathematical) of x. | |
Variables | |
Main * | cmain |
A pointer to the context of the main program (Main::m) |
This file contains, universal utilities.
Things directed to the whole program and also plugins.
#define false FALSE |
#define GETTEXT_PACKAGE "gtk20" |
#define true TRUE |
gdouble mod | ( | gdouble | x | ) |
The module (mathematical) of x.
Returns the distance that the number from zero. In other words, if the number is greater than 0, returns itself. Otherwise, return -x.