FJMovieEditor Pré-Alpha
A GTK video editor for GNOME. Designed for Artists to do, special effects, compositing and animation.

trunk/libfjme/window.c File Reference

#include <gtk/gtk.h>
#include <gdk/gdk.h>
#include <gdk/gdkkeysyms.h>
#include "basic.h"
#include "plug-ins.h"
#include "window.h"
#include "tools.h"
#include "AnimatedUtils.h"
#include "custom_config.h"
#include "keyframe.h"
Include dependency graph for window.c:

Functions

gboolean video_play (gpointer mode)
void player_buttons (GtkWidget *widget, GdkEvent *event, gpointer data)
void show_properties_window (void)
void DrawMenu (iPlugin *p)
gboolean timeoutRedraw ()
gboolean FrameMgrKeyEvent (GtkWidget *widget, GdkEventKey *evt, gpointer data)
void wVideoShow_Init (iPlugin *p)
void wLayersShow_Init (iPlugin *p)
void wLayersShow_Frame (iPlugin *p)
void wVideoShow_Frame (iPlugin *p)
void wToolsShow_Init (iPlugin *p)
void wToolsShow_Frame (iPlugin *p)
void wPropertiesShow_Init (iPlugin *p)
void wPropertiesShow_Frame (iPlugin *p)
void plugin_menus_action (GtkWidget *widget, gpointer data)
void draw_plugin_menus ()
void SetupVideoWindow (guint32 width, guint32 height)
void hide_window (GtkWidget *window, GdkEvent *evt, gpointer data)

Function Documentation

void draw_plugin_menus ( )

Here is the call graph for this function:

Here is the caller graph for this function:

void DrawMenu ( iPlugin p)

Here is the call graph for this function:

Here is the caller graph for this function:

gboolean FrameMgrKeyEvent ( GtkWidget *  widget,
GdkEventKey *  evt,
gpointer  data 
)

Here is the call graph for this function:

void hide_window ( GtkWidget *  window,
GdkEvent *  evt,
gpointer  data 
)

Here is the caller graph for this function:

void player_buttons ( GtkWidget *  widget,
GdkEvent *  event,
gpointer  data 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void plugin_menus_action ( GtkWidget *  widget,
gpointer  data 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void SetupVideoWindow ( guint32  width,
guint32  height 
)

Here is the call graph for this function:

void show_properties_window ( void  )

Here is the call graph for this function:

Here is the caller graph for this function:

gboolean timeoutRedraw ( )

Here is the call graph for this function:

gboolean video_play ( gpointer  mode)

Here is the call graph for this function:

Here is the caller graph for this function:

void wLayersShow_Frame ( iPlugin p)

Here is the caller graph for this function:

void wLayersShow_Init ( iPlugin p)

Here is the caller graph for this function:

void wPropertiesShow_Frame ( iPlugin p)

Here is the caller graph for this function:

void wPropertiesShow_Init ( iPlugin p)

Here is the caller graph for this function:

void wToolsShow_Frame ( iPlugin p)

Here is the caller graph for this function:

void wToolsShow_Init ( iPlugin p)

Here is the caller graph for this function:

void wVideoShow_Frame ( iPlugin p)

Here is the caller graph for this function:

void wVideoShow_Init ( iPlugin p)

Here is the call graph for this function:

Here is the caller graph for this function:

All Data Structures Files Functions Variables Typedefs Defines