Home
last modified time | relevance | path

Searched defs:display_arrows (Results 1 – 10 of 10) sorted by relevance

/dports/devel/py-prompt-toolkit2/prompt_toolkit-2.0.10/prompt_toolkit/layout/
H A Dmargins.py151 def __init__(self, display_arrows=False, up_arrow_symbol='^', down_arrow_symbol='v'): argument
H A Dmenus.py217 display_arrows=False, z_index=10 ** 8): argument
/dports/devel/py-lineedit/lineedit-0.1.6/lineedit/deps/prompt_toolkit/layout/
H A Dmargins.py151 def __init__(self, display_arrows=False, up_arrow_symbol='^', down_arrow_symbol='v'): argument
H A Dmenus.py217 display_arrows=False, z_index=10 ** 8): argument
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/prompt_toolkit/layout/
H A Dmargins.py150 def __init__(self, display_arrows=False): argument
H A Dmenus.py182 def __init__(self, max_height=None, scroll_offset=0, extra_filter=True, display_arrows=False): argument
/dports/devel/py-prompt-toolkit1/prompt_toolkit-1.0.18/prompt_toolkit/layout/
H A Dmargins.py150 def __init__(self, display_arrows=False): argument
H A Dmenus.py182 def __init__(self, max_height=None, scroll_offset=0, extra_filter=True, display_arrows=False): argument
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/views/
H A Dparty_view.cpp373 void PartyView::display_arrows() { in display_arrows() function in Ultima::Nuvie::PartyView
H A Dinventory_widget.cpp256 void InventoryWidget::display_arrows() { in display_arrows() function in Ultima::Nuvie::InventoryWidget