コード例 #1
0
ファイル: toplevel.cpp プロジェクト: czxxjtu/wxPython-1
bool wxTopLevelWindowMotif::SetShape( const wxRegion& region )
{
    return wxDoSetShape( (Display*)GetXDisplay(),
                         XtWindow( (Widget)GetShellWidget() ),
                         region );
}
コード例 #2
0
ファイル: toplevel.cpp プロジェクト: chromylei/third_party
bool wxTopLevelWindowX11::SetShape(const wxRegion& region)
{
    return wxDoSetShape( wxGlobalDisplay(),
                         (Window)X11GetMainWindow(),
                         region );
}