@girs/mx-2.0 1.99.4-4.0.0-beta.7 → 1.99.4-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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/mx-2.0.d.ts +76 -0
  3. package/package.json +20 -20
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/mx-2.0)
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.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.9.
9
9
 
10
10
 
11
11
  ## Install
package/mx-2.0.d.ts CHANGED
@@ -32,12 +32,20 @@ export namespace Mx {
32
32
  * Mx-2.0
33
33
  */
34
34
 
35
+ export namespace ActorManagerError {
36
+ export const $gtype: GObject.GType<ActorManagerError>;
37
+ }
38
+
35
39
  enum ActorManagerError {
36
40
  CONTAINER_DESTROYED,
37
41
  ACTOR_DESTROYED,
38
42
  CREATION_FAILED,
39
43
  UNKNOWN_OPERATION,
40
44
  }
45
+ export namespace Align {
46
+ export const $gtype: GObject.GType<Align>;
47
+ }
48
+
41
49
  /**
42
50
  * Set the alignment of the item
43
51
  */
@@ -55,6 +63,10 @@ export namespace Mx {
55
63
  */
56
64
  END,
57
65
  }
66
+ export namespace DisplayStyle {
67
+ export const $gtype: GObject.GType<DisplayStyle>;
68
+ }
69
+
58
70
  /**
59
71
  * Values for the "display" style property.
60
72
  */
@@ -62,11 +74,19 @@ export namespace Mx {
62
74
  NONE,
63
75
  INLINE,
64
76
  }
77
+ export namespace DragAxis {
78
+ export const $gtype: GObject.GType<DragAxis>;
79
+ }
80
+
65
81
  enum DragAxis {
66
82
  NONE,
67
83
  X,
68
84
  Y,
69
85
  }
86
+ export namespace FocusDirection {
87
+ export const $gtype: GObject.GType<FocusDirection>;
88
+ }
89
+
70
90
  enum FocusDirection {
71
91
  OUT,
72
92
  UP,
@@ -76,6 +96,10 @@ export namespace Mx {
76
96
  NEXT,
77
97
  PREVIOUS,
78
98
  }
99
+ export namespace FocusHint {
100
+ export const $gtype: GObject.GType<FocusHint>;
101
+ }
102
+
79
103
  enum FocusHint {
80
104
  FIRST,
81
105
  LAST,
@@ -85,6 +109,10 @@ export namespace Mx {
85
109
  FROM_LEFT,
86
110
  FROM_RIGHT,
87
111
  }
112
+ export namespace FontWeight {
113
+ export const $gtype: GObject.GType<FontWeight>;
114
+ }
115
+
88
116
  /**
89
117
  * Support values of font weight
90
118
  */
@@ -126,6 +154,10 @@ export namespace Mx {
126
154
  static quark(): GLib.Quark;
127
155
  }
128
156
 
157
+ export namespace ImageScaleMode {
158
+ export const $gtype: GObject.GType<ImageScaleMode>;
159
+ }
160
+
129
161
  /**
130
162
  * Defines the scaling mode of an image.
131
163
  */
@@ -143,17 +175,29 @@ export namespace Mx {
143
175
  */
144
176
  CROP,
145
177
  }
178
+ export namespace KineticScrollViewState {
179
+ export const $gtype: GObject.GType<KineticScrollViewState>;
180
+ }
181
+
146
182
  enum KineticScrollViewState {
147
183
  IDLE,
148
184
  PANNING,
149
185
  SCROLLING,
150
186
  CLAMPING,
151
187
  }
188
+ export namespace LongPressAction {
189
+ export const $gtype: GObject.GType<LongPressAction>;
190
+ }
191
+
152
192
  enum LongPressAction {
153
193
  QUERY,
154
194
  ACTION,
155
195
  CANCEL,
156
196
  }
197
+ export namespace Orientation {
198
+ export const $gtype: GObject.GType<Orientation>;
199
+ }
200
+
157
201
  /**
158
202
  * Defines the orientation of various layout widgets.
159
203
  */
@@ -167,6 +211,10 @@ export namespace Mx {
167
211
  */
168
212
  VERTICAL,
169
213
  }
214
+ export namespace Position {
215
+ export const $gtype: GObject.GType<Position>;
216
+ }
217
+
170
218
  /**
171
219
  * Defines the position of an interface element.
172
220
  */
@@ -188,6 +236,10 @@ export namespace Mx {
188
236
  */
189
237
  LEFT,
190
238
  }
239
+ export namespace ScrollPolicy {
240
+ export const $gtype: GObject.GType<ScrollPolicy>;
241
+ }
242
+
191
243
  /**
192
244
  * Defines the scrolling policy of scrollable widgets.
193
245
  */
@@ -213,10 +265,18 @@ export namespace Mx {
213
265
  */
214
266
  AUTOMATIC,
215
267
  }
268
+ export namespace StyleError {
269
+ export const $gtype: GObject.GType<StyleError>;
270
+ }
271
+
216
272
  enum StyleError {
217
273
  INVALID_FILE,
218
274
  PARSE_ERROR,
219
275
  }
276
+ export namespace TextAlign {
277
+ export const $gtype: GObject.GType<TextAlign>;
278
+ }
279
+
220
280
  /**
221
281
  * The horizontal alignment and layout of multiple lines of text.
222
282
  */
@@ -226,6 +286,10 @@ export namespace Mx {
226
286
  CENTER,
227
287
  JUSTIFY,
228
288
  }
289
+ export namespace TooltipAnimation {
290
+ export const $gtype: GObject.GType<TooltipAnimation>;
291
+ }
292
+
229
293
  /**
230
294
  * Defines the animation when tooltips are shown and hidden.
231
295
  */
@@ -239,6 +303,10 @@ export namespace Mx {
239
303
  */
240
304
  FADE,
241
305
  }
306
+ export namespace VisibilityStyle {
307
+ export const $gtype: GObject.GType<VisibilityStyle>;
308
+ }
309
+
242
310
  /**
243
311
  * Values for the "visibility" style property.
244
312
  */
@@ -246,6 +314,10 @@ export namespace Mx {
246
314
  VISIBLE,
247
315
  HIDDEN,
248
316
  }
317
+ export namespace WindowRotation {
318
+ export const $gtype: GObject.GType<WindowRotation>;
319
+ }
320
+
249
321
  /**
250
322
  * Defines the clock-wise rotation angle of a window.
251
323
  */
@@ -351,6 +423,10 @@ export namespace Mx {
351
423
  interface ClipboardCallbackFunc {
352
424
  (clipboard: Clipboard, text: string): void;
353
425
  }
426
+ export namespace StyleChangedFlags {
427
+ export const $gtype: GObject.GType<StyleChangedFlags>;
428
+ }
429
+
354
430
  enum StyleChangedFlags {
355
431
  /**
356
432
  * No flag set
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.7",
3
+ "version": "1.99.4-4.0.0-beta.9",
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/atk-1.0": "^2.52.0-4.0.0-beta.7",
35
- "@girs/cairo-1.0": "^1.0.0-4.0.0-beta.7",
36
- "@girs/clutter-1.0": "^1.26.5-4.0.0-beta.7",
37
- "@girs/cogl-1.0": "^1.0.0-4.0.0-beta.7",
38
- "@girs/coglpango-1.0": "^1.0.0-4.0.0-beta.7",
39
- "@girs/fontconfig-2.0": "^2.0.0-4.0.0-beta.7",
40
- "@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.7",
41
- "@girs/gio-2.0": "^2.80.2-4.0.0-beta.7",
42
- "@girs/gjs": "^4.0.0-beta.7",
43
- "@girs/gl-1.0": "^1.0.0-4.0.0-beta.7",
44
- "@girs/glib-2.0": "^2.80.2-4.0.0-beta.7",
45
- "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.7",
46
- "@girs/gobject-2.0": "^2.80.2-4.0.0-beta.7",
47
- "@girs/harfbuzz-0.0": "^8.1.1-4.0.0-beta.7",
48
- "@girs/json-1.0": "^1.8.0-4.0.0-beta.7",
49
- "@girs/pango-1.0": "^1.52.2-4.0.0-beta.7",
50
- "@girs/pangocairo-1.0": "^1.0.0-4.0.0-beta.7",
51
- "@girs/pangofc-1.0": "^1.0.0-4.0.0-beta.7",
52
- "@girs/pangoft2-1.0": "^1.0.0-4.0.0-beta.7"
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/clutter-1.0": "^1.26.5-4.0.0-beta.9",
37
+ "@girs/cogl-1.0": "^1.0.0-4.0.0-beta.9",
38
+ "@girs/coglpango-1.0": "^1.0.0-4.0.0-beta.9",
39
+ "@girs/fontconfig-2.0": "^2.0.0-4.0.0-beta.9",
40
+ "@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.9",
41
+ "@girs/gio-2.0": "^2.80.2-4.0.0-beta.9",
42
+ "@girs/gjs": "^4.0.0-beta.9",
43
+ "@girs/gl-1.0": "^1.0.0-4.0.0-beta.9",
44
+ "@girs/glib-2.0": "^2.80.2-4.0.0-beta.9",
45
+ "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.9",
46
+ "@girs/gobject-2.0": "^2.80.2-4.0.0-beta.9",
47
+ "@girs/harfbuzz-0.0": "^8.1.1-4.0.0-beta.9",
48
+ "@girs/json-1.0": "^1.8.0-4.0.0-beta.9",
49
+ "@girs/pango-1.0": "^1.52.2-4.0.0-beta.9",
50
+ "@girs/pangocairo-1.0": "^1.0.0-4.0.0-beta.9",
51
+ "@girs/pangofc-1.0": "^1.0.0-4.0.0-beta.9",
52
+ "@girs/pangoft2-1.0": "^1.0.0-4.0.0-beta.9"
53
53
  },
54
54
  "devDependencies": {
55
55
  "typescript": "*"