Home
last modified time | relevance | path

Searched refs:DirUp (Results 1 – 22 of 22) sorted by relevance

/dports/devel/upp/upp/examples/SVGView/
H A Dmain.cpp19 void DirUp();
54 void SvgView::DirUp() in DirUp() function in SvgView
116 dirup.Height(max(CtrlImg::DirUp().GetSize().cy, Draw::GetStdFontCy() + 6)); in SvgView()
117 dirup.SetImage(CtrlImg::DirUp()); in SvgView()
119 dirup <<= THISBACK(DirUp); in SvgView()
/dports/devel/upp/upp/examples/ImageView/
H A Dmain.cpp19 void DirUp();
59 void ImageView::DirUp() in DirUp() function in ImageView
120 dirup.Height(max(CtrlImg::DirUp().GetSize().cy, Draw::GetStdFontCy() + 6)); in ImageView()
121 dirup.SetImage(CtrlImg::DirUp()); in ImageView()
123 dirup <<= THISBACK(DirUp); in ImageView()
/dports/devel/gh/cli-2.4.0/pkg/cmd/repo/garden/
H A Dgarden.go53 DirUp Direction = iota const
64 case DirUp:
234 dirc <- DirUp
/dports/graphics/xbmbrowser/xbmbrowser5.1/
H A Dimages.c462 && item->type != DirUp ) { /* and is not the up directory */
477 case DirUp:
524 case DirUp: desc = "parent directory"; break;
H A Dxbmbrowser.h75 Dir, DirUp, DirLink, DirBad, /* Directory types */ enumerator
H A Dcallbacks.c222 case DirUp:
H A Dmisc.c232 item->type = (read_dir("./") ? DirUp : DirBad); in get_files()
H A Dxbmbrowser.c379 sym_masks[Dir] = sym_masks[DirUp] = sym_masks[DirLink] =
388 sym_bmaps[DirUp] = LOAD_BMAP(dirup);
/dports/devel/upp/upp/examples/XmlView/
H A Dmain.cpp70 files.Add("..", CtrlImg::DirUp(), StdFont(), SColorText(), true); in LoadDir()
/dports/devel/upp/upp/bazaar/RssView/
H A Dmain.cpp147 files.Add("..", CtrlImg::DirUp(), StdFont(), SColorText(), true); in LoadDir()
/dports/devel/upp/upp/uppsrc/CtrlLib/
H A DCtrl.iml59 IMAGE_ID(DirUp)
H A DFileSel.cpp1198 DirUp(); in Open()
1318 void FileSel::DirUp() { in DirUp() function in Upp::FileSel
2176 dirup <<= THISBACK(DirUp); in FileSel()
2198 dirup.SetImage(CtrlImg::DirUp()).NoWantFocus(); in FileSel()
H A DFileSel.h247 void DirUp();
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/
H A Dpanel.h312 bool DirUp();
H A Dpanel.cpp2033 bool PanelWin::DirUp() in DirUp() function in PanelWin
2122 else if ( !DirUp() ) in DirEnter()
H A Dncwin.cpp2532 if ( !_panel->DirUp() ) in OnKeyDown()
3069 _panel->DirUp(); in OnKeyDown()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/qt3support/itemviews/
H A Dq3iconview.h497 DirUp = 0, enumerator
H A Dq3iconview.cpp317 if (dir == Q3IconView::DirUp || dir == Q3IconView::DirDown) { in findContainers()
4887 Direction dir = DirUp; in keyPressEvent()
5065 case DirUp: in neighbourItem()
/dports/devel/qmake/qt-x11-free-3.3.8/src/iconview/
H A Dqiconview.h487 DirUp = 0, enumerator
/dports/lang/polyml/polyml-5.8.2/basis/
H A DTopLevelPolyML.sml71 and direction = DirUp | DirLeft | DirRight | DirDown
227 | "U" => DirUp
668 1 => DirUp
1139 | find(PTparent p :: _, DirUp) = p()
/dports/devel/upp/upp/bazaar/Controls4U/
H A DControls4U.cpp58 butUp.SetImage(CtrlImg::DirUp());//SmallUp()); in Init()
/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dtclxcircuit.c2219 DirHere, DirLeft, DirRight, DirUp, DirDown, DirCenter, DirFollow in xctcl_pan() enumerator