#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 | STEPS 32 |
Functions | |
void | xge_DrawSlidebarfRGB (xge_widget *er, boolean onscreen) |
xge_widget * | xge_NewSlidebarfRGB (char window_num, xge_widget *prev, int id, short w, short h, short x, short y, float *data) |
#define STEPS 32 |
void xge_DrawSlidebarfRGB | ( | xge_widget * | er, | |
boolean | onscreen | |||
) |
xge_widget* xge_NewSlidebarfRGB | ( | char | window_num, | |
xge_widget * | prev, | |||
int | id, | |||
short | w, | |||
short | h, | |||
short | x, | |||
short | y, | |||
float * | data | |||
) |