Module concur.extra_widgets
Extra widgets that do not directly correspond to ImGui calls.
Expand source code
""" Extra widgets that do not directly correspond to ImGui calls.
"""
from .frame import *
from .image import *
from .pan_zoom import *
from .draggable import *
Sub-modules
concur.extra_widgets.draggable
-
Add dragging functionality to any Widget …
concur.extra_widgets.frame
-
Pannable, zoomable graph area with axes and gridlines.
concur.extra_widgets.image
-
Scrollable, zoomable image widget with overlay support.
concur.extra_widgets.pan_zoom
-
Zoomable, pannable widget with arbitrary content …