#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_DrawSlidebarf (xge_widget *er, boolean onscreen) |
| boolean | xge_SlidebarfMsg (xge_widget *er, int msg, int key, short x, short y) |
| float | xge_LinSlidebarValuef (float xmin, float xmax, float t) |
| float | xge_LogSlidebarValuef (float xmin, float xmax, float t) |
| xge_widget * | xge_NewSlidebarf (char window_num, xge_widget *prev, int id, short w, short h, short x, short y, float *data) |
| void xge_DrawSlidebarf | ( | xge_widget * | er, | |
| boolean | onscreen | |||
| ) |
| float xge_LinSlidebarValuef | ( | float | xmin, | |
| float | xmax, | |||
| float | t | |||
| ) |
| float xge_LogSlidebarValuef | ( | float | xmin, | |
| float | xmax, | |||
| float | t | |||
| ) |
| xge_widget* xge_NewSlidebarf | ( | char | window_num, | |
| xge_widget * | prev, | |||
| int | id, | |||
| short | w, | |||
| short | h, | |||
| short | x, | |||
| short | y, | |||
| float * | data | |||
| ) |
| boolean xge_SlidebarfMsg | ( | xge_widget * | er, | |
| int | msg, | |||
| int | key, | |||
| short | x, | |||
| short | y | |||
| ) |
1.7.1