This is gui_utils.h in view mode; [Download] [Up]
/* $Id: gui_utils.h,v 2.5 1993/05/28 22:15:01 klute Exp klute $ */ /* * Copyright 1993 Rainer Klute <klute@irb.informatik.uni-dortmund.de> * * Permission to use, copy, modify, distribute, and sell this software and * its documentation for any purpose is hereby granted without fee, provided * that the above copyright notice appear in all copies and that both that * copyright notice and this permission notice appear in supporting * documentation. The author makes no representations about the suitability * of this software for any purpose. It is provided "as is" without express * or implied warranty. * */ #if !defined (GUI_UTILS_H) #define GUI_UTILS_H /* Für Motif-Versionen < 1.2: */ #if !defined (XmFONTLIST_DEFAULT_TAG) #define XmFONTLIST_DEFAULT_TAG "" #endif extern void InformationDialog (Widget w, char *title, char *msg); extern void LabelSetString (Widget w, char *string); extern void MessageDialog (Widget w, char *msg); extern void SetBusyCursor (Widget w); extern XmString StringCat (XmString s1, XmString s2); extern Widget TopLevelShell (Widget w); extern void UnsetBusyCursor (Widget w); #endif
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.