![]() |
FJMovieEditor Pré-Alpha
A GTK video editor for GNOME. Designed for Artists to do, special effects, compositing and animation.
|
#include "basic.h"
Go to the source code of this file.
Data Structures | |
struct | Expander |
struct | wVideo |
struct | wTools |
struct | wLayers |
struct | wProperties |
Defines | |
#define | VIDEO(x) ((wVideo*)(x)) |
Typedefs | |
typedef struct wVideo | wVideo |
typedef struct wTools | wTools |
typedef struct wLayers | wLayers |
typedef struct wProperties | wProperties |
typedef struct Expander | Expander |
Functions | |
void | hide_window (GtkWidget *window, GdkEvent *evt, gpointer data) |
gboolean | FrameMgrKeyEvent (GtkWidget *widget, GdkEventKey *evt, gpointer data) |
void | wVideoShow_Init (iPlugin *p) |
void | wVideoShow_Frame (iPlugin *p) |
void | wLayersShow_Init (iPlugin *p) |
void | wLayersShow_Frame (iPlugin *p) |
void | wToolsShow_Init (iPlugin *p) |
void | wToolsShow_Frame (iPlugin *p) |
void | wPropertiesShow_Init (iPlugin *p) |
void | wPropertiesShow_Frame (iPlugin *p) |
void | SetupWindow () |
void | DrawMenu () |
void | draw_plugin_menus () |
void | plugin_menus_action (GtkWidget *widget, gpointer data) |
void | SetupVideoWindow (guint32 width, guint32 height) |
void | player_buttons (GtkWidget *widget, GdkEvent *event, gpointer button) |
gboolean | video_play (gpointer mode) |
#define VIDEO | ( | x | ) | ((wVideo*)(x)) |
typedef struct wProperties wProperties |
void draw_plugin_menus | ( | ) |
void DrawMenu | ( | ) |
gboolean FrameMgrKeyEvent | ( | GtkWidget * | widget, |
GdkEventKey * | evt, | ||
gpointer | data | ||
) |
void hide_window | ( | GtkWidget * | window, |
GdkEvent * | evt, | ||
gpointer | data | ||
) |
void player_buttons | ( | GtkWidget * | widget, |
GdkEvent * | event, | ||
gpointer | button | ||
) |
void plugin_menus_action | ( | GtkWidget * | widget, |
gpointer | data | ||
) |
void SetupVideoWindow | ( | guint32 | width, |
guint32 | height | ||
) |
void SetupWindow | ( | ) |
gboolean video_play | ( | gpointer | mode | ) |
void wLayersShow_Frame | ( | iPlugin * | p | ) |
void wLayersShow_Init | ( | iPlugin * | p | ) |
void wPropertiesShow_Frame | ( | iPlugin * | p | ) |
void wPropertiesShow_Init | ( | iPlugin * | p | ) |
void wToolsShow_Frame | ( | iPlugin * | p | ) |
void wToolsShow_Init | ( | iPlugin * | p | ) |
void wVideoShow_Frame | ( | iPlugin * | p | ) |
void wVideoShow_Init | ( | iPlugin * | p | ) |