@girs/mx-2.0 1.99.4-4.0.0-beta.39 → 1.99.4-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/mx-2.0.d.ts +34 -66
- package/package.json +20 -20
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for Mx-2.0, generated from library version 1.99.4 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.
|
|
8
|
+
GJS TypeScript type definitions for Mx-2.0, generated from library version 1.99.4 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.40.
|
|
9
9
|
|
|
10
10
|
## Install
|
|
11
11
|
|
package/mx-2.0.d.ts
CHANGED
|
@@ -44,17 +44,14 @@ export namespace Mx {
|
|
|
44
44
|
CREATION_FAILED,
|
|
45
45
|
UNKNOWN_OPERATION,
|
|
46
46
|
}
|
|
47
|
-
/**
|
|
48
|
-
* Set the alignment of the item
|
|
49
|
-
*/
|
|
50
47
|
|
|
51
|
-
/**
|
|
52
|
-
* Set the alignment of the item
|
|
53
|
-
*/
|
|
54
48
|
export namespace Align {
|
|
55
49
|
export const $gtype: GObject.GType<Align>;
|
|
56
50
|
}
|
|
57
51
|
|
|
52
|
+
/**
|
|
53
|
+
* Set the alignment of the item
|
|
54
|
+
*/
|
|
58
55
|
enum Align {
|
|
59
56
|
/**
|
|
60
57
|
* Align at the beginning of the axis
|
|
@@ -69,17 +66,14 @@ export namespace Mx {
|
|
|
69
66
|
*/
|
|
70
67
|
END,
|
|
71
68
|
}
|
|
72
|
-
/**
|
|
73
|
-
* Values for the "display" style property.
|
|
74
|
-
*/
|
|
75
69
|
|
|
76
|
-
/**
|
|
77
|
-
* Values for the "display" style property.
|
|
78
|
-
*/
|
|
79
70
|
export namespace DisplayStyle {
|
|
80
71
|
export const $gtype: GObject.GType<DisplayStyle>;
|
|
81
72
|
}
|
|
82
73
|
|
|
74
|
+
/**
|
|
75
|
+
* Values for the "display" style property.
|
|
76
|
+
*/
|
|
83
77
|
enum DisplayStyle {
|
|
84
78
|
NONE,
|
|
85
79
|
INLINE,
|
|
@@ -122,17 +116,14 @@ export namespace Mx {
|
|
|
122
116
|
FROM_LEFT,
|
|
123
117
|
FROM_RIGHT,
|
|
124
118
|
}
|
|
125
|
-
/**
|
|
126
|
-
* Support values of font weight
|
|
127
|
-
*/
|
|
128
119
|
|
|
129
|
-
/**
|
|
130
|
-
* Support values of font weight
|
|
131
|
-
*/
|
|
132
120
|
export namespace FontWeight {
|
|
133
121
|
export const $gtype: GObject.GType<FontWeight>;
|
|
134
122
|
}
|
|
135
123
|
|
|
124
|
+
/**
|
|
125
|
+
* Support values of font weight
|
|
126
|
+
*/
|
|
136
127
|
enum FontWeight {
|
|
137
128
|
/**
|
|
138
129
|
* Normal font weight
|
|
@@ -151,8 +142,9 @@ export namespace Mx {
|
|
|
151
142
|
*/
|
|
152
143
|
LIGHTER,
|
|
153
144
|
}
|
|
145
|
+
|
|
154
146
|
class ImageError extends GLib.Error {
|
|
155
|
-
static $gtype: GObject.GType<
|
|
147
|
+
static $gtype: GObject.GType<GLib.Error>;
|
|
156
148
|
|
|
157
149
|
// Static fields
|
|
158
150
|
|
|
@@ -170,17 +162,13 @@ export namespace Mx {
|
|
|
170
162
|
static quark(): GLib.Quark;
|
|
171
163
|
}
|
|
172
164
|
|
|
173
|
-
/**
|
|
174
|
-
* Defines the scaling mode of an image.
|
|
175
|
-
*/
|
|
176
|
-
|
|
177
|
-
/**
|
|
178
|
-
* Defines the scaling mode of an image.
|
|
179
|
-
*/
|
|
180
165
|
export namespace ImageScaleMode {
|
|
181
166
|
export const $gtype: GObject.GType<ImageScaleMode>;
|
|
182
167
|
}
|
|
183
168
|
|
|
169
|
+
/**
|
|
170
|
+
* Defines the scaling mode of an image.
|
|
171
|
+
*/
|
|
184
172
|
enum ImageScaleMode {
|
|
185
173
|
/**
|
|
186
174
|
* Do not apply any scaling and center the image within the allocation
|
|
@@ -216,17 +204,14 @@ export namespace Mx {
|
|
|
216
204
|
ACTION,
|
|
217
205
|
CANCEL,
|
|
218
206
|
}
|
|
219
|
-
/**
|
|
220
|
-
* Defines the orientation of various layout widgets.
|
|
221
|
-
*/
|
|
222
207
|
|
|
223
|
-
/**
|
|
224
|
-
* Defines the orientation of various layout widgets.
|
|
225
|
-
*/
|
|
226
208
|
export namespace Orientation {
|
|
227
209
|
export const $gtype: GObject.GType<Orientation>;
|
|
228
210
|
}
|
|
229
211
|
|
|
212
|
+
/**
|
|
213
|
+
* Defines the orientation of various layout widgets.
|
|
214
|
+
*/
|
|
230
215
|
enum Orientation {
|
|
231
216
|
/**
|
|
232
217
|
* horizontal orientation
|
|
@@ -237,17 +222,14 @@ export namespace Mx {
|
|
|
237
222
|
*/
|
|
238
223
|
VERTICAL,
|
|
239
224
|
}
|
|
240
|
-
/**
|
|
241
|
-
* Defines the position of an interface element.
|
|
242
|
-
*/
|
|
243
225
|
|
|
244
|
-
/**
|
|
245
|
-
* Defines the position of an interface element.
|
|
246
|
-
*/
|
|
247
226
|
export namespace Position {
|
|
248
227
|
export const $gtype: GObject.GType<Position>;
|
|
249
228
|
}
|
|
250
229
|
|
|
230
|
+
/**
|
|
231
|
+
* Defines the position of an interface element.
|
|
232
|
+
*/
|
|
251
233
|
enum Position {
|
|
252
234
|
/**
|
|
253
235
|
* The top position
|
|
@@ -266,17 +248,14 @@ export namespace Mx {
|
|
|
266
248
|
*/
|
|
267
249
|
LEFT,
|
|
268
250
|
}
|
|
269
|
-
/**
|
|
270
|
-
* Defines the scrolling policy of scrollable widgets.
|
|
271
|
-
*/
|
|
272
251
|
|
|
273
|
-
/**
|
|
274
|
-
* Defines the scrolling policy of scrollable widgets.
|
|
275
|
-
*/
|
|
276
252
|
export namespace ScrollPolicy {
|
|
277
253
|
export const $gtype: GObject.GType<ScrollPolicy>;
|
|
278
254
|
}
|
|
279
255
|
|
|
256
|
+
/**
|
|
257
|
+
* Defines the scrolling policy of scrollable widgets.
|
|
258
|
+
*/
|
|
280
259
|
enum ScrollPolicy {
|
|
281
260
|
/**
|
|
282
261
|
* Never scroll
|
|
@@ -308,34 +287,28 @@ export namespace Mx {
|
|
|
308
287
|
INVALID_FILE,
|
|
309
288
|
PARSE_ERROR,
|
|
310
289
|
}
|
|
311
|
-
/**
|
|
312
|
-
* The horizontal alignment and layout of multiple lines of text.
|
|
313
|
-
*/
|
|
314
290
|
|
|
315
|
-
/**
|
|
316
|
-
* The horizontal alignment and layout of multiple lines of text.
|
|
317
|
-
*/
|
|
318
291
|
export namespace TextAlign {
|
|
319
292
|
export const $gtype: GObject.GType<TextAlign>;
|
|
320
293
|
}
|
|
321
294
|
|
|
295
|
+
/**
|
|
296
|
+
* The horizontal alignment and layout of multiple lines of text.
|
|
297
|
+
*/
|
|
322
298
|
enum TextAlign {
|
|
323
299
|
LEFT,
|
|
324
300
|
RIGHT,
|
|
325
301
|
CENTER,
|
|
326
302
|
JUSTIFY,
|
|
327
303
|
}
|
|
328
|
-
/**
|
|
329
|
-
* Defines the animation when tooltips are shown and hidden.
|
|
330
|
-
*/
|
|
331
304
|
|
|
332
|
-
/**
|
|
333
|
-
* Defines the animation when tooltips are shown and hidden.
|
|
334
|
-
*/
|
|
335
305
|
export namespace TooltipAnimation {
|
|
336
306
|
export const $gtype: GObject.GType<TooltipAnimation>;
|
|
337
307
|
}
|
|
338
308
|
|
|
309
|
+
/**
|
|
310
|
+
* Defines the animation when tooltips are shown and hidden.
|
|
311
|
+
*/
|
|
339
312
|
enum TooltipAnimation {
|
|
340
313
|
/**
|
|
341
314
|
* Bounce the tooltips when they appear
|
|
@@ -346,24 +319,19 @@ export namespace Mx {
|
|
|
346
319
|
*/
|
|
347
320
|
FADE,
|
|
348
321
|
}
|
|
349
|
-
/**
|
|
350
|
-
* Values for the "visibility" style property.
|
|
351
|
-
*/
|
|
352
322
|
|
|
353
|
-
/**
|
|
354
|
-
* Values for the "visibility" style property.
|
|
355
|
-
*/
|
|
356
323
|
export namespace VisibilityStyle {
|
|
357
324
|
export const $gtype: GObject.GType<VisibilityStyle>;
|
|
358
325
|
}
|
|
359
326
|
|
|
327
|
+
/**
|
|
328
|
+
* Values for the "visibility" style property.
|
|
329
|
+
*/
|
|
360
330
|
enum VisibilityStyle {
|
|
361
331
|
VISIBLE,
|
|
362
332
|
HIDDEN,
|
|
363
333
|
}
|
|
364
|
-
|
|
365
|
-
* Defines the clock-wise rotation angle of a window.
|
|
366
|
-
*/
|
|
334
|
+
|
|
367
335
|
/**
|
|
368
336
|
* Defines the clock-wise rotation angle of a window.
|
|
369
337
|
*/
|
|
@@ -462,7 +430,6 @@ export namespace Mx {
|
|
|
462
430
|
interface ClipboardCallbackFunc {
|
|
463
431
|
(clipboard: Clipboard, text: string): void;
|
|
464
432
|
}
|
|
465
|
-
|
|
466
433
|
export namespace StyleChangedFlags {
|
|
467
434
|
export const $gtype: GObject.GType<StyleChangedFlags>;
|
|
468
435
|
}
|
|
@@ -481,6 +448,7 @@ export namespace Mx {
|
|
|
481
448
|
*/
|
|
482
449
|
INVALIDATE_CACHE,
|
|
483
450
|
}
|
|
451
|
+
|
|
484
452
|
namespace Action {
|
|
485
453
|
// Signal signatures
|
|
486
454
|
interface SignalSignatures extends GObject.InitiallyUnowned.SignalSignatures {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/mx-2.0",
|
|
3
|
-
"version": "1.99.4-4.0.0-beta.
|
|
3
|
+
"version": "1.99.4-4.0.0-beta.40",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Mx-2.0, generated from library version 1.99.4",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "mx-2.0.js",
|
|
@@ -31,25 +31,25 @@
|
|
|
31
31
|
"test": "tsc --project tsconfig.json"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@girs/gjs": "4.0.0-beta.
|
|
35
|
-
"@girs/freetype2-2.0": "2.0.0-4.0.0-beta.
|
|
36
|
-
"@girs/fontconfig-2.0": "2.0.0-4.0.0-beta.
|
|
37
|
-
"@girs/cairo-1.0": "1.0.0-4.0.0-beta.
|
|
38
|
-
"@girs/gobject-2.0": "2.86.4-4.0.0-beta.
|
|
39
|
-
"@girs/glib-2.0": "2.86.4-4.0.0-beta.
|
|
40
|
-
"@girs/pangoft2-1.0": "1.0.0-4.0.0-beta.
|
|
41
|
-
"@girs/pangofc-1.0": "1.0.0-4.0.0-beta.
|
|
42
|
-
"@girs/pango-1.0": "1.57.0-4.0.0-beta.
|
|
43
|
-
"@girs/harfbuzz-0.0": "11.5.1-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/pangocairo-1.0": "1.0.0-4.0.0-beta.
|
|
47
|
-
"@girs/json-1.0": "1.10.8-4.0.0-beta.
|
|
48
|
-
"@girs/gl-1.0": "1.0.0-4.0.0-beta.
|
|
49
|
-
"@girs/coglpango-1.0": "1.0.0-4.0.0-beta.
|
|
50
|
-
"@girs/cogl-1.0": "1.0.0-4.0.0-beta.
|
|
51
|
-
"@girs/clutter-1.0": "1.26.5-4.0.0-beta.
|
|
52
|
-
"@girs/atk-1.0": "2.58.3-4.0.0-beta.
|
|
34
|
+
"@girs/gjs": "4.0.0-beta.40",
|
|
35
|
+
"@girs/freetype2-2.0": "2.0.0-4.0.0-beta.40",
|
|
36
|
+
"@girs/fontconfig-2.0": "2.0.0-4.0.0-beta.40",
|
|
37
|
+
"@girs/cairo-1.0": "1.0.0-4.0.0-beta.40",
|
|
38
|
+
"@girs/gobject-2.0": "2.86.4-4.0.0-beta.40",
|
|
39
|
+
"@girs/glib-2.0": "2.86.4-4.0.0-beta.40",
|
|
40
|
+
"@girs/pangoft2-1.0": "1.0.0-4.0.0-beta.40",
|
|
41
|
+
"@girs/pangofc-1.0": "1.0.0-4.0.0-beta.40",
|
|
42
|
+
"@girs/pango-1.0": "1.57.0-4.0.0-beta.40",
|
|
43
|
+
"@girs/harfbuzz-0.0": "11.5.1-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/pangocairo-1.0": "1.0.0-4.0.0-beta.40",
|
|
47
|
+
"@girs/json-1.0": "1.10.8-4.0.0-beta.40",
|
|
48
|
+
"@girs/gl-1.0": "1.0.0-4.0.0-beta.40",
|
|
49
|
+
"@girs/coglpango-1.0": "1.0.0-4.0.0-beta.40",
|
|
50
|
+
"@girs/cogl-1.0": "1.0.0-4.0.0-beta.40",
|
|
51
|
+
"@girs/clutter-1.0": "1.26.5-4.0.0-beta.40",
|
|
52
|
+
"@girs/atk-1.0": "2.58.3-4.0.0-beta.40" },
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"typescript": "*"
|
|
55
55
|
},
|