Skip to content

Commit 8589b82

Browse files
committed
add missing App props/methods
1 parent 69caa6b commit 8589b82

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/content/docs/config/app.md

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ This is the main `Gtk.Application` instance that is running.
1414

1515
* `windows`: `Gtk.Window[]`
1616
* `configDir`: `string` path to the config directory
17+
* `iconTheme`: `string`
18+
* `cursorTheme`: `string`
19+
* `gtkTheme`: `string`
1720

1821
## methods
1922

@@ -26,6 +29,7 @@ This is the main `Gtk.Application` instance that is running.
2629
* `quit`: `() => void`
2730
* `resetCss`: `() => void`
2831
* `applyCss`: `(path: string) => void`
32+
* `addIcons`: `(path: string) => void`
2933

3034
## Window toggled signal
3135

0 commit comments

Comments
 (0)