Newbie: problem with topLevelShellWidgetClass

This forum is read only. No new submissions are accepted.

Questions about motif? Contact us

2 posts / 0 new
Last post
Newbie: problem with topLevelShellWidgetClass

Submitted by Anonymous on Tue, 02/04/2003 - 02:44.

I`m trying to get the basics to compile in my application, and the following is generating an error

#include
... blah blah ...
Widget _top = NULL;
_top = XtVaCreatePopupShell("Select Data", topLevelShellWidgetClass, parent,

When I try to compile this, I get the following error (on IRIX 6.5)
cc-1020 CC ERROR File = FileBrowser.C, Line = 9
The identifier "topLevelShellWidgetClass" is undefined.

topLevelShellWidgetClass, parent, NULL);

What do I need to include besides ? I think I see the definition there in Intrinsic.h. What am I doing wrong? Thanks.

Tue, 02/04/2003 - 02:47#1

Tue, 02/04/2003 - 02:47#1

Anonymous

Newbie: problem with topLevelShellWidgetClass

Never mind, I found it already! It`s in Shell.h. Ooops.