diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-08 16:01:36 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-08 16:01:36 +1000 |
| commit | b0f857f0d1a1bec3d9c56a6e76d54932bfc6bf01 (patch) | |
| tree | fe3ede646c1a2f4f7abf3ba62cb3433113b35015 /src/utils/widgets.ts | |
| parent | dev: use typescript 5.7.3 to fix jsx type errors (diff) | |
| download | caelestia-shell-b0f857f0d1a1bec3d9c56a6e76d54932bfc6bf01.tar.gz caelestia-shell-b0f857f0d1a1bec3d9c56a6e76d54932bfc6bf01.tar.bz2 caelestia-shell-b0f857f0d1a1bec3d9c56a6e76d54932bfc6bf01.zip | |
feat: add navbar
For controlling sidebar panes + other stuff later
Diffstat (limited to 'src/utils/widgets.ts')
| -rw-r--r-- | src/utils/widgets.ts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/utils/widgets.ts b/src/utils/widgets.ts index e0e512d..9fb1e29 100644 --- a/src/utils/widgets.ts +++ b/src/utils/widgets.ts @@ -72,13 +72,6 @@ export class MenuItem extends astalify(Gtk.MenuItem) { } @register() -export class Calendar extends astalify(Gtk.Calendar) { - constructor(props: ConstructProps<Calendar, Gtk.Calendar.ConstructorProps>) { - super(props as any); - } -} - -@register() export class FlowBox extends astalify(Gtk.FlowBox) { constructor(props: ConstructProps<FlowBox, Gtk.FlowBox.ConstructorProps>) { super(props as any); |