Using the Xlib Version, libxviews
Restrictions
In early Views releases, when gadgets were not yet available, some basic portable GUI components, mainly standard dialogs, were implemented using Motif on UNIX and Microsoft SDK on Windows. These features, though replaced by more recent equivalent components in Views, have been kept for backward compatibility. They are implemented in libmviews but not in libxviews, which is not based on Motif. These are:
-
Standard system dialogs: IlvPromptDialog, IlvInformationDialog, IlvQuestionDialog, IlvFileSelector and IlvPromptStringsDialog.
These classes are declared in the header file ilviews/dialogs.h. The Gadgets library libilvgadgt provides portable versions (in pure Views code) of similar dialogs. See the ilviews/stdialog.h header file.
-
The IlvScrollView, based on Motif XmScrolledWindow.
The classes IlvScrolledView and IlvScrolledGadget offer similar services.