ftp.nice.ch/pub/next/graphics/3d/geomview.1.4.1.s.tar.gz#/Geomview/src/bin/crayola/common/ui.h

This is ui.h in view mode; [Download] [Up]

#ifndef UI_H
#define UI_H

/* Stop listening to user events */
void uiFreeze();

/* Resume listening to user events */
void uiThaw();

/* Returns nonzero if we are doing the named thing, zero otherwise */
int uiGet();
int uiSet();
int uiSetAll();
int uiEliminateColor();

/* Update the color display on the ui */
void uiChangeColor(ColorA *color);

/* Get the color from the ui */
void uiCurrentColor(ColorA *color);

/* Ask the user a question with two possible responses */
int uiQuery(char *ques1, char *ques2, char *ques3, char *res1, char *res2);

#endif

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.