Gradience/gradience/frontend/struct.md
tfuxu fa12fa5560
frontend/views: move no_plugin_window to views
* directly define some properties in views
    * general refactor in some frontend modules
2023-01-03 19:20:21 +01:00

357 B

frontend/ directory structure:

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