mirror of
https://github.com/vlang/v.git
synced 2025-09-12 17:07:11 -04:00
12 lines
294 B
V
12 lines
294 B
V
@[deprecated: 'module gx is deprecated, use `import gg` instead']
|
|
@[deprecated_after: '2026-01-24']
|
|
module gx
|
|
|
|
import gg
|
|
|
|
// TODO: remove these, and use the enum everywhere
|
|
pub const align_left = HorizontalAlign.left
|
|
pub const align_right = HorizontalAlign.right
|
|
|
|
pub type TextCfg = gg.TextCfg
|