mirror of
https://github.com/zoriya/ags.git
synced 2026-06-05 19:34:24 +00:00
lint
This commit is contained in:
+5
-1
@@ -19,7 +19,11 @@ interface Widget {
|
||||
sensitive?: boolean
|
||||
tooltip?: string
|
||||
visible?: boolean
|
||||
connections?: ([string, (...args: any[]) => any] | [number, (...args: any[]) => any] | [ServiceAPI, (...args: any[]) => any, string])[]
|
||||
connections?: (
|
||||
[string, (...args: any[]) => any] |
|
||||
[number, (...args: any[]) => any] |
|
||||
[ServiceAPI, (...args: any[]) => any, string]
|
||||
)[]
|
||||
properties?: [any, any][]
|
||||
setup?: (widget: Gtk.Widget) => void
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user