Basic Message Dialog

The basic message dialog is a simple dialog to display information to the user. The built-in Tk dialogs had some oddities, and so a lightweight dialog class is worth having to keep things looking consistent.

class energyplus_pet.forms.basic_message_form.PetMessageForm(parent_window, title: str, message: str, subtitle: str = '', justify_message_left: bool = False)[source]

Bases: Toplevel

Tkinter dialogs look a little funny on Linux, just building a basic form myself