@gtkx/react 0.17.2 → 0.18.0
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 +7 -7
- package/dist/factory.d.ts +0 -1
- package/dist/factory.js +21 -8
- package/dist/generated/internal.d.ts +4 -51
- package/dist/generated/internal.js +626 -412
- package/dist/generated/jsx.d.ts +453 -958
- package/dist/host-config.d.ts +1 -1
- package/dist/host-config.js +18 -23
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/jsx.d.ts +579 -302
- package/dist/jsx.js +37 -179
- package/dist/metadata.d.ts +3 -0
- package/dist/metadata.js +26 -0
- package/dist/node.d.ts +20 -12
- package/dist/node.js +72 -17
- package/dist/nodes/adjustable.d.ts +3 -16
- package/dist/nodes/adjustable.js +5 -22
- package/dist/nodes/alert-dialog-response.d.ts +14 -1
- package/dist/nodes/alert-dialog-response.js +36 -62
- package/dist/nodes/animation.d.ts +37 -1
- package/dist/nodes/animation.js +162 -105
- package/dist/nodes/application.d.ts +11 -1
- package/dist/nodes/application.js +17 -38
- package/dist/nodes/calendar.d.ts +13 -0
- package/dist/nodes/calendar.js +10 -16
- package/dist/nodes/color-dialog-button.d.ts +13 -0
- package/dist/nodes/color-dialog-button.js +10 -38
- package/dist/nodes/column-view-column.d.ts +13 -11
- package/dist/nodes/column-view-column.js +27 -23
- package/dist/nodes/column-view.d.ts +31 -0
- package/dist/nodes/column-view.js +44 -44
- package/dist/nodes/container-slot.d.ts +15 -0
- package/dist/nodes/container-slot.js +68 -0
- package/dist/nodes/dialog.d.ts +6 -8
- package/dist/nodes/dialog.js +12 -13
- package/dist/nodes/drawing-area.d.ts +12 -0
- package/dist/nodes/drawing-area.js +24 -24
- package/dist/nodes/drop-down.d.ts +22 -0
- package/dist/nodes/drop-down.js +72 -0
- package/dist/nodes/event-controller.d.ts +8 -17
- package/dist/nodes/event-controller.js +20 -42
- package/dist/nodes/fixed-child.d.ts +18 -1
- package/dist/nodes/fixed-child.js +52 -36
- package/dist/nodes/font-dialog-button.d.ts +13 -0
- package/dist/nodes/font-dialog-button.js +12 -35
- package/dist/nodes/grid-child.d.ts +17 -1
- package/dist/nodes/grid-child.js +57 -37
- package/dist/nodes/grid-view.d.ts +24 -0
- package/dist/nodes/grid-view.js +73 -0
- package/dist/nodes/internal/base-item-renderer.d.ts +7 -9
- package/dist/nodes/internal/base-item-renderer.js +15 -18
- package/dist/nodes/internal/grid-item-renderer.d.ts +17 -0
- package/dist/nodes/internal/grid-item-renderer.js +59 -0
- package/dist/nodes/internal/list-item-renderer.d.ts +14 -9
- package/dist/nodes/internal/list-item-renderer.js +96 -35
- package/dist/nodes/internal/list-store.d.ts +5 -0
- package/dist/nodes/internal/list-store.js +39 -9
- package/dist/nodes/internal/predicates.d.ts +4 -19
- package/dist/nodes/internal/predicates.js +1 -20
- package/dist/nodes/internal/props.d.ts +5 -0
- package/dist/nodes/internal/props.js +42 -0
- package/dist/nodes/internal/{selection-model.d.ts → selection-model-controller.d.ts} +4 -9
- package/dist/nodes/internal/{selection-model.js → selection-model-controller.js} +6 -15
- package/dist/nodes/internal/signal-store.js +12 -5
- package/dist/nodes/internal/simple-list-store.d.ts +5 -0
- package/dist/nodes/internal/simple-list-store.js +42 -13
- package/dist/nodes/internal/text-buffer-controller.d.ts +4 -12
- package/dist/nodes/internal/text-buffer-controller.js +32 -33
- package/dist/nodes/internal/tree-store.d.ts +7 -0
- package/dist/nodes/internal/tree-store.js +75 -18
- package/dist/nodes/internal/widget.d.ts +7 -0
- package/dist/nodes/internal/widget.js +68 -0
- package/dist/nodes/level-bar.d.ts +10 -0
- package/dist/nodes/level-bar.js +11 -22
- package/dist/nodes/list-item.d.ts +17 -9
- package/dist/nodes/list-item.js +67 -12
- package/dist/nodes/list-view.d.ts +23 -0
- package/dist/nodes/list-view.js +27 -31
- package/dist/nodes/menu.d.ts +2 -4
- package/dist/nodes/menu.js +0 -6
- package/dist/nodes/models/grid.d.ts +27 -0
- package/dist/nodes/models/grid.js +68 -0
- package/dist/nodes/models/list.d.ts +15 -13
- package/dist/nodes/models/list.js +48 -26
- package/dist/nodes/models/menu.d.ts +15 -16
- package/dist/nodes/models/menu.js +63 -93
- package/dist/nodes/navigation-page.d.ts +16 -10
- package/dist/nodes/navigation-page.js +108 -31
- package/dist/nodes/navigation-view.d.ts +15 -0
- package/dist/nodes/navigation-view.js +15 -65
- package/dist/nodes/notebook-page-tab.d.ts +10 -12
- package/dist/nodes/notebook-page-tab.js +24 -27
- package/dist/nodes/notebook-page.d.ts +19 -16
- package/dist/nodes/notebook-page.js +75 -56
- package/dist/nodes/notebook.d.ts +10 -1
- package/dist/nodes/notebook.js +10 -22
- package/dist/nodes/overlay-child.d.ts +17 -1
- package/dist/nodes/overlay-child.js +53 -75
- package/dist/nodes/popover-menu.d.ts +15 -0
- package/dist/nodes/popover-menu.js +13 -26
- package/dist/nodes/scale.d.ts +8 -0
- package/dist/nodes/scale.js +2 -11
- package/dist/nodes/scrolled-window.d.ts +9 -0
- package/dist/nodes/scrolled-window.js +5 -11
- package/dist/nodes/search-bar.d.ts +9 -0
- package/dist/nodes/search-bar.js +8 -33
- package/dist/nodes/shortcut-controller.d.ts +9 -1
- package/dist/nodes/shortcut-controller.js +12 -25
- package/dist/nodes/shortcut.d.ts +11 -33
- package/dist/nodes/shortcut.js +19 -15
- package/dist/nodes/slot.d.ts +16 -15
- package/dist/nodes/slot.js +63 -57
- package/dist/nodes/source-view.d.ts +16 -0
- package/dist/nodes/source-view.js +44 -44
- package/dist/nodes/stack-page.d.ts +21 -1
- package/dist/nodes/stack-page.js +68 -17
- package/dist/nodes/stack.d.ts +11 -0
- package/dist/nodes/stack.js +8 -26
- package/dist/nodes/text-anchor.d.ts +11 -30
- package/dist/nodes/text-anchor.js +20 -22
- package/dist/nodes/text-content.d.ts +1 -0
- package/dist/nodes/text-content.js +1 -1
- package/dist/nodes/text-paintable.d.ts +10 -15
- package/dist/nodes/text-paintable.js +16 -9
- package/dist/nodes/text-segment.d.ts +12 -10
- package/dist/nodes/text-segment.js +19 -11
- package/dist/nodes/text-tag.d.ts +20 -119
- package/dist/nodes/text-tag.js +153 -119
- package/dist/nodes/text-view.d.ts +13 -18
- package/dist/nodes/text-view.js +17 -17
- package/dist/nodes/toggle-group.d.ts +9 -0
- package/dist/nodes/toggle-group.js +8 -33
- package/dist/nodes/toggle.d.ts +15 -1
- package/dist/nodes/toggle.js +34 -52
- package/dist/nodes/virtual.d.ts +3 -10
- package/dist/nodes/virtual.js +1 -14
- package/dist/nodes/web-view.d.ts +9 -0
- package/dist/nodes/web-view.js +10 -24
- package/dist/nodes/widget.d.ts +17 -13
- package/dist/nodes/widget.js +185 -112
- package/dist/nodes/window.d.ts +20 -21
- package/dist/nodes/window.js +54 -35
- package/dist/registry.d.ts +17 -6
- package/dist/registry.js +104 -5
- package/dist/render.d.ts +1 -10
- package/dist/render.js +1 -13
- package/package.json +6 -6
- package/dist/animation/css-builder.d.ts +0 -3
- package/dist/animation/css-builder.js +0 -53
- package/dist/animation/types.d.ts +0 -120
- package/dist/animation/types.js +0 -1
- package/dist/nodes/abstract/positional-child.d.ts +0 -9
- package/dist/nodes/abstract/positional-child.js +0 -29
- package/dist/nodes/abstract/virtual-container.d.ts +0 -21
- package/dist/nodes/abstract/virtual-container.js +0 -68
- package/dist/nodes/abstract/virtual-single-child.d.ts +0 -18
- package/dist/nodes/abstract/virtual-single-child.js +0 -55
- package/dist/nodes/action-row-child.d.ts +0 -1
- package/dist/nodes/action-row-child.js +0 -30
- package/dist/nodes/autowrapped.d.ts +0 -1
- package/dist/nodes/autowrapped.js +0 -115
- package/dist/nodes/expander-row-child.d.ts +0 -1
- package/dist/nodes/expander-row-child.js +0 -30
- package/dist/nodes/grid.d.ts +0 -1
- package/dist/nodes/grid.js +0 -41
- package/dist/nodes/index.d.ts +0 -56
- package/dist/nodes/index.js +0 -56
- package/dist/nodes/internal/child-attachment.d.ts +0 -26
- package/dist/nodes/internal/child-attachment.js +0 -48
- package/dist/nodes/internal/deferred-action.d.ts +0 -9
- package/dist/nodes/internal/deferred-action.js +0 -22
- package/dist/nodes/internal/text-tag-styles.d.ts +0 -43
- package/dist/nodes/internal/text-tag-styles.js +0 -52
- package/dist/nodes/internal/tree-list-item-renderer.d.ts +0 -26
- package/dist/nodes/internal/tree-list-item-renderer.js +0 -134
- package/dist/nodes/internal/utils.d.ts +0 -12
- package/dist/nodes/internal/utils.js +0 -92
- package/dist/nodes/models/tree-list.d.ts +0 -28
- package/dist/nodes/models/tree-list.js +0 -113
- package/dist/nodes/pack-child.d.ts +0 -1
- package/dist/nodes/pack-child.js +0 -30
- package/dist/nodes/simple-list-item.d.ts +0 -9
- package/dist/nodes/simple-list-item.js +0 -9
- package/dist/nodes/simple-list-view.d.ts +0 -1
- package/dist/nodes/simple-list-view.js +0 -74
- package/dist/nodes/toolbar-child.d.ts +0 -1
- package/dist/nodes/toolbar-child.js +0 -30
- package/dist/nodes/tree-list-item.d.ts +0 -22
- package/dist/nodes/tree-list-item.js +0 -90
- package/dist/nodes/tree-list-view.d.ts +0 -1
- package/dist/nodes/tree-list-view.js +0 -77
- package/dist/scheduler.d.ts +0 -26
- package/dist/scheduler.js +0 -42
|
@@ -1,31 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Internal metadata for the reconciler.
|
|
3
|
-
*
|
|
3
|
+
* Runtime prop/signal resolution and constructor parameters.
|
|
4
4
|
* Not part of the public API.
|
|
5
5
|
*/
|
|
6
|
-
|
|
7
|
-
import * as Gtk from "@gtkx/ffi/gtk";
|
|
8
|
-
/** List widgets that require renderItem prop. */
|
|
9
|
-
export const LIST_WIDGET_CLASSES = [Gtk.GridView, Gtk.ListView];
|
|
10
|
-
/** Dropdown widgets with special item handling. */
|
|
11
|
-
export const DROP_DOWN_CLASSES = [Adw.ComboRow, Gtk.DropDown];
|
|
12
|
-
/** Column view widgets with column-based layout. */
|
|
13
|
-
export const COLUMN_VIEW_CLASSES = [Gtk.ColumnView];
|
|
14
|
-
/** Widgets that auto-wrap children (ListBox wraps in ListBoxRow, FlowBox wraps in FlowBoxChild). */
|
|
15
|
-
export const AUTOWRAP_CLASSES = [Gtk.FlowBox, Gtk.ListBox];
|
|
16
|
-
/** Stack widgets that show one child at a time. */
|
|
17
|
-
export const STACK_CLASSES = [Gtk.Stack, Adw.ViewStack];
|
|
18
|
-
/** Notebook widgets with tabbed interface. */
|
|
19
|
-
export const NOTEBOOK_CLASSES = [Gtk.Notebook];
|
|
20
|
-
/** Widgets that support popover menu children. */
|
|
21
|
-
export const POPOVER_MENU_CLASSES = [Gtk.MenuButton, Gtk.PopoverMenu, Gtk.PopoverMenuBar];
|
|
22
|
-
/** Methods that define the packable interface (pack start/end positioning). */
|
|
23
|
-
export const PACK_INTERFACE_METHODS = ["packStart", "packEnd", "remove"];
|
|
24
|
-
/** Methods that define the prefix/suffix interface (Adwaita action rows). */
|
|
25
|
-
export const PREFIX_SUFFIX_INTERFACE_METHODS = ["addPrefix", "addSuffix", "remove"];
|
|
26
|
-
/** Methods that define the adjustable interface (widgets with GtkAdjustment). */
|
|
27
|
-
export const ADJUSTABLE_INTERFACE_METHODS = ["getAdjustment", "setAdjustment", "getValue"];
|
|
28
|
-
/** Constructor parameters for each widget type, derived from GIR analysis. */
|
|
6
|
+
/** Constructor parameters for each widget and controller type, derived from GIR analysis. */
|
|
29
7
|
export const CONSTRUCTOR_PROPS = {
|
|
30
8
|
AdwAlertDialog: ["heading", "body"],
|
|
31
9
|
GtkAppChooserButton: ["contentType"],
|
|
@@ -68,6 +46,11 @@ export const CONSTRUCTOR_PROPS = {
|
|
|
68
46
|
GtkViewport: ["hadjustment", "vadjustment"],
|
|
69
47
|
GtkWindowControls: ["side"],
|
|
70
48
|
AdwWindowTitle: ["title", "subtitle"],
|
|
49
|
+
GtkDropTarget: ["actions"],
|
|
50
|
+
GtkDropTargetAsync: ["actions", "formats"],
|
|
51
|
+
GtkEventControllerScroll: ["flags"],
|
|
52
|
+
GtkGesturePan: ["orientation"],
|
|
53
|
+
GtkPadController: ["pad"],
|
|
71
54
|
};
|
|
72
55
|
export const PROPS = {
|
|
73
56
|
GtkWidget: {
|
|
@@ -395,7 +378,6 @@ export const PROPS = {
|
|
|
395
378
|
useAlpha: ["getUseAlpha", "setUseAlpha"],
|
|
396
379
|
},
|
|
397
380
|
GtkColorDialogButton: {
|
|
398
|
-
dialog: ["getDialog", "setDialog"],
|
|
399
381
|
rgba: ["getRgba", "setRgba"],
|
|
400
382
|
},
|
|
401
383
|
GtkColumnView: {
|
|
@@ -426,12 +408,8 @@ export const PROPS = {
|
|
|
426
408
|
},
|
|
427
409
|
AdwComboRow: {
|
|
428
410
|
enableSearch: ["getEnableSearch", "setEnableSearch"],
|
|
429
|
-
expression: ["getExpression", "setExpression"],
|
|
430
|
-
factory: ["getFactory", "setFactory"],
|
|
431
411
|
headerFactory: ["getHeaderFactory", "setHeaderFactory"],
|
|
432
|
-
listFactory: ["getListFactory", "setListFactory"],
|
|
433
412
|
searchMatchMode: ["getSearchMatchMode", "setSearchMatchMode"],
|
|
434
|
-
selected: ["getSelected", "setSelected"],
|
|
435
413
|
useSubtitle: ["getUseSubtitle", "setUseSubtitle"],
|
|
436
414
|
},
|
|
437
415
|
GtkSourceCompletionCell: {
|
|
@@ -460,12 +438,8 @@ export const PROPS = {
|
|
|
460
438
|
},
|
|
461
439
|
GtkDropDown: {
|
|
462
440
|
enableSearch: ["getEnableSearch", "setEnableSearch"],
|
|
463
|
-
expression: ["getExpression", "setExpression"],
|
|
464
|
-
factory: ["getFactory", "setFactory"],
|
|
465
441
|
headerFactory: ["getHeaderFactory", "setHeaderFactory"],
|
|
466
|
-
listFactory: ["getListFactory", "setListFactory"],
|
|
467
442
|
searchMatchMode: ["getSearchMatchMode", "setSearchMatchMode"],
|
|
468
|
-
selected: ["getSelected", "setSelected"],
|
|
469
443
|
showArrow: ["getShowArrow", "setShowArrow"],
|
|
470
444
|
},
|
|
471
445
|
GtkEditableLabel: {
|
|
@@ -629,7 +603,6 @@ export const PROPS = {
|
|
|
629
603
|
showPreviewEntry: ["getShowPreviewEntry", "setShowPreviewEntry"],
|
|
630
604
|
},
|
|
631
605
|
GtkFontDialogButton: {
|
|
632
|
-
dialog: ["getDialog", "setDialog"],
|
|
633
606
|
fontDesc: ["getFontDesc", "setFontDesc"],
|
|
634
607
|
fontFeatures: ["getFontFeatures", "setFontFeatures"],
|
|
635
608
|
language: ["getLanguage", "setLanguage"],
|
|
@@ -652,6 +625,7 @@ export const PROPS = {
|
|
|
652
625
|
},
|
|
653
626
|
GtkGraphicsOffload: {
|
|
654
627
|
blackBackground: ["getBlackBackground", "setBlackBackground"],
|
|
628
|
+
child: ["getChild", "setChild"],
|
|
655
629
|
enabled: ["getEnabled", "setEnabled"],
|
|
656
630
|
},
|
|
657
631
|
GtkGrid: {
|
|
@@ -855,7 +829,6 @@ export const PROPS = {
|
|
|
855
829
|
hasFrame: ["getHasFrame", "setHasFrame"],
|
|
856
830
|
iconName: ["getIconName", "setIconName"],
|
|
857
831
|
label: ["getLabel", "setLabel"],
|
|
858
|
-
menuModel: ["getMenuModel", "setMenuModel"],
|
|
859
832
|
popover: ["getPopover", "setPopover"],
|
|
860
833
|
primary: ["getPrimary", "setPrimary"],
|
|
861
834
|
useUnderline: ["getUseUnderline", "setUseUnderline"],
|
|
@@ -882,6 +855,7 @@ export const PROPS = {
|
|
|
882
855
|
},
|
|
883
856
|
AdwNavigationPage: {
|
|
884
857
|
canPop: ["getCanPop", "setCanPop"],
|
|
858
|
+
child: ["getChild", "setChild"],
|
|
885
859
|
tag: ["getTag", "setTag"],
|
|
886
860
|
title: ["getTitle", "setTitle"],
|
|
887
861
|
},
|
|
@@ -972,12 +946,8 @@ export const PROPS = {
|
|
|
972
946
|
},
|
|
973
947
|
GtkPopoverMenu: {
|
|
974
948
|
flags: ["getFlags", "setFlags"],
|
|
975
|
-
menuModel: ["getMenuModel", "setMenuModel"],
|
|
976
949
|
visibleSubmenu: [null, "setVisibleSubmenu"],
|
|
977
950
|
},
|
|
978
|
-
GtkPopoverMenuBar: {
|
|
979
|
-
menuModel: ["getMenuModel", "setMenuModel"],
|
|
980
|
-
},
|
|
981
951
|
AdwPreferencesDialog: {
|
|
982
952
|
searchEnabled: ["getSearchEnabled", "setSearchEnabled"],
|
|
983
953
|
visiblePage: ["getVisiblePage", "setVisiblePage"],
|
|
@@ -1155,7 +1125,6 @@ export const PROPS = {
|
|
|
1155
1125
|
spinning: ["getSpinning", "setSpinning"],
|
|
1156
1126
|
},
|
|
1157
1127
|
AdwSpinRow: {
|
|
1158
|
-
adjustment: ["getAdjustment", "setAdjustment"],
|
|
1159
1128
|
climbRate: ["getClimbRate", "setClimbRate"],
|
|
1160
1129
|
digits: ["getDigits", "setDigits"],
|
|
1161
1130
|
numeric: ["getNumeric", "setNumeric"],
|
|
@@ -1544,377 +1513,622 @@ export const PROPS = {
|
|
|
1544
1513
|
scope: ["getScope", "setScope"],
|
|
1545
1514
|
},
|
|
1546
1515
|
};
|
|
1547
|
-
/** Signal
|
|
1516
|
+
/** Signal handler prop name to GTK signal name mapping for widgets and controllers. */
|
|
1548
1517
|
export const SIGNALS = {
|
|
1549
|
-
GtkWidget:
|
|
1550
|
-
"destroy",
|
|
1551
|
-
"direction-changed",
|
|
1552
|
-
"hide",
|
|
1553
|
-
"keynav-failed",
|
|
1554
|
-
"map",
|
|
1555
|
-
"mnemonic-activate",
|
|
1556
|
-
"move-focus",
|
|
1557
|
-
"query-tooltip",
|
|
1558
|
-
"realize",
|
|
1559
|
-
"show",
|
|
1560
|
-
"state-flags-changed",
|
|
1561
|
-
"unmap",
|
|
1562
|
-
"unrealize",
|
|
1563
|
-
"notify",
|
|
1564
|
-
|
|
1565
|
-
GtkWindow:
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
"activate",
|
|
1589
|
-
"changed",
|
|
1590
|
-
"
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
"
|
|
1594
|
-
"
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
"
|
|
1605
|
-
"
|
|
1606
|
-
"
|
|
1607
|
-
"
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
"
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
"
|
|
1617
|
-
"
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
"
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
"
|
|
1624
|
-
"
|
|
1625
|
-
"
|
|
1626
|
-
"
|
|
1627
|
-
"
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
"
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
"
|
|
1634
|
-
"
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
"
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
"
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
"
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
"
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
"
|
|
1665
|
-
"
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
"
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
"
|
|
1679
|
-
"
|
|
1680
|
-
"
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
"
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
"
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
"
|
|
1691
|
-
"
|
|
1692
|
-
"
|
|
1693
|
-
"
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
"activate",
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
"
|
|
1707
|
-
"
|
|
1708
|
-
"
|
|
1709
|
-
"
|
|
1710
|
-
"
|
|
1711
|
-
"
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
"
|
|
1717
|
-
"
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
"
|
|
1721
|
-
"
|
|
1722
|
-
"
|
|
1723
|
-
"
|
|
1724
|
-
"changed",
|
|
1725
|
-
"
|
|
1726
|
-
"
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
"
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
"
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
"
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
"
|
|
1747
|
-
"
|
|
1748
|
-
"
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
"
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
"
|
|
1755
|
-
"
|
|
1756
|
-
"
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
"
|
|
1760
|
-
"
|
|
1761
|
-
"
|
|
1762
|
-
"
|
|
1763
|
-
"
|
|
1764
|
-
"
|
|
1765
|
-
"
|
|
1766
|
-
"
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
"
|
|
1770
|
-
"
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
"
|
|
1774
|
-
"
|
|
1775
|
-
"
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
"
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
"
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
"
|
|
1786
|
-
"
|
|
1787
|
-
"
|
|
1788
|
-
"
|
|
1789
|
-
"
|
|
1790
|
-
"
|
|
1791
|
-
"
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
"
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
"
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
"
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
"
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
"
|
|
1808
|
-
"
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
"
|
|
1814
|
-
"
|
|
1815
|
-
"
|
|
1816
|
-
"
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
"
|
|
1820
|
-
"
|
|
1821
|
-
"
|
|
1822
|
-
"
|
|
1823
|
-
"
|
|
1824
|
-
"
|
|
1825
|
-
"
|
|
1826
|
-
"
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
"
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
"
|
|
1835
|
-
"
|
|
1836
|
-
"
|
|
1837
|
-
"
|
|
1838
|
-
"
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
"
|
|
1843
|
-
"
|
|
1844
|
-
"
|
|
1845
|
-
"
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
"
|
|
1849
|
-
"
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
"
|
|
1853
|
-
"
|
|
1854
|
-
"
|
|
1855
|
-
"
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
"
|
|
1859
|
-
"
|
|
1860
|
-
"
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
"
|
|
1864
|
-
"
|
|
1865
|
-
"
|
|
1866
|
-
"
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1518
|
+
GtkWidget: {
|
|
1519
|
+
onDestroy: "destroy",
|
|
1520
|
+
onDirectionChanged: "direction-changed",
|
|
1521
|
+
onHide: "hide",
|
|
1522
|
+
onKeynavFailed: "keynav-failed",
|
|
1523
|
+
onMap: "map",
|
|
1524
|
+
onMnemonicActivate: "mnemonic-activate",
|
|
1525
|
+
onMoveFocus: "move-focus",
|
|
1526
|
+
onQueryTooltip: "query-tooltip",
|
|
1527
|
+
onRealize: "realize",
|
|
1528
|
+
onShow: "show",
|
|
1529
|
+
onStateFlagsChanged: "state-flags-changed",
|
|
1530
|
+
onUnmap: "unmap",
|
|
1531
|
+
onUnrealize: "unrealize",
|
|
1532
|
+
onNotify: "notify",
|
|
1533
|
+
},
|
|
1534
|
+
GtkWindow: {
|
|
1535
|
+
onActivateDefault: "activate-default",
|
|
1536
|
+
onActivateFocus: "activate-focus",
|
|
1537
|
+
onCloseRequest: "close-request",
|
|
1538
|
+
onEnableDebugging: "enable-debugging",
|
|
1539
|
+
onKeysChanged: "keys-changed",
|
|
1540
|
+
},
|
|
1541
|
+
AdwAboutDialog: {
|
|
1542
|
+
onActivateLink: "activate-link",
|
|
1543
|
+
},
|
|
1544
|
+
GtkAboutDialog: {
|
|
1545
|
+
onActivateLink: "activate-link",
|
|
1546
|
+
},
|
|
1547
|
+
AdwAboutWindow: {
|
|
1548
|
+
onActivateLink: "activate-link",
|
|
1549
|
+
},
|
|
1550
|
+
AdwActionRow: {
|
|
1551
|
+
onActivated: "activated",
|
|
1552
|
+
},
|
|
1553
|
+
AdwAlertDialog: {
|
|
1554
|
+
onResponse: "response",
|
|
1555
|
+
},
|
|
1556
|
+
GtkAppChooserButton: {
|
|
1557
|
+
onActivate: "activate",
|
|
1558
|
+
onChanged: "changed",
|
|
1559
|
+
onCustomItemActivated: "custom-item-activated",
|
|
1560
|
+
},
|
|
1561
|
+
GtkAppChooserWidget: {
|
|
1562
|
+
onApplicationActivated: "application-activated",
|
|
1563
|
+
onApplicationSelected: "application-selected",
|
|
1564
|
+
},
|
|
1565
|
+
GtkApplicationWindow: {
|
|
1566
|
+
onActionAdded: "action-added",
|
|
1567
|
+
onActionEnabledChanged: "action-enabled-changed",
|
|
1568
|
+
onActionRemoved: "action-removed",
|
|
1569
|
+
onActionStateChanged: "action-state-changed",
|
|
1570
|
+
},
|
|
1571
|
+
GtkAssistant: {
|
|
1572
|
+
onApply: "apply",
|
|
1573
|
+
onCancel: "cancel",
|
|
1574
|
+
onClose: "close",
|
|
1575
|
+
onEscape: "escape",
|
|
1576
|
+
onPrepare: "prepare",
|
|
1577
|
+
},
|
|
1578
|
+
AdwBanner: {
|
|
1579
|
+
onButtonClicked: "button-clicked",
|
|
1580
|
+
},
|
|
1581
|
+
AdwBottomSheet: {
|
|
1582
|
+
onCloseAttempt: "close-attempt",
|
|
1583
|
+
},
|
|
1584
|
+
GtkButton: {
|
|
1585
|
+
onActivate: "activate",
|
|
1586
|
+
onClicked: "clicked",
|
|
1587
|
+
},
|
|
1588
|
+
AdwButtonRow: {
|
|
1589
|
+
onActivated: "activated",
|
|
1590
|
+
},
|
|
1591
|
+
GtkCalendar: {
|
|
1592
|
+
onDaySelected: "day-selected",
|
|
1593
|
+
onNextMonth: "next-month",
|
|
1594
|
+
onNextYear: "next-year",
|
|
1595
|
+
onPrevMonth: "prev-month",
|
|
1596
|
+
onPrevYear: "prev-year",
|
|
1597
|
+
},
|
|
1598
|
+
AdwCarousel: {
|
|
1599
|
+
onPageChanged: "page-changed",
|
|
1600
|
+
},
|
|
1601
|
+
GtkCheckButton: {
|
|
1602
|
+
onActivate: "activate",
|
|
1603
|
+
onToggled: "toggled",
|
|
1604
|
+
},
|
|
1605
|
+
GtkColorButton: {
|
|
1606
|
+
onActivate: "activate",
|
|
1607
|
+
onColorSet: "color-set",
|
|
1608
|
+
onColorActivated: "color-activated",
|
|
1609
|
+
},
|
|
1610
|
+
GtkColorChooserDialog: {
|
|
1611
|
+
onColorActivated: "color-activated",
|
|
1612
|
+
},
|
|
1613
|
+
GtkColorChooserWidget: {
|
|
1614
|
+
onColorActivated: "color-activated",
|
|
1615
|
+
},
|
|
1616
|
+
GtkColorDialogButton: {
|
|
1617
|
+
onActivate: "activate",
|
|
1618
|
+
},
|
|
1619
|
+
GtkColumnView: {
|
|
1620
|
+
onActivate: "activate",
|
|
1621
|
+
},
|
|
1622
|
+
GtkComboBox: {
|
|
1623
|
+
onActivate: "activate",
|
|
1624
|
+
onChanged: "changed",
|
|
1625
|
+
onFormatEntryText: "format-entry-text",
|
|
1626
|
+
onMoveActive: "move-active",
|
|
1627
|
+
onPopdown: "popdown",
|
|
1628
|
+
onPopup: "popup",
|
|
1629
|
+
onEditingDone: "editing-done",
|
|
1630
|
+
onRemoveWidget: "remove-widget",
|
|
1631
|
+
},
|
|
1632
|
+
AdwDialog: {
|
|
1633
|
+
onCloseAttempt: "close-attempt",
|
|
1634
|
+
onClosed: "closed",
|
|
1635
|
+
},
|
|
1636
|
+
GtkDialog: {
|
|
1637
|
+
onClose: "close",
|
|
1638
|
+
onResponse: "response",
|
|
1639
|
+
},
|
|
1640
|
+
GtkDrawingArea: {
|
|
1641
|
+
onResize: "resize",
|
|
1642
|
+
},
|
|
1643
|
+
GtkDropDown: {
|
|
1644
|
+
onActivate: "activate",
|
|
1645
|
+
},
|
|
1646
|
+
GtkEditableLabel: {
|
|
1647
|
+
onChanged: "changed",
|
|
1648
|
+
onDeleteText: "delete-text",
|
|
1649
|
+
onInsertText: "insert-text",
|
|
1650
|
+
},
|
|
1651
|
+
GtkEmojiChooser: {
|
|
1652
|
+
onEmojiPicked: "emoji-picked",
|
|
1653
|
+
},
|
|
1654
|
+
GtkEntry: {
|
|
1655
|
+
onActivate: "activate",
|
|
1656
|
+
onIconPress: "icon-press",
|
|
1657
|
+
onIconRelease: "icon-release",
|
|
1658
|
+
onEditingDone: "editing-done",
|
|
1659
|
+
onRemoveWidget: "remove-widget",
|
|
1660
|
+
onChanged: "changed",
|
|
1661
|
+
onDeleteText: "delete-text",
|
|
1662
|
+
onInsertText: "insert-text",
|
|
1663
|
+
},
|
|
1664
|
+
AdwEntryRow: {
|
|
1665
|
+
onApply: "apply",
|
|
1666
|
+
onEntryActivated: "entry-activated",
|
|
1667
|
+
onChanged: "changed",
|
|
1668
|
+
onDeleteText: "delete-text",
|
|
1669
|
+
onInsertText: "insert-text",
|
|
1670
|
+
},
|
|
1671
|
+
GtkExpander: {
|
|
1672
|
+
onActivate: "activate",
|
|
1673
|
+
},
|
|
1674
|
+
GtkFileChooserWidget: {
|
|
1675
|
+
onDesktopFolder: "desktop-folder",
|
|
1676
|
+
onDownFolder: "down-folder",
|
|
1677
|
+
onHomeFolder: "home-folder",
|
|
1678
|
+
onLocationPopup: "location-popup",
|
|
1679
|
+
onLocationPopupOnPaste: "location-popup-on-paste",
|
|
1680
|
+
onLocationTogglePopup: "location-toggle-popup",
|
|
1681
|
+
onPlacesShortcut: "places-shortcut",
|
|
1682
|
+
onQuickBookmark: "quick-bookmark",
|
|
1683
|
+
onRecentShortcut: "recent-shortcut",
|
|
1684
|
+
onSearchShortcut: "search-shortcut",
|
|
1685
|
+
onShowHidden: "show-hidden",
|
|
1686
|
+
onUpFolder: "up-folder",
|
|
1687
|
+
},
|
|
1688
|
+
GtkFlowBox: {
|
|
1689
|
+
onActivateCursorChild: "activate-cursor-child",
|
|
1690
|
+
onChildActivated: "child-activated",
|
|
1691
|
+
onMoveCursor: "move-cursor",
|
|
1692
|
+
onSelectAll: "select-all",
|
|
1693
|
+
onSelectedChildrenChanged: "selected-children-changed",
|
|
1694
|
+
onToggleCursorChild: "toggle-cursor-child",
|
|
1695
|
+
onUnselectAll: "unselect-all",
|
|
1696
|
+
},
|
|
1697
|
+
GtkFlowBoxChild: {
|
|
1698
|
+
onActivate: "activate",
|
|
1699
|
+
},
|
|
1700
|
+
GtkFontButton: {
|
|
1701
|
+
onActivate: "activate",
|
|
1702
|
+
onFontSet: "font-set",
|
|
1703
|
+
onFontActivated: "font-activated",
|
|
1704
|
+
},
|
|
1705
|
+
GtkFontChooserDialog: {
|
|
1706
|
+
onFontActivated: "font-activated",
|
|
1707
|
+
},
|
|
1708
|
+
GtkFontChooserWidget: {
|
|
1709
|
+
onFontActivated: "font-activated",
|
|
1710
|
+
},
|
|
1711
|
+
GtkFontDialogButton: {
|
|
1712
|
+
onActivate: "activate",
|
|
1713
|
+
},
|
|
1714
|
+
GtkGLArea: {
|
|
1715
|
+
onCreateContext: "create-context",
|
|
1716
|
+
onRender: "render",
|
|
1717
|
+
onResize: "resize",
|
|
1718
|
+
},
|
|
1719
|
+
GtkGridView: {
|
|
1720
|
+
onActivate: "activate",
|
|
1721
|
+
},
|
|
1722
|
+
GtkSourceGutterRenderer: {
|
|
1723
|
+
onActivate: "activate",
|
|
1724
|
+
onQueryActivatable: "query-activatable",
|
|
1725
|
+
onQueryData: "query-data",
|
|
1726
|
+
},
|
|
1727
|
+
GtkIconView: {
|
|
1728
|
+
onActivateCursorItem: "activate-cursor-item",
|
|
1729
|
+
onItemActivated: "item-activated",
|
|
1730
|
+
onMoveCursor: "move-cursor",
|
|
1731
|
+
onSelectAll: "select-all",
|
|
1732
|
+
onSelectCursorItem: "select-cursor-item",
|
|
1733
|
+
onSelectionChanged: "selection-changed",
|
|
1734
|
+
onToggleCursorItem: "toggle-cursor-item",
|
|
1735
|
+
onUnselectAll: "unselect-all",
|
|
1736
|
+
},
|
|
1737
|
+
GtkInfoBar: {
|
|
1738
|
+
onClose: "close",
|
|
1739
|
+
onResponse: "response",
|
|
1740
|
+
},
|
|
1741
|
+
GtkLabel: {
|
|
1742
|
+
onActivateCurrentLink: "activate-current-link",
|
|
1743
|
+
onActivateLink: "activate-link",
|
|
1744
|
+
onCopyClipboard: "copy-clipboard",
|
|
1745
|
+
onMoveCursor: "move-cursor",
|
|
1746
|
+
},
|
|
1747
|
+
GtkLevelBar: {
|
|
1748
|
+
onOffsetChanged: "offset-changed",
|
|
1749
|
+
},
|
|
1750
|
+
GtkLinkButton: {
|
|
1751
|
+
onActivateLink: "activate-link",
|
|
1752
|
+
},
|
|
1753
|
+
GtkListBox: {
|
|
1754
|
+
onActivateCursorRow: "activate-cursor-row",
|
|
1755
|
+
onMoveCursor: "move-cursor",
|
|
1756
|
+
onRowActivated: "row-activated",
|
|
1757
|
+
onRowSelected: "row-selected",
|
|
1758
|
+
onSelectAll: "select-all",
|
|
1759
|
+
onSelectedRowsChanged: "selected-rows-changed",
|
|
1760
|
+
onToggleCursorRow: "toggle-cursor-row",
|
|
1761
|
+
onUnselectAll: "unselect-all",
|
|
1762
|
+
},
|
|
1763
|
+
GtkListBoxRow: {
|
|
1764
|
+
onActivate: "activate",
|
|
1765
|
+
},
|
|
1766
|
+
GtkListView: {
|
|
1767
|
+
onActivate: "activate",
|
|
1768
|
+
},
|
|
1769
|
+
GtkMenuButton: {
|
|
1770
|
+
onActivate: "activate",
|
|
1771
|
+
},
|
|
1772
|
+
AdwMessageDialog: {
|
|
1773
|
+
onResponse: "response",
|
|
1774
|
+
},
|
|
1775
|
+
AdwNavigationPage: {
|
|
1776
|
+
onHidden: "hidden",
|
|
1777
|
+
onHiding: "hiding",
|
|
1778
|
+
onShowing: "showing",
|
|
1779
|
+
onShown: "shown",
|
|
1780
|
+
},
|
|
1781
|
+
AdwNavigationView: {
|
|
1782
|
+
onGetNextPage: "get-next-page",
|
|
1783
|
+
onPopped: "popped",
|
|
1784
|
+
onPushed: "pushed",
|
|
1785
|
+
onReplaced: "replaced",
|
|
1786
|
+
},
|
|
1787
|
+
GtkNotebook: {
|
|
1788
|
+
onChangeCurrentPage: "change-current-page",
|
|
1789
|
+
onCreateWindow: "create-window",
|
|
1790
|
+
onFocusTab: "focus-tab",
|
|
1791
|
+
onMoveFocusOut: "move-focus-out",
|
|
1792
|
+
onPageAdded: "page-added",
|
|
1793
|
+
onPageRemoved: "page-removed",
|
|
1794
|
+
onPageReordered: "page-reordered",
|
|
1795
|
+
onReorderTab: "reorder-tab",
|
|
1796
|
+
onSelectPage: "select-page",
|
|
1797
|
+
onSwitchPage: "switch-page",
|
|
1798
|
+
},
|
|
1799
|
+
GtkOverlay: {
|
|
1800
|
+
onGetChildPosition: "get-child-position",
|
|
1801
|
+
},
|
|
1802
|
+
GtkPaned: {
|
|
1803
|
+
onAcceptPosition: "accept-position",
|
|
1804
|
+
onCancelPosition: "cancel-position",
|
|
1805
|
+
onCycleChildFocus: "cycle-child-focus",
|
|
1806
|
+
onCycleHandleFocus: "cycle-handle-focus",
|
|
1807
|
+
onMoveHandle: "move-handle",
|
|
1808
|
+
onToggleHandleFocus: "toggle-handle-focus",
|
|
1809
|
+
},
|
|
1810
|
+
GtkPasswordEntry: {
|
|
1811
|
+
onActivate: "activate",
|
|
1812
|
+
onChanged: "changed",
|
|
1813
|
+
onDeleteText: "delete-text",
|
|
1814
|
+
onInsertText: "insert-text",
|
|
1815
|
+
},
|
|
1816
|
+
GtkPopover: {
|
|
1817
|
+
onActivateDefault: "activate-default",
|
|
1818
|
+
onClosed: "closed",
|
|
1819
|
+
},
|
|
1820
|
+
GtkRange: {
|
|
1821
|
+
onAdjustBounds: "adjust-bounds",
|
|
1822
|
+
onChangeValue: "change-value",
|
|
1823
|
+
onMoveSlider: "move-slider",
|
|
1824
|
+
onValueChanged: "value-changed",
|
|
1825
|
+
},
|
|
1826
|
+
GtkScaleButton: {
|
|
1827
|
+
onPopdown: "popdown",
|
|
1828
|
+
onPopup: "popup",
|
|
1829
|
+
onValueChanged: "value-changed",
|
|
1830
|
+
},
|
|
1831
|
+
GtkScrolledWindow: {
|
|
1832
|
+
onEdgeOvershot: "edge-overshot",
|
|
1833
|
+
onEdgeReached: "edge-reached",
|
|
1834
|
+
onMoveFocusOut: "move-focus-out",
|
|
1835
|
+
onScrollChild: "scroll-child",
|
|
1836
|
+
},
|
|
1837
|
+
GtkSearchEntry: {
|
|
1838
|
+
onActivate: "activate",
|
|
1839
|
+
onNextMatch: "next-match",
|
|
1840
|
+
onPreviousMatch: "previous-match",
|
|
1841
|
+
onSearchChanged: "search-changed",
|
|
1842
|
+
onSearchStarted: "search-started",
|
|
1843
|
+
onStopSearch: "stop-search",
|
|
1844
|
+
onChanged: "changed",
|
|
1845
|
+
onDeleteText: "delete-text",
|
|
1846
|
+
onInsertText: "insert-text",
|
|
1847
|
+
},
|
|
1848
|
+
GtkShortcutsSection: {
|
|
1849
|
+
onChangeCurrentPage: "change-current-page",
|
|
1850
|
+
},
|
|
1851
|
+
GtkShortcutsWindow: {
|
|
1852
|
+
onClose: "close",
|
|
1853
|
+
onSearch: "search",
|
|
1854
|
+
},
|
|
1855
|
+
GtkSpinButton: {
|
|
1856
|
+
onActivate: "activate",
|
|
1857
|
+
onChangeValue: "change-value",
|
|
1858
|
+
onInput: "input",
|
|
1859
|
+
onOutput: "output",
|
|
1860
|
+
onValueChanged: "value-changed",
|
|
1861
|
+
onWrapped: "wrapped",
|
|
1862
|
+
onEditingDone: "editing-done",
|
|
1863
|
+
onRemoveWidget: "remove-widget",
|
|
1864
|
+
onChanged: "changed",
|
|
1865
|
+
onDeleteText: "delete-text",
|
|
1866
|
+
onInsertText: "insert-text",
|
|
1867
|
+
},
|
|
1868
|
+
AdwSpinRow: {
|
|
1869
|
+
onInput: "input",
|
|
1870
|
+
onOutput: "output",
|
|
1871
|
+
onWrapped: "wrapped",
|
|
1872
|
+
onChanged: "changed",
|
|
1873
|
+
onDeleteText: "delete-text",
|
|
1874
|
+
onInsertText: "insert-text",
|
|
1875
|
+
},
|
|
1876
|
+
AdwSplitButton: {
|
|
1877
|
+
onActivate: "activate",
|
|
1878
|
+
onClicked: "clicked",
|
|
1879
|
+
},
|
|
1880
|
+
GtkStatusbar: {
|
|
1881
|
+
onTextPopped: "text-popped",
|
|
1882
|
+
onTextPushed: "text-pushed",
|
|
1883
|
+
},
|
|
1884
|
+
GtkSourceStyleSchemePreview: {
|
|
1885
|
+
onActivate: "activate",
|
|
1886
|
+
},
|
|
1887
|
+
GtkSwitch: {
|
|
1888
|
+
onActivate: "activate",
|
|
1889
|
+
onStateSet: "state-set",
|
|
1890
|
+
},
|
|
1891
|
+
AdwTabBar: {
|
|
1892
|
+
onExtraDragDrop: "extra-drag-drop",
|
|
1893
|
+
onExtraDragValue: "extra-drag-value",
|
|
1894
|
+
},
|
|
1895
|
+
AdwTabButton: {
|
|
1896
|
+
onActivate: "activate",
|
|
1897
|
+
onClicked: "clicked",
|
|
1898
|
+
},
|
|
1899
|
+
AdwTabOverview: {
|
|
1900
|
+
onCreateTab: "create-tab",
|
|
1901
|
+
onExtraDragDrop: "extra-drag-drop",
|
|
1902
|
+
onExtraDragValue: "extra-drag-value",
|
|
1903
|
+
},
|
|
1904
|
+
AdwTabView: {
|
|
1905
|
+
onClosePage: "close-page",
|
|
1906
|
+
onCreateWindow: "create-window",
|
|
1907
|
+
onIndicatorActivated: "indicator-activated",
|
|
1908
|
+
onPageAttached: "page-attached",
|
|
1909
|
+
onPageDetached: "page-detached",
|
|
1910
|
+
onPageReordered: "page-reordered",
|
|
1911
|
+
onSetupMenu: "setup-menu",
|
|
1912
|
+
},
|
|
1913
|
+
VteTerminal: {
|
|
1914
|
+
onBell: "bell",
|
|
1915
|
+
onCharSizeChanged: "char-size-changed",
|
|
1916
|
+
onChildExited: "child-exited",
|
|
1917
|
+
onCommit: "commit",
|
|
1918
|
+
onContentsChanged: "contents-changed",
|
|
1919
|
+
onCopyClipboard: "copy-clipboard",
|
|
1920
|
+
onCurrentDirectoryUriChanged: "current-directory-uri-changed",
|
|
1921
|
+
onCurrentFileUriChanged: "current-file-uri-changed",
|
|
1922
|
+
onCursorMoved: "cursor-moved",
|
|
1923
|
+
onDecreaseFontSize: "decrease-font-size",
|
|
1924
|
+
onDeiconifyWindow: "deiconify-window",
|
|
1925
|
+
onEncodingChanged: "encoding-changed",
|
|
1926
|
+
onEof: "eof",
|
|
1927
|
+
onHyperlinkHoverUriChanged: "hyperlink-hover-uri-changed",
|
|
1928
|
+
onIconTitleChanged: "icon-title-changed",
|
|
1929
|
+
onIconifyWindow: "iconify-window",
|
|
1930
|
+
onIncreaseFontSize: "increase-font-size",
|
|
1931
|
+
onLowerWindow: "lower-window",
|
|
1932
|
+
onMaximizeWindow: "maximize-window",
|
|
1933
|
+
onMoveWindow: "move-window",
|
|
1934
|
+
onPasteClipboard: "paste-clipboard",
|
|
1935
|
+
onRaiseWindow: "raise-window",
|
|
1936
|
+
onRefreshWindow: "refresh-window",
|
|
1937
|
+
onResizeWindow: "resize-window",
|
|
1938
|
+
onRestoreWindow: "restore-window",
|
|
1939
|
+
onSelectionChanged: "selection-changed",
|
|
1940
|
+
onSetupContextMenu: "setup-context-menu",
|
|
1941
|
+
onTermpropChanged: "termprop-changed",
|
|
1942
|
+
onTermpropsChanged: "termprops-changed",
|
|
1943
|
+
onWindowTitleChanged: "window-title-changed",
|
|
1944
|
+
},
|
|
1945
|
+
GtkText: {
|
|
1946
|
+
onActivate: "activate",
|
|
1947
|
+
onBackspace: "backspace",
|
|
1948
|
+
onCopyClipboard: "copy-clipboard",
|
|
1949
|
+
onCutClipboard: "cut-clipboard",
|
|
1950
|
+
onDeleteFromCursor: "delete-from-cursor",
|
|
1951
|
+
onInsertAtCursor: "insert-at-cursor",
|
|
1952
|
+
onInsertEmoji: "insert-emoji",
|
|
1953
|
+
onMoveCursor: "move-cursor",
|
|
1954
|
+
onPasteClipboard: "paste-clipboard",
|
|
1955
|
+
onPreeditChanged: "preedit-changed",
|
|
1956
|
+
onToggleOverwrite: "toggle-overwrite",
|
|
1957
|
+
onChanged: "changed",
|
|
1958
|
+
onDeleteText: "delete-text",
|
|
1959
|
+
onInsertText: "insert-text",
|
|
1960
|
+
},
|
|
1961
|
+
GtkTextView: {
|
|
1962
|
+
onBackspace: "backspace",
|
|
1963
|
+
onCopyClipboard: "copy-clipboard",
|
|
1964
|
+
onCutClipboard: "cut-clipboard",
|
|
1965
|
+
onDeleteFromCursor: "delete-from-cursor",
|
|
1966
|
+
onExtendSelection: "extend-selection",
|
|
1967
|
+
onInsertAtCursor: "insert-at-cursor",
|
|
1968
|
+
onInsertEmoji: "insert-emoji",
|
|
1969
|
+
onMoveCursor: "move-cursor",
|
|
1970
|
+
onMoveViewport: "move-viewport",
|
|
1971
|
+
onPasteClipboard: "paste-clipboard",
|
|
1972
|
+
onPreeditChanged: "preedit-changed",
|
|
1973
|
+
onSelectAll: "select-all",
|
|
1974
|
+
onSetAnchor: "set-anchor",
|
|
1975
|
+
onToggleCursorVisible: "toggle-cursor-visible",
|
|
1976
|
+
onToggleOverwrite: "toggle-overwrite",
|
|
1977
|
+
},
|
|
1978
|
+
GtkToggleButton: {
|
|
1979
|
+
onToggled: "toggled",
|
|
1980
|
+
},
|
|
1981
|
+
GtkTreeView: {
|
|
1982
|
+
onColumnsChanged: "columns-changed",
|
|
1983
|
+
onCursorChanged: "cursor-changed",
|
|
1984
|
+
onExpandCollapseCursorRow: "expand-collapse-cursor-row",
|
|
1985
|
+
onMoveCursor: "move-cursor",
|
|
1986
|
+
onRowActivated: "row-activated",
|
|
1987
|
+
onRowCollapsed: "row-collapsed",
|
|
1988
|
+
onRowExpanded: "row-expanded",
|
|
1989
|
+
onSelectAll: "select-all",
|
|
1990
|
+
onSelectCursorParent: "select-cursor-parent",
|
|
1991
|
+
onSelectCursorRow: "select-cursor-row",
|
|
1992
|
+
onStartInteractiveSearch: "start-interactive-search",
|
|
1993
|
+
onTestCollapseRow: "test-collapse-row",
|
|
1994
|
+
onTestExpandRow: "test-expand-row",
|
|
1995
|
+
onToggleCursorRow: "toggle-cursor-row",
|
|
1996
|
+
onUnselectAll: "unselect-all",
|
|
1997
|
+
},
|
|
1998
|
+
GtkSourceView: {
|
|
1999
|
+
onChangeCase: "change-case",
|
|
2000
|
+
onChangeNumber: "change-number",
|
|
2001
|
+
onJoinLines: "join-lines",
|
|
2002
|
+
onLineMarkActivated: "line-mark-activated",
|
|
2003
|
+
onMoveLines: "move-lines",
|
|
2004
|
+
onMoveToMatchingBracket: "move-to-matching-bracket",
|
|
2005
|
+
onMoveWords: "move-words",
|
|
2006
|
+
onPushSnippet: "push-snippet",
|
|
2007
|
+
onShowCompletion: "show-completion",
|
|
2008
|
+
onSmartHomeEnd: "smart-home-end",
|
|
2009
|
+
},
|
|
2010
|
+
WebKitWebView: {
|
|
2011
|
+
onAuthenticate: "authenticate",
|
|
2012
|
+
onClose: "close",
|
|
2013
|
+
onContextMenu: "context-menu",
|
|
2014
|
+
onContextMenuDismissed: "context-menu-dismissed",
|
|
2015
|
+
onCreate: "create",
|
|
2016
|
+
onDecidePolicy: "decide-policy",
|
|
2017
|
+
onEnterFullscreen: "enter-fullscreen",
|
|
2018
|
+
onInsecureContentDetected: "insecure-content-detected",
|
|
2019
|
+
onLeaveFullscreen: "leave-fullscreen",
|
|
2020
|
+
onLoadChanged: "load-changed",
|
|
2021
|
+
onLoadFailed: "load-failed",
|
|
2022
|
+
onLoadFailedWithTlsErrors: "load-failed-with-tls-errors",
|
|
2023
|
+
onMouseTargetChanged: "mouse-target-changed",
|
|
2024
|
+
onPermissionRequest: "permission-request",
|
|
2025
|
+
onPrint: "print",
|
|
2026
|
+
onQueryPermissionState: "query-permission-state",
|
|
2027
|
+
onReadyToShow: "ready-to-show",
|
|
2028
|
+
onResourceLoadStarted: "resource-load-started",
|
|
2029
|
+
onRunAsModal: "run-as-modal",
|
|
2030
|
+
onRunColorChooser: "run-color-chooser",
|
|
2031
|
+
onRunFileChooser: "run-file-chooser",
|
|
2032
|
+
onScriptDialog: "script-dialog",
|
|
2033
|
+
onShowNotification: "show-notification",
|
|
2034
|
+
onShowOptionMenu: "show-option-menu",
|
|
2035
|
+
onSubmitForm: "submit-form",
|
|
2036
|
+
onUserMessageReceived: "user-message-received",
|
|
2037
|
+
onWebProcessTerminated: "web-process-terminated",
|
|
2038
|
+
},
|
|
2039
|
+
GtkDragSource: {
|
|
2040
|
+
onDragBegin: "drag-begin",
|
|
2041
|
+
onDragCancel: "drag-cancel",
|
|
2042
|
+
onDragEnd: "drag-end",
|
|
2043
|
+
onPrepare: "prepare",
|
|
2044
|
+
},
|
|
2045
|
+
GtkDropControllerMotion: {
|
|
2046
|
+
onEnter: "enter",
|
|
2047
|
+
onLeave: "leave",
|
|
2048
|
+
onMotion: "motion",
|
|
2049
|
+
},
|
|
2050
|
+
GtkDropTarget: {
|
|
2051
|
+
onAccept: "accept",
|
|
2052
|
+
onDrop: "drop",
|
|
2053
|
+
onEnter: "enter",
|
|
2054
|
+
onLeave: "leave",
|
|
2055
|
+
onMotion: "motion",
|
|
2056
|
+
},
|
|
2057
|
+
GtkDropTargetAsync: {
|
|
2058
|
+
onAccept: "accept",
|
|
2059
|
+
onDragEnter: "drag-enter",
|
|
2060
|
+
onDragLeave: "drag-leave",
|
|
2061
|
+
onDragMotion: "drag-motion",
|
|
2062
|
+
onDrop: "drop",
|
|
2063
|
+
},
|
|
2064
|
+
GtkEventController: {
|
|
2065
|
+
onNotify: "notify",
|
|
2066
|
+
},
|
|
2067
|
+
GtkEventControllerFocus: {
|
|
2068
|
+
onEnter: "enter",
|
|
2069
|
+
onLeave: "leave",
|
|
2070
|
+
},
|
|
2071
|
+
GtkEventControllerKey: {
|
|
2072
|
+
onImUpdate: "im-update",
|
|
2073
|
+
onKeyPressed: "key-pressed",
|
|
2074
|
+
onKeyReleased: "key-released",
|
|
2075
|
+
onModifiers: "modifiers",
|
|
2076
|
+
},
|
|
2077
|
+
GtkEventControllerLegacy: {
|
|
2078
|
+
onEvent: "event",
|
|
2079
|
+
},
|
|
2080
|
+
GtkEventControllerMotion: {
|
|
2081
|
+
onEnter: "enter",
|
|
2082
|
+
onLeave: "leave",
|
|
2083
|
+
onMotion: "motion",
|
|
2084
|
+
},
|
|
2085
|
+
GtkEventControllerScroll: {
|
|
2086
|
+
onDecelerate: "decelerate",
|
|
2087
|
+
onScroll: "scroll",
|
|
2088
|
+
onScrollBegin: "scroll-begin",
|
|
2089
|
+
onScrollEnd: "scroll-end",
|
|
2090
|
+
},
|
|
2091
|
+
GtkGesture: {
|
|
2092
|
+
onBegin: "begin",
|
|
2093
|
+
onCancel: "cancel",
|
|
2094
|
+
onEnd: "end",
|
|
2095
|
+
onSequenceStateChanged: "sequence-state-changed",
|
|
2096
|
+
onUpdate: "update",
|
|
2097
|
+
},
|
|
2098
|
+
GtkGestureClick: {
|
|
2099
|
+
onPressed: "pressed",
|
|
2100
|
+
onReleased: "released",
|
|
2101
|
+
onStopped: "stopped",
|
|
2102
|
+
onUnpairedRelease: "unpaired-release",
|
|
2103
|
+
},
|
|
2104
|
+
GtkGestureDrag: {
|
|
2105
|
+
onDragBegin: "drag-begin",
|
|
2106
|
+
onDragEnd: "drag-end",
|
|
2107
|
+
onDragUpdate: "drag-update",
|
|
2108
|
+
},
|
|
2109
|
+
GtkGestureLongPress: {
|
|
2110
|
+
onCancelled: "cancelled",
|
|
2111
|
+
onPressed: "pressed",
|
|
2112
|
+
},
|
|
2113
|
+
GtkGesturePan: {
|
|
2114
|
+
onPan: "pan",
|
|
2115
|
+
},
|
|
2116
|
+
GtkGestureRotate: {
|
|
2117
|
+
onAngleChanged: "angle-changed",
|
|
2118
|
+
},
|
|
2119
|
+
GtkGestureStylus: {
|
|
2120
|
+
onDown: "down",
|
|
2121
|
+
onMotion: "motion",
|
|
2122
|
+
onProximity: "proximity",
|
|
2123
|
+
onUp: "up",
|
|
2124
|
+
},
|
|
2125
|
+
GtkGestureSwipe: {
|
|
2126
|
+
onSwipe: "swipe",
|
|
2127
|
+
},
|
|
2128
|
+
GtkGestureZoom: {
|
|
2129
|
+
onScaleChanged: "scale-changed",
|
|
2130
|
+
},
|
|
2131
|
+
GtkShortcutController: {
|
|
2132
|
+
onItemsChanged: "items-changed",
|
|
2133
|
+
},
|
|
1920
2134
|
};
|