Skip to content

File gtk2wrap.cc

FileList > ase > gtk2wrap.cc

  • #include "gtk2wrap.hh"
  • #include <gtk/gtk.h>
  • #include <semaphore.h>
  • #include <thread>

Public Attributes

Type Name
Ase::Gtk2DlWrapEntry Ase__Gtk2__wrapentry = {
.create_window = [] (const Gtk2WindowSetup &windowsetup) -> ulong {
return gtkidle_call (create_window, windowsetup);
},
.resize_window = [] (ulong windowid, int width, int height) {
return gtkidle_call (resize_window, windowid, width, height);
},
.show_window = [] (ulong windowid) {
gtkidle_call (show_window, windowid);
},
.hide_window = [] (ulong windowid) {
gtkidle_call (hide_window, windowid);
},
.destroy_window = [] (ulong windowid) {
gtkidle_call (destroy_window, windowid);
},
.threads_enter = gdk_threads_enter,
.threads_leave = gdk_threads_leave,
}

Public Attributes Documentation

variable Ase__Gtk2__wrapentry

Ase::Gtk2DlWrapEntry Ase__Gtk2__wrapentry;


The documentation for this class was generated from the following file /__w/anklang/anklang/ase/gtk2wrap.cc