@girs/amtk-4 4.0.0-4.0.0-beta.11 → 4.0.0-4.0.0-beta.13
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/amtk-4.d.ts +27 -27
- 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 Amtk-4, generated from library version 4.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.
|
|
8
|
+
GJS TypeScript type definitions for Amtk-4, generated from library version 4.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.13.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Install
|
package/amtk-4.d.ts
CHANGED
|
@@ -227,17 +227,17 @@ export namespace Amtk {
|
|
|
227
227
|
class ActionInfoCentralStore extends GObject.Object {
|
|
228
228
|
static $gtype: GObject.GType<ActionInfoCentralStore>;
|
|
229
229
|
|
|
230
|
-
// Constructors
|
|
230
|
+
// Constructors
|
|
231
231
|
|
|
232
232
|
constructor(properties?: Partial<ActionInfoCentralStore.ConstructorProps>, ...args: any[]);
|
|
233
233
|
|
|
234
234
|
_init(...args: any[]): void;
|
|
235
235
|
|
|
236
|
-
//
|
|
236
|
+
// Static methods
|
|
237
237
|
|
|
238
238
|
static get_singleton(): ActionInfoCentralStore;
|
|
239
239
|
|
|
240
|
-
//
|
|
240
|
+
// Methods
|
|
241
241
|
|
|
242
242
|
lookup(action_name: string): ActionInfo;
|
|
243
243
|
}
|
|
@@ -251,7 +251,7 @@ export namespace Amtk {
|
|
|
251
251
|
class ActionInfoStore extends GObject.Object {
|
|
252
252
|
static $gtype: GObject.GType<ActionInfoStore>;
|
|
253
253
|
|
|
254
|
-
// Constructors
|
|
254
|
+
// Constructors
|
|
255
255
|
|
|
256
256
|
constructor(properties?: Partial<ActionInfoStore.ConstructorProps>, ...args: any[]);
|
|
257
257
|
|
|
@@ -259,7 +259,7 @@ export namespace Amtk {
|
|
|
259
259
|
|
|
260
260
|
static ['new'](): ActionInfoStore;
|
|
261
261
|
|
|
262
|
-
//
|
|
262
|
+
// Methods
|
|
263
263
|
|
|
264
264
|
/**
|
|
265
265
|
* Inserts `info` into `store` and into the #AmtkActionInfoCentralStore. Both the
|
|
@@ -306,7 +306,7 @@ export namespace Amtk {
|
|
|
306
306
|
class ApplicationWindow extends GObject.Object {
|
|
307
307
|
static $gtype: GObject.GType<ApplicationWindow>;
|
|
308
308
|
|
|
309
|
-
//
|
|
309
|
+
// Properties
|
|
310
310
|
|
|
311
311
|
/**
|
|
312
312
|
* The #GtkApplicationWindow.
|
|
@@ -322,13 +322,13 @@ export namespace Amtk {
|
|
|
322
322
|
get statusbar(): Gtk.Statusbar;
|
|
323
323
|
set statusbar(val: Gtk.Statusbar);
|
|
324
324
|
|
|
325
|
-
// Constructors
|
|
325
|
+
// Constructors
|
|
326
326
|
|
|
327
327
|
constructor(properties?: Partial<ApplicationWindow.ConstructorProps>, ...args: any[]);
|
|
328
328
|
|
|
329
329
|
_init(...args: any[]): void;
|
|
330
330
|
|
|
331
|
-
//
|
|
331
|
+
// Static methods
|
|
332
332
|
|
|
333
333
|
/**
|
|
334
334
|
* Returns the #AmtkApplicationWindow of `gtk_window`. The returned object is
|
|
@@ -337,7 +337,7 @@ export namespace Amtk {
|
|
|
337
337
|
*/
|
|
338
338
|
static get_from_gtk_application_window(gtk_window: Gtk.ApplicationWindow): ApplicationWindow;
|
|
339
339
|
|
|
340
|
-
//
|
|
340
|
+
// Methods
|
|
341
341
|
|
|
342
342
|
/**
|
|
343
343
|
* Connects to the #AmtkMenuShell::menu-item-selected and
|
|
@@ -407,7 +407,7 @@ export namespace Amtk {
|
|
|
407
407
|
class Factory extends GObject.Object {
|
|
408
408
|
static $gtype: GObject.GType<Factory>;
|
|
409
409
|
|
|
410
|
-
//
|
|
410
|
+
// Properties
|
|
411
411
|
|
|
412
412
|
/**
|
|
413
413
|
* The associated #GtkApplication (it is optional, it can be %NULL).
|
|
@@ -425,7 +425,7 @@ export namespace Amtk {
|
|
|
425
425
|
get defaultFlags(): FactoryFlags;
|
|
426
426
|
set defaultFlags(val: FactoryFlags);
|
|
427
427
|
|
|
428
|
-
// Constructors
|
|
428
|
+
// Constructors
|
|
429
429
|
|
|
430
430
|
constructor(properties?: Partial<Factory.ConstructorProps>, ...args: any[]);
|
|
431
431
|
|
|
@@ -435,7 +435,7 @@ export namespace Amtk {
|
|
|
435
435
|
|
|
436
436
|
static new_with_default_application(): Factory;
|
|
437
437
|
|
|
438
|
-
//
|
|
438
|
+
// Methods
|
|
439
439
|
|
|
440
440
|
/**
|
|
441
441
|
* Creates a new #GtkCheckMenuItem for `action_name` with the
|
|
@@ -543,7 +543,7 @@ export namespace Amtk {
|
|
|
543
543
|
class MenuShell extends GObject.Object {
|
|
544
544
|
static $gtype: GObject.GType<MenuShell>;
|
|
545
545
|
|
|
546
|
-
//
|
|
546
|
+
// Properties
|
|
547
547
|
|
|
548
548
|
/**
|
|
549
549
|
* The #GtkMenuShell.
|
|
@@ -554,13 +554,13 @@ export namespace Amtk {
|
|
|
554
554
|
*/
|
|
555
555
|
get menuShell(): Gtk.MenuShell;
|
|
556
556
|
|
|
557
|
-
// Constructors
|
|
557
|
+
// Constructors
|
|
558
558
|
|
|
559
559
|
constructor(properties?: Partial<MenuShell.ConstructorProps>, ...args: any[]);
|
|
560
560
|
|
|
561
561
|
_init(...args: any[]): void;
|
|
562
562
|
|
|
563
|
-
//
|
|
563
|
+
// Signals
|
|
564
564
|
|
|
565
565
|
connect(id: string, callback: (...args: any[]) => any): number;
|
|
566
566
|
connect_after(id: string, callback: (...args: any[]) => any): number;
|
|
@@ -575,7 +575,7 @@ export namespace Amtk {
|
|
|
575
575
|
connect_after(signal: 'menu-item-selected', callback: (_source: this, menu_item: Gtk.MenuItem) => void): number;
|
|
576
576
|
emit(signal: 'menu-item-selected', menu_item: Gtk.MenuItem): void;
|
|
577
577
|
|
|
578
|
-
//
|
|
578
|
+
// Static methods
|
|
579
579
|
|
|
580
580
|
/**
|
|
581
581
|
* Returns the #AmtkMenuShell of `gtk_menu_shell`. The returned object is
|
|
@@ -584,12 +584,12 @@ export namespace Amtk {
|
|
|
584
584
|
*/
|
|
585
585
|
static get_from_gtk_menu_shell(gtk_menu_shell: Gtk.MenuShell): MenuShell;
|
|
586
586
|
|
|
587
|
-
//
|
|
587
|
+
// Virtual methods
|
|
588
588
|
|
|
589
589
|
vfunc_menu_item_deselected(menu_item: Gtk.MenuItem): void;
|
|
590
590
|
vfunc_menu_item_selected(menu_item: Gtk.MenuItem): void;
|
|
591
591
|
|
|
592
|
-
//
|
|
592
|
+
// Methods
|
|
593
593
|
|
|
594
594
|
get_menu_shell(): Gtk.MenuShell;
|
|
595
595
|
}
|
|
@@ -597,7 +597,7 @@ export namespace Amtk {
|
|
|
597
597
|
class ActionInfo {
|
|
598
598
|
static $gtype: GObject.GType<ActionInfo>;
|
|
599
599
|
|
|
600
|
-
// Constructors
|
|
600
|
+
// Constructors
|
|
601
601
|
|
|
602
602
|
constructor(properties?: Partial<{}>);
|
|
603
603
|
_init(...args: any[]): void;
|
|
@@ -606,7 +606,7 @@ export namespace Amtk {
|
|
|
606
606
|
|
|
607
607
|
static new_from_entry(info_entry: ActionInfoEntry, translation_domain?: string | null): ActionInfo;
|
|
608
608
|
|
|
609
|
-
//
|
|
609
|
+
// Methods
|
|
610
610
|
|
|
611
611
|
copy(): ActionInfo;
|
|
612
612
|
/**
|
|
@@ -671,7 +671,7 @@ export namespace Amtk {
|
|
|
671
671
|
abstract class ActionInfoCentralStorePrivate {
|
|
672
672
|
static $gtype: GObject.GType<ActionInfoCentralStorePrivate>;
|
|
673
673
|
|
|
674
|
-
// Constructors
|
|
674
|
+
// Constructors
|
|
675
675
|
|
|
676
676
|
_init(...args: any[]): void;
|
|
677
677
|
}
|
|
@@ -687,7 +687,7 @@ export namespace Amtk {
|
|
|
687
687
|
class ActionInfoEntry {
|
|
688
688
|
static $gtype: GObject.GType<ActionInfoEntry>;
|
|
689
689
|
|
|
690
|
-
//
|
|
690
|
+
// Fields
|
|
691
691
|
|
|
692
692
|
action_name: string;
|
|
693
693
|
icon_name: string;
|
|
@@ -695,7 +695,7 @@ export namespace Amtk {
|
|
|
695
695
|
accel: string;
|
|
696
696
|
tooltip: string;
|
|
697
697
|
|
|
698
|
-
// Constructors
|
|
698
|
+
// Constructors
|
|
699
699
|
|
|
700
700
|
constructor(
|
|
701
701
|
properties?: Partial<{
|
|
@@ -713,7 +713,7 @@ export namespace Amtk {
|
|
|
713
713
|
abstract class ActionInfoStorePrivate {
|
|
714
714
|
static $gtype: GObject.GType<ActionInfoStorePrivate>;
|
|
715
715
|
|
|
716
|
-
// Constructors
|
|
716
|
+
// Constructors
|
|
717
717
|
|
|
718
718
|
_init(...args: any[]): void;
|
|
719
719
|
}
|
|
@@ -722,7 +722,7 @@ export namespace Amtk {
|
|
|
722
722
|
abstract class ApplicationWindowPrivate {
|
|
723
723
|
static $gtype: GObject.GType<ApplicationWindowPrivate>;
|
|
724
724
|
|
|
725
|
-
// Constructors
|
|
725
|
+
// Constructors
|
|
726
726
|
|
|
727
727
|
_init(...args: any[]): void;
|
|
728
728
|
}
|
|
@@ -731,7 +731,7 @@ export namespace Amtk {
|
|
|
731
731
|
abstract class FactoryPrivate {
|
|
732
732
|
static $gtype: GObject.GType<FactoryPrivate>;
|
|
733
733
|
|
|
734
|
-
// Constructors
|
|
734
|
+
// Constructors
|
|
735
735
|
|
|
736
736
|
_init(...args: any[]): void;
|
|
737
737
|
}
|
|
@@ -740,7 +740,7 @@ export namespace Amtk {
|
|
|
740
740
|
abstract class MenuShellPrivate {
|
|
741
741
|
static $gtype: GObject.GType<MenuShellPrivate>;
|
|
742
742
|
|
|
743
|
-
// Constructors
|
|
743
|
+
// Constructors
|
|
744
744
|
|
|
745
745
|
_init(...args: any[]): void;
|
|
746
746
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/amtk-4",
|
|
3
|
-
"version": "4.0.0-4.0.0-beta.
|
|
3
|
+
"version": "4.0.0-4.0.0-beta.13",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Amtk-4, generated from library version 4.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "amtk-4.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.43-4.0.0-beta.
|
|
38
|
-
"@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.
|
|
39
|
-
"@girs/gio-2.0": "^2.80.3-4.0.0-beta.
|
|
40
|
-
"@girs/gjs": "^4.0.0-beta.
|
|
41
|
-
"@girs/glib-2.0": "^2.80.3-4.0.0-beta.
|
|
42
|
-
"@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.
|
|
43
|
-
"@girs/gobject-2.0": "^2.80.3-4.0.0-beta.
|
|
44
|
-
"@girs/gtk-3.0": "^3.24.43-4.0.0-beta.
|
|
45
|
-
"@girs/harfbuzz-0.0": "^8.
|
|
46
|
-
"@girs/pango-1.0": "^1.54.0-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.13",
|
|
35
|
+
"@girs/cairo-1.0": "^1.0.0-4.0.0-beta.13",
|
|
36
|
+
"@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.13",
|
|
37
|
+
"@girs/gdk-3.0": "^3.24.43-4.0.0-beta.13",
|
|
38
|
+
"@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.13",
|
|
39
|
+
"@girs/gio-2.0": "^2.80.3-4.0.0-beta.13",
|
|
40
|
+
"@girs/gjs": "^4.0.0-beta.13",
|
|
41
|
+
"@girs/glib-2.0": "^2.80.3-4.0.0-beta.13",
|
|
42
|
+
"@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.13",
|
|
43
|
+
"@girs/gobject-2.0": "^2.80.3-4.0.0-beta.13",
|
|
44
|
+
"@girs/gtk-3.0": "^3.24.43-4.0.0-beta.13",
|
|
45
|
+
"@girs/harfbuzz-0.0": "^8.5.0-4.0.0-beta.13",
|
|
46
|
+
"@girs/pango-1.0": "^1.54.0-4.0.0-beta.13",
|
|
47
|
+
"@girs/xlib-2.0": "^2.0.0-4.0.0-beta.13"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"typescript": "*"
|