>>>>> "Stephan" == Stephan Witt <[EMAIL PROTECTED]> writes:
Stephan> Marcello Nuccio wrote:
>> On Tue, Feb 06, 2001 at 05:52:31PM +1000, Allan Rae wrote:
>>
>> > you get _nothing_ because we can't raise an iconified dialog.
>>
>> Mozilla does it. I have Gnome+Sawfish, but I think it's possible
>> with any WM.
>>
Stephan> This depends on the used toolkit.
Stephan> Yes, you can raise and iconify every dialog shell from the
Stephan> application if you have access to the appropriate Xlib/Xt
Stephan> functions with the needed parameters. (Mozilla does this, I
Stephan> guess.)
Stephan> For example with the given shell widget:
Stephan> XtVaSetValues(shell, XtNiconic, False, NULL);
Stephan> XMapWindow(XtDisplay(shell), XtWindow(shell));
Since xforms does not rely on Xt, I presume this will not work.
JMarc