Contents Menu Expand
dpymenus 2.1.4 documentation
dpymenus 2.1.4 documentation

Public

  • PaginatedMenu
  • ButtonMenu
  • TextMenu
  • Poll
  • Page
  • Template
  • Hooks

Internal

  • BaseMenu
  • Exceptions
  • Session

Hooks¶

class dpymenus.hooks.HookEvent(value)¶

Represents the menu events that can be hooked into.

See https://dpymenus.com/hooks.html for more information.

OPEN = 0¶
UPDATE = 1¶
CLOSE = 2¶
TIMEOUT = 3¶
class dpymenus.hooks.HookWhen(value)¶

Represents when to hook into a specified menu event.

See https://dpymenus.com/hooks.html for more information.

BEFORE = 0¶
AFTER = 1¶
Next
BaseMenu
Previous
Template
Copyright © 2020-2021, Rob Wagner | Built with Sphinx and @pradyunsg's Furo theme. | Show Source