Gradience/gradience/frontend/struct.md
tfuxu 9f9a547634
backend/globals: move plugin dir variables to globals module
* change parent variable naming in about_window to make it similar to dialogs
    * misc refactoring changes
2023-01-03 15:07:41 +01:00

7 lines
345 B
Markdown

## `frontend/` directory structure:
- `cli/` - frontend interface for command-line commands
- `dialogs/` - message boxes and simple popup windows
- `utils/` - general purpose utility modules for UI related stuff
- `views/` - more extensive widgets (eg. widget groups, lists) and windows
- `widgets/` - general purpose graphical widgets