Home
last modified time | relevance | path

Searched refs:wxGetTopLevelParent (Results 251 – 275 of 323) sorted by relevance

1...<<111213

/dports/audio/audacity/audacity-Audacity-3.1.3/src/commands/
H A DCommandManager.cpp1133 wxWindow * pParent = wxGetTopLevelParent( pFocus ); in FilterKeyEvent()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Dwindow.h1974 WXDLLIMPEXP_CORE wxWindow* wxGetTopLevelParent(wxWindow *win);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/osx/carbon/
H A Dapp.cpp1516 wxTopLevelWindow *tlw = wxDynamicCast(wxGetTopLevelParent(focus), wxTopLevelWindow); in MacSendCharEvent()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/osx/carbon/
H A Dapp.cpp1516 wxTopLevelWindow *tlw = wxDynamicCast(wxGetTopLevelParent(focus), wxTopLevelWindow); in MacSendCharEvent()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/
H A DScintillaWX.cpp198 wxGetTopLevelParent(GetParent()), wxTopLevelWindow); in Show()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stedit/src/
H A Dstenoteb.cpp1286 wxGetTopLevelParent(this) ); // make it be on top in GTK in OnFindDialog()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/gtk/
H A Dtoplevel.cpp651 wxWindow *topParent = wxGetTopLevelParent(m_parent); in Create()
/dports/x11-toolkits/p5-Alien-wxWidgets/Alien-wxWidgets-0.69/patches/
H A DwxMSW-2.8.12-w64.patch77 if ( !winFocus || wxGetTopLevelParent(winFocus) != this )
H A DwxMSW-2.8.11-w64.patch77 if ( !winFocus || wxGetTopLevelParent(winFocus) != this )
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/propgrid/
H A Dpropgrid.cpp1133 OnTLPChanging(::wxGetTopLevelParent(this)); in SetExtraStyle()
3139 wxWindow* topWnd = ::wxGetTopLevelParent(this); in GetStatusBar()
5896 wxWindow* tlp = ::wxGetTopLevelParent(this); in OnIdle()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/plugins/mac/
H A DPluginViewMac.mm141 PlatformWidget toplevel = wxGetTopLevelParent(widget);
/dports/audio/audacity/audacity-Audacity-3.1.3/src/widgets/
H A DASlider.cpp1321 … wxTopLevelWindow *tlw = wxDynamicCast(wxGetTopLevelParent(mParent), wxTopLevelWindow); in OnKeyDown()
H A DNumericTextCtrl.cpp2028 wxTopLevelWindow *tlw = wxDynamicCast(wxGetTopLevelParent(this), wxTopLevelWindow); in OnKeyDown()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Dwindow.h2113 WXDLLIMPEXP_CORE wxWindow* wxGetTopLevelParent(wxWindowBase *win);
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dwindow.cpp2468 win = wxGetTopLevelParent(win); in MSWProcessMessage()
3537 wxWindow *tlw = wxGetTopLevelParent(this); in MSWHandleMessage()
4262 dlg = wxDynamicCast(wxGetTopLevelParent(this), wxDialog); in HandleSetCursor()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Dwindow.cpp2468 win = wxGetTopLevelParent(win); in MSWProcessMessage()
3537 wxWindow *tlw = wxGetTopLevelParent(this); in MSWHandleMessage()
4262 dlg = wxDynamicCast(wxGetTopLevelParent(this), wxDialog); in HandleSetCursor()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/x11/
H A Dwindow.cpp1698 return wxGetTopLevelParent(wxWindow::FindFocus()); in wxGetActiveWindow()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/src/stc/
H A DPlatWX.cpp1023 wxGetTopLevelParent(GetParent()), wxTopLevelWindow); in BEGIN_EVENT_TABLE()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/src/stc/
H A DPlatWX.cpp1023 wxGetTopLevelParent(GetParent()), wxTopLevelWindow); in BEGIN_EVENT_TABLE()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/src/stc/
H A DPlatWX.cpp1023 wxGetTopLevelParent(GetParent()), wxTopLevelWindow); in BEGIN_EVENT_TABLE()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/x11/
H A Dwindow.cpp1709 return wxGetTopLevelParent(wxWindow::FindFocus()); in wxGetActiveWindow()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/src/stc/
H A DPlatWX.cpp1023 wxGetTopLevelParent(GetParent()), wxTopLevelWindow); in BEGIN_EVENT_TABLE()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/osx/cocoa/
H A Dtextctrl.mm227 … wxTopLevelWindow *tlw = wxDynamicCast(wxGetTopLevelParent(wxpeer), wxTopLevelWindow);
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/stc/
H A DPlatWX.cpp1041 wxGetTopLevelParent(GetParent()), wxTopLevelWindow); in BEGIN_EVENT_TABLE()
/dports/multimedia/dvdstyler/DVDStyler-3.1/wxVillaLib/
H A DPropDlg.cpp148 SetIcon(((wxTopLevelWindow*) wxGetTopLevelParent(parent))->GetIcon()); in wxPropDlg()

1...<<111213