@girs/adw-1 1.3.0-3.0.0 → 1.3.2-3.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -1
- package/adw-1.d.cts +12 -7
- package/adw-1.d.ts +12 -7
- package/package.json +18 -18
package/README.md
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
|
|
2
2
|
# Adw-1
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+

|
|
5
|
+

|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
GJS TypeScript type definitions for Adw-1, generated from library version 1.3.2 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.0.3.
|
|
5
9
|
|
|
6
10
|
Building blocks for modern GNOME applications
|
|
7
11
|
|
package/adw-1.d.cts
CHANGED
|
@@ -2357,7 +2357,7 @@ export module ActionRow {
|
|
|
2357
2357
|
* The widget to activate when the row is activated.
|
|
2358
2358
|
*
|
|
2359
2359
|
* The row can be activated either by clicking on it, calling
|
|
2360
|
-
* [method`ActionRow`.activate], or via mnemonics in the title
|
|
2360
|
+
* [method`ActionRow`.activate], or via mnemonics in the title.
|
|
2361
2361
|
* See the [property`PreferencesRow:`use-underline] property to enable
|
|
2362
2362
|
* mnemonics.
|
|
2363
2363
|
*
|
|
@@ -2407,7 +2407,7 @@ export interface ActionRow extends Gtk.Accessible, Gtk.Actionable, Gtk.Buildable
|
|
|
2407
2407
|
* The widget to activate when the row is activated.
|
|
2408
2408
|
*
|
|
2409
2409
|
* The row can be activated either by clicking on it, calling
|
|
2410
|
-
* [method`ActionRow`.activate], or via mnemonics in the title
|
|
2410
|
+
* [method`ActionRow`.activate], or via mnemonics in the title.
|
|
2411
2411
|
* See the [property`PreferencesRow:`use-underline] property to enable
|
|
2412
2412
|
* mnemonics.
|
|
2413
2413
|
*
|
|
@@ -2528,7 +2528,7 @@ export interface ActionRow extends Gtk.Accessible, Gtk.Actionable, Gtk.Buildable
|
|
|
2528
2528
|
* Sets the widget to activate when `self` is activated.
|
|
2529
2529
|
*
|
|
2530
2530
|
* The row can be activated either by clicking on it, calling
|
|
2531
|
-
* [method`ActionRow`.activate], or via mnemonics in the title
|
|
2531
|
+
* [method`ActionRow`.activate], or via mnemonics in the title.
|
|
2532
2532
|
* See the [property`PreferencesRow:`use-underline] property to enable mnemonics.
|
|
2533
2533
|
*
|
|
2534
2534
|
* The target widget will be activated by emitting the
|
|
@@ -4328,7 +4328,8 @@ export interface Banner extends Gtk.Accessible, Gtk.Actionable, Gtk.Buildable, G
|
|
|
4328
4328
|
* Banners have a title, set with [property`Banner:`title]. Titles can be marked
|
|
4329
4329
|
* up with Pango markup, use [property`Banner:`use-markup] to enable it.
|
|
4330
4330
|
*
|
|
4331
|
-
*
|
|
4331
|
+
* The title will be shown centered or left-aligned depending on available
|
|
4332
|
+
* space.
|
|
4332
4333
|
*
|
|
4333
4334
|
* Banners can optionally have a button with text on it, set through
|
|
4334
4335
|
* [property`Banner:`button-label]. The button can be used with a `GAction`,
|
|
@@ -10709,7 +10710,7 @@ export interface MessageDialog extends Gtk.Accessible, Gtk.Buildable, Gtk.Constr
|
|
|
10709
10710
|
* {
|
|
10710
10711
|
* const char *response = adw_message_dialog_choose_finish (dialog, result);
|
|
10711
10712
|
*
|
|
10712
|
-
* ...
|
|
10713
|
+
* // ...
|
|
10713
10714
|
* }
|
|
10714
10715
|
*
|
|
10715
10716
|
* static void
|
|
@@ -16021,8 +16022,12 @@ export interface TabOverview extends Gtk.Accessible, Gtk.Buildable, Gtk.Constrai
|
|
|
16021
16022
|
* for the overview. Use it to add extra actions, e.g. to open a new window or
|
|
16022
16023
|
* undo closed tab.
|
|
16023
16024
|
*
|
|
16024
|
-
* `AdwTabOverview` is intended to be
|
|
16025
|
-
*
|
|
16025
|
+
* `AdwTabOverview` is intended to be used as the direct child of the window,
|
|
16026
|
+
* with the rest of the window contents set as the [property`TabOverview:`child].
|
|
16027
|
+
* The child is expected to contain an [class`TabView]`.
|
|
16028
|
+
*
|
|
16029
|
+
* `AdwTabOverview` shows window buttons by default. They can be disabled by
|
|
16030
|
+
* setting [property`TabOverview:`show-start-title-buttons] and/or
|
|
16026
16031
|
* [property`TabOverview:`show-start-title-buttons] and/or
|
|
16027
16032
|
* [property`TabOverview:`show-end-title-buttons] to `FALSE`.
|
|
16028
16033
|
*
|
package/adw-1.d.ts
CHANGED
|
@@ -2359,7 +2359,7 @@ module ActionRow {
|
|
|
2359
2359
|
* The widget to activate when the row is activated.
|
|
2360
2360
|
*
|
|
2361
2361
|
* The row can be activated either by clicking on it, calling
|
|
2362
|
-
* [method`ActionRow`.activate], or via mnemonics in the title
|
|
2362
|
+
* [method`ActionRow`.activate], or via mnemonics in the title.
|
|
2363
2363
|
* See the [property`PreferencesRow:`use-underline] property to enable
|
|
2364
2364
|
* mnemonics.
|
|
2365
2365
|
*
|
|
@@ -2409,7 +2409,7 @@ interface ActionRow extends Gtk.Accessible, Gtk.Actionable, Gtk.Buildable, Gtk.C
|
|
|
2409
2409
|
* The widget to activate when the row is activated.
|
|
2410
2410
|
*
|
|
2411
2411
|
* The row can be activated either by clicking on it, calling
|
|
2412
|
-
* [method`ActionRow`.activate], or via mnemonics in the title
|
|
2412
|
+
* [method`ActionRow`.activate], or via mnemonics in the title.
|
|
2413
2413
|
* See the [property`PreferencesRow:`use-underline] property to enable
|
|
2414
2414
|
* mnemonics.
|
|
2415
2415
|
*
|
|
@@ -2530,7 +2530,7 @@ interface ActionRow extends Gtk.Accessible, Gtk.Actionable, Gtk.Buildable, Gtk.C
|
|
|
2530
2530
|
* Sets the widget to activate when `self` is activated.
|
|
2531
2531
|
*
|
|
2532
2532
|
* The row can be activated either by clicking on it, calling
|
|
2533
|
-
* [method`ActionRow`.activate], or via mnemonics in the title
|
|
2533
|
+
* [method`ActionRow`.activate], or via mnemonics in the title.
|
|
2534
2534
|
* See the [property`PreferencesRow:`use-underline] property to enable mnemonics.
|
|
2535
2535
|
*
|
|
2536
2536
|
* The target widget will be activated by emitting the
|
|
@@ -4330,7 +4330,8 @@ interface Banner extends Gtk.Accessible, Gtk.Actionable, Gtk.Buildable, Gtk.Cons
|
|
|
4330
4330
|
* Banners have a title, set with [property`Banner:`title]. Titles can be marked
|
|
4331
4331
|
* up with Pango markup, use [property`Banner:`use-markup] to enable it.
|
|
4332
4332
|
*
|
|
4333
|
-
*
|
|
4333
|
+
* The title will be shown centered or left-aligned depending on available
|
|
4334
|
+
* space.
|
|
4334
4335
|
*
|
|
4335
4336
|
* Banners can optionally have a button with text on it, set through
|
|
4336
4337
|
* [property`Banner:`button-label]. The button can be used with a `GAction`,
|
|
@@ -10711,7 +10712,7 @@ interface MessageDialog extends Gtk.Accessible, Gtk.Buildable, Gtk.ConstraintTar
|
|
|
10711
10712
|
* {
|
|
10712
10713
|
* const char *response = adw_message_dialog_choose_finish (dialog, result);
|
|
10713
10714
|
*
|
|
10714
|
-
* ...
|
|
10715
|
+
* // ...
|
|
10715
10716
|
* }
|
|
10716
10717
|
*
|
|
10717
10718
|
* static void
|
|
@@ -16023,8 +16024,12 @@ interface TabOverview extends Gtk.Accessible, Gtk.Buildable, Gtk.ConstraintTarge
|
|
|
16023
16024
|
* for the overview. Use it to add extra actions, e.g. to open a new window or
|
|
16024
16025
|
* undo closed tab.
|
|
16025
16026
|
*
|
|
16026
|
-
* `AdwTabOverview` is intended to be
|
|
16027
|
-
*
|
|
16027
|
+
* `AdwTabOverview` is intended to be used as the direct child of the window,
|
|
16028
|
+
* with the rest of the window contents set as the [property`TabOverview:`child].
|
|
16029
|
+
* The child is expected to contain an [class`TabView]`.
|
|
16030
|
+
*
|
|
16031
|
+
* `AdwTabOverview` shows window buttons by default. They can be disabled by
|
|
16032
|
+
* setting [property`TabOverview:`show-start-title-buttons] and/or
|
|
16028
16033
|
* [property`TabOverview:`show-start-title-buttons] and/or
|
|
16029
16034
|
* [property`TabOverview:`show-end-title-buttons] to `FALSE`.
|
|
16030
16035
|
*
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/adw-1",
|
|
3
|
-
"version": "1.3.
|
|
4
|
-
"description": "GJS TypeScript type definitions for Adw-1, generated from library version 1.3.
|
|
3
|
+
"version": "1.3.2-3.0.3",
|
|
4
|
+
"description": "GJS TypeScript type definitions for Adw-1, generated from library version 1.3.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "adw-1.js",
|
|
7
7
|
"main": "adw-1.js",
|
|
@@ -31,24 +31,24 @@
|
|
|
31
31
|
"test:cjs": "tsc --noEmit adw-1.d.cts"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@girs/
|
|
35
|
-
"@girs/
|
|
36
|
-
"@girs/
|
|
37
|
-
"@girs/
|
|
38
|
-
"@girs/
|
|
39
|
-
"@girs/
|
|
40
|
-
"@girs/
|
|
41
|
-
"@girs/
|
|
42
|
-
"@girs/
|
|
43
|
-
"@girs/
|
|
44
|
-
"@girs/
|
|
45
|
-
"@girs/
|
|
46
|
-
"@girs/
|
|
47
|
-
"@girs/
|
|
48
|
-
"@girs/
|
|
34
|
+
"@girs/cairo-1.0": "^1.0.0-3.0.3",
|
|
35
|
+
"@girs/freetype2-2.0": "^2.0.0-3.0.3",
|
|
36
|
+
"@girs/gdk-4.0": "^4.0.0-3.0.3",
|
|
37
|
+
"@girs/gdkpixbuf-2.0": "^2.0.0-3.0.3",
|
|
38
|
+
"@girs/gio-2.0": "^2.76.1-3.0.3",
|
|
39
|
+
"@girs/gjs": "^3.0.3",
|
|
40
|
+
"@girs/glib-2.0": "^2.76.1-3.0.3",
|
|
41
|
+
"@girs/gmodule-2.0": "^2.0.0-3.0.3",
|
|
42
|
+
"@girs/gobject-2.0": "^2.76.1-3.0.3",
|
|
43
|
+
"@girs/graphene-1.0": "^1.0.0-3.0.3",
|
|
44
|
+
"@girs/gsk-4.0": "^4.0.0-3.0.3",
|
|
45
|
+
"@girs/gtk-4.0": "^4.10.3-3.0.3",
|
|
46
|
+
"@girs/harfbuzz-0.0": "^7.1.0-3.0.3",
|
|
47
|
+
"@girs/pango-1.0": "^1.50.14-3.0.3",
|
|
48
|
+
"@girs/pangocairo-1.0": "^1.0.0-3.0.3"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"typescript": "
|
|
51
|
+
"typescript": "*"
|
|
52
52
|
},
|
|
53
53
|
"keywords": [
|
|
54
54
|
"Gir",
|