|
Gnash
0.8.10
|
#include <gtkext.h>
Public Types | |
| typedef void(* | gtk_callback_t )(GtkWidget *widget, gpointer data) |
Public Member Functions | |
| GtkExt () | |
| ~GtkExt () | |
| void | window_new () |
| void | signal_connect () |
| void | container_set_border_width (int width) |
| GtkWidget * | button_new_with_label (const char *label) |
| void | signal_connect_swapped () |
| void | container_add () |
| void | widget_show () |
| void | main () |
| GtkWidget * | getWindow () |
| void | setWindow (GtkWidget *x) |
| typedef void(* gnash::GtkExt::gtk_callback_t)(GtkWidget *widget, gpointer data) |
| GtkWidget * gnash::GtkExt::button_new_with_label | ( | const char * | label | ) |
References _window.
Referenced by gnash::gtkext_button_new_with_label().
| void gnash::GtkExt::container_add | ( | ) |
| void gnash::GtkExt::container_set_border_width | ( | int | width | ) |
References _window.
Referenced by gnash::gtkext_container_set_border_width().
| GtkWidget* gnash::GtkExt::getWindow | ( | ) | [inline] |
| void gnash::GtkExt::main | ( | ) |
| void gnash::GtkExt::setWindow | ( | GtkWidget * | x | ) | [inline] |
References x.
| void gnash::GtkExt::signal_connect | ( | ) |
| void gnash::GtkExt::widget_show | ( | ) |
| void gnash::GtkExt::window_new | ( | ) |
References _window, and GNASH_REPORT_FUNCTION.
Referenced by gnash::gtkext_window_new().
1.7.6.1