Functions

xgescrollwidg.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 xgescrollwidg.c:

Functions

void xge_SetupScrollWidgetPos (xge_widget *er)
void xge_DrawScrollWidget (xge_widget *er, boolean onscreen)
boolean xge_ScrollWidgetMsg (xge_widget *er, int msg, int key, short x, short y)
xge_widgetxge_NewScrollWidget (char window_num, xge_widget *prev, int id, short w, short h, short x, short y, xge_scroll_widget *sw, xge_widget *contents)

Function Documentation

void xge_DrawScrollWidget ( xge_widget er,
boolean  onscreen 
)
xge_widget* xge_NewScrollWidget ( char  window_num,
xge_widget prev,
int  id,
short  w,
short  h,
short  x,
short  y,
xge_scroll_widget sw,
xge_widget contents 
)
boolean xge_ScrollWidgetMsg ( xge_widget er,
int  msg,
int  key,
short  x,
short  y 
)
void xge_SetupScrollWidgetPos ( xge_widget er  )