cmkl/fall-2025/sen-210/Assessments/Desktop/jobwizarddesktop-c/src/shortcuts-dialog.blp

18 lines
340 B
Plaintext

using Gtk 4.0;
$AdwShortcutsDialog shortcuts_dialog {
$AdwShortcutsSection {
title: _("Shortcuts");
$AdwShortcutsItem {
title: C_("shortcut window", "Show Shortcuts");
action-name: "app.shortcuts";
}
$AdwShortcutsItem {
title: C_("shortcut window", "Quit");
action-name: "app.quit";
}
}
}