Module tkinter_qu.gui_components

This module holds all the GUI components of the application. Most of the GUI components just have one some additional feature on top of the base tkinter component

Expand source code
"""This module holds all the GUI components of the application. Most of the GUI components just have one some additional
feature on top of the base tkinter component"""

Sub-modules

tkinter_qu.gui_components.button
tkinter_qu.gui_components.component
tkinter_qu.gui_components.dimensions
tkinter_qu.gui_components.drop_down_menu
tkinter_qu.gui_components.frame
tkinter_qu.gui_components.grid
tkinter_qu.gui_components.grid_items
tkinter_qu.gui_components.input_field
tkinter_qu.gui_components.pages
tkinter_qu.gui_components.titled_input_field
tkinter_qu.gui_components.vim_grid