Gnash
0.8.10
|
#include "gnash-view.h"
#include "gtk_canvas.h"
#include <gdk/gdk.h>
#include <gdk/gdkkeysyms.h>
#include <gtk/gtkbutton.h>
#include "log.h"
#include "VM.h"
#include "movie_definition.h"
#include "MovieFactory.h"
#include "movie_root.h"
#include "Renderer.h"
#include "sound_handler.h"
#include "MediaHandler.h"
#include "RunResources.h"
#include "VirtualClock.h"
#include "SystemClock.h"
#include "DisplayObject.h"
#include "Global_as.h"
#include "NamingPolicy.h"
#include "StreamProvider.h"
Enumerations | |
enum | { PROP_0, PROP_URI } |
Functions | |
GtkWidget * | gnash_view_new (void) |
const gchar * | gnash_view_call (GnashView *view, const gchar *func_name, const gchar *input_data) |
const gchar* gnash_view_call | ( | GnashView * | view, |
const gchar * | func_name, | ||
const gchar * | input_data | ||
) |
GtkWidget* gnash_view_new | ( | void | ) |
References GNASH_TYPE_VIEW.
Referenced by main().