#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 "xgedit.h"#include "xgeprivate.h"
Functions | |
| void | xge_AddPopup (xge_widget *er) |
| void | xge_RemovePopup (boolean redraw) |
| void | xge_RemovePopups (boolean redraw) |
| boolean | xge_IsPopupOn (xge_widget *er) |
| void xge_AddPopup | ( | xge_widget * | er | ) |
| boolean xge_IsPopupOn | ( | xge_widget * | er | ) |
| void xge_RemovePopup | ( | boolean | redraw | ) |
| void xge_RemovePopups | ( | boolean | redraw | ) |
1.7.1