⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module desktop_icons

Module desktop_icons 

Source
Expand description

Desktop Icons

Provides desktop icon rendering, interaction (click, double-click, drag), and .desktop-file parsing. Icons are arranged on a grid and can be dragged to new positions with snap-to-grid alignment.

Structs§

DesktopFile
Parsed .desktop file (freedesktop-style).
DesktopIcon
A single desktop icon.
IconGrid
Grid-based layout manager for desktop icons.

Constants§

ICON_SIZE
Icon size in pixels (square).