Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@hoffstadt hoffstadt released this 05 Sep 23:00

VERSION 0.2.0 (9/5/2020)

New Features:

  • Context Managers: You can now import dearpygui.wrappers to use context
    manager versions of all containers

Changes:

  • Widgets: All "add_widget" commands now return true on successful
    adding or false.

Breaking Changes:

  • Container Widgets: Replaced all end_* commands with a single end() command