#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"
Defines | |
#define | STEP0 (10.0*PI/180.0) |
#define | STEP1 (PI/180.0) |
#define | STEP2 (0.1*PI/180.0) |
Functions | |
void | xge_DrawDiald (xge_widget *er, boolean onscreen) |
boolean | xge_DialdMsg (xge_widget *er, int msg, int key, short x, short y) |
xge_widget * | xge_NewDiald (char window_num, xge_widget *prev, int id, short w, short h, short x, short y, char *title, double *data) |
#define STEP0 (10.0*PI/180.0) |
#define STEP1 (PI/180.0) |
#define STEP2 (0.1*PI/180.0) |
boolean xge_DialdMsg | ( | xge_widget * | er, | |
int | msg, | |||
int | key, | |||
short | x, | |||
short | y | |||
) |
void xge_DrawDiald | ( | xge_widget * | er, | |
boolean | onscreen | |||
) |
xge_widget* xge_NewDiald | ( | char | window_num, | |
xge_widget * | prev, | |||
int | id, | |||
short | w, | |||
short | h, | |||
short | x, | |||
short | y, | |||
char * | title, | |||
double * | data | |||
) |