Defines | Functions

xgefour.c File Reference

#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"
Include dependency graph for xgefour.c:

Defines

#define MINW   20
#define MINH   20
#define HDIST   2

Functions

boolean xge_CompSizeFourWW (xge_widget *er, char cs)
void xge_DrawFourWW (xge_widget *er, boolean onscreen)
boolean xge_FourWWMsg (xge_widget *er, int msg, int key, short x, short y)
xge_widgetxge_NewFourWW (char window_num, xge_widget *prev, int id, short w, short h, short x, short y, xge_widget *ww, xge_fourww *fwwdata)

Define Documentation

#define HDIST   2
#define MINH   20
#define MINW   20

Function Documentation

boolean xge_CompSizeFourWW ( xge_widget er,
char  cs 
)
void xge_DrawFourWW ( xge_widget er,
boolean  onscreen 
)
boolean xge_FourWWMsg ( xge_widget er,
int  msg,
int  key,
short  x,
short  y 
)
xge_widget* xge_NewFourWW ( char  window_num,
xge_widget prev,
int  id,
short  w,
short  h,
short  x,
short  y,
xge_widget ww,
xge_fourww fwwdata 
)