To me, it looks like DropSite::setDropWidget is defined with 4 arguments. However ToolSelector.C, EditorWorkSpace.C, and ControlPanelWorkSpace.C all seem to call it with only 2 arguments. PageTab.C seems to be the only one that calls it with 4. Is this legal in C++???? Are the unspecified args always NULL, or in this case hopefully None???? Someone that knows what they are doing in C++ should take a look at the setDropWidget calls!!!!!
On 22-Nov-99 at 17:05, [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: > (whoops, posted this to the wrong list! That's what I get for doing > anything before I get my coffee). > > > Hi, > > I've been working intermittently on bringing up DX on Linux/Alpha, and > I'm finding that dxui segfaults on a call to XmDropSiteRegister() in > src/uipp/base/DropSite.C . I haven't been able to work out why this is > happening. Things seem to work okay if I comment the call out, but > presumably something won't be working properly if I do this. > > Does anyone know what this is used for? ie, what drag-and-drop feature > am I disabling? > > Thanks, > -Paul Chapman > [EMAIL PROTECTED] > > >
