|
Dillo v3.2.0-93-g6a586845
|
#include <string.h>#include <ctype.h>#include <FL/Fl_Window.H>#include <FL/Fl.H>#include "xembed.hh"#include <FL/x.H>
Go to the source code of this file.
Macros | |
| #define | FL_INTERNALS |
Enumerations | |
| enum | XEmbedMessageType { XEMBED_EMBEDDED_NOTIFY = 0 , XEMBED_WINDOW_ACTIVATE = 1 , XEMBED_WINDOW_DEACTIVATE = 2 , XEMBED_REQUEST_FOCUS = 3 , XEMBED_FOCUS_IN = 4 , XEMBED_FOCUS_OUT = 5 , XEMBED_FOCUS_NEXT = 6 , XEMBED_FOCUS_PREV = 7 , XEMBED_GRAB_KEY = 8 , XEMBED_UNGRAB_KEY = 9 , XEMBED_MODALITY_ON = 10 , XEMBED_MODALITY_OFF = 11 } |
Functions | |
| static int | event_handler (int e, Fl_Window *w) |
| enum XEmbedMessageType |
|
static |
Definition at line 80 of file xembed.cc.
References XEMBED_WINDOW_ACTIVATE, and XEMBED_WINDOW_DEACTIVATE.
Referenced by Xembed::show().