#include "gtk2wrap.hh"
Public Attributes | |
ulong(* | create_window )(const Gtk2WindowSetup &windowsetup) |
void(* | destroy_window )(ulong windowid) |
void(* | hide_window )(ulong windowid) |
bool(* | resize_window )(ulong windowid, int width, int height) |
void(* | show_window )(ulong windowid) |
void(* | threads_enter )() |
void(* | threads_leave )() |
ulong(* create_window) (const Gtk2WindowSetup &windowsetup) |
bool(* resize_window) (ulong windowid, int width, int height) |
void(* show_window) (ulong windowid) |
void(* hide_window) (ulong windowid) |
void(* destroy_window) (ulong windowid) |
void(* threads_enter) () |
void(* threads_leave) () |