Home| base |src.lib|graphic|xwin Index

xwin


Navigate by clicking on the links below.

Documentation XML Source:xwin.doc.xml

Functions:

Structures:

Unions:

Function Prototypes:

int XwinCloseDisplay(struct XwinDisplay *dp);

int XwinDisplayEvent(struct XwinDisplay *dp,int wnum, struct XwinWindow **win,int mode,struct timeval *tmout);

int XwinFrameBufferToXimage(struct FrameBuffer *fb,XImage *xi);

int XwinFrameBufferWindow(struct FrameBuffer *fb,struct XwinWindow *wp);

int XwinFreeWindow(struct XwinWindow *wp);

struct XwinWindow *XwinMakeWindow(int x,int y,int wdt,int hgt,int border, struct XwinDisplay *display, char *wname,char *iname, char *rname,char *rclass,int argc, char *argv[], int *flg);

struct XwinDisplay *XwinOpenDisplay(char *display,int *flg);

int XwinShowWindow(struct XwinWindow *wp);