Home
last modified time | relevance | path

Searched refs:thisWin (Results 1 – 25 of 30) sorted by relevance

12

/dports/editors/featherpad/FeatherPad-1.0.1/featherpad/
H A Dsingleton.cpp368 FPwin *thisWin = Wins.at (i); in handleMessage() local
370 WId id = thisWin->winId(); in handleMessage()
384 && (!thisWin->isMinimized() || isWindowShaded (id))) in handleMessage()
388 bool hasDialog = thisWin->isLocked(); in handleMessage()
391 QList<QDialog*> dialogs = thisWin->findChildren<QDialog*>(); in handleMessage()
404 if (!isX11_ || sr.contains (thisWin->geometry().center())) in handleMessage()
410 thisWin->dummyWidget->showMinimized(); in handleMessage()
411 QTimer::singleShot (0, thisWin->dummyWidget, &QWidget::close); in handleMessage()
416 thisWin->newTab(); in handleMessage()
419 bool multiple (filesList.count() > 1 || thisWin->isLoading()); in handleMessage()
[all …]
/dports/science/quantum-espresso/q-e-qe-6.7.0/GUI/Guib/lib/
H A DtkUtils.tcl333 proc ::tku::centerWindow {thisWin {otherWid {}}} {
346 set w [winfo reqwidth $thisWin]
347 set h [winfo reqheight $thisWin]
351 set rh [winfo screenheight $thisWin]
352 set rw [winfo screenwidth $thisWin]
374 wm geometry $thisWin +$reqX+$reqY
/dports/games/xgalaga/xgalaga-2.1.1.0/libsprite/
H A Dmouse.c49 Window thisWin = win->window; local
51 ErrorVal = XQueryPointer(W_Display, thisWin, &theRoot, &theChild,
/dports/science/xcrysden/xcrysden-1.6.2/Tcl/
H A DxcInit.tcl536 proc centerWelcome {thisWin} { argument
540 set rh [winfo screenheight $thisWin]
541 set rw [winfo screenwidth $thisWin]
546 wm geometry $thisWin +${reqX}+${reqY}
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/extensions/openpgp/content/modules/
H A Dwindows.jsm188 for (let thisWin of Services.wm.getEnumerator(null)) {
189 if (thisWin.name && thisWin.name == "enigmail:KeyManager") {
190 let evt = new thisWin.Event("reload-keycache", {
194 thisWin.dispatchEvent(evt);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/gen/
H A Dlayout.sip240 wxWindow * thisWin,
244 GetEdge(which, thisWin, other) -> int
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/interface/wx/
H A Dlayout.h105 int GetEdge(wxEdge which, wxWindow *thisWin, wxWindow *other) const;
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/interface/wx/
H A Dlayout.h105 int GetEdge(wxEdge which, wxWindow *thisWin, wxWindow *other) const;
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/interface/wx/
H A Dlayout.h105 int GetEdge(wxEdge which, wxWindow *thisWin, wxWindow *other) const;
/dports/math/xgraph/xgraph/
H A Dxgraph.c2467 LocalWin thisWin; local
2489 thisWin = *curWin;
2490 ratio = ((double) thisWin.dev_info.area_w) /
2491 ((double) thisWin.dev_info.area_h);
2492 if (thisWin.dev_info.area_w > thisWin.dev_info.area_h) {
2503 ax_fam, ax_size, flags, &(thisWin.dev_info), ierr)) {
2504 DrawWindow(&thisWin);
2505 if (thisWin.dev_info.xg_end) {
2506 thisWin.dev_info.xg_end(thisWin.dev_info.user_state);
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Dlayout.h134 int GetEdge(wxEdge which, wxWindowBase *thisWin, wxWindowBase *other) const;
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Dlayout.h134 int GetEdge(wxEdge which, wxWindowBase *thisWin, wxWindowBase *other) const;
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Dlayout.h134 int GetEdge(wxEdge which, wxWindowBase *thisWin, wxWindowBase *other) const;
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Dlayout.h134 int GetEdge(wxEdge which, wxWindowBase *thisWin, wxWindowBase *other) const;
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Dlayout.h133 int GetEdge(wxEdge which, wxWindowBase *thisWin, wxWindowBase *other) const;
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Dlayout.h133 int GetEdge(wxEdge which, wxWindowBase *thisWin, wxWindowBase *other) const;
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Dlayout.h133 int GetEdge(wxEdge which, wxWindowBase *thisWin, wxWindowBase *other) const;
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/
H A Dlayout.h150 int GetEdge(wxEdge which, wxWindowBase *thisWin, wxWindowBase *other) const;
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/cpp/
H A Dsip_corewxIndividualLayoutConstraint.cpp1000 ::wxWindow* thisWin; in meth_wxIndividualLayoutConstraint_GetEdge()
1010 …ualLayoutConstraint, &sipCpp, sipType_wxEdge, &which, sipType_wxWindow, &thisWin, sipType_wxWindow… in meth_wxIndividualLayoutConstraint_GetEdge()
1017 sipRes = sipCpp->GetEdge(which,thisWin,other); in meth_wxIndividualLayoutConstraint_GetEdge()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dlayout.cpp741 wxWindowBase *thisWin, in GetEdge() argument
747 if (other->GetChildren().Find((wxWindow*)thisWin)) in GetEdge()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dlayout.cpp744 wxWindowBase *thisWin, in GetEdge() argument
750 if (other->GetChildren().Find((wxWindow*)thisWin)) in GetEdge()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Dlayout.cpp745 wxWindowBase *thisWin, in GetEdge() argument
751 if (other->GetChildren().Find((wxWindow*)thisWin)) in GetEdge()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Dlayout.cpp745 wxWindowBase *thisWin, in GetEdge() argument
751 if (other->GetChildren().Find((wxWindow*)thisWin)) in GetEdge()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Dlayout.cpp745 wxWindowBase *thisWin, in GetEdge() argument
751 if (other->GetChildren().Find((wxWindow*)thisWin)) in GetEdge()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Dlayout.cpp745 wxWindowBase *thisWin, in GetEdge() argument
751 if (other->GetChildren().Find((wxWindow*)thisWin)) in GetEdge()

12