This is panel.h in view mode; [Download] [Up]
/* Header file generated with fdesign. */
/**** Callback routines ****/
extern void QuitProc(FL_OBJECT *, long);
extern void DrawButtonProc(FL_OBJECT *, long);
extern void UndoButtonProc(FL_OBJECT *, long);
extern void VertexButtonProc(FL_OBJECT *, long);
extern void DoneButtonProc(FL_OBJECT *, long);
/**** Forms and Objects ****/
extern FL_FORM *MainForm;
extern FL_OBJECT
*QuitButton,
*DrawButton,
*UndoButton,
*VertexButton;
extern FL_FORM *PickInfoForm;
extern FL_OBJECT
*DoneButton;
/**** Creation Routine ****/
extern void create_the_forms();
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.