@girs/gdl-3 4.3.0 → 4.5.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.
@@ -0,0 +1,83 @@
1
+ // The widget vocabulary of Gdl-3 as runtime data.
2
+ //
3
+ // GENERATED — do not edit. Provenance: Gdl-3 — dropped empty base(s): GObject.InitiallyUnowned GObject.Object Atk.ImplementorIface — prop(s) no TypeScript value satisfies: Gdl.DockObject.pixbuf-icon
4
+ //
5
+ // The type half of this subpath is the sibling `.d.ts`. This file exists because
6
+ // types are erased: a consumer that wants to ask the installed library whether every
7
+ // name here is real needs values, not declarations.
8
+
9
+ export const PROVENANCE = {
10
+ namespace: 'Gdl',
11
+ version: '3',
12
+ libraryVersion: null,
13
+ childHolders: 0,
14
+ droppedBases: ['GObject.InitiallyUnowned', 'GObject.Object', 'Atk.ImplementorIface'],
15
+ inlinedBases: [],
16
+ unsettableProps: ['Gdl.DockObject.pixbuf-icon'],
17
+ };
18
+
19
+ export const OWN_PROPS = {
20
+ GdlDock: ['default-title', 'floating', 'floatx', 'floaty', 'height', 'skip-taskbar', 'width'],
21
+ GdlDockBar: ['dockbar-style', 'master'],
22
+ GdlDockItem: ['behavior', 'closed', 'iconified', 'locked', 'orientation', 'preferred-height', 'preferred-width', 'resize'],
23
+ GdlDockItemGrip: ['item'],
24
+ GdlDockNotebook: ['page'],
25
+ GdlDockObject: ['long-name', 'master', 'name', 'pixbuf-icon', 'stock-id'],
26
+ GdlDockPaned: ['position'],
27
+ GdlDockPlaceholder: ['floating', 'floatx', 'floaty', 'height', 'host', 'next-placement', 'sticky', 'width'],
28
+ GdlDockTablabel: ['item'],
29
+ GdlSwitcher: ['switcher-style', 'tab-pos', 'tab-reorderable'],
30
+ };
31
+
32
+ export const OWN_SIGNALS = {
33
+ GdlDock: ['layout-changed'],
34
+ GdlDockItem: ['deselected', 'dock-drag-begin', 'dock-drag-end', 'dock-drag-motion', 'move-focus-child', 'selected'],
35
+ GdlDockObject: ['detach', 'dock'],
36
+ GdlDockTablabel: ['button-pressed-handle'],
37
+ };
38
+
39
+ export const DECLS = {
40
+ GdlDock: ['GdlDock', 'GdlDockObject', 'GtkContainer', 'GtkWidget', 'GtkBuildable'],
41
+ GdlDockBar: ['GdlDockBar', 'GtkBox', 'GtkContainer', 'GtkWidget', 'GtkBuildable', 'GtkOrientable'],
42
+ GdlDockItem: ['GdlDockItem', 'GdlDockObject', 'GtkContainer', 'GtkWidget', 'GtkBuildable'],
43
+ GdlDockItemButtonImage: ['GdlDockItemButtonImage', 'GtkWidget', 'GtkBuildable'],
44
+ GdlDockItemGrip: ['GdlDockItemGrip', 'GtkContainer', 'GtkWidget', 'GtkBuildable'],
45
+ GdlDockNotebook: ['GdlDockNotebook', 'GdlDockItem', 'GdlDockObject', 'GtkContainer', 'GtkWidget', 'GtkBuildable'],
46
+ GdlDockObject: ['GdlDockObject', 'GtkContainer', 'GtkWidget', 'GtkBuildable'],
47
+ GdlDockPaned: ['GdlDockPaned', 'GdlDockItem', 'GdlDockObject', 'GtkContainer', 'GtkWidget', 'GtkBuildable'],
48
+ GdlDockPlaceholder: ['GdlDockPlaceholder', 'GdlDockObject', 'GtkContainer', 'GtkWidget', 'GtkBuildable'],
49
+ GdlDockTablabel: ['GdlDockTablabel', 'GtkBin', 'GtkContainer', 'GtkWidget', 'GtkBuildable'],
50
+ GdlPreviewWindow: ['GdlPreviewWindow', 'GtkWindow', 'GtkBin', 'GtkContainer', 'GtkWidget', 'GtkBuildable'],
51
+ GdlSwitcher: ['GdlSwitcher', 'GtkNotebook', 'GtkContainer', 'GtkWidget', 'GtkBuildable'],
52
+ };
53
+
54
+ // The GTypes above that are NOT widgets: they hold one through `set_child`/`get_child`
55
+ // and descend from `GObject.Object`. A renderer places them like a container; a check
56
+ // asking "is this a widget" must not count them. Derived from the accessor pair, never
57
+ // from a list — the count is in the provenance line above.
58
+ export const CHILD_HOLDERS = [];
59
+
60
+ export const ENUM_NICKS = {
61
+ GdlDockBarStyle: ['icons', 'text', 'both', 'auto'],
62
+ GdlDockPlacement: ['none', 'top', 'bottom', 'right', 'left', 'center', 'floating'],
63
+ GdlSwitcherStyle: ['text', 'icon', 'both', 'toolbar', 'tabs', 'none'],
64
+ };
65
+
66
+ export const SLOT_CANDIDATES = {
67
+ GdlDockItem: {
68
+ 'child': 'set_child',
69
+ 'default-position': 'set_default_position',
70
+ 'tablabel': 'set_tablabel',
71
+ },
72
+ GdlDockItemGrip: {
73
+ 'label': 'set_label',
74
+ },
75
+ };
76
+
77
+ export const SINCE = {
78
+ 'GdlDock.skip-taskbar': '3.6',
79
+ 'GdlDockItem.closed': '3.6',
80
+ 'GdlDockItem.iconified': '3.6',
81
+ 'GdlDockItem::move-focus-child': '3.3.2',
82
+ 'GdlDockObject.pixbuf-icon': '3.3.2',
83
+ };