| 1 | @[deprecated: 'module gx is deprecated, use `import gg` instead'] |
| 2 | @[deprecated_after: '2026-01-24'] |
| 3 | module gx |
| 4 | |
| 5 | import gg |
| 6 | |
| 7 | // TODO: remove these, and use the enum everywhere |
| 8 | pub const align_left = gg.HorizontalAlign.left |
| 9 | pub const align_right = gg.HorizontalAlign.right |
| 10 | |
| 11 | pub type TextCfg = gg.TextCfg |
| 12 |