|
Gnash
0.8.11dev
|
#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 | |
| gnash | |
| Anonymous namespace for callbacks, local functions, event handlers etc. | |
Macros | |
| #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::unique_ptr< as_object > | gnash::init_gtkext_instance () |
| Return an instance. More... | |
| void | gnash::gtkext_class_init (as_object &obj) |
| #define dbglogfile cerr |
1.8.12