Home
last modified time | relevance | path

Searched refs:ArrowDownSmall (Results 1 – 10 of 10) sorted by relevance

/dports/games/maxr/maxr-0.2.9/src/ui/graphical/menu/widgets/
H A Dcheckbox.h63 ArrowDownSmall enumerator
H A Dpushbutton.h42 ArrowDownSmall, enumerator
H A Dscrollbar.cpp40 … eOrientationType::Horizontal ? ePushButtonType::ArrowRightSmall : ePushButtonType::ArrowDownSmall; in cScrollBar()
H A Dpushbutton.cpp229 case ePushButtonType::ArrowDownSmall: in renewSurface()
389 case ePushButtonType::ArrowDownSmall: in getTextYOffset()
H A Dcombobox.cpp41 …nButton = addChild (std::make_unique<cCheckBox> (getEndPosition(), eCheckBoxType::ArrowDownSmall)); in cComboBox()
H A Dcheckbox.cpp326 case eCheckBoxType::ArrowDownSmall: in renewSurface()
/dports/games/maxr/maxr-0.2.9/src/ui/graphical/menu/dialogs/
H A Ddialoglicense.cpp50 …:make_unique<cPushButton> (getPosition() + cPosition (261, 187), ePushButtonType::ArrowDownSmall)); in cDialogLicense()
/dports/games/maxr/maxr-0.2.9/src/ui/graphical/menu/windows/windowhangar/
H A Dwindowhangar.cpp77 …cPushButton> (getPosition() + cPosition (491, 387), ePushButtonType::ArrowDownSmall, &SoundData.SN… in initialize()
/dports/games/maxr/maxr-0.2.9/src/ui/graphical/menu/windows/windowadvancedhangar/
H A Dwindowadvancedhangar.h96 …cPushButton> (getPosition() + cPosition (348, 240), ePushButtonType::ArrowDownSmall, &SoundData.SN… in initialize()
/dports/games/maxr/maxr-0.2.9/src/ui/graphical/menu/windows/windowlandingunitselection/
H A Dwindowlandingunitselection.cpp84 …Button> (getPosition() + cPosition (413 + 20, 424), ePushButtonType::ArrowDownSmall, &SoundData.SN… in cWindowLandingUnitSelection()