@girs/gladeui-2.0 2.0.0-4.0.0-beta.39 → 2.0.0-4.0.0-beta.40
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 +1 -1
- package/gladeui-2.0.d.ts +12 -22
- package/package.json +15 -15
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for Gladeui-2.0, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.
|
|
8
|
+
GJS TypeScript type definitions for Gladeui-2.0, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.40.
|
|
9
9
|
|
|
10
10
|
## Install
|
|
11
11
|
|
package/gladeui-2.0.d.ts
CHANGED
|
@@ -29,17 +29,13 @@ export namespace Gladeui {
|
|
|
29
29
|
* Gladeui-2.0
|
|
30
30
|
*/
|
|
31
31
|
|
|
32
|
-
/**
|
|
33
|
-
* These are the reasons your #GladePostCreateFunc can be called.
|
|
34
|
-
*/
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* These are the reasons your #GladePostCreateFunc can be called.
|
|
38
|
-
*/
|
|
39
32
|
export namespace CreateReason {
|
|
40
33
|
export const $gtype: GObject.GType<CreateReason>;
|
|
41
34
|
}
|
|
42
35
|
|
|
36
|
+
/**
|
|
37
|
+
* These are the reasons your #GladePostCreateFunc can be called.
|
|
38
|
+
*/
|
|
43
39
|
enum CreateReason {
|
|
44
40
|
/**
|
|
45
41
|
* Was created at the user's request
|
|
@@ -112,17 +108,14 @@ export namespace Gladeui {
|
|
|
112
108
|
ICON_ONLY,
|
|
113
109
|
LABEL_ONLY,
|
|
114
110
|
}
|
|
115
|
-
/**
|
|
116
|
-
* Indicates what the pointer is used for in the workspace.
|
|
117
|
-
*/
|
|
118
111
|
|
|
119
|
-
/**
|
|
120
|
-
* Indicates what the pointer is used for in the workspace.
|
|
121
|
-
*/
|
|
122
112
|
export namespace PointerMode {
|
|
123
113
|
export const $gtype: GObject.GType<PointerMode>;
|
|
124
114
|
}
|
|
125
115
|
|
|
116
|
+
/**
|
|
117
|
+
* Indicates what the pointer is used for in the workspace.
|
|
118
|
+
*/
|
|
126
119
|
enum PointerMode {
|
|
127
120
|
/**
|
|
128
121
|
* Mouse pointer used for selecting widgets
|
|
@@ -146,19 +139,15 @@ export namespace Gladeui {
|
|
|
146
139
|
*/
|
|
147
140
|
ALIGN_EDIT,
|
|
148
141
|
}
|
|
149
|
-
/**
|
|
150
|
-
* The tree view columns provided by the GtkTreeModel implemented
|
|
151
|
-
* by GladeProject
|
|
152
|
-
*/
|
|
153
142
|
|
|
154
|
-
/**
|
|
155
|
-
* The tree view columns provided by the GtkTreeModel implemented
|
|
156
|
-
* by GladeProject
|
|
157
|
-
*/
|
|
158
143
|
export namespace ProjectModelColumns {
|
|
159
144
|
export const $gtype: GObject.GType<ProjectModelColumns>;
|
|
160
145
|
}
|
|
161
146
|
|
|
147
|
+
/**
|
|
148
|
+
* The tree view columns provided by the GtkTreeModel implemented
|
|
149
|
+
* by GladeProject
|
|
150
|
+
*/
|
|
162
151
|
enum ProjectModelColumns {
|
|
163
152
|
/**
|
|
164
153
|
* name of the icon for the widget
|
|
@@ -243,6 +232,7 @@ export namespace Gladeui {
|
|
|
243
232
|
OPEN,
|
|
244
233
|
SAVE,
|
|
245
234
|
}
|
|
235
|
+
|
|
246
236
|
const DEVHELP_FALLBACK_ICON_FILE: string;
|
|
247
237
|
const DEVHELP_ICON_NAME: string;
|
|
248
238
|
const ENV_BUNDLED: string;
|
|
@@ -853,7 +843,6 @@ export namespace Gladeui {
|
|
|
853
843
|
(adaptor: WidgetAdaptor, widget: Widget, context: XmlContext, node: XmlNode): void;
|
|
854
844
|
}
|
|
855
845
|
type GList = object | null;
|
|
856
|
-
|
|
857
846
|
export namespace DebugFlag {
|
|
858
847
|
export const $gtype: GObject.GType<DebugFlag>;
|
|
859
848
|
}
|
|
@@ -909,6 +898,7 @@ export namespace Gladeui {
|
|
|
909
898
|
*/
|
|
910
899
|
UNRECOGNIZED,
|
|
911
900
|
}
|
|
901
|
+
|
|
912
902
|
namespace AdaptorChooser {
|
|
913
903
|
// Signal signatures
|
|
914
904
|
interface SignalSignatures extends Gtk.Box.SignalSignatures {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/gladeui-2.0",
|
|
3
|
-
"version": "2.0.0-4.0.0-beta.
|
|
3
|
+
"version": "2.0.0-4.0.0-beta.40",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Gladeui-2.0, generated from library version 2.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "gladeui-2.0.js",
|
|
@@ -31,20 +31,20 @@
|
|
|
31
31
|
"test": "tsc --project tsconfig.json"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@girs/gjs": "4.0.0-beta.
|
|
35
|
-
"@girs/gtk-3.0": "3.24.51-4.0.0-beta.
|
|
36
|
-
"@girs/xlib-2.0": "2.0.0-4.0.0-beta.
|
|
37
|
-
"@girs/gdk-3.0": "3.24.51-4.0.0-beta.
|
|
38
|
-
"@girs/cairo-1.0": "1.0.0-4.0.0-beta.
|
|
39
|
-
"@girs/gobject-2.0": "2.86.4-4.0.0-beta.
|
|
40
|
-
"@girs/glib-2.0": "2.86.4-4.0.0-beta.
|
|
41
|
-
"@girs/pango-1.0": "1.57.0-4.0.0-beta.
|
|
42
|
-
"@girs/harfbuzz-0.0": "11.5.1-4.0.0-beta.
|
|
43
|
-
"@girs/freetype2-2.0": "2.0.0-4.0.0-beta.
|
|
44
|
-
"@girs/gio-2.0": "2.86.4-4.0.0-beta.
|
|
45
|
-
"@girs/gmodule-2.0": "2.0.0-4.0.0-beta.
|
|
46
|
-
"@girs/gdkpixbuf-2.0": "2.0.0-4.0.0-beta.
|
|
47
|
-
"@girs/atk-1.0": "2.58.3-4.0.0-beta.
|
|
34
|
+
"@girs/gjs": "4.0.0-beta.40",
|
|
35
|
+
"@girs/gtk-3.0": "3.24.51-4.0.0-beta.40",
|
|
36
|
+
"@girs/xlib-2.0": "2.0.0-4.0.0-beta.40",
|
|
37
|
+
"@girs/gdk-3.0": "3.24.51-4.0.0-beta.40",
|
|
38
|
+
"@girs/cairo-1.0": "1.0.0-4.0.0-beta.40",
|
|
39
|
+
"@girs/gobject-2.0": "2.86.4-4.0.0-beta.40",
|
|
40
|
+
"@girs/glib-2.0": "2.86.4-4.0.0-beta.40",
|
|
41
|
+
"@girs/pango-1.0": "1.57.0-4.0.0-beta.40",
|
|
42
|
+
"@girs/harfbuzz-0.0": "11.5.1-4.0.0-beta.40",
|
|
43
|
+
"@girs/freetype2-2.0": "2.0.0-4.0.0-beta.40",
|
|
44
|
+
"@girs/gio-2.0": "2.86.4-4.0.0-beta.40",
|
|
45
|
+
"@girs/gmodule-2.0": "2.0.0-4.0.0-beta.40",
|
|
46
|
+
"@girs/gdkpixbuf-2.0": "2.0.0-4.0.0-beta.40",
|
|
47
|
+
"@girs/atk-1.0": "2.58.3-4.0.0-beta.40" },
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"typescript": "*"
|
|
50
50
|
},
|