We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Path = Never
1 parent f546975 commit 7b283e3Copy full SHA for 7b283e3
Sources/Gtk3Backend/Gtk3Backend.swift
@@ -22,6 +22,7 @@ public final class Gtk3Backend: AppBackend {
22
public typealias Widget = Gtk3.Widget
23
public typealias Menu = Gtk3.Menu
24
public typealias Alert = Gtk3.MessageDialog
25
+ public typealias Path = Never
26
27
public let defaultTableRowContentHeight = 20
28
public let defaultTableCellVerticalPadding = 4
0 commit comments