console-menu
stable
  • Installation
  • Usage
  • API Reference
    • ConsoleMenu — Standard menu class
    • SelectionMenu — Quickly get a selection
    • MultiSelectMenu — Make multiple selections at one prompt
    • Items
    • Functions
    • Screen
    • Menu Components
    • Formatting
      • MenuBorderStyle
      • MenuBorderStyleType
      • MenuBorderStyleFactory
      • Menu Borders
      • MenuMargins
      • MenuPadding
      • MenuStyle
    • Prompts
console-menu
  • Docs »
  • API Reference »
  • Formatting »
  • MenuBorderStyle
  • Edit on GitHub

MenuBorderStyle¶

class consolemenu.format.MenuBorderStyle[source]¶

Base class for console menu border. Each property should be overridden by a subclass.

bottom_left_corner¶

The outer, bottom left corner of the menu.

bottom_right_corner¶

The outer, bottom right corner of the menu.

inner_horizontal¶

The character for inner horizontal section lines.

inner_vertical¶

The character for inner vertical section lines.

intersection¶

The character for intersecting inner vertical and inner horizontal lines (a “+” shape).

outer_horizontal¶

The character for outer, horizontal lines (the top and bottom lines of the menu).

outer_horizontal_inner_down¶

The character for a top horizontal line with a downward inner line (a “T” shape).

outer_horizontal_inner_up¶

The character for a bottom horizontal line with an upward inner line (an inverted “T” shape).

outer_vertical¶

The character for an outer vertical line of the menu (the left and right sides of the menu).

outer_vertical_inner_left¶

The character for an outer vertical line, with a protruding inner line to the left.

outer_vertical_inner_right¶

The character for an outer vertical line, with a protruding inner line to the right.

top_left_corner¶

The top left corner of the menu.

top_right_corner¶

The top right corner of the menu.

Next Previous

© Copyright 2018, Aegir Hall, 2015, Paul Barrett Revision f6b00890.

Built with Sphinx using a theme provided by Read the Docs.