Home
last modified time | relevance | path

Searched refs:_top_window (Results 1 – 4 of 4) sorted by relevance

/dports/games/allacrost/allacrost-1.0.2/src/modes/shop/
H A Dshop.cpp998 _top_window.Create(800.0f, 96.0f, ~VIDEO_MENU_EDGE_BOTTOM); in ShopMode()
999 _top_window.SetPosition(112.0f, 684.0f); in ShopMode()
1000 _top_window.SetAlignment(VIDEO_X_LEFT, VIDEO_Y_TOP); in ShopMode()
1001 _top_window.SetDisplayMode(VIDEO_MENU_INSTANT); in ShopMode()
1002 _top_window.Show(); in ShopMode()
1017 _action_options.SetOwner(&_top_window); in ShopMode()
1041 _finance_table.SetOwner(&_top_window); in ShopMode()
1086 _top_window.Destroy(); in ~ShopMode()
1275 _top_window.Draw(); in Draw()
H A Dshop.h578 { return &_top_window; } in GetTopWindow()
661 hoa_gui::MenuWindow _top_window; variable
/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/shop/
H A Dshop.h616 return &_top_window; in GetTopWindow()
739 vt_gui::MenuWindow _top_window; variable
H A Dshop.cpp1020 _top_window.Create(800.0f, 96.0f, ~VIDEO_MENU_EDGE_BOTTOM); in ShopMode()
1021 _top_window.SetPosition(112.0f, 84.0f); in ShopMode()
1022 _top_window.SetAlignment(VIDEO_X_LEFT, VIDEO_Y_TOP); in ShopMode()
1023 _top_window.Show(); in ShopMode()
1036 _action_options.SetOwner(&_top_window); in ShopMode()
1058 _finance_table.SetOwner(&_top_window); in ShopMode()
1125 _top_window.Destroy(); in ~ShopMode()
1444 _top_window.Draw(); in Draw()