@girs/gladeui-2.0 2.0.0-3.2.5 → 2.0.0-3.2.6
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/gladeui-2.0.d.cts +77 -0
- package/gladeui-2.0.d.ts +77 -0
- 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 Gladeui-2.0, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.
|
|
8
|
+
GJS TypeScript type definitions for Gladeui-2.0, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.6.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Install
|
package/gladeui-2.0.d.cts
CHANGED
|
@@ -2099,6 +2099,7 @@ export interface Clipboard {
|
|
|
2099
2099
|
// Own properties of Gladeui-2.0.Gladeui.Clipboard
|
|
2100
2100
|
|
|
2101
2101
|
readonly has_selection: boolean
|
|
2102
|
+
readonly hasSelection: boolean
|
|
2102
2103
|
|
|
2103
2104
|
// Own fields of Gladeui-2.0.Gladeui.Clipboard
|
|
2104
2105
|
|
|
@@ -6187,6 +6188,8 @@ export module Editor {
|
|
|
6187
6188
|
show_boder?: boolean | null
|
|
6188
6189
|
show_class_field?: boolean | null
|
|
6189
6190
|
widget?: Widget | null
|
|
6191
|
+
showBoder?: boolean | null
|
|
6192
|
+
showClassField?: boolean | null
|
|
6190
6193
|
}
|
|
6191
6194
|
|
|
6192
6195
|
}
|
|
@@ -6196,10 +6199,15 @@ export interface Editor extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orienta
|
|
|
6196
6199
|
// Own properties of Gladeui-2.0.Gladeui.Editor
|
|
6197
6200
|
|
|
6198
6201
|
readonly class_field: string | null
|
|
6202
|
+
readonly classField: string | null
|
|
6199
6203
|
show_boder: boolean
|
|
6204
|
+
showBoder: boolean
|
|
6200
6205
|
show_class_field: boolean
|
|
6206
|
+
showClassField: boolean
|
|
6201
6207
|
readonly show_info: boolean
|
|
6208
|
+
readonly showInfo: boolean
|
|
6202
6209
|
readonly signal_editor: SignalEditor
|
|
6210
|
+
readonly signalEditor: SignalEditor
|
|
6203
6211
|
widget: any
|
|
6204
6212
|
|
|
6205
6213
|
// Own fields of Gladeui-2.0.Gladeui.Editor
|
|
@@ -6484,6 +6492,10 @@ export module EditorProperty {
|
|
|
6484
6492
|
disable_check?: boolean | null
|
|
6485
6493
|
property_def?: any | null
|
|
6486
6494
|
use_command?: boolean | null
|
|
6495
|
+
customText?: string | null
|
|
6496
|
+
disableCheck?: boolean | null
|
|
6497
|
+
propertyDef?: any | null
|
|
6498
|
+
useCommand?: boolean | null
|
|
6487
6499
|
}
|
|
6488
6500
|
|
|
6489
6501
|
}
|
|
@@ -6493,9 +6505,13 @@ export interface EditorProperty extends Atk.ImplementorIface, Editable, Gtk.Buil
|
|
|
6493
6505
|
// Own properties of Gladeui-2.0.Gladeui.EditorProperty
|
|
6494
6506
|
|
|
6495
6507
|
custom_text: string | null
|
|
6508
|
+
customText: string | null
|
|
6496
6509
|
disable_check: boolean
|
|
6510
|
+
disableCheck: boolean
|
|
6497
6511
|
readonly property_def: any
|
|
6512
|
+
readonly propertyDef: any
|
|
6498
6513
|
use_command: boolean
|
|
6514
|
+
useCommand: boolean
|
|
6499
6515
|
|
|
6500
6516
|
// Own fields of Gladeui-2.0.Gladeui.EditorProperty
|
|
6501
6517
|
|
|
@@ -7066,6 +7082,7 @@ export module EditorTable {
|
|
|
7066
7082
|
// Own constructor properties of Gladeui-2.0.Gladeui.EditorTable
|
|
7067
7083
|
|
|
7068
7084
|
page_type?: EditorPageType | null
|
|
7085
|
+
pageType?: EditorPageType | null
|
|
7069
7086
|
}
|
|
7070
7087
|
|
|
7071
7088
|
}
|
|
@@ -7075,6 +7092,7 @@ export interface EditorTable extends Atk.ImplementorIface, Editable, Gtk.Buildab
|
|
|
7075
7092
|
// Own properties of Gladeui-2.0.Gladeui.EditorTable
|
|
7076
7093
|
|
|
7077
7094
|
readonly page_type: EditorPageType
|
|
7095
|
+
readonly pageType: EditorPageType
|
|
7078
7096
|
|
|
7079
7097
|
// Own fields of Gladeui-2.0.Gladeui.EditorTable
|
|
7080
7098
|
|
|
@@ -8016,6 +8034,9 @@ export module Palette {
|
|
|
8016
8034
|
project?: Project | null
|
|
8017
8035
|
show_selector_button?: boolean | null
|
|
8018
8036
|
use_small_item_icons?: boolean | null
|
|
8037
|
+
itemAppearance?: ItemAppearance | null
|
|
8038
|
+
showSelectorButton?: boolean | null
|
|
8039
|
+
useSmallItemIcons?: boolean | null
|
|
8019
8040
|
}
|
|
8020
8041
|
|
|
8021
8042
|
}
|
|
@@ -8025,9 +8046,12 @@ export interface Palette extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orient
|
|
|
8025
8046
|
// Own properties of Gladeui-2.0.Gladeui.Palette
|
|
8026
8047
|
|
|
8027
8048
|
item_appearance: ItemAppearance
|
|
8049
|
+
itemAppearance: ItemAppearance
|
|
8028
8050
|
project: Project
|
|
8029
8051
|
show_selector_button: boolean
|
|
8052
|
+
showSelectorButton: boolean
|
|
8030
8053
|
use_small_item_icons: boolean
|
|
8054
|
+
useSmallItemIcons: boolean
|
|
8031
8055
|
|
|
8032
8056
|
// Own fields of Gladeui-2.0.Gladeui.Palette
|
|
8033
8057
|
|
|
@@ -8615,6 +8639,9 @@ export module Project {
|
|
|
8615
8639
|
resource_path?: string | null
|
|
8616
8640
|
template?: Widget | null
|
|
8617
8641
|
translation_domain?: string | null
|
|
8642
|
+
cssProviderPath?: string | null
|
|
8643
|
+
resourcePath?: string | null
|
|
8644
|
+
translationDomain?: string | null
|
|
8618
8645
|
}
|
|
8619
8646
|
|
|
8620
8647
|
}
|
|
@@ -8624,16 +8651,23 @@ export interface Project extends Gtk.TreeDragSource, Gtk.TreeModel {
|
|
|
8624
8651
|
// Own properties of Gladeui-2.0.Gladeui.Project
|
|
8625
8652
|
|
|
8626
8653
|
readonly add_item: WidgetAdaptor
|
|
8654
|
+
readonly addItem: WidgetAdaptor
|
|
8627
8655
|
css_provider_path: string | null
|
|
8656
|
+
cssProviderPath: string | null
|
|
8628
8657
|
readonly has_selection: boolean
|
|
8658
|
+
readonly hasSelection: boolean
|
|
8629
8659
|
license: string | null
|
|
8630
8660
|
readonly modified: boolean
|
|
8631
8661
|
readonly path: string | null
|
|
8632
8662
|
readonly pointer_mode: PointerMode
|
|
8663
|
+
readonly pointerMode: PointerMode
|
|
8633
8664
|
readonly read_only: boolean
|
|
8665
|
+
readonly readOnly: boolean
|
|
8634
8666
|
resource_path: string | null
|
|
8667
|
+
resourcePath: string | null
|
|
8635
8668
|
template: Widget
|
|
8636
8669
|
translation_domain: string | null
|
|
8670
|
+
translationDomain: string | null
|
|
8637
8671
|
|
|
8638
8672
|
// Own fields of Gladeui-2.0.Gladeui.Project
|
|
8639
8673
|
|
|
@@ -9109,6 +9143,9 @@ export module Property {
|
|
|
9109
9143
|
i18n_translatable?: boolean | null
|
|
9110
9144
|
precision?: number | null
|
|
9111
9145
|
sensitive?: boolean | null
|
|
9146
|
+
i18nComment?: string | null
|
|
9147
|
+
i18nContext?: string | null
|
|
9148
|
+
i18nTranslatable?: boolean | null
|
|
9112
9149
|
}
|
|
9113
9150
|
|
|
9114
9151
|
}
|
|
@@ -9120,8 +9157,11 @@ export interface Property {
|
|
|
9120
9157
|
readonly "class": any
|
|
9121
9158
|
enabled: boolean
|
|
9122
9159
|
i18n_comment: string | null
|
|
9160
|
+
i18nComment: string | null
|
|
9123
9161
|
i18n_context: string | null
|
|
9162
|
+
i18nContext: string | null
|
|
9124
9163
|
i18n_translatable: boolean
|
|
9164
|
+
i18nTranslatable: boolean
|
|
9125
9165
|
precision: number
|
|
9126
9166
|
sensitive: boolean
|
|
9127
9167
|
readonly state: number
|
|
@@ -9358,6 +9398,10 @@ export module PropertyLabel {
|
|
|
9358
9398
|
packing?: boolean | null
|
|
9359
9399
|
property?: Property | null
|
|
9360
9400
|
property_name?: string | null
|
|
9401
|
+
appendColon?: boolean | null
|
|
9402
|
+
customText?: string | null
|
|
9403
|
+
customTooltip?: string | null
|
|
9404
|
+
propertyName?: string | null
|
|
9361
9405
|
}
|
|
9362
9406
|
|
|
9363
9407
|
}
|
|
@@ -9367,11 +9411,15 @@ export interface PropertyLabel extends Atk.ImplementorIface, Editable, Gtk.Build
|
|
|
9367
9411
|
// Own properties of Gladeui-2.0.Gladeui.PropertyLabel
|
|
9368
9412
|
|
|
9369
9413
|
append_colon: boolean
|
|
9414
|
+
appendColon: boolean
|
|
9370
9415
|
custom_text: string | null
|
|
9416
|
+
customText: string | null
|
|
9371
9417
|
custom_tooltip: string | null
|
|
9418
|
+
customTooltip: string | null
|
|
9372
9419
|
packing: boolean
|
|
9373
9420
|
property: Property
|
|
9374
9421
|
property_name: string | null
|
|
9422
|
+
propertyName: string | null
|
|
9375
9423
|
|
|
9376
9424
|
// Owm methods of Gladeui-2.0.Gladeui.PropertyLabel
|
|
9377
9425
|
|
|
@@ -9665,6 +9713,11 @@ export module PropertyShell {
|
|
|
9665
9713
|
packing?: boolean | null
|
|
9666
9714
|
property_name?: string | null
|
|
9667
9715
|
use_command?: boolean | null
|
|
9716
|
+
customText?: string | null
|
|
9717
|
+
disableCheck?: boolean | null
|
|
9718
|
+
editorType?: string | null
|
|
9719
|
+
propertyName?: string | null
|
|
9720
|
+
useCommand?: boolean | null
|
|
9668
9721
|
}
|
|
9669
9722
|
|
|
9670
9723
|
}
|
|
@@ -9674,11 +9727,16 @@ export interface PropertyShell extends Atk.ImplementorIface, Editable, Gtk.Build
|
|
|
9674
9727
|
// Own properties of Gladeui-2.0.Gladeui.PropertyShell
|
|
9675
9728
|
|
|
9676
9729
|
custom_text: string | null
|
|
9730
|
+
customText: string | null
|
|
9677
9731
|
disable_check: boolean
|
|
9732
|
+
disableCheck: boolean
|
|
9678
9733
|
readonly editor_type: string | null
|
|
9734
|
+
readonly editorType: string | null
|
|
9679
9735
|
packing: boolean
|
|
9680
9736
|
property_name: string | null
|
|
9737
|
+
propertyName: string | null
|
|
9681
9738
|
use_command: boolean
|
|
9739
|
+
useCommand: boolean
|
|
9682
9740
|
|
|
9683
9741
|
// Owm methods of Gladeui-2.0.Gladeui.PropertyShell
|
|
9684
9742
|
|
|
@@ -9947,6 +10005,7 @@ export module Signal {
|
|
|
9947
10005
|
support_warning?: string | null
|
|
9948
10006
|
swapped?: boolean | null
|
|
9949
10007
|
userdata?: string | null
|
|
10008
|
+
supportWarning?: string | null
|
|
9950
10009
|
}
|
|
9951
10010
|
|
|
9952
10011
|
}
|
|
@@ -9960,6 +10019,7 @@ export interface Signal {
|
|
|
9960
10019
|
detail: string | null
|
|
9961
10020
|
handler: string | null
|
|
9962
10021
|
support_warning: string | null
|
|
10022
|
+
supportWarning: string | null
|
|
9963
10023
|
swapped: boolean
|
|
9964
10024
|
userdata: string | null
|
|
9965
10025
|
|
|
@@ -10147,6 +10207,7 @@ export module SignalEditor {
|
|
|
10147
10207
|
// Own constructor properties of Gladeui-2.0.Gladeui.SignalEditor
|
|
10148
10208
|
|
|
10149
10209
|
glade_widget?: Gtk.TreeModel | null
|
|
10210
|
+
gladeWidget?: Gtk.TreeModel | null
|
|
10150
10211
|
}
|
|
10151
10212
|
|
|
10152
10213
|
}
|
|
@@ -10156,6 +10217,7 @@ export interface SignalEditor extends Atk.ImplementorIface, Gtk.Buildable, Gtk.O
|
|
|
10156
10217
|
// Own properties of Gladeui-2.0.Gladeui.SignalEditor
|
|
10157
10218
|
|
|
10158
10219
|
glade_widget: Gtk.TreeModel
|
|
10220
|
+
gladeWidget: Gtk.TreeModel
|
|
10159
10221
|
|
|
10160
10222
|
// Own fields of Gladeui-2.0.Gladeui.SignalEditor
|
|
10161
10223
|
|
|
@@ -10542,6 +10604,10 @@ export module Widget {
|
|
|
10542
10604
|
template_exact?: boolean | null
|
|
10543
10605
|
toplevel_height?: number | null
|
|
10544
10606
|
toplevel_width?: number | null
|
|
10607
|
+
internalName?: string | null
|
|
10608
|
+
templateExact?: boolean | null
|
|
10609
|
+
toplevelHeight?: number | null
|
|
10610
|
+
toplevelWidth?: number | null
|
|
10545
10611
|
}
|
|
10546
10612
|
|
|
10547
10613
|
}
|
|
@@ -10555,6 +10621,7 @@ export interface Widget {
|
|
|
10555
10621
|
composite: boolean
|
|
10556
10622
|
internal: string | null
|
|
10557
10623
|
readonly internal_name: string | null
|
|
10624
|
+
readonly internalName: string | null
|
|
10558
10625
|
name: string | null
|
|
10559
10626
|
object: GObject.Object
|
|
10560
10627
|
parent: Widget
|
|
@@ -10562,10 +10629,14 @@ export interface Widget {
|
|
|
10562
10629
|
readonly properties: any
|
|
10563
10630
|
readonly reason: number
|
|
10564
10631
|
readonly support_warning: string | null
|
|
10632
|
+
readonly supportWarning: string | null
|
|
10565
10633
|
readonly template: Widget
|
|
10566
10634
|
readonly template_exact: boolean
|
|
10635
|
+
readonly templateExact: boolean
|
|
10567
10636
|
toplevel_height: number
|
|
10637
|
+
toplevelHeight: number
|
|
10568
10638
|
toplevel_width: number
|
|
10639
|
+
toplevelWidth: number
|
|
10569
10640
|
readonly visible: boolean
|
|
10570
10641
|
|
|
10571
10642
|
// Own fields of Gladeui-2.0.Gladeui.Widget
|
|
@@ -11347,6 +11418,9 @@ export module WidgetAdaptor {
|
|
|
11347
11418
|
special_child_type?: string | null
|
|
11348
11419
|
title?: string | null
|
|
11349
11420
|
type?: GObject.GType | null
|
|
11421
|
+
genericName?: string | null
|
|
11422
|
+
iconName?: string | null
|
|
11423
|
+
specialChildType?: string | null
|
|
11350
11424
|
}
|
|
11351
11425
|
|
|
11352
11426
|
}
|
|
@@ -11359,10 +11433,13 @@ export interface WidgetAdaptor {
|
|
|
11359
11433
|
readonly catalog: string | null
|
|
11360
11434
|
readonly cursor: any
|
|
11361
11435
|
readonly generic_name: string | null
|
|
11436
|
+
readonly genericName: string | null
|
|
11362
11437
|
readonly icon_name: string | null
|
|
11438
|
+
readonly iconName: string | null
|
|
11363
11439
|
readonly name: string | null
|
|
11364
11440
|
query: boolean
|
|
11365
11441
|
readonly special_child_type: string | null
|
|
11442
|
+
readonly specialChildType: string | null
|
|
11366
11443
|
title: string | null
|
|
11367
11444
|
readonly type: GObject.GType
|
|
11368
11445
|
|
package/gladeui-2.0.d.ts
CHANGED
|
@@ -2101,6 +2101,7 @@ interface Clipboard {
|
|
|
2101
2101
|
// Own properties of Gladeui-2.0.Gladeui.Clipboard
|
|
2102
2102
|
|
|
2103
2103
|
readonly has_selection: boolean
|
|
2104
|
+
readonly hasSelection: boolean
|
|
2104
2105
|
|
|
2105
2106
|
// Own fields of Gladeui-2.0.Gladeui.Clipboard
|
|
2106
2107
|
|
|
@@ -6189,6 +6190,8 @@ module Editor {
|
|
|
6189
6190
|
show_boder?: boolean | null
|
|
6190
6191
|
show_class_field?: boolean | null
|
|
6191
6192
|
widget?: Widget | null
|
|
6193
|
+
showBoder?: boolean | null
|
|
6194
|
+
showClassField?: boolean | null
|
|
6192
6195
|
}
|
|
6193
6196
|
|
|
6194
6197
|
}
|
|
@@ -6198,10 +6201,15 @@ interface Editor extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable {
|
|
|
6198
6201
|
// Own properties of Gladeui-2.0.Gladeui.Editor
|
|
6199
6202
|
|
|
6200
6203
|
readonly class_field: string | null
|
|
6204
|
+
readonly classField: string | null
|
|
6201
6205
|
show_boder: boolean
|
|
6206
|
+
showBoder: boolean
|
|
6202
6207
|
show_class_field: boolean
|
|
6208
|
+
showClassField: boolean
|
|
6203
6209
|
readonly show_info: boolean
|
|
6210
|
+
readonly showInfo: boolean
|
|
6204
6211
|
readonly signal_editor: SignalEditor
|
|
6212
|
+
readonly signalEditor: SignalEditor
|
|
6205
6213
|
widget: any
|
|
6206
6214
|
|
|
6207
6215
|
// Own fields of Gladeui-2.0.Gladeui.Editor
|
|
@@ -6486,6 +6494,10 @@ module EditorProperty {
|
|
|
6486
6494
|
disable_check?: boolean | null
|
|
6487
6495
|
property_def?: any | null
|
|
6488
6496
|
use_command?: boolean | null
|
|
6497
|
+
customText?: string | null
|
|
6498
|
+
disableCheck?: boolean | null
|
|
6499
|
+
propertyDef?: any | null
|
|
6500
|
+
useCommand?: boolean | null
|
|
6489
6501
|
}
|
|
6490
6502
|
|
|
6491
6503
|
}
|
|
@@ -6495,9 +6507,13 @@ interface EditorProperty extends Atk.ImplementorIface, Editable, Gtk.Buildable,
|
|
|
6495
6507
|
// Own properties of Gladeui-2.0.Gladeui.EditorProperty
|
|
6496
6508
|
|
|
6497
6509
|
custom_text: string | null
|
|
6510
|
+
customText: string | null
|
|
6498
6511
|
disable_check: boolean
|
|
6512
|
+
disableCheck: boolean
|
|
6499
6513
|
readonly property_def: any
|
|
6514
|
+
readonly propertyDef: any
|
|
6500
6515
|
use_command: boolean
|
|
6516
|
+
useCommand: boolean
|
|
6501
6517
|
|
|
6502
6518
|
// Own fields of Gladeui-2.0.Gladeui.EditorProperty
|
|
6503
6519
|
|
|
@@ -7068,6 +7084,7 @@ module EditorTable {
|
|
|
7068
7084
|
// Own constructor properties of Gladeui-2.0.Gladeui.EditorTable
|
|
7069
7085
|
|
|
7070
7086
|
page_type?: EditorPageType | null
|
|
7087
|
+
pageType?: EditorPageType | null
|
|
7071
7088
|
}
|
|
7072
7089
|
|
|
7073
7090
|
}
|
|
@@ -7077,6 +7094,7 @@ interface EditorTable extends Atk.ImplementorIface, Editable, Gtk.Buildable, Gtk
|
|
|
7077
7094
|
// Own properties of Gladeui-2.0.Gladeui.EditorTable
|
|
7078
7095
|
|
|
7079
7096
|
readonly page_type: EditorPageType
|
|
7097
|
+
readonly pageType: EditorPageType
|
|
7080
7098
|
|
|
7081
7099
|
// Own fields of Gladeui-2.0.Gladeui.EditorTable
|
|
7082
7100
|
|
|
@@ -8018,6 +8036,9 @@ module Palette {
|
|
|
8018
8036
|
project?: Project | null
|
|
8019
8037
|
show_selector_button?: boolean | null
|
|
8020
8038
|
use_small_item_icons?: boolean | null
|
|
8039
|
+
itemAppearance?: ItemAppearance | null
|
|
8040
|
+
showSelectorButton?: boolean | null
|
|
8041
|
+
useSmallItemIcons?: boolean | null
|
|
8021
8042
|
}
|
|
8022
8043
|
|
|
8023
8044
|
}
|
|
@@ -8027,9 +8048,12 @@ interface Palette extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable {
|
|
|
8027
8048
|
// Own properties of Gladeui-2.0.Gladeui.Palette
|
|
8028
8049
|
|
|
8029
8050
|
item_appearance: ItemAppearance
|
|
8051
|
+
itemAppearance: ItemAppearance
|
|
8030
8052
|
project: Project
|
|
8031
8053
|
show_selector_button: boolean
|
|
8054
|
+
showSelectorButton: boolean
|
|
8032
8055
|
use_small_item_icons: boolean
|
|
8056
|
+
useSmallItemIcons: boolean
|
|
8033
8057
|
|
|
8034
8058
|
// Own fields of Gladeui-2.0.Gladeui.Palette
|
|
8035
8059
|
|
|
@@ -8617,6 +8641,9 @@ module Project {
|
|
|
8617
8641
|
resource_path?: string | null
|
|
8618
8642
|
template?: Widget | null
|
|
8619
8643
|
translation_domain?: string | null
|
|
8644
|
+
cssProviderPath?: string | null
|
|
8645
|
+
resourcePath?: string | null
|
|
8646
|
+
translationDomain?: string | null
|
|
8620
8647
|
}
|
|
8621
8648
|
|
|
8622
8649
|
}
|
|
@@ -8626,16 +8653,23 @@ interface Project extends Gtk.TreeDragSource, Gtk.TreeModel {
|
|
|
8626
8653
|
// Own properties of Gladeui-2.0.Gladeui.Project
|
|
8627
8654
|
|
|
8628
8655
|
readonly add_item: WidgetAdaptor
|
|
8656
|
+
readonly addItem: WidgetAdaptor
|
|
8629
8657
|
css_provider_path: string | null
|
|
8658
|
+
cssProviderPath: string | null
|
|
8630
8659
|
readonly has_selection: boolean
|
|
8660
|
+
readonly hasSelection: boolean
|
|
8631
8661
|
license: string | null
|
|
8632
8662
|
readonly modified: boolean
|
|
8633
8663
|
readonly path: string | null
|
|
8634
8664
|
readonly pointer_mode: PointerMode
|
|
8665
|
+
readonly pointerMode: PointerMode
|
|
8635
8666
|
readonly read_only: boolean
|
|
8667
|
+
readonly readOnly: boolean
|
|
8636
8668
|
resource_path: string | null
|
|
8669
|
+
resourcePath: string | null
|
|
8637
8670
|
template: Widget
|
|
8638
8671
|
translation_domain: string | null
|
|
8672
|
+
translationDomain: string | null
|
|
8639
8673
|
|
|
8640
8674
|
// Own fields of Gladeui-2.0.Gladeui.Project
|
|
8641
8675
|
|
|
@@ -9111,6 +9145,9 @@ module Property {
|
|
|
9111
9145
|
i18n_translatable?: boolean | null
|
|
9112
9146
|
precision?: number | null
|
|
9113
9147
|
sensitive?: boolean | null
|
|
9148
|
+
i18nComment?: string | null
|
|
9149
|
+
i18nContext?: string | null
|
|
9150
|
+
i18nTranslatable?: boolean | null
|
|
9114
9151
|
}
|
|
9115
9152
|
|
|
9116
9153
|
}
|
|
@@ -9122,8 +9159,11 @@ interface Property {
|
|
|
9122
9159
|
readonly "class": any
|
|
9123
9160
|
enabled: boolean
|
|
9124
9161
|
i18n_comment: string | null
|
|
9162
|
+
i18nComment: string | null
|
|
9125
9163
|
i18n_context: string | null
|
|
9164
|
+
i18nContext: string | null
|
|
9126
9165
|
i18n_translatable: boolean
|
|
9166
|
+
i18nTranslatable: boolean
|
|
9127
9167
|
precision: number
|
|
9128
9168
|
sensitive: boolean
|
|
9129
9169
|
readonly state: number
|
|
@@ -9360,6 +9400,10 @@ module PropertyLabel {
|
|
|
9360
9400
|
packing?: boolean | null
|
|
9361
9401
|
property?: Property | null
|
|
9362
9402
|
property_name?: string | null
|
|
9403
|
+
appendColon?: boolean | null
|
|
9404
|
+
customText?: string | null
|
|
9405
|
+
customTooltip?: string | null
|
|
9406
|
+
propertyName?: string | null
|
|
9363
9407
|
}
|
|
9364
9408
|
|
|
9365
9409
|
}
|
|
@@ -9369,11 +9413,15 @@ interface PropertyLabel extends Atk.ImplementorIface, Editable, Gtk.Buildable {
|
|
|
9369
9413
|
// Own properties of Gladeui-2.0.Gladeui.PropertyLabel
|
|
9370
9414
|
|
|
9371
9415
|
append_colon: boolean
|
|
9416
|
+
appendColon: boolean
|
|
9372
9417
|
custom_text: string | null
|
|
9418
|
+
customText: string | null
|
|
9373
9419
|
custom_tooltip: string | null
|
|
9420
|
+
customTooltip: string | null
|
|
9374
9421
|
packing: boolean
|
|
9375
9422
|
property: Property
|
|
9376
9423
|
property_name: string | null
|
|
9424
|
+
propertyName: string | null
|
|
9377
9425
|
|
|
9378
9426
|
// Owm methods of Gladeui-2.0.Gladeui.PropertyLabel
|
|
9379
9427
|
|
|
@@ -9667,6 +9715,11 @@ module PropertyShell {
|
|
|
9667
9715
|
packing?: boolean | null
|
|
9668
9716
|
property_name?: string | null
|
|
9669
9717
|
use_command?: boolean | null
|
|
9718
|
+
customText?: string | null
|
|
9719
|
+
disableCheck?: boolean | null
|
|
9720
|
+
editorType?: string | null
|
|
9721
|
+
propertyName?: string | null
|
|
9722
|
+
useCommand?: boolean | null
|
|
9670
9723
|
}
|
|
9671
9724
|
|
|
9672
9725
|
}
|
|
@@ -9676,11 +9729,16 @@ interface PropertyShell extends Atk.ImplementorIface, Editable, Gtk.Buildable, G
|
|
|
9676
9729
|
// Own properties of Gladeui-2.0.Gladeui.PropertyShell
|
|
9677
9730
|
|
|
9678
9731
|
custom_text: string | null
|
|
9732
|
+
customText: string | null
|
|
9679
9733
|
disable_check: boolean
|
|
9734
|
+
disableCheck: boolean
|
|
9680
9735
|
readonly editor_type: string | null
|
|
9736
|
+
readonly editorType: string | null
|
|
9681
9737
|
packing: boolean
|
|
9682
9738
|
property_name: string | null
|
|
9739
|
+
propertyName: string | null
|
|
9683
9740
|
use_command: boolean
|
|
9741
|
+
useCommand: boolean
|
|
9684
9742
|
|
|
9685
9743
|
// Owm methods of Gladeui-2.0.Gladeui.PropertyShell
|
|
9686
9744
|
|
|
@@ -9949,6 +10007,7 @@ module Signal {
|
|
|
9949
10007
|
support_warning?: string | null
|
|
9950
10008
|
swapped?: boolean | null
|
|
9951
10009
|
userdata?: string | null
|
|
10010
|
+
supportWarning?: string | null
|
|
9952
10011
|
}
|
|
9953
10012
|
|
|
9954
10013
|
}
|
|
@@ -9962,6 +10021,7 @@ interface Signal {
|
|
|
9962
10021
|
detail: string | null
|
|
9963
10022
|
handler: string | null
|
|
9964
10023
|
support_warning: string | null
|
|
10024
|
+
supportWarning: string | null
|
|
9965
10025
|
swapped: boolean
|
|
9966
10026
|
userdata: string | null
|
|
9967
10027
|
|
|
@@ -10149,6 +10209,7 @@ module SignalEditor {
|
|
|
10149
10209
|
// Own constructor properties of Gladeui-2.0.Gladeui.SignalEditor
|
|
10150
10210
|
|
|
10151
10211
|
glade_widget?: Gtk.TreeModel | null
|
|
10212
|
+
gladeWidget?: Gtk.TreeModel | null
|
|
10152
10213
|
}
|
|
10153
10214
|
|
|
10154
10215
|
}
|
|
@@ -10158,6 +10219,7 @@ interface SignalEditor extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientab
|
|
|
10158
10219
|
// Own properties of Gladeui-2.0.Gladeui.SignalEditor
|
|
10159
10220
|
|
|
10160
10221
|
glade_widget: Gtk.TreeModel
|
|
10222
|
+
gladeWidget: Gtk.TreeModel
|
|
10161
10223
|
|
|
10162
10224
|
// Own fields of Gladeui-2.0.Gladeui.SignalEditor
|
|
10163
10225
|
|
|
@@ -10544,6 +10606,10 @@ module Widget {
|
|
|
10544
10606
|
template_exact?: boolean | null
|
|
10545
10607
|
toplevel_height?: number | null
|
|
10546
10608
|
toplevel_width?: number | null
|
|
10609
|
+
internalName?: string | null
|
|
10610
|
+
templateExact?: boolean | null
|
|
10611
|
+
toplevelHeight?: number | null
|
|
10612
|
+
toplevelWidth?: number | null
|
|
10547
10613
|
}
|
|
10548
10614
|
|
|
10549
10615
|
}
|
|
@@ -10557,6 +10623,7 @@ interface Widget {
|
|
|
10557
10623
|
composite: boolean
|
|
10558
10624
|
internal: string | null
|
|
10559
10625
|
readonly internal_name: string | null
|
|
10626
|
+
readonly internalName: string | null
|
|
10560
10627
|
name: string | null
|
|
10561
10628
|
object: GObject.Object
|
|
10562
10629
|
parent: Widget
|
|
@@ -10564,10 +10631,14 @@ interface Widget {
|
|
|
10564
10631
|
readonly properties: any
|
|
10565
10632
|
readonly reason: number
|
|
10566
10633
|
readonly support_warning: string | null
|
|
10634
|
+
readonly supportWarning: string | null
|
|
10567
10635
|
readonly template: Widget
|
|
10568
10636
|
readonly template_exact: boolean
|
|
10637
|
+
readonly templateExact: boolean
|
|
10569
10638
|
toplevel_height: number
|
|
10639
|
+
toplevelHeight: number
|
|
10570
10640
|
toplevel_width: number
|
|
10641
|
+
toplevelWidth: number
|
|
10571
10642
|
readonly visible: boolean
|
|
10572
10643
|
|
|
10573
10644
|
// Own fields of Gladeui-2.0.Gladeui.Widget
|
|
@@ -11349,6 +11420,9 @@ module WidgetAdaptor {
|
|
|
11349
11420
|
special_child_type?: string | null
|
|
11350
11421
|
title?: string | null
|
|
11351
11422
|
type?: GObject.GType | null
|
|
11423
|
+
genericName?: string | null
|
|
11424
|
+
iconName?: string | null
|
|
11425
|
+
specialChildType?: string | null
|
|
11352
11426
|
}
|
|
11353
11427
|
|
|
11354
11428
|
}
|
|
@@ -11361,10 +11435,13 @@ interface WidgetAdaptor {
|
|
|
11361
11435
|
readonly catalog: string | null
|
|
11362
11436
|
readonly cursor: any
|
|
11363
11437
|
readonly generic_name: string | null
|
|
11438
|
+
readonly genericName: string | null
|
|
11364
11439
|
readonly icon_name: string | null
|
|
11440
|
+
readonly iconName: string | null
|
|
11365
11441
|
readonly name: string | null
|
|
11366
11442
|
query: boolean
|
|
11367
11443
|
readonly special_child_type: string | null
|
|
11444
|
+
readonly specialChildType: string | null
|
|
11368
11445
|
title: string | null
|
|
11369
11446
|
readonly type: GObject.GType
|
|
11370
11447
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/gladeui-2.0",
|
|
3
|
-
"version": "2.0.0-3.2.
|
|
3
|
+
"version": "2.0.0-3.2.6",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Gladeui-2.0, generated from library version 2.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "gladeui-2.0.js",
|
|
@@ -25,20 +25,20 @@
|
|
|
25
25
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit gladeui-2.0.d.cts"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@girs/atk-1.0": "^2.50.0-3.2.
|
|
29
|
-
"@girs/cairo-1.0": "^1.0.0-3.2.
|
|
30
|
-
"@girs/freetype2-2.0": "^2.0.0-3.2.
|
|
31
|
-
"@girs/gdk-3.0": "^3.24.38-3.2.
|
|
32
|
-
"@girs/gdkpixbuf-2.0": "^2.0.0-3.2.
|
|
33
|
-
"@girs/gio-2.0": "^2.78.0-3.2.
|
|
34
|
-
"@girs/gjs": "^3.2.
|
|
35
|
-
"@girs/glib-2.0": "^2.78.0-3.2.
|
|
36
|
-
"@girs/gmodule-2.0": "^2.0.0-3.2.
|
|
37
|
-
"@girs/gobject-2.0": "^2.78.0-3.2.
|
|
38
|
-
"@girs/gtk-3.0": "^3.24.38-3.2.
|
|
39
|
-
"@girs/harfbuzz-0.0": "^8.2.1-3.2.
|
|
40
|
-
"@girs/pango-1.0": "^1.51.0-3.2.
|
|
41
|
-
"@girs/xlib-2.0": "^2.0.0-3.2.
|
|
28
|
+
"@girs/atk-1.0": "^2.50.0-3.2.6",
|
|
29
|
+
"@girs/cairo-1.0": "^1.0.0-3.2.6",
|
|
30
|
+
"@girs/freetype2-2.0": "^2.0.0-3.2.6",
|
|
31
|
+
"@girs/gdk-3.0": "^3.24.38-3.2.6",
|
|
32
|
+
"@girs/gdkpixbuf-2.0": "^2.0.0-3.2.6",
|
|
33
|
+
"@girs/gio-2.0": "^2.78.0-3.2.6",
|
|
34
|
+
"@girs/gjs": "^3.2.6",
|
|
35
|
+
"@girs/glib-2.0": "^2.78.0-3.2.6",
|
|
36
|
+
"@girs/gmodule-2.0": "^2.0.0-3.2.6",
|
|
37
|
+
"@girs/gobject-2.0": "^2.78.0-3.2.6",
|
|
38
|
+
"@girs/gtk-3.0": "^3.24.38-3.2.6",
|
|
39
|
+
"@girs/harfbuzz-0.0": "^8.2.1-3.2.6",
|
|
40
|
+
"@girs/pango-1.0": "^1.51.0-3.2.6",
|
|
41
|
+
"@girs/xlib-2.0": "^2.0.0-3.2.6"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"typescript": "*"
|