#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <malloc.h>
#include <string.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/cursorfont.h>
#include <GL/gl.h>
#include <GL/glx.h>
#include "pkgeom.h"
#include "multibs.h"
#include "xgedit.h"
#include "xgeprivate.h"
Functions | |
void | xge_GrabFocus (xge_widget *er, boolean all) |
void | xge_ReleaseFocus (xge_widget *er) |
xge_widget * | xge_GetFocusWidget (char win) |
xge_widget* xge_GetFocusWidget | ( | char | win | ) |
void xge_GrabFocus | ( | xge_widget * | er, | |
boolean | all | |||
) |
void xge_ReleaseFocus | ( | xge_widget * | er | ) |