Stop the ApplicationShell from being managed (and thus show
on the screen as a "normal" window). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20681 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -564,6 +564,7 @@ WXWidget wxCreateTopLevelWidget( WXDisplay* display )
|
|||||||
applicationShellWidgetClass,
|
applicationShellWidgetClass,
|
||||||
(Display*)display,
|
(Display*)display,
|
||||||
NULL, 0 );
|
NULL, 0 );
|
||||||
|
XtSetMappedWhenManaged( tlw, False );
|
||||||
XtRealizeWidget( tlw );
|
XtRealizeWidget( tlw );
|
||||||
|
|
||||||
XtAddCallback( tlw, XmNdestroyCallback,
|
XtAddCallback( tlw, XmNdestroyCallback,
|
||||||
|
Reference in New Issue
Block a user