Home
last modified time | relevance | path

Searched refs:HSizePos (Results 1 – 25 of 76) sorted by relevance

1234

/dports/devel/upp/upp/reference/CtrlPos/
H A Dmain.cpp17 w.Add(l.Add().SetLabel("HSizePos(200, 200).TopPos(5, 20)").HSizePos(200, 200).TopPos(5, 20));
18 w.Add(l.Add().SetLabel("HSizePos(200, 200).BottomPos(5, 20)").HSizePos(200, 200).BottomPos(5, 20));
19 w.Add(l.Add().SetLabel("HSizePos(200, 200).VSizePos(50, 50)").HSizePos(200, 200).VSizePos(50, 50));
20 …w.Add(l.Add().SetLabel("HSizePos(250, 250).VCenterPos(50, -100)").HSizePos(250, 250).VCenterPos(50…
/dports/devel/upp/upp/tutorial/Gui19/
H A Dmain.cpp12 app.Add(date1.TopPosZ(0, 20).HSizePos());
14 app.Add(date2.TopPosZ(20, 20).HSizePos());
16 app.Add(date3.TopPosZ(40, 20).HSizePos());
/dports/devel/upp/upp/bazaar/FormEditorCommon/
H A DMenuBarEx.cpp9 r.TopPos(0, 20).HSizePos(); in AddMenuHeader()
14 r.TopPos(5, 25).HSizePos(); in AddMenuHeader()
/dports/devel/upp/upp/uppsrc/TextDiffCtrl/
H A DPatchDiff.cpp12 lfile.HSizePos(); in PatchDiff()
23 files_pane.Add(target_dir.TopPos(0, cy).HSizePos()); in PatchDiff()
24 files_pane.Add(patch_file.TopPos(cy + div, cy).HSizePos()); in PatchDiff()
38 files_pane.Add(failed.TopPos(2 * cy + 2 * div, cy).HSizePos()); in PatchDiff()
H A DDirDiff.cpp21 files_pane.Add(dir1.TopPos(0, cy).HSizePos()); in DirDiffDlg()
22 files_pane.Add(dir2.TopPos(cy + div, cy).HSizePos()); in DirDiffDlg()
39 files_pane.Add(files.VSizePos(3 * cy + bcy + 4 * div, Zy(24)).HSizePos()); in DirDiffDlg()
74 left.Add(lfile.VSizePos().HSizePos(0, bcx)); in DirDiffDlg()
82 right.Add(rfile.VSizePos().HSizePos(bcx, 0)); in DirDiffDlg()
/dports/devel/upp/upp/tutorial/Gui14/
H A Dmain.cpp16 << ht.SetLabel("hsize-pos").HSizePos(120, 120).TopPos(10, 20) in MyAppWindow()
17 << hv.SetLabel("hsize-vsize").HSizePos(120, 120).VSizePos(40, 40) in MyAppWindow()
/dports/devel/upp/upp/reference/Convert/
H A Dmain.cpp38 Add(bin.HSizePos().TopPos(0, Ctrl::STDSIZE)); in App()
39 Add(dec.HSizePos().BottomPos(0, Ctrl::STDSIZE)); in App()
/dports/devel/upp/upp/uppsrc/ide/LayDes/
H A Dpropane.cpp31 c.HSizePos().TopPos(y, cy); in Add()
60 Ctrl::Add(pane.HSizePos()); in AfterCreate()
/dports/devel/upp/upp/examples/Converter/
H A Dmain.cpp52 Add(metric.HSizePos().TopPos(0, sz.cy)); in Converter()
53 Add(us.HSizePos().BottomPos(0, sz.cy)); in Converter()
/dports/devel/upp/upp/uppsrc/IconDes/
H A DRGBACtrl.cpp54 ramp.BottomPos(0, rh).HSizePos(); in DoLayout()
57 alpha.TopPos(y, ah).HSizePos(1, 0); in DoLayout()
60 text.TopPos(y, th).HSizePos(1, 0); in DoLayout()
73 subctrl->TopPos(0, y - DPI(4)).HSizePos(1, 0); in DoLayout()
/dports/devel/upp/upp/bazaar/ExpandFrame/
H A DExpandFrame.cpp159 c->VSizePos(r.top, r.bottom).HSizePos(r.left, r.right); in SetChildPos()
162 c->HSizePos(r.top, r.bottom).VSizePos(r.right, r.left); in SetChildPos()
165 c->VSizePos(r.bottom, r.top).HSizePos(r.left, r.right); in SetChildPos()
168 c->HSizePos(r.top, r.bottom).VSizePos(r.left, r.right); in SetChildPos()
/dports/devel/upp/upp/bazaar/GTestUIExample/
H A DAppWindow.cpp11 Add(button.HSizePos(25, 25).VSizePos(75, 75)); in AppWindow()
/dports/devel/upp/upp/uppsrc/CtrlLib/
H A DFrameSplitter.cpp110 case LEFT: c.HSizePos(0, style->width); break; in Set()
111 case RIGHT: c.HSizePos(style->width, 0); break; in Set()
/dports/devel/upp/upp/tutorial/Gui17b/
H A Dmain.cpp10 app.Add(text.TopPosZ(0, 20).HSizePos());
/dports/devel/upp/upp/tutorial/Gui18/
H A Dmain.cpp10 app.Add(date.TopPosZ(0, 20).HSizePos());
/dports/devel/upp/upp/tutorial/Gui17a/
H A Dmain.cpp10 app.Add(text.TopPosZ(0, 20).HSizePos());
/dports/devel/upp/upp/bazaar/WithEnterActionTest/
H A Dmain.cpp19 Add(ed.HSizePos(8,8).TopPos(10,20)); in WithEnterActionTest()
/dports/devel/upp/upp/uppsrc/ide/Browser/
H A DTopicWin.cpp16 right.Add(title.HSizePos(2, 2).TopPos(0, dcy)); in TopicEditor()
19 right.Add(editor.VSizePos(dcy + 4, 0).HSizePos()); in TopicEditor()
24 topics_parent.Add(topics_search.HSizePos().TopPos(0, edit_string_cy)); in TopicEditor()
25 topics_parent.Add(topics_list.HSizePos().VSizePos(edit_string_cy, 0)); in TopicEditor()
/dports/devel/upp/upp/examples/ScatterCtrl_Demo/
H A Dtab13.cpp6 HSizePos().VSizePos(); in Init()
/dports/devel/upp/upp/reference/SuggestCtrl/
H A Dmain.cpp55 win.Add(ctrl.HSizePos().TopPos(0));
/dports/devel/upp/upp/bazaar/LogCtrlTest/
H A Dmain.cpp7 Add(log.HSizePos().VSizePos(0,20)); in LogCtrlTest()
/dports/devel/upp/upp/reference/AttrText/
H A Dmain.cpp10 win.Add(dl.HSizePos(4, 4).TopPos(10, Ctrl::STDSIZE));
/dports/devel/upp/upp/reference/SliderProgressInd/
H A Dmain.cpp18 Add(slider.BottomPosZ(5, 30).HSizePos(10, 10)); in App()
/dports/devel/upp/upp/reference/Slider/
H A Dmain.cpp23 Add(slider.BottomPosZ(5, 30).HSizePos(10, 10)); in App()
/dports/devel/upp/upp/bazaar/ValueCtrlTest/
H A Dmain.cpp9 Add(vc.HSizePos().BottomPos(0, 20)); in ValueCtrlTest()

1234