Gnash  0.8.10
Namespaces | Defines | Functions
gtkext.cpp File Reference
#include <map>
#include <iostream>
#include <string>
#include <cstdio>
#include <boost/algorithm/string/case_conv.hpp>
#include <gtk/gtk.h>
#include <gdk/gdkx.h>
#include <gdk/gdkkeysyms.h>
#include "VM.h"
#include "fn_call.h"
#include "log.h"
#include "as_object.h"
#include "as_function.h"
#include "debugger.h"
#include "gtkext.h"

Namespaces

namespace  gnash
 

Anonymous namespace for callbacks, local functions, event handlers etc.


Defines

#define dbglogfile   cerr

Functions

as_value gnash::gtkext_window_new (const fn_call &fn)
as_value gnash::gtkext_signal_connect (const fn_call &fn)
as_value gnash::gtkext_container_set_border_width (const fn_call &fn)
as_value gnash::gtkext_button_new_with_label (const fn_call &fn)
as_value gnash::gtkext_signal_connect_swapped (const fn_call &fn)
as_value gnash::gtkext_container_add (const fn_call &fn)
as_value gnash::gtkext_widget_show (const fn_call &fn)
as_value gnash::gtkext_main (const fn_call &fn)
void gnash::dump_callbacks (map< string, as_value > &calls)
std::auto_ptr< as_object > gnash::init_gtkext_instance ()
 Return an instance.
void gnash::gtkext_class_init (as_object &obj)

Define Documentation

#define dbglogfile   cerr