@girs/gladeui-2.0 2.0.0-4.0.0-beta.7 → 2.0.0-4.0.0-beta.9
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 +60 -0
- 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.9.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Install
|
package/gladeui-2.0.d.ts
CHANGED
|
@@ -27,6 +27,10 @@ export namespace Gladeui {
|
|
|
27
27
|
* Gladeui-2.0
|
|
28
28
|
*/
|
|
29
29
|
|
|
30
|
+
export namespace CreateReason {
|
|
31
|
+
export const $gtype: GObject.GType<CreateReason>;
|
|
32
|
+
}
|
|
33
|
+
|
|
30
34
|
/**
|
|
31
35
|
* These are the reasons your #GladePostCreateFunc can be called.
|
|
32
36
|
*/
|
|
@@ -61,6 +65,10 @@ export namespace Gladeui {
|
|
|
61
65
|
*/
|
|
62
66
|
REASONS,
|
|
63
67
|
}
|
|
68
|
+
export namespace CursorType {
|
|
69
|
+
export const $gtype: GObject.GType<CursorType>;
|
|
70
|
+
}
|
|
71
|
+
|
|
64
72
|
enum CursorType {
|
|
65
73
|
SELECTOR,
|
|
66
74
|
ADD_WIDGET,
|
|
@@ -74,6 +82,10 @@ export namespace Gladeui {
|
|
|
74
82
|
RESIZE_BOTTOM,
|
|
75
83
|
DRAG,
|
|
76
84
|
}
|
|
85
|
+
export namespace EditorPageType {
|
|
86
|
+
export const $gtype: GObject.GType<EditorPageType>;
|
|
87
|
+
}
|
|
88
|
+
|
|
77
89
|
enum EditorPageType {
|
|
78
90
|
GENERAL,
|
|
79
91
|
COMMON,
|
|
@@ -82,11 +94,19 @@ export namespace Gladeui {
|
|
|
82
94
|
QUERY,
|
|
83
95
|
SIGNAL,
|
|
84
96
|
}
|
|
97
|
+
export namespace ItemAppearance {
|
|
98
|
+
export const $gtype: GObject.GType<ItemAppearance>;
|
|
99
|
+
}
|
|
100
|
+
|
|
85
101
|
enum ItemAppearance {
|
|
86
102
|
ICON_AND_LABEL,
|
|
87
103
|
ICON_ONLY,
|
|
88
104
|
LABEL_ONLY,
|
|
89
105
|
}
|
|
106
|
+
export namespace PointerMode {
|
|
107
|
+
export const $gtype: GObject.GType<PointerMode>;
|
|
108
|
+
}
|
|
109
|
+
|
|
90
110
|
/**
|
|
91
111
|
* Indicates what the pointer is used for in the workspace.
|
|
92
112
|
*/
|
|
@@ -113,6 +133,10 @@ export namespace Gladeui {
|
|
|
113
133
|
*/
|
|
114
134
|
ALIGN_EDIT,
|
|
115
135
|
}
|
|
136
|
+
export namespace ProjectModelColumns {
|
|
137
|
+
export const $gtype: GObject.GType<ProjectModelColumns>;
|
|
138
|
+
}
|
|
139
|
+
|
|
116
140
|
/**
|
|
117
141
|
* The tree view columns provided by the GtkTreeModel implemented
|
|
118
142
|
* by GladeProject
|
|
@@ -147,6 +171,10 @@ export namespace Gladeui {
|
|
|
147
171
|
*/
|
|
148
172
|
N_COLUMNS,
|
|
149
173
|
}
|
|
174
|
+
export namespace SignalModelColumns {
|
|
175
|
+
export const $gtype: GObject.GType<SignalModelColumns>;
|
|
176
|
+
}
|
|
177
|
+
|
|
150
178
|
enum SignalModelColumns {
|
|
151
179
|
COLUMN_NAME,
|
|
152
180
|
COLUMN_SHOW_NAME,
|
|
@@ -159,12 +187,24 @@ export namespace Gladeui {
|
|
|
159
187
|
COLUMN_DETAIL,
|
|
160
188
|
N_COLUMNS,
|
|
161
189
|
}
|
|
190
|
+
export namespace Stock {
|
|
191
|
+
export const $gtype: GObject.GType<Stock>;
|
|
192
|
+
}
|
|
193
|
+
|
|
162
194
|
enum Stock {
|
|
163
195
|
DUMMY,
|
|
164
196
|
}
|
|
197
|
+
export namespace StockImage {
|
|
198
|
+
export const $gtype: GObject.GType<StockImage>;
|
|
199
|
+
}
|
|
200
|
+
|
|
165
201
|
enum StockImage {
|
|
166
202
|
DUMMY,
|
|
167
203
|
}
|
|
204
|
+
export namespace UIMessageType {
|
|
205
|
+
export const $gtype: GObject.GType<UIMessageType>;
|
|
206
|
+
}
|
|
207
|
+
|
|
168
208
|
enum UIMessageType {
|
|
169
209
|
INFO,
|
|
170
210
|
WARN,
|
|
@@ -172,6 +212,10 @@ export namespace Gladeui {
|
|
|
172
212
|
ARE_YOU_SURE,
|
|
173
213
|
YES_OR_NO,
|
|
174
214
|
}
|
|
215
|
+
export namespace UtilFileDialogType {
|
|
216
|
+
export const $gtype: GObject.GType<UtilFileDialogType>;
|
|
217
|
+
}
|
|
218
|
+
|
|
175
219
|
enum UtilFileDialogType {
|
|
176
220
|
OPEN,
|
|
177
221
|
SAVE,
|
|
@@ -786,6 +830,10 @@ export namespace Gladeui {
|
|
|
786
830
|
(adaptor: WidgetAdaptor, widget: Widget, context: XmlContext, node: XmlNode): void;
|
|
787
831
|
}
|
|
788
832
|
type GList = object | null;
|
|
833
|
+
export namespace DebugFlag {
|
|
834
|
+
export const $gtype: GObject.GType<DebugFlag>;
|
|
835
|
+
}
|
|
836
|
+
|
|
789
837
|
enum DebugFlag {
|
|
790
838
|
REF_COUNTS,
|
|
791
839
|
WIDGET_EVENTS,
|
|
@@ -793,17 +841,29 @@ export namespace Gladeui {
|
|
|
793
841
|
PROPERTIES,
|
|
794
842
|
VERIFY,
|
|
795
843
|
}
|
|
844
|
+
export namespace PropertyState {
|
|
845
|
+
export const $gtype: GObject.GType<PropertyState>;
|
|
846
|
+
}
|
|
847
|
+
|
|
796
848
|
enum PropertyState {
|
|
797
849
|
NORMAL,
|
|
798
850
|
CHANGED,
|
|
799
851
|
UNSUPPORTED,
|
|
800
852
|
SUPPORT_DISABLED,
|
|
801
853
|
}
|
|
854
|
+
export namespace SupportMask {
|
|
855
|
+
export const $gtype: GObject.GType<SupportMask>;
|
|
856
|
+
}
|
|
857
|
+
|
|
802
858
|
enum SupportMask {
|
|
803
859
|
OK,
|
|
804
860
|
DEPRECATED,
|
|
805
861
|
MISMATCH,
|
|
806
862
|
}
|
|
863
|
+
export namespace VerifyFlags {
|
|
864
|
+
export const $gtype: GObject.GType<VerifyFlags>;
|
|
865
|
+
}
|
|
866
|
+
|
|
807
867
|
enum VerifyFlags {
|
|
808
868
|
/**
|
|
809
869
|
* No verification
|
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.9",
|
|
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/atk-1.0": "^2.52.0-4.0.0-beta.
|
|
35
|
-
"@girs/cairo-1.0": "^1.0.0-4.0.0-beta.
|
|
36
|
-
"@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.
|
|
37
|
-
"@girs/gdk-3.0": "^3.24.42-4.0.0-beta.
|
|
38
|
-
"@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.
|
|
39
|
-
"@girs/gio-2.0": "^2.80.2-4.0.0-beta.
|
|
40
|
-
"@girs/gjs": "^4.0.0-beta.
|
|
41
|
-
"@girs/glib-2.0": "^2.80.2-4.0.0-beta.
|
|
42
|
-
"@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.
|
|
43
|
-
"@girs/gobject-2.0": "^2.80.2-4.0.0-beta.
|
|
44
|
-
"@girs/gtk-3.0": "^3.24.42-4.0.0-beta.
|
|
45
|
-
"@girs/harfbuzz-0.0": "^8.1.1-4.0.0-beta.
|
|
46
|
-
"@girs/pango-1.0": "^1.52.2-4.0.0-beta.
|
|
47
|
-
"@girs/xlib-2.0": "^2.0.0-4.0.0-beta.
|
|
34
|
+
"@girs/atk-1.0": "^2.52.0-4.0.0-beta.9",
|
|
35
|
+
"@girs/cairo-1.0": "^1.0.0-4.0.0-beta.9",
|
|
36
|
+
"@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.9",
|
|
37
|
+
"@girs/gdk-3.0": "^3.24.42-4.0.0-beta.9",
|
|
38
|
+
"@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.9",
|
|
39
|
+
"@girs/gio-2.0": "^2.80.2-4.0.0-beta.9",
|
|
40
|
+
"@girs/gjs": "^4.0.0-beta.9",
|
|
41
|
+
"@girs/glib-2.0": "^2.80.2-4.0.0-beta.9",
|
|
42
|
+
"@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.9",
|
|
43
|
+
"@girs/gobject-2.0": "^2.80.2-4.0.0-beta.9",
|
|
44
|
+
"@girs/gtk-3.0": "^3.24.42-4.0.0-beta.9",
|
|
45
|
+
"@girs/harfbuzz-0.0": "^8.1.1-4.0.0-beta.9",
|
|
46
|
+
"@girs/pango-1.0": "^1.52.2-4.0.0-beta.9",
|
|
47
|
+
"@girs/xlib-2.0": "^2.0.0-4.0.0-beta.9"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"typescript": "*"
|