We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a72c94 commit 61206f6Copy full SHA for 61206f6
app_kit_manual.zig
@@ -30,6 +30,7 @@ pub const String = ns.String;
30
pub const ModalResponse = *String;
31
pub const PasteboardType = *String;
32
pub const AboutPanelOptionKey = *String;
33
+pub const AppearanceName = *String;
34
pub const ModalSession = *opaque {};
35
pub const PrintInfoAttributeKey = *String;
36
pub const Rect = cg.Rect;
src/app_kit.zig
0 commit comments