Home
last modified time | relevance | path

Searched refs:MoveWindow (Results 1 – 25 of 1605) sorted by relevance

12345678910>>...65

/dports/cad/horizon-eda/horizon-2.1.0/src/pool-prj-mgr/pool-mgr/
H A Dmove_window.cpp9 MoveWindow *MoveWindow::create(Pool &pool, ObjectType type, const UUID &uu) in create()
11 MoveWindow *w; in create()
21 MoveItemRow(MoveWindow &p, SQLite::Query &q) in MoveItemRow()
67 MoveWindow &parent;
74 MoveWindow::MoveWindow(BaseObjectType *cobject, const Glib::RefPtr<Gtk::Builder> &x, Pool &apool, O… in MoveWindow() function in horizon::MoveWindow
144 button_move->signal_clicked().connect(sigc::mem_fun(*this, &MoveWindow::do_move)); in MoveWindow()
148 void MoveWindow::do_move() in do_move()
H A Dmove_window.hpp8 class MoveWindow : public Gtk::Window { class
11MoveWindow(BaseObjectType *cobject, const Glib::RefPtr<Gtk::Builder> &x, class Pool &pool, ObjectT…
13 static MoveWindow *create(class Pool &pool, ObjectType type, const UUID &uu);
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/WCDriver3D/
H A DCListDlg.cpp118 MoveWindow(rw,FALSE); in OnInitDialog()
128 listctrl_custom.MoveWindow(itemr); in OnInitDialog()
152 b->MoveWindow(itemr); in OnInitDialog()
167 ce->MoveWindow(itemr); in OnInitDialog()
173 GetDlgItem(IDC_STATIC_LISTINFO)->MoveWindow(itemr); in OnInitDialog()
186 b->MoveWindow(itemr); in OnInitDialog()
193 b->MoveWindow(itemr); in OnInitDialog()
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/radiant/
H A DTearoffContainerWindow.cpp89 MoveWindow(rect); in SetDialog()
91 MoveWindow(rect); in SetDialog()
129 m_ContainedDialog->MoveWindow ( 0,0,cx,cy); in OnSize()
/dports/games/xpuzzletama/xpuzzletama/
H A Dxtama_move.c66 if ( x ) MoveWindow ( color1 , color2 , *tx1 , *ty1 , *tx2 , *ty2 , True , in tama_moveside()
122 MoveWindow( color1 , color2 , *tx1 , *ty1 , *tx2 , *ty2 , in rolling()
135 MoveWindow( color1 , color2 , *tx1 , *ty1 , *tx2 , *ty2 , in rolling()
147 MoveWindow( color1 , color2 , *tx1 , *ty1 , *tx2 , *ty2 , in rolling()
158 MoveWindow( color1 , color2 , *tx1 , *ty1 , *tx2 , *ty2 , in rolling()
180 MoveWindow( color1 , color2 , *tx1 , *ty1 , *tx2 , *ty2 , in tama_fall()
186 MoveWindow( color1 , color2 , *tx1 , *ty1 , *tx2 , *ty2 , in tama_fall()
211 MoveWindow ( color1 , color2 , *tx1 , *ty1 , *tx2 , *ty2 , True , in tama_fall()
219 MoveWindow ( color1 , color2 , *tx1 , *ty1 , *tx2 , *ty2 , True , in tama_fall()
344 int MoveWindow( int color1 , int color2 , int tx1 , int ty1 , int tx2 , int ty2 ,int sw , int xx1 ,… in MoveWindow() function
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/decl/
H A DDialogEntityDefEditor.cpp204 MoveWindow( rect );
467 keyValsList.MoveWindow( rect.left, rect.top, rect.Width(), rect.Height() );
485 keyLabel.MoveWindow( rect.left, rect.top, rect.Width(), rect.Height() );
494 keyEdit.MoveWindow( rect.left, rect.top, rect.Width(), rect.Height() );
505 addButton.MoveWindow( rect.left, rect.top, rect.Width(), rect.Height() );
515 delButton.MoveWindow( rect.left, rect.top, rect.Width(), rect.Height() );
525 line.MoveWindow( rect.left, rect.top, rect.Width(), rect.Height() );
535 testButton.MoveWindow( rect.left, rect.top, rect.Width(), rect.Height() );
545 okButton.MoveWindow( rect.left, rect.top, rect.Width(), rect.Height() );
555 cancelButton.MoveWindow( rect.left, rect.top, rect.Width(), rect.Height() );
[all …]
H A DDialogDeclBrowser.cpp664 declTree.MoveWindow( rect.left, rect.top, rect.Width(), rect.Height() ); in OnSize()
672 findNameStatic.MoveWindow( rect.left, rect.top, rect.Width(), rect.Height() ); in OnSize()
680 findTextStatic.MoveWindow( rect.left, rect.top, rect.Width(), rect.Height() ); in OnSize()
688 findNameEdit.MoveWindow( rect.left, rect.top, rect.Width(), rect.Height() ); in OnSize()
696 findTextEdit.MoveWindow( rect.left, rect.top, rect.Width(), rect.Height() ); in OnSize()
707 findButton.MoveWindow( rect.left, rect.top, rect.Width(), rect.Height() ); in OnSize()
718 editButton.MoveWindow( rect.left, rect.top, rect.Width(), rect.Height() ); in OnSize()
729 newButton.MoveWindow( rect.left, rect.top, rect.Width(), rect.Height() ); in OnSize()
740 reloadButton.MoveWindow( rect.left, rect.top, rect.Width(), rect.Height() ); in OnSize()
751 cancelButton.MoveWindow( rect.left, rect.top, rect.Width(), rect.Height() ); in OnSize()
[all …]
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/materialeditor/
H A DMaterialEditView.cpp247 m_nameEdit.MoveWindow(1,1, cx-2, 20); in OnSize()
251 m_tabs.MoveWindow(0, cy-tabHeight, cx, tabHeight); in OnSize()
255 m_editSplitter.MoveWindow(1, 22, cx-2, cy-tabHeight-22); in OnSize()
259 m_textView.MoveWindow(1, 22, cx-2, cy-tabHeight-22); in OnSize()
H A DConsoleView.cpp256 editConsole.MoveWindow(0, 0, rect.Width(), rect.Height()-EDIT_HEIGHT); in OnInitialUpdate()
259 editInput.MoveWindow(0, rect.Height()-EDIT_HEIGHT, rect.Width(), EDIT_HEIGHT); in OnInitialUpdate()
270 editConsole.MoveWindow(0, 0, cx, cy-EDIT_HEIGHT); in OnSize()
273 editInput.MoveWindow(0, cy-EDIT_HEIGHT, cx, EDIT_HEIGHT); in OnSize()
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/debugger/
H A DDebuggerQuickWatchDlg.cpp99MoveWindow ( GetDlgItem ( wnd, IDC_DBG_RECALC ), client.right - dlg->mButtonFromRight, button.top,… in DlgProc()
104MoveWindow ( GetDlgItem ( wnd, IDC_DBG_CLOSE ), client.right - dlg->mButtonFromRight, button.top, … in DlgProc()
109MoveWindow ( GetDlgItem ( wnd, IDC_DBG_ADDWATCH ), client.right - dlg->mButtonFromRight, button.to… in DlgProc()
114MoveWindow ( GetDlgItem ( wnd, IDC_DBG_VARIABLE ), button.left, button.top, client.right-button.le… in DlgProc()
119MoveWindow ( GetDlgItem ( wnd, IDC_DBG_CURVALUE ), button.left, button.top, client.right-button.le… in DlgProc()
/dports/x11/xpra/xpra-4.3/tests/xpra/test_apps/
H A Dtest_window_moveresize.py10 class MoveWindow(Gtk.Window): class
64 MoveWindow(Gtk.WindowType.TOPLEVEL)
65 MoveWindow(Gtk.WindowType.POPUP)
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/magnifier/
H A Dmagnification_controller_unittest.cc231 TEST_F(MagnificationControllerTest, MoveWindow) { in TEST_F() argument
238 GetMagnificationController()->MoveWindow(0, 0, false); in TEST_F()
244 GetMagnificationController()->MoveWindow(400, 0, false); in TEST_F()
251 GetMagnificationController()->MoveWindow(-100, 0, false); in TEST_F()
254 GetMagnificationController()->MoveWindow(0, -100, false); in TEST_F()
261 GetMagnificationController()->MoveWindow(800, 0, false); in TEST_F()
264 GetMagnificationController()->MoveWindow(0, 400, false); in TEST_F()
334 GetMagnificationController()->MoveWindow(0, 0, false); in TEST_F()
606 GetMagnificationController()->MoveWindow(0, 0, false); in TEST_F()
645 GetMagnificationController()->MoveWindow(0, 0, false); in TEST_F()
[all …]
/dports/cad/ldview/ldview-4.4/
H A DGroupOptionUI.cpp164 MoveWindow(m_hBox, x, boxY, width, boxHeight, FALSE); in updateLayout()
165 MoveWindow(hLabel, x + textOffset, y, labelWidth, labelHeight, in updateLayout()
203 MoveWindow(m_hResetButton, rect.right - m_resetSize.cx - m_rightGroupMargin, in close()
208 MoveWindow(m_hBox, rect.left, rect.top, rect.right - rect.left, in close()
/dports/lang/racket/racket-8.3/share/pkgs/gui-lib/mred/private/wx/win32/
H A Dslider.rkt138 (MoveWindow slider-hwnd (->screen dx) 0
140 … (MoveWindow value-hwnd (->screen (+ dx THICKNESS)) (->screen (quotient (- h value-h) 2))
143 (MoveWindow slider-hwnd 0 (->screen dy)
145 … (MoveWindow value-hwnd (->screen (quotient (- w value-w) 2)) (->screen (+ dy THICKNESS))
/dports/games/zdoom/zdoom-2.8.1/src/win32/
H A Di_main.cpp271 MoveWindow (ctl, w - rectc.right - 1, 1, rectc.right, rectc.bottom, TRUE); in LayoutErrorPane()
300 MoveWindow (ctl, margin.left, margin.top, rectc.right, rectc.bottom, TRUE); in LayoutNetStartPane()
305 MoveWindow (ctl, w - rectc.right - margin.left, margin.top, rectc.right, rectc.bottom, TRUE); in LayoutNetStartPane()
311 MoveWindow (ctl, margin.left, margin.top*2 + staticheight, w - margin.left*2, barheight, TRUE); in LayoutNetStartPane()
316MoveWindow (ctl, (w - rectc.right) / 2, margin.top*3 + staticheight + barheight, rectc.right, rect… in LayoutNetStartPane()
347 MoveWindow (GameTitleWindow, 0, 0, w, bannerheight, TRUE); in LayoutMainWindow()
355 MoveWindow (ProgressBar, 0, h - progressheight, w, progressheight, TRUE); in LayoutMainWindow()
370MoveWindow (ErrorIcon, 0, bannerheight, leftside, h - bannerheight - errorpaneheight - progresshei… in LayoutMainWindow()
378 MoveWindow (ConWindow, 0, 0, 0, 0, TRUE); in LayoutMainWindow()
383 MoveWindow (ConWindow, leftside, bannerheight, w - leftside, in LayoutMainWindow()
/dports/japanese/timidity++-slang/TiMidity++-2.15.0/interface/
H A Dw32g_subwin.c712 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
723 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
734 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
746 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
756 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
765 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
1136 MoveWindow(hwndBUTTON_NEXT,x,y,cx,cy,TRUE); in DocWndProc()
1143 MoveWindow(hwndBUTTON_PREV,x,y,cx,cy,TRUE); in DocWndProc()
1152 MoveWindow(hwndEDIT_INFO,x,y,cx,cy,TRUE); in DocWndProc()
1159 MoveWindow(hwndEDIT_FILENAME,x,y,cx,cy,TRUE); in DocWndProc()
[all …]
/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/interface/
H A Dw32g_subwin.c712 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
723 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
734 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
746 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
756 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
765 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
1136 MoveWindow(hwndBUTTON_NEXT,x,y,cx,cy,TRUE); in DocWndProc()
1143 MoveWindow(hwndBUTTON_PREV,x,y,cx,cy,TRUE); in DocWndProc()
1152 MoveWindow(hwndEDIT_INFO,x,y,cx,cy,TRUE); in DocWndProc()
1159 MoveWindow(hwndEDIT_FILENAME,x,y,cx,cy,TRUE); in DocWndProc()
[all …]
/dports/audio/timidity++-gtk/TiMidity++-2.15.0/interface/
H A Dw32g_subwin.c712 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
723 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
734 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
746 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
756 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
765 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
1136 MoveWindow(hwndBUTTON_NEXT,x,y,cx,cy,TRUE); in DocWndProc()
1143 MoveWindow(hwndBUTTON_PREV,x,y,cx,cy,TRUE); in DocWndProc()
1152 MoveWindow(hwndEDIT_INFO,x,y,cx,cy,TRUE); in DocWndProc()
1159 MoveWindow(hwndEDIT_FILENAME,x,y,cx,cy,TRUE); in DocWndProc()
[all …]
/dports/audio/timidity++/TiMidity++-2.15.0/interface/
H A Dw32g_subwin.c712 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
723 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
734 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
746 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
756 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
765 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
1136 MoveWindow(hwndBUTTON_NEXT,x,y,cx,cy,TRUE); in DocWndProc()
1143 MoveWindow(hwndBUTTON_PREV,x,y,cx,cy,TRUE); in DocWndProc()
1152 MoveWindow(hwndEDIT_INFO,x,y,cx,cy,TRUE); in DocWndProc()
1159 MoveWindow(hwndEDIT_FILENAME,x,y,cx,cy,TRUE); in DocWndProc()
[all …]
/dports/audio/timidity++-xaw/TiMidity++-2.15.0/interface/
H A Dw32g_subwin.c712 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
723 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
734 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
746 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
756 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
765 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
1136 MoveWindow(hwndBUTTON_NEXT,x,y,cx,cy,TRUE); in DocWndProc()
1143 MoveWindow(hwndBUTTON_PREV,x,y,cx,cy,TRUE); in DocWndProc()
1152 MoveWindow(hwndEDIT_INFO,x,y,cx,cy,TRUE); in DocWndProc()
1159 MoveWindow(hwndEDIT_FILENAME,x,y,cx,cy,TRUE); in DocWndProc()
[all …]
/dports/audio/timidity++-xskin/TiMidity++-2.15.0/interface/
H A Dw32g_subwin.c712 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
723 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
734 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
746 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
756 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
765 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
1136 MoveWindow(hwndBUTTON_NEXT,x,y,cx,cy,TRUE); in DocWndProc()
1143 MoveWindow(hwndBUTTON_PREV,x,y,cx,cy,TRUE); in DocWndProc()
1152 MoveWindow(hwndEDIT_INFO,x,y,cx,cy,TRUE); in DocWndProc()
1159 MoveWindow(hwndEDIT_FILENAME,x,y,cx,cy,TRUE); in DocWndProc()
[all …]
/dports/audio/timidity++-motif/TiMidity++-2.15.0/interface/
H A Dw32g_subwin.c712 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
723 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
734 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
746 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
756 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
765 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
1136 MoveWindow(hwndBUTTON_NEXT,x,y,cx,cy,TRUE); in DocWndProc()
1143 MoveWindow(hwndBUTTON_PREV,x,y,cx,cy,TRUE); in DocWndProc()
1152 MoveWindow(hwndEDIT_INFO,x,y,cx,cy,TRUE); in DocWndProc()
1159 MoveWindow(hwndEDIT_FILENAME,x,y,cx,cy,TRUE); in DocWndProc()
[all …]
/dports/audio/timidity++-slang/TiMidity++-2.15.0/interface/
H A Dw32g_subwin.c712 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
723 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
734 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
746 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
756 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
765 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
1136 MoveWindow(hwndBUTTON_NEXT,x,y,cx,cy,TRUE); in DocWndProc()
1143 MoveWindow(hwndBUTTON_PREV,x,y,cx,cy,TRUE); in DocWndProc()
1152 MoveWindow(hwndEDIT_INFO,x,y,cx,cy,TRUE); in DocWndProc()
1159 MoveWindow(hwndEDIT_FILENAME,x,y,cx,cy,TRUE); in DocWndProc()
[all …]
/dports/audio/timidity++-emacs/TiMidity++-2.15.0/interface/
H A Dw32g_subwin.c712 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
723 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
734 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
746 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
756 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
765 MoveWindow(hwndChild,x,y,cx,cy,TRUE); in ListWndProc()
1136 MoveWindow(hwndBUTTON_NEXT,x,y,cx,cy,TRUE); in DocWndProc()
1143 MoveWindow(hwndBUTTON_PREV,x,y,cx,cy,TRUE); in DocWndProc()
1152 MoveWindow(hwndEDIT_INFO,x,y,cx,cy,TRUE); in DocWndProc()
1159 MoveWindow(hwndEDIT_FILENAME,x,y,cx,cy,TRUE); in DocWndProc()
[all …]
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/composite/
H A Dcompinit.c68 pScreen->MoveWindow = cs->MoveWindow; in compCloseScreen()
391 cs->MoveWindow = pScreen->MoveWindow; in compScreenInit()
392 pScreen->MoveWindow = compMoveWindow; in compScreenInit()

12345678910>>...65