view src/libs/garden/garden.contextmenu/__init__.py @ 108:953ddf817b8a

cagou widget: added onHeaderInputComplete method which is called when text is changed, and should be used for completion
author Goffi <goffi@goffi.org>
date Sun, 15 Jan 2017 21:21:25 +0100
parents 741a7d6d8c28
children
line wrap: on
line source

from .context_menu import ContextMenu, \
    AbstractMenu, \
    AbstractMenuItem, \
    AbstractMenuItemHoverable, \
    ContextMenuItem, \
    ContextMenuDivider, \
    ContextMenuText, \
    ContextMenuTextItem

from .app_menu import AppMenu, \
    AppMenuTextItem