Anklang C++ API 0.0.0
Loading...
Searching...
No Matches
Gtk2DlWrapEntry

#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 )()

Member Data Documentation

create_window

ulong(* create_window) (const Gtk2WindowSetup &windowsetup)

resize_window

bool(* resize_window) (ulong windowid, int width, int height)

show_window

void(* show_window) (ulong windowid)

hide_window

void(* hide_window) (ulong windowid)

destroy_window

void(* destroy_window) (ulong windowid)

threads_enter

void(* threads_enter) ()

threads_leave

void(* threads_leave) ()