feat(ags4): implement lockscreen

This commit is contained in:
matt1432 2025-01-25 02:28:34 -05:00
commit 557e4c7a52
32 changed files with 281 additions and 12 deletions
modules/ags/gtk4/widgets/subclasses

View file

@ -0,0 +1,16 @@
export * from './box';
export * from './button';
export * from './calendar';
export * from './centerbox';
export * from './entry';
export * from './image';
export * from './label';
export * from './levelbar';
export * from './menubutton';
export * from './overlay';
export * from './popover';
export * from './revealer';
export * from './slider';
export * from './stack';
export * from './switch';
export * from './window';