Developer Tools

DearPyGui-Obj constains several useful developer tools which can help debug GUI applications.

Summary

DebugWindow

MetricsWindow

Developer tool, creates a metrics window.

StyleEditorWindow

Developer tool, creates a window containing a GUI style editor..

DocumentationWindow

Developer tool, creates a window showing DearPyGui documentation.

AboutWindow

Developer tool, creates window containing information about DearPyGui.

class dearpygui_obj.devtools.DebugWindow(**config)[source]

Bases: dearpygui_obj.wrapper.widget.Widget, dearpygui_obj.wrapper.widget.ContainerWidgetMx[Window]

classmethod get_instance()[source]

Get the standard instance that is automatically created by DPG.

classmethod show_debug() None[source]

Show the standard instance that is automatically created by DPG.

class dearpygui_obj.devtools.MetricsWindow(**config)[source]

Bases: dearpygui_obj.wrapper.widget.Widget, dearpygui_obj.wrapper.widget.ContainerWidgetMx[Window]

Developer tool, creates a metrics window.

classmethod get_instance()[source]

Get the standard instance that is automatically created by DPG.

classmethod show_metrics() None[source]

Show the standard instance that is automatically created by DPG.

class dearpygui_obj.devtools.StyleEditorWindow(**config)[source]

Bases: dearpygui_obj.wrapper.widget.Widget, dearpygui_obj.wrapper.widget.ContainerWidgetMx[Window]

Developer tool, creates a window containing a GUI style editor..

classmethod get_instance()[source]

Get the standard instance that is automatically created by DPG.

classmethod show_style_editor() None[source]

Show the standard instance that is automatically created by DPG.

class dearpygui_obj.devtools.DocumentationWindow(**config)[source]

Bases: dearpygui_obj.wrapper.widget.Widget, dearpygui_obj.wrapper.widget.ContainerWidgetMx[Window]

Developer tool, creates a window showing DearPyGui documentation.

classmethod get_instance()[source]

Get the standard instance that is automatically created by DPG.

classmethod show_documentation() None[source]

Show the standard instance that is automatically created by DPG.

class dearpygui_obj.devtools.AboutWindow(**config)[source]

Bases: dearpygui_obj.wrapper.widget.Widget, dearpygui_obj.wrapper.widget.ContainerWidgetMx[Window]

Developer tool, creates window containing information about DearPyGui.

classmethod get_instance()[source]

Get the standard instance that is automatically created by DPG.

classmethod show_about() None[source]

Show the standard instance that is automatically created by DPG.