See vgui_gtk2_adaptor.h for a description of this file. More...
#include "vgui_gtk2_adaptor.h"
#include <vcl_cstdlib.h>
#include <vcl_cassert.h>
#include <vcl_utility.h>
#include <gdk/gdkkeysyms.h>
#include <gtk/gtk.h>
#include <gdk/gdkgl.h>
#include <gtk/gtkgl.h>
#include <vgui/vgui_gl.h>
#include <vgui/vgui_popup_params.h>
#include <vgui/internals/vgui_overlay_helper.h>
#include "vgui_gtk2_utils.h"
#include "vgui_gtk2_window.h"
#include <vcl_iostream.h>
Go to the source code of this file.
Classes | |
struct | vgui_gtk2_adaptor_callback_data |
gtk will pass this structure to the timer callback. More... |
See vgui_gtk2_adaptor.h for a description of this file.
Modifications 04-OCT-2002 K.Y.McGaul - Use event.set_key() to set key for events, makes all key chars lower case. - Set event.ascii_char to actual key stroke
Definition in file vgui_gtk2_adaptor.cxx.