@girs/granite-7.0 7.0.0-3.0.0-beta.12

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,4231 @@
1
+
2
+ /*
3
+ * Type Definitions for Gjs (https://gjs.guide/)
4
+ *
5
+ * These type definitions are automatically generated, do not edit them by hand.
6
+ * If you found a bug fix it in `ts-for-gir` or create a bug report on https://github.com/gjsify/ts-for-gjs
7
+ */
8
+ /**
9
+ * Granite-7.0
10
+ */
11
+
12
+ import type Gdk from '@girs/gdk-4.0';
13
+ import type cairo from '@girs/cairo-1.0';
14
+ import type PangoCairo from '@girs/pangocairo-1.0';
15
+ import type Pango from '@girs/pango-1.0';
16
+ import type HarfBuzz from '@girs/harfbuzz-0.0';
17
+ import type freetype2 from '@girs/freetype2-2.0';
18
+ import type GObject from '@girs/gobject-2.0';
19
+ import type GLib from '@girs/glib-2.0';
20
+ import type Gio from '@girs/gio-2.0';
21
+ import type GdkPixbuf from '@girs/gdkpixbuf-2.0';
22
+ import type GModule from '@girs/gmodule-2.0';
23
+ import type Gtk from '@girs/gtk-4.0';
24
+ import type Gsk from '@girs/gsk-4.0';
25
+ import type Graphene from '@girs/graphene-1.0';
26
+ import type Gee from '@girs/gee-0.8';
27
+
28
+ export namespace Granite {
29
+
30
+ enum ServicesContractorError {
31
+ SERVICE_NOT_AVAILABLE,
32
+ }
33
+ enum SettingsPageStatusType {
34
+ ERROR,
35
+ OFFLINE,
36
+ SUCCESS,
37
+ WARNING,
38
+ NONE,
39
+ }
40
+ enum SettingsColorScheme {
41
+ NO_PREFERENCE,
42
+ DARK,
43
+ LIGHT,
44
+ }
45
+ const STYLE_CLASS_ACCENT: string | null
46
+ const STYLE_CLASS_BACK_BUTTON: string | null
47
+ const STYLE_CLASS_BACKGROUND: string | null
48
+ const STYLE_CLASS_BADGE: string | null
49
+ const STYLE_CLASS_CARD: string | null
50
+ const STYLE_CLASS_CHECKERBOARD: string | null
51
+ const STYLE_CLASS_CIRCULAR: string | null
52
+ const STYLE_CLASS_COLOR_BUTTON: string | null
53
+ const STYLE_CLASS_DEFAULT_DECORATION: string | null
54
+ const STYLE_CLASS_DESTRUCTIVE_ACTION: string | null
55
+ const STYLE_CLASS_DIALOG_CONTENT_AREA: string | null
56
+ const STYLE_CLASS_FRAME: string | null
57
+ const STYLE_CLASS_H1_LABEL: string | null
58
+ const STYLE_CLASS_H2_LABEL: string | null
59
+ const STYLE_CLASS_H3_LABEL: string | null
60
+ const STYLE_CLASS_H4_LABEL: string | null
61
+ const STYLE_CLASS_KEYCAP: string | null
62
+ const STYLE_CLASS_LARGE_ICONS: string | null
63
+ const STYLE_CLASS_MODE_SWITCH: string | null
64
+ const STYLE_CLASS_OSD: string | null
65
+ const STYLE_CLASS_ROUNDED: string | null
66
+ const STYLE_CLASS_SIDEBAR: string | null
67
+ const STYLE_CLASS_SMALL_LABEL: string | null
68
+ const STYLE_CLASS_TERMINAL: string | null
69
+ const STYLE_CLASS_TITLE_LABEL: string | null
70
+ const STYLE_CLASS_WARMTH: string | null
71
+ const STYLE_CLASS_TEMPERATURE: string | null
72
+ const STYLE_CLASS_LINKED: string | null
73
+ const STYLE_CLASS_MENU: string | null
74
+ const STYLE_CLASS_MENUITEM: string | null
75
+ const STYLE_CLASS_DIM_LABEL: string | null
76
+ const STYLE_CLASS_ERROR: string | null
77
+ const STYLE_CLASS_FLAT: string | null
78
+ const STYLE_CLASS_MESSAGE_DIALOG: string | null
79
+ const STYLE_CLASS_RICH_LIST: string | null
80
+ const STYLE_CLASS_SUGGESTED_ACTION: string | null
81
+ const STYLE_CLASS_VIEW: string | null
82
+ const STYLE_CLASS_WARNING: string | null
83
+ const TRANSITION_DURATION_CLOSE: number
84
+ const TRANSITION_DURATION_IN_PLACE: number
85
+ const TRANSITION_DURATION_OPEN: number
86
+ const TOOLTIP_SECONDARY_TEXT_MARKUP: string | null
87
+ function date_time_get_default_time_format(is_12h: boolean, with_second: boolean): string | null
88
+ function date_time_get_relative_datetime(date_time: GLib.DateTime): string | null
89
+ function date_time_is_same_day(day1: GLib.DateTime, day2: GLib.DateTime): boolean
90
+ function date_time_get_default_date_format(with_weekday: boolean, with_day: boolean, with_year: boolean): string | null
91
+ function date_time_seconds_to_time(seconds: number): string | null
92
+ function services_application_set_badge<Z = unknown>(count: number, _callback_: Gio.AsyncReadyCallback<Z> | null): void
93
+ function services_application_set_badge_finish(_res_: Gio.AsyncResult): boolean
94
+ function services_application_set_badge_visible<Z = unknown>(visible: boolean, _callback_: Gio.AsyncReadyCallback<Z> | null): void
95
+ function services_application_set_badge_visible_finish(_res_: Gio.AsyncResult): boolean
96
+ function services_application_set_progress<Z = unknown>(progress: number, _callback_: Gio.AsyncReadyCallback<Z> | null): void
97
+ function services_application_set_progress_finish(_res_: Gio.AsyncResult): boolean
98
+ function services_application_set_progress_visible<Z = unknown>(visible: boolean, _callback_: Gio.AsyncReadyCallback<Z> | null): void
99
+ function services_application_set_progress_visible_finish(_res_: Gio.AsyncResult): boolean
100
+ function widgets_utils_set_color_primary(window: Gtk.Widget, color: Gdk.RGBA, priority: number): Gtk.CssProvider | null
101
+ function accel_to_string(accel: string | null): string | null
102
+ function markup_accel_tooltip(accels: string[] | null, description: string | null): string | null
103
+ function contrasting_foreground_color(bg_color: Gdk.RGBA): /* result */ Gdk.RGBA
104
+ module ServicesContract {
105
+
106
+ // Constructor properties interface
107
+
108
+ interface ConstructorProperties extends GObject.Object.ConstructorProperties {
109
+ }
110
+
111
+ }
112
+
113
+ interface ServicesContract extends GObject.Object {
114
+
115
+ // Owm methods of Granite-7.0.Granite.ServicesContract
116
+
117
+ get_display_name(): string | null
118
+ get_description(): string | null
119
+ get_icon(): Gio.Icon
120
+ execute_with_file(file: Gio.File): void
121
+ execute_with_files(files: Gio.File[]): void
122
+
123
+ // Own virtual methods of Granite-7.0.Granite.ServicesContract
124
+
125
+ vfunc_get_display_name(): string | null
126
+ vfunc_get_description(): string | null
127
+ vfunc_get_icon(): Gio.Icon
128
+ vfunc_execute_with_file(file: Gio.File): void
129
+ vfunc_execute_with_files(files: Gio.File[]): void
130
+
131
+ // Class property signals of Granite-7.0.Granite.ServicesContract
132
+
133
+ connect(sigName: string, callback: (...args: any[]) => void): number
134
+ connect_after(sigName: string, callback: (...args: any[]) => void): number
135
+ emit(sigName: string, ...args: any[]): void
136
+ disconnect(id: number): void
137
+ }
138
+
139
+ class ServicesContract {
140
+
141
+ // Own properties of Granite-7.0.Granite.ServicesContract
142
+
143
+ static name: string
144
+ static $gtype: GObject.GType<ServicesContract>
145
+
146
+ // Constructors of Granite-7.0.Granite.ServicesContract
147
+
148
+ constructor(config?: ServicesContract.ConstructorProperties)
149
+ _init(config?: ServicesContract.ConstructorProperties): void
150
+ }
151
+
152
+ module ServicesSettingsSerializable {
153
+
154
+ // Constructor properties interface
155
+
156
+ interface ConstructorProperties extends GObject.Object.ConstructorProperties {
157
+ }
158
+
159
+ }
160
+
161
+ interface ServicesSettingsSerializable extends GObject.Object {
162
+
163
+ // Owm methods of Granite-7.0.Granite.ServicesSettingsSerializable
164
+
165
+ settings_serialize(): string | null
166
+ settings_deserialize(s: string | null): void
167
+
168
+ // Own virtual methods of Granite-7.0.Granite.ServicesSettingsSerializable
169
+
170
+ vfunc_settings_serialize(): string | null
171
+ vfunc_settings_deserialize(s: string | null): void
172
+
173
+ // Class property signals of Granite-7.0.Granite.ServicesSettingsSerializable
174
+
175
+ connect(sigName: string, callback: (...args: any[]) => void): number
176
+ connect_after(sigName: string, callback: (...args: any[]) => void): number
177
+ emit(sigName: string, ...args: any[]): void
178
+ disconnect(id: number): void
179
+ }
180
+
181
+ class ServicesSettingsSerializable {
182
+
183
+ // Own properties of Granite-7.0.Granite.ServicesSettingsSerializable
184
+
185
+ static name: string
186
+ static $gtype: GObject.GType<ServicesSettingsSerializable>
187
+
188
+ // Constructors of Granite-7.0.Granite.ServicesSettingsSerializable
189
+
190
+ constructor(config?: ServicesSettingsSerializable.ConstructorProperties)
191
+ _init(config?: ServicesSettingsSerializable.ConstructorProperties): void
192
+ }
193
+
194
+ // Workaround
195
+ /** @ignore */
196
+ export module GraniteServicesSettingsSerializable {
197
+ export interface ConstructorProperties extends ServicesSettingsSerializable.ConstructorProperties {}
198
+ }
199
+ /** @ignore */
200
+ export interface GraniteServicesSettingsSerializable extends ServicesSettingsSerializable {}
201
+ module ServicesContractorProxy {
202
+
203
+ // Signal callback interfaces
204
+
205
+ /**
206
+ * Signal callback interface for `contracts-changed`
207
+ */
208
+ interface ContractsChangedSignalCallback {
209
+ ($obj: ServicesContractorProxy): void
210
+ }
211
+
212
+
213
+ // Constructor properties interface
214
+
215
+ interface ConstructorProperties extends GObject.Object.ConstructorProperties {
216
+ }
217
+
218
+ }
219
+
220
+ interface ServicesContractorProxy {
221
+
222
+ // Own signals of Granite-7.0.Granite.ServicesContractorProxy
223
+
224
+ connect(sigName: "contracts-changed", callback: ServicesContractorProxy.ContractsChangedSignalCallback): number
225
+ connect_after(sigName: "contracts-changed", callback: ServicesContractorProxy.ContractsChangedSignalCallback): number
226
+ emit(sigName: "contracts-changed", ...args: any[]): void
227
+
228
+ // Class property signals of Granite-7.0.Granite.ServicesContractorProxy
229
+
230
+ connect(sigName: string, callback: (...args: any[]) => void): number
231
+ connect_after(sigName: string, callback: (...args: any[]) => void): number
232
+ emit(sigName: string, ...args: any[]): void
233
+ disconnect(id: number): void
234
+ }
235
+
236
+ class ServicesContractorProxy extends GObject.Object {
237
+
238
+ // Own properties of Granite-7.0.Granite.ServicesContractorProxy
239
+
240
+ static name: string
241
+ static $gtype: GObject.GType<ServicesContractorProxy>
242
+
243
+ // Constructors of Granite-7.0.Granite.ServicesContractorProxy
244
+
245
+ constructor(config?: ServicesContractorProxy.ConstructorProperties)
246
+ _init(config?: ServicesContractorProxy.ConstructorProperties): void
247
+ static get_instance(): any
248
+ static get_all_contracts(): Gee.List
249
+ static get_contracts_by_mime(mime_type: string | null): Gee.List
250
+ static get_contracts_by_mimelist(mime_types: string[]): Gee.List
251
+ static get_contracts_for_file(file: Gio.File): Gee.List
252
+ static get_contracts_for_files(files: Gio.File[]): Gee.List
253
+ }
254
+
255
+ module ServicesSystem {
256
+
257
+ // Constructor properties interface
258
+
259
+ interface ConstructorProperties extends GObject.Object.ConstructorProperties {
260
+ }
261
+
262
+ }
263
+
264
+ interface ServicesSystem {
265
+
266
+ // Class property signals of Granite-7.0.Granite.ServicesSystem
267
+
268
+ connect(sigName: string, callback: (...args: any[]) => void): number
269
+ connect_after(sigName: string, callback: (...args: any[]) => void): number
270
+ emit(sigName: string, ...args: any[]): void
271
+ disconnect(id: number): void
272
+ }
273
+
274
+ class ServicesSystem extends GObject.Object {
275
+
276
+ // Own properties of Granite-7.0.Granite.ServicesSystem
277
+
278
+ static name: string
279
+ static $gtype: GObject.GType<ServicesSystem>
280
+
281
+ // Constructors of Granite-7.0.Granite.ServicesSystem
282
+
283
+ constructor(config?: ServicesSystem.ConstructorProperties)
284
+ constructor()
285
+ static new(): ServicesSystem
286
+ _init(config?: ServicesSystem.ConstructorProperties): void
287
+ static history_is_enabled(): boolean
288
+ }
289
+
290
+ module SettingsPage {
291
+
292
+ // Constructor properties interface
293
+
294
+ interface ConstructorProperties extends Gtk.Box.ConstructorProperties {
295
+
296
+ // Own constructor properties of Granite-7.0.Granite.SettingsPage
297
+
298
+ status_type?: SettingsPageStatusType | null
299
+ display_widget?: Gtk.Widget | null
300
+ header?: string | null
301
+ status?: string | null
302
+ icon_name?: string | null
303
+ title?: string | null
304
+ child?: Gtk.Widget | null
305
+ }
306
+
307
+ }
308
+
309
+ interface SettingsPage {
310
+
311
+ // Own properties of Granite-7.0.Granite.SettingsPage
312
+
313
+ status_type: SettingsPageStatusType
314
+ readonly display_widget: Gtk.Widget
315
+ readonly header: string | null
316
+ status: string | null
317
+ icon_name: string | null
318
+ title: string | null
319
+ child: Gtk.Widget
320
+
321
+ // Conflicting properties
322
+
323
+ parent_instance: Gtk.Widget & GObject.InitiallyUnowned & GObject.InitiallyUnowned
324
+
325
+ // Own fields of Granite-7.0.Granite.SettingsPage
326
+
327
+ _icon_name: string | null
328
+ _title: string | null
329
+
330
+ // Owm methods of Granite-7.0.Granite.SettingsPage
331
+
332
+ get_status_type(): SettingsPageStatusType
333
+ set_status_type(value: SettingsPageStatusType): void
334
+ get_display_widget(): Gtk.Widget | null
335
+ get_header(): string | null
336
+ get_status(): string | null
337
+ set_status(value: string | null): void
338
+ get_icon_name(): string | null
339
+ set_icon_name(value: string | null): void
340
+ get_title(): string | null
341
+ set_title(value: string | null): void
342
+ get_child(): Gtk.Widget
343
+ set_child(value: Gtk.Widget): void
344
+
345
+ // Class property signals of Granite-7.0.Granite.SettingsPage
346
+
347
+ connect(sigName: "notify::status-type", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
348
+ connect_after(sigName: "notify::status-type", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
349
+ emit(sigName: "notify::status-type", ...args: any[]): void
350
+ connect(sigName: "notify::display-widget", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
351
+ connect_after(sigName: "notify::display-widget", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
352
+ emit(sigName: "notify::display-widget", ...args: any[]): void
353
+ connect(sigName: "notify::header", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
354
+ connect_after(sigName: "notify::header", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
355
+ emit(sigName: "notify::header", ...args: any[]): void
356
+ connect(sigName: "notify::status", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
357
+ connect_after(sigName: "notify::status", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
358
+ emit(sigName: "notify::status", ...args: any[]): void
359
+ connect(sigName: "notify::icon-name", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
360
+ connect_after(sigName: "notify::icon-name", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
361
+ emit(sigName: "notify::icon-name", ...args: any[]): void
362
+ connect(sigName: "notify::title", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
363
+ connect_after(sigName: "notify::title", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
364
+ emit(sigName: "notify::title", ...args: any[]): void
365
+ connect(sigName: "notify::child", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
366
+ connect_after(sigName: "notify::child", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
367
+ emit(sigName: "notify::child", ...args: any[]): void
368
+ connect(sigName: "notify::baseline-position", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
369
+ connect_after(sigName: "notify::baseline-position", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
370
+ emit(sigName: "notify::baseline-position", ...args: any[]): void
371
+ connect(sigName: "notify::homogeneous", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
372
+ connect_after(sigName: "notify::homogeneous", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
373
+ emit(sigName: "notify::homogeneous", ...args: any[]): void
374
+ connect(sigName: "notify::spacing", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
375
+ connect_after(sigName: "notify::spacing", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
376
+ emit(sigName: "notify::spacing", ...args: any[]): void
377
+ connect(sigName: "notify::can-focus", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
378
+ connect_after(sigName: "notify::can-focus", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
379
+ emit(sigName: "notify::can-focus", ...args: any[]): void
380
+ connect(sigName: "notify::can-target", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
381
+ connect_after(sigName: "notify::can-target", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
382
+ emit(sigName: "notify::can-target", ...args: any[]): void
383
+ connect(sigName: "notify::css-classes", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
384
+ connect_after(sigName: "notify::css-classes", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
385
+ emit(sigName: "notify::css-classes", ...args: any[]): void
386
+ connect(sigName: "notify::css-name", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
387
+ connect_after(sigName: "notify::css-name", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
388
+ emit(sigName: "notify::css-name", ...args: any[]): void
389
+ connect(sigName: "notify::cursor", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
390
+ connect_after(sigName: "notify::cursor", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
391
+ emit(sigName: "notify::cursor", ...args: any[]): void
392
+ connect(sigName: "notify::focus-on-click", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
393
+ connect_after(sigName: "notify::focus-on-click", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
394
+ emit(sigName: "notify::focus-on-click", ...args: any[]): void
395
+ connect(sigName: "notify::focusable", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
396
+ connect_after(sigName: "notify::focusable", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
397
+ emit(sigName: "notify::focusable", ...args: any[]): void
398
+ connect(sigName: "notify::halign", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
399
+ connect_after(sigName: "notify::halign", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
400
+ emit(sigName: "notify::halign", ...args: any[]): void
401
+ connect(sigName: "notify::has-default", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
402
+ connect_after(sigName: "notify::has-default", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
403
+ emit(sigName: "notify::has-default", ...args: any[]): void
404
+ connect(sigName: "notify::has-focus", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
405
+ connect_after(sigName: "notify::has-focus", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
406
+ emit(sigName: "notify::has-focus", ...args: any[]): void
407
+ connect(sigName: "notify::has-tooltip", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
408
+ connect_after(sigName: "notify::has-tooltip", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
409
+ emit(sigName: "notify::has-tooltip", ...args: any[]): void
410
+ connect(sigName: "notify::height-request", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
411
+ connect_after(sigName: "notify::height-request", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
412
+ emit(sigName: "notify::height-request", ...args: any[]): void
413
+ connect(sigName: "notify::hexpand", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
414
+ connect_after(sigName: "notify::hexpand", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
415
+ emit(sigName: "notify::hexpand", ...args: any[]): void
416
+ connect(sigName: "notify::hexpand-set", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
417
+ connect_after(sigName: "notify::hexpand-set", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
418
+ emit(sigName: "notify::hexpand-set", ...args: any[]): void
419
+ connect(sigName: "notify::layout-manager", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
420
+ connect_after(sigName: "notify::layout-manager", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
421
+ emit(sigName: "notify::layout-manager", ...args: any[]): void
422
+ connect(sigName: "notify::margin-bottom", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
423
+ connect_after(sigName: "notify::margin-bottom", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
424
+ emit(sigName: "notify::margin-bottom", ...args: any[]): void
425
+ connect(sigName: "notify::margin-end", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
426
+ connect_after(sigName: "notify::margin-end", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
427
+ emit(sigName: "notify::margin-end", ...args: any[]): void
428
+ connect(sigName: "notify::margin-start", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
429
+ connect_after(sigName: "notify::margin-start", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
430
+ emit(sigName: "notify::margin-start", ...args: any[]): void
431
+ connect(sigName: "notify::margin-top", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
432
+ connect_after(sigName: "notify::margin-top", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
433
+ emit(sigName: "notify::margin-top", ...args: any[]): void
434
+ connect(sigName: "notify::name", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
435
+ connect_after(sigName: "notify::name", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
436
+ emit(sigName: "notify::name", ...args: any[]): void
437
+ connect(sigName: "notify::opacity", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
438
+ connect_after(sigName: "notify::opacity", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
439
+ emit(sigName: "notify::opacity", ...args: any[]): void
440
+ connect(sigName: "notify::overflow", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
441
+ connect_after(sigName: "notify::overflow", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
442
+ emit(sigName: "notify::overflow", ...args: any[]): void
443
+ connect(sigName: "notify::parent", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
444
+ connect_after(sigName: "notify::parent", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
445
+ emit(sigName: "notify::parent", ...args: any[]): void
446
+ connect(sigName: "notify::receives-default", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
447
+ connect_after(sigName: "notify::receives-default", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
448
+ emit(sigName: "notify::receives-default", ...args: any[]): void
449
+ connect(sigName: "notify::root", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
450
+ connect_after(sigName: "notify::root", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
451
+ emit(sigName: "notify::root", ...args: any[]): void
452
+ connect(sigName: "notify::scale-factor", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
453
+ connect_after(sigName: "notify::scale-factor", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
454
+ emit(sigName: "notify::scale-factor", ...args: any[]): void
455
+ connect(sigName: "notify::sensitive", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
456
+ connect_after(sigName: "notify::sensitive", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
457
+ emit(sigName: "notify::sensitive", ...args: any[]): void
458
+ connect(sigName: "notify::tooltip-markup", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
459
+ connect_after(sigName: "notify::tooltip-markup", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
460
+ emit(sigName: "notify::tooltip-markup", ...args: any[]): void
461
+ connect(sigName: "notify::tooltip-text", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
462
+ connect_after(sigName: "notify::tooltip-text", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
463
+ emit(sigName: "notify::tooltip-text", ...args: any[]): void
464
+ connect(sigName: "notify::valign", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
465
+ connect_after(sigName: "notify::valign", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
466
+ emit(sigName: "notify::valign", ...args: any[]): void
467
+ connect(sigName: "notify::vexpand", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
468
+ connect_after(sigName: "notify::vexpand", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
469
+ emit(sigName: "notify::vexpand", ...args: any[]): void
470
+ connect(sigName: "notify::vexpand-set", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
471
+ connect_after(sigName: "notify::vexpand-set", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
472
+ emit(sigName: "notify::vexpand-set", ...args: any[]): void
473
+ connect(sigName: "notify::visible", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
474
+ connect_after(sigName: "notify::visible", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
475
+ emit(sigName: "notify::visible", ...args: any[]): void
476
+ connect(sigName: "notify::width-request", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
477
+ connect_after(sigName: "notify::width-request", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
478
+ emit(sigName: "notify::width-request", ...args: any[]): void
479
+ connect(sigName: string, callback: (...args: any[]) => void): number
480
+ connect_after(sigName: string, callback: (...args: any[]) => void): number
481
+ emit(sigName: string, ...args: any[]): void
482
+ disconnect(id: number): void
483
+ }
484
+
485
+ class SettingsPage extends Gtk.Box {
486
+
487
+ // Own properties of Granite-7.0.Granite.SettingsPage
488
+
489
+ static name: string
490
+ static $gtype: GObject.GType<SettingsPage>
491
+
492
+ // Constructors of Granite-7.0.Granite.SettingsPage
493
+
494
+ constructor(config?: SettingsPage.ConstructorProperties)
495
+ _init(config?: SettingsPage.ConstructorProperties): void
496
+ }
497
+
498
+ module SimpleSettingsPage {
499
+
500
+ // Constructor properties interface
501
+
502
+ interface ConstructorProperties extends SettingsPage.ConstructorProperties {
503
+
504
+ // Own constructor properties of Granite-7.0.Granite.SimpleSettingsPage
505
+
506
+ action_area?: Gtk.Box | null
507
+ content_area?: Gtk.Grid | null
508
+ status_switch?: Gtk.Switch | null
509
+ activatable?: boolean | null
510
+ description?: string | null
511
+ }
512
+
513
+ }
514
+
515
+ interface SimpleSettingsPage {
516
+
517
+ // Own properties of Granite-7.0.Granite.SimpleSettingsPage
518
+
519
+ readonly action_area: Gtk.Box
520
+ readonly content_area: Gtk.Grid
521
+ readonly status_switch: Gtk.Switch
522
+ readonly activatable: boolean
523
+ description: string | null
524
+
525
+ // Conflicting properties
526
+
527
+ parent_instance: Gtk.Widget & GObject.InitiallyUnowned & GObject.InitiallyUnowned
528
+
529
+ // Owm methods of Granite-7.0.Granite.SimpleSettingsPage
530
+
531
+ get_action_area(): Gtk.Box
532
+ get_content_area(): Gtk.Grid
533
+ get_status_switch(): Gtk.Switch | null
534
+ get_activatable(): boolean
535
+ get_description(): string | null
536
+ set_description(value: string | null): void
537
+
538
+ // Class property signals of Granite-7.0.Granite.SimpleSettingsPage
539
+
540
+ connect(sigName: "notify::action-area", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
541
+ connect_after(sigName: "notify::action-area", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
542
+ emit(sigName: "notify::action-area", ...args: any[]): void
543
+ connect(sigName: "notify::content-area", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
544
+ connect_after(sigName: "notify::content-area", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
545
+ emit(sigName: "notify::content-area", ...args: any[]): void
546
+ connect(sigName: "notify::status-switch", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
547
+ connect_after(sigName: "notify::status-switch", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
548
+ emit(sigName: "notify::status-switch", ...args: any[]): void
549
+ connect(sigName: "notify::activatable", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
550
+ connect_after(sigName: "notify::activatable", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
551
+ emit(sigName: "notify::activatable", ...args: any[]): void
552
+ connect(sigName: "notify::description", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
553
+ connect_after(sigName: "notify::description", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
554
+ emit(sigName: "notify::description", ...args: any[]): void
555
+ connect(sigName: "notify::status-type", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
556
+ connect_after(sigName: "notify::status-type", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
557
+ emit(sigName: "notify::status-type", ...args: any[]): void
558
+ connect(sigName: "notify::display-widget", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
559
+ connect_after(sigName: "notify::display-widget", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
560
+ emit(sigName: "notify::display-widget", ...args: any[]): void
561
+ connect(sigName: "notify::header", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
562
+ connect_after(sigName: "notify::header", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
563
+ emit(sigName: "notify::header", ...args: any[]): void
564
+ connect(sigName: "notify::status", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
565
+ connect_after(sigName: "notify::status", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
566
+ emit(sigName: "notify::status", ...args: any[]): void
567
+ connect(sigName: "notify::icon-name", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
568
+ connect_after(sigName: "notify::icon-name", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
569
+ emit(sigName: "notify::icon-name", ...args: any[]): void
570
+ connect(sigName: "notify::title", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
571
+ connect_after(sigName: "notify::title", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
572
+ emit(sigName: "notify::title", ...args: any[]): void
573
+ connect(sigName: "notify::child", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
574
+ connect_after(sigName: "notify::child", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
575
+ emit(sigName: "notify::child", ...args: any[]): void
576
+ connect(sigName: "notify::baseline-position", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
577
+ connect_after(sigName: "notify::baseline-position", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
578
+ emit(sigName: "notify::baseline-position", ...args: any[]): void
579
+ connect(sigName: "notify::homogeneous", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
580
+ connect_after(sigName: "notify::homogeneous", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
581
+ emit(sigName: "notify::homogeneous", ...args: any[]): void
582
+ connect(sigName: "notify::spacing", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
583
+ connect_after(sigName: "notify::spacing", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
584
+ emit(sigName: "notify::spacing", ...args: any[]): void
585
+ connect(sigName: "notify::can-focus", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
586
+ connect_after(sigName: "notify::can-focus", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
587
+ emit(sigName: "notify::can-focus", ...args: any[]): void
588
+ connect(sigName: "notify::can-target", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
589
+ connect_after(sigName: "notify::can-target", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
590
+ emit(sigName: "notify::can-target", ...args: any[]): void
591
+ connect(sigName: "notify::css-classes", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
592
+ connect_after(sigName: "notify::css-classes", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
593
+ emit(sigName: "notify::css-classes", ...args: any[]): void
594
+ connect(sigName: "notify::css-name", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
595
+ connect_after(sigName: "notify::css-name", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
596
+ emit(sigName: "notify::css-name", ...args: any[]): void
597
+ connect(sigName: "notify::cursor", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
598
+ connect_after(sigName: "notify::cursor", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
599
+ emit(sigName: "notify::cursor", ...args: any[]): void
600
+ connect(sigName: "notify::focus-on-click", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
601
+ connect_after(sigName: "notify::focus-on-click", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
602
+ emit(sigName: "notify::focus-on-click", ...args: any[]): void
603
+ connect(sigName: "notify::focusable", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
604
+ connect_after(sigName: "notify::focusable", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
605
+ emit(sigName: "notify::focusable", ...args: any[]): void
606
+ connect(sigName: "notify::halign", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
607
+ connect_after(sigName: "notify::halign", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
608
+ emit(sigName: "notify::halign", ...args: any[]): void
609
+ connect(sigName: "notify::has-default", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
610
+ connect_after(sigName: "notify::has-default", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
611
+ emit(sigName: "notify::has-default", ...args: any[]): void
612
+ connect(sigName: "notify::has-focus", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
613
+ connect_after(sigName: "notify::has-focus", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
614
+ emit(sigName: "notify::has-focus", ...args: any[]): void
615
+ connect(sigName: "notify::has-tooltip", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
616
+ connect_after(sigName: "notify::has-tooltip", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
617
+ emit(sigName: "notify::has-tooltip", ...args: any[]): void
618
+ connect(sigName: "notify::height-request", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
619
+ connect_after(sigName: "notify::height-request", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
620
+ emit(sigName: "notify::height-request", ...args: any[]): void
621
+ connect(sigName: "notify::hexpand", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
622
+ connect_after(sigName: "notify::hexpand", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
623
+ emit(sigName: "notify::hexpand", ...args: any[]): void
624
+ connect(sigName: "notify::hexpand-set", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
625
+ connect_after(sigName: "notify::hexpand-set", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
626
+ emit(sigName: "notify::hexpand-set", ...args: any[]): void
627
+ connect(sigName: "notify::layout-manager", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
628
+ connect_after(sigName: "notify::layout-manager", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
629
+ emit(sigName: "notify::layout-manager", ...args: any[]): void
630
+ connect(sigName: "notify::margin-bottom", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
631
+ connect_after(sigName: "notify::margin-bottom", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
632
+ emit(sigName: "notify::margin-bottom", ...args: any[]): void
633
+ connect(sigName: "notify::margin-end", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
634
+ connect_after(sigName: "notify::margin-end", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
635
+ emit(sigName: "notify::margin-end", ...args: any[]): void
636
+ connect(sigName: "notify::margin-start", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
637
+ connect_after(sigName: "notify::margin-start", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
638
+ emit(sigName: "notify::margin-start", ...args: any[]): void
639
+ connect(sigName: "notify::margin-top", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
640
+ connect_after(sigName: "notify::margin-top", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
641
+ emit(sigName: "notify::margin-top", ...args: any[]): void
642
+ connect(sigName: "notify::name", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
643
+ connect_after(sigName: "notify::name", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
644
+ emit(sigName: "notify::name", ...args: any[]): void
645
+ connect(sigName: "notify::opacity", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
646
+ connect_after(sigName: "notify::opacity", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
647
+ emit(sigName: "notify::opacity", ...args: any[]): void
648
+ connect(sigName: "notify::overflow", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
649
+ connect_after(sigName: "notify::overflow", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
650
+ emit(sigName: "notify::overflow", ...args: any[]): void
651
+ connect(sigName: "notify::parent", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
652
+ connect_after(sigName: "notify::parent", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
653
+ emit(sigName: "notify::parent", ...args: any[]): void
654
+ connect(sigName: "notify::receives-default", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
655
+ connect_after(sigName: "notify::receives-default", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
656
+ emit(sigName: "notify::receives-default", ...args: any[]): void
657
+ connect(sigName: "notify::root", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
658
+ connect_after(sigName: "notify::root", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
659
+ emit(sigName: "notify::root", ...args: any[]): void
660
+ connect(sigName: "notify::scale-factor", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
661
+ connect_after(sigName: "notify::scale-factor", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
662
+ emit(sigName: "notify::scale-factor", ...args: any[]): void
663
+ connect(sigName: "notify::sensitive", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
664
+ connect_after(sigName: "notify::sensitive", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
665
+ emit(sigName: "notify::sensitive", ...args: any[]): void
666
+ connect(sigName: "notify::tooltip-markup", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
667
+ connect_after(sigName: "notify::tooltip-markup", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
668
+ emit(sigName: "notify::tooltip-markup", ...args: any[]): void
669
+ connect(sigName: "notify::tooltip-text", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
670
+ connect_after(sigName: "notify::tooltip-text", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
671
+ emit(sigName: "notify::tooltip-text", ...args: any[]): void
672
+ connect(sigName: "notify::valign", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
673
+ connect_after(sigName: "notify::valign", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
674
+ emit(sigName: "notify::valign", ...args: any[]): void
675
+ connect(sigName: "notify::vexpand", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
676
+ connect_after(sigName: "notify::vexpand", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
677
+ emit(sigName: "notify::vexpand", ...args: any[]): void
678
+ connect(sigName: "notify::vexpand-set", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
679
+ connect_after(sigName: "notify::vexpand-set", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
680
+ emit(sigName: "notify::vexpand-set", ...args: any[]): void
681
+ connect(sigName: "notify::visible", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
682
+ connect_after(sigName: "notify::visible", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
683
+ emit(sigName: "notify::visible", ...args: any[]): void
684
+ connect(sigName: "notify::width-request", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
685
+ connect_after(sigName: "notify::width-request", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
686
+ emit(sigName: "notify::width-request", ...args: any[]): void
687
+ connect(sigName: string, callback: (...args: any[]) => void): number
688
+ connect_after(sigName: string, callback: (...args: any[]) => void): number
689
+ emit(sigName: string, ...args: any[]): void
690
+ disconnect(id: number): void
691
+ }
692
+
693
+ class SimpleSettingsPage extends SettingsPage {
694
+
695
+ // Own properties of Granite-7.0.Granite.SimpleSettingsPage
696
+
697
+ static name: string
698
+ static $gtype: GObject.GType<SimpleSettingsPage>
699
+
700
+ // Constructors of Granite-7.0.Granite.SimpleSettingsPage
701
+
702
+ constructor(config?: SimpleSettingsPage.ConstructorProperties)
703
+ _init(config?: SimpleSettingsPage.ConstructorProperties): void
704
+ }
705
+
706
+ module AccelLabel {
707
+
708
+ // Constructor properties interface
709
+
710
+ interface ConstructorProperties extends Gtk.Box.ConstructorProperties {
711
+
712
+ // Own constructor properties of Granite-7.0.Granite.AccelLabel
713
+
714
+ action_name?: string | null
715
+ accel_string?: string | null
716
+ label?: string | null
717
+ }
718
+
719
+ }
720
+
721
+ interface AccelLabel {
722
+
723
+ // Own properties of Granite-7.0.Granite.AccelLabel
724
+
725
+ action_name: string | null
726
+ accel_string: string | null
727
+ label: string | null
728
+
729
+ // Conflicting properties
730
+
731
+ parent_instance: Gtk.Widget & GObject.InitiallyUnowned & GObject.InitiallyUnowned
732
+
733
+ // Owm methods of Granite-7.0.Granite.AccelLabel
734
+
735
+ get_action_name(): string | null
736
+ set_action_name(value: string | null): void
737
+ get_accel_string(): string | null
738
+ set_accel_string(value: string | null): void
739
+ get_label(): string | null
740
+ set_label(value: string | null): void
741
+
742
+ // Class property signals of Granite-7.0.Granite.AccelLabel
743
+
744
+ connect(sigName: "notify::action-name", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
745
+ connect_after(sigName: "notify::action-name", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
746
+ emit(sigName: "notify::action-name", ...args: any[]): void
747
+ connect(sigName: "notify::accel-string", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
748
+ connect_after(sigName: "notify::accel-string", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
749
+ emit(sigName: "notify::accel-string", ...args: any[]): void
750
+ connect(sigName: "notify::label", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
751
+ connect_after(sigName: "notify::label", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
752
+ emit(sigName: "notify::label", ...args: any[]): void
753
+ connect(sigName: "notify::baseline-position", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
754
+ connect_after(sigName: "notify::baseline-position", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
755
+ emit(sigName: "notify::baseline-position", ...args: any[]): void
756
+ connect(sigName: "notify::homogeneous", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
757
+ connect_after(sigName: "notify::homogeneous", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
758
+ emit(sigName: "notify::homogeneous", ...args: any[]): void
759
+ connect(sigName: "notify::spacing", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
760
+ connect_after(sigName: "notify::spacing", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
761
+ emit(sigName: "notify::spacing", ...args: any[]): void
762
+ connect(sigName: "notify::can-focus", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
763
+ connect_after(sigName: "notify::can-focus", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
764
+ emit(sigName: "notify::can-focus", ...args: any[]): void
765
+ connect(sigName: "notify::can-target", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
766
+ connect_after(sigName: "notify::can-target", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
767
+ emit(sigName: "notify::can-target", ...args: any[]): void
768
+ connect(sigName: "notify::css-classes", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
769
+ connect_after(sigName: "notify::css-classes", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
770
+ emit(sigName: "notify::css-classes", ...args: any[]): void
771
+ connect(sigName: "notify::css-name", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
772
+ connect_after(sigName: "notify::css-name", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
773
+ emit(sigName: "notify::css-name", ...args: any[]): void
774
+ connect(sigName: "notify::cursor", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
775
+ connect_after(sigName: "notify::cursor", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
776
+ emit(sigName: "notify::cursor", ...args: any[]): void
777
+ connect(sigName: "notify::focus-on-click", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
778
+ connect_after(sigName: "notify::focus-on-click", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
779
+ emit(sigName: "notify::focus-on-click", ...args: any[]): void
780
+ connect(sigName: "notify::focusable", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
781
+ connect_after(sigName: "notify::focusable", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
782
+ emit(sigName: "notify::focusable", ...args: any[]): void
783
+ connect(sigName: "notify::halign", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
784
+ connect_after(sigName: "notify::halign", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
785
+ emit(sigName: "notify::halign", ...args: any[]): void
786
+ connect(sigName: "notify::has-default", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
787
+ connect_after(sigName: "notify::has-default", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
788
+ emit(sigName: "notify::has-default", ...args: any[]): void
789
+ connect(sigName: "notify::has-focus", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
790
+ connect_after(sigName: "notify::has-focus", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
791
+ emit(sigName: "notify::has-focus", ...args: any[]): void
792
+ connect(sigName: "notify::has-tooltip", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
793
+ connect_after(sigName: "notify::has-tooltip", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
794
+ emit(sigName: "notify::has-tooltip", ...args: any[]): void
795
+ connect(sigName: "notify::height-request", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
796
+ connect_after(sigName: "notify::height-request", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
797
+ emit(sigName: "notify::height-request", ...args: any[]): void
798
+ connect(sigName: "notify::hexpand", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
799
+ connect_after(sigName: "notify::hexpand", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
800
+ emit(sigName: "notify::hexpand", ...args: any[]): void
801
+ connect(sigName: "notify::hexpand-set", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
802
+ connect_after(sigName: "notify::hexpand-set", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
803
+ emit(sigName: "notify::hexpand-set", ...args: any[]): void
804
+ connect(sigName: "notify::layout-manager", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
805
+ connect_after(sigName: "notify::layout-manager", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
806
+ emit(sigName: "notify::layout-manager", ...args: any[]): void
807
+ connect(sigName: "notify::margin-bottom", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
808
+ connect_after(sigName: "notify::margin-bottom", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
809
+ emit(sigName: "notify::margin-bottom", ...args: any[]): void
810
+ connect(sigName: "notify::margin-end", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
811
+ connect_after(sigName: "notify::margin-end", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
812
+ emit(sigName: "notify::margin-end", ...args: any[]): void
813
+ connect(sigName: "notify::margin-start", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
814
+ connect_after(sigName: "notify::margin-start", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
815
+ emit(sigName: "notify::margin-start", ...args: any[]): void
816
+ connect(sigName: "notify::margin-top", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
817
+ connect_after(sigName: "notify::margin-top", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
818
+ emit(sigName: "notify::margin-top", ...args: any[]): void
819
+ connect(sigName: "notify::name", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
820
+ connect_after(sigName: "notify::name", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
821
+ emit(sigName: "notify::name", ...args: any[]): void
822
+ connect(sigName: "notify::opacity", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
823
+ connect_after(sigName: "notify::opacity", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
824
+ emit(sigName: "notify::opacity", ...args: any[]): void
825
+ connect(sigName: "notify::overflow", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
826
+ connect_after(sigName: "notify::overflow", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
827
+ emit(sigName: "notify::overflow", ...args: any[]): void
828
+ connect(sigName: "notify::parent", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
829
+ connect_after(sigName: "notify::parent", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
830
+ emit(sigName: "notify::parent", ...args: any[]): void
831
+ connect(sigName: "notify::receives-default", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
832
+ connect_after(sigName: "notify::receives-default", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
833
+ emit(sigName: "notify::receives-default", ...args: any[]): void
834
+ connect(sigName: "notify::root", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
835
+ connect_after(sigName: "notify::root", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
836
+ emit(sigName: "notify::root", ...args: any[]): void
837
+ connect(sigName: "notify::scale-factor", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
838
+ connect_after(sigName: "notify::scale-factor", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
839
+ emit(sigName: "notify::scale-factor", ...args: any[]): void
840
+ connect(sigName: "notify::sensitive", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
841
+ connect_after(sigName: "notify::sensitive", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
842
+ emit(sigName: "notify::sensitive", ...args: any[]): void
843
+ connect(sigName: "notify::tooltip-markup", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
844
+ connect_after(sigName: "notify::tooltip-markup", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
845
+ emit(sigName: "notify::tooltip-markup", ...args: any[]): void
846
+ connect(sigName: "notify::tooltip-text", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
847
+ connect_after(sigName: "notify::tooltip-text", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
848
+ emit(sigName: "notify::tooltip-text", ...args: any[]): void
849
+ connect(sigName: "notify::valign", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
850
+ connect_after(sigName: "notify::valign", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
851
+ emit(sigName: "notify::valign", ...args: any[]): void
852
+ connect(sigName: "notify::vexpand", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
853
+ connect_after(sigName: "notify::vexpand", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
854
+ emit(sigName: "notify::vexpand", ...args: any[]): void
855
+ connect(sigName: "notify::vexpand-set", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
856
+ connect_after(sigName: "notify::vexpand-set", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
857
+ emit(sigName: "notify::vexpand-set", ...args: any[]): void
858
+ connect(sigName: "notify::visible", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
859
+ connect_after(sigName: "notify::visible", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
860
+ emit(sigName: "notify::visible", ...args: any[]): void
861
+ connect(sigName: "notify::width-request", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
862
+ connect_after(sigName: "notify::width-request", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
863
+ emit(sigName: "notify::width-request", ...args: any[]): void
864
+ connect(sigName: string, callback: (...args: any[]) => void): number
865
+ connect_after(sigName: string, callback: (...args: any[]) => void): number
866
+ emit(sigName: string, ...args: any[]): void
867
+ disconnect(id: number): void
868
+ }
869
+
870
+ class AccelLabel extends Gtk.Box {
871
+
872
+ // Own properties of Granite-7.0.Granite.AccelLabel
873
+
874
+ static name: string
875
+ static $gtype: GObject.GType<AccelLabel>
876
+
877
+ // Constructors of Granite-7.0.Granite.AccelLabel
878
+
879
+ constructor(config?: AccelLabel.ConstructorProperties)
880
+ constructor(label: string | null, accel_string: string | null)
881
+ static new(label: string | null, accel_string: string | null): AccelLabel
882
+
883
+ // Overloads of new
884
+
885
+ /**
886
+ * Creates a new `GtkBox`.
887
+ * @constructor
888
+ * @param orientation the box’s orientation
889
+ * @param spacing the number of pixels to place by default between children
890
+ * @returns a new `GtkBox`.
891
+ */
892
+ static new(orientation: Gtk.Orientation, spacing: number): Gtk.Box
893
+ static from_action_name(label: string | null, action_name: string | null): AccelLabel
894
+ _init(config?: AccelLabel.ConstructorProperties): void
895
+ }
896
+
897
+ module DatePicker {
898
+
899
+ // Constructor properties interface
900
+
901
+ interface ConstructorProperties extends Gtk.Buildable.ConstructorProperties, Gtk.Entry.ConstructorProperties {
902
+
903
+ // Own constructor properties of Granite-7.0.Granite.DatePicker
904
+
905
+ format?: string | null
906
+ date?: GLib.DateTime | null
907
+ }
908
+
909
+ }
910
+
911
+ interface DatePicker extends Gtk.Buildable {
912
+
913
+ // Own properties of Granite-7.0.Granite.DatePicker
914
+
915
+ readonly format: string | null
916
+ date: GLib.DateTime
917
+
918
+ // Owm methods of Granite-7.0.Granite.DatePicker
919
+
920
+ get_format(): string | null
921
+ get_date(): GLib.DateTime
922
+ set_date(value: GLib.DateTime): void
923
+
924
+ // Class property signals of Granite-7.0.Granite.DatePicker
925
+
926
+ connect(sigName: "notify::format", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
927
+ connect_after(sigName: "notify::format", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
928
+ emit(sigName: "notify::format", ...args: any[]): void
929
+ connect(sigName: "notify::date", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
930
+ connect_after(sigName: "notify::date", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
931
+ emit(sigName: "notify::date", ...args: any[]): void
932
+ connect(sigName: "notify::activates-default", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
933
+ connect_after(sigName: "notify::activates-default", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
934
+ emit(sigName: "notify::activates-default", ...args: any[]): void
935
+ connect(sigName: "notify::attributes", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
936
+ connect_after(sigName: "notify::attributes", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
937
+ emit(sigName: "notify::attributes", ...args: any[]): void
938
+ connect(sigName: "notify::buffer", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
939
+ connect_after(sigName: "notify::buffer", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
940
+ emit(sigName: "notify::buffer", ...args: any[]): void
941
+ connect(sigName: "notify::completion", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
942
+ connect_after(sigName: "notify::completion", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
943
+ emit(sigName: "notify::completion", ...args: any[]): void
944
+ connect(sigName: "notify::enable-emoji-completion", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
945
+ connect_after(sigName: "notify::enable-emoji-completion", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
946
+ emit(sigName: "notify::enable-emoji-completion", ...args: any[]): void
947
+ connect(sigName: "notify::extra-menu", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
948
+ connect_after(sigName: "notify::extra-menu", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
949
+ emit(sigName: "notify::extra-menu", ...args: any[]): void
950
+ connect(sigName: "notify::has-frame", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
951
+ connect_after(sigName: "notify::has-frame", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
952
+ emit(sigName: "notify::has-frame", ...args: any[]): void
953
+ connect(sigName: "notify::im-module", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
954
+ connect_after(sigName: "notify::im-module", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
955
+ emit(sigName: "notify::im-module", ...args: any[]): void
956
+ connect(sigName: "notify::input-hints", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
957
+ connect_after(sigName: "notify::input-hints", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
958
+ emit(sigName: "notify::input-hints", ...args: any[]): void
959
+ connect(sigName: "notify::input-purpose", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
960
+ connect_after(sigName: "notify::input-purpose", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
961
+ emit(sigName: "notify::input-purpose", ...args: any[]): void
962
+ connect(sigName: "notify::invisible-char", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
963
+ connect_after(sigName: "notify::invisible-char", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
964
+ emit(sigName: "notify::invisible-char", ...args: any[]): void
965
+ connect(sigName: "notify::invisible-char-set", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
966
+ connect_after(sigName: "notify::invisible-char-set", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
967
+ emit(sigName: "notify::invisible-char-set", ...args: any[]): void
968
+ connect(sigName: "notify::max-length", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
969
+ connect_after(sigName: "notify::max-length", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
970
+ emit(sigName: "notify::max-length", ...args: any[]): void
971
+ connect(sigName: "notify::overwrite-mode", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
972
+ connect_after(sigName: "notify::overwrite-mode", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
973
+ emit(sigName: "notify::overwrite-mode", ...args: any[]): void
974
+ connect(sigName: "notify::placeholder-text", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
975
+ connect_after(sigName: "notify::placeholder-text", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
976
+ emit(sigName: "notify::placeholder-text", ...args: any[]): void
977
+ connect(sigName: "notify::primary-icon-activatable", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
978
+ connect_after(sigName: "notify::primary-icon-activatable", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
979
+ emit(sigName: "notify::primary-icon-activatable", ...args: any[]): void
980
+ connect(sigName: "notify::primary-icon-gicon", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
981
+ connect_after(sigName: "notify::primary-icon-gicon", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
982
+ emit(sigName: "notify::primary-icon-gicon", ...args: any[]): void
983
+ connect(sigName: "notify::primary-icon-name", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
984
+ connect_after(sigName: "notify::primary-icon-name", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
985
+ emit(sigName: "notify::primary-icon-name", ...args: any[]): void
986
+ connect(sigName: "notify::primary-icon-paintable", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
987
+ connect_after(sigName: "notify::primary-icon-paintable", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
988
+ emit(sigName: "notify::primary-icon-paintable", ...args: any[]): void
989
+ connect(sigName: "notify::primary-icon-sensitive", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
990
+ connect_after(sigName: "notify::primary-icon-sensitive", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
991
+ emit(sigName: "notify::primary-icon-sensitive", ...args: any[]): void
992
+ connect(sigName: "notify::primary-icon-storage-type", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
993
+ connect_after(sigName: "notify::primary-icon-storage-type", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
994
+ emit(sigName: "notify::primary-icon-storage-type", ...args: any[]): void
995
+ connect(sigName: "notify::primary-icon-tooltip-markup", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
996
+ connect_after(sigName: "notify::primary-icon-tooltip-markup", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
997
+ emit(sigName: "notify::primary-icon-tooltip-markup", ...args: any[]): void
998
+ connect(sigName: "notify::primary-icon-tooltip-text", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
999
+ connect_after(sigName: "notify::primary-icon-tooltip-text", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1000
+ emit(sigName: "notify::primary-icon-tooltip-text", ...args: any[]): void
1001
+ connect(sigName: "notify::progress-fraction", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1002
+ connect_after(sigName: "notify::progress-fraction", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1003
+ emit(sigName: "notify::progress-fraction", ...args: any[]): void
1004
+ connect(sigName: "notify::progress-pulse-step", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1005
+ connect_after(sigName: "notify::progress-pulse-step", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1006
+ emit(sigName: "notify::progress-pulse-step", ...args: any[]): void
1007
+ connect(sigName: "notify::scroll-offset", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1008
+ connect_after(sigName: "notify::scroll-offset", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1009
+ emit(sigName: "notify::scroll-offset", ...args: any[]): void
1010
+ connect(sigName: "notify::secondary-icon-activatable", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1011
+ connect_after(sigName: "notify::secondary-icon-activatable", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1012
+ emit(sigName: "notify::secondary-icon-activatable", ...args: any[]): void
1013
+ connect(sigName: "notify::secondary-icon-gicon", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1014
+ connect_after(sigName: "notify::secondary-icon-gicon", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1015
+ emit(sigName: "notify::secondary-icon-gicon", ...args: any[]): void
1016
+ connect(sigName: "notify::secondary-icon-name", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1017
+ connect_after(sigName: "notify::secondary-icon-name", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1018
+ emit(sigName: "notify::secondary-icon-name", ...args: any[]): void
1019
+ connect(sigName: "notify::secondary-icon-paintable", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1020
+ connect_after(sigName: "notify::secondary-icon-paintable", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1021
+ emit(sigName: "notify::secondary-icon-paintable", ...args: any[]): void
1022
+ connect(sigName: "notify::secondary-icon-sensitive", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1023
+ connect_after(sigName: "notify::secondary-icon-sensitive", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1024
+ emit(sigName: "notify::secondary-icon-sensitive", ...args: any[]): void
1025
+ connect(sigName: "notify::secondary-icon-storage-type", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1026
+ connect_after(sigName: "notify::secondary-icon-storage-type", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1027
+ emit(sigName: "notify::secondary-icon-storage-type", ...args: any[]): void
1028
+ connect(sigName: "notify::secondary-icon-tooltip-markup", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1029
+ connect_after(sigName: "notify::secondary-icon-tooltip-markup", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1030
+ emit(sigName: "notify::secondary-icon-tooltip-markup", ...args: any[]): void
1031
+ connect(sigName: "notify::secondary-icon-tooltip-text", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1032
+ connect_after(sigName: "notify::secondary-icon-tooltip-text", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1033
+ emit(sigName: "notify::secondary-icon-tooltip-text", ...args: any[]): void
1034
+ connect(sigName: "notify::show-emoji-icon", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1035
+ connect_after(sigName: "notify::show-emoji-icon", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1036
+ emit(sigName: "notify::show-emoji-icon", ...args: any[]): void
1037
+ connect(sigName: "notify::tabs", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1038
+ connect_after(sigName: "notify::tabs", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1039
+ emit(sigName: "notify::tabs", ...args: any[]): void
1040
+ connect(sigName: "notify::text-length", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1041
+ connect_after(sigName: "notify::text-length", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1042
+ emit(sigName: "notify::text-length", ...args: any[]): void
1043
+ connect(sigName: "notify::truncate-multiline", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1044
+ connect_after(sigName: "notify::truncate-multiline", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1045
+ emit(sigName: "notify::truncate-multiline", ...args: any[]): void
1046
+ connect(sigName: "notify::visibility", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1047
+ connect_after(sigName: "notify::visibility", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1048
+ emit(sigName: "notify::visibility", ...args: any[]): void
1049
+ connect(sigName: "notify::can-focus", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1050
+ connect_after(sigName: "notify::can-focus", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1051
+ emit(sigName: "notify::can-focus", ...args: any[]): void
1052
+ connect(sigName: "notify::can-target", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1053
+ connect_after(sigName: "notify::can-target", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1054
+ emit(sigName: "notify::can-target", ...args: any[]): void
1055
+ connect(sigName: "notify::css-classes", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1056
+ connect_after(sigName: "notify::css-classes", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1057
+ emit(sigName: "notify::css-classes", ...args: any[]): void
1058
+ connect(sigName: "notify::css-name", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1059
+ connect_after(sigName: "notify::css-name", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1060
+ emit(sigName: "notify::css-name", ...args: any[]): void
1061
+ connect(sigName: "notify::cursor", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1062
+ connect_after(sigName: "notify::cursor", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1063
+ emit(sigName: "notify::cursor", ...args: any[]): void
1064
+ connect(sigName: "notify::focus-on-click", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1065
+ connect_after(sigName: "notify::focus-on-click", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1066
+ emit(sigName: "notify::focus-on-click", ...args: any[]): void
1067
+ connect(sigName: "notify::focusable", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1068
+ connect_after(sigName: "notify::focusable", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1069
+ emit(sigName: "notify::focusable", ...args: any[]): void
1070
+ connect(sigName: "notify::halign", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1071
+ connect_after(sigName: "notify::halign", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1072
+ emit(sigName: "notify::halign", ...args: any[]): void
1073
+ connect(sigName: "notify::has-default", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1074
+ connect_after(sigName: "notify::has-default", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1075
+ emit(sigName: "notify::has-default", ...args: any[]): void
1076
+ connect(sigName: "notify::has-focus", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1077
+ connect_after(sigName: "notify::has-focus", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1078
+ emit(sigName: "notify::has-focus", ...args: any[]): void
1079
+ connect(sigName: "notify::has-tooltip", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1080
+ connect_after(sigName: "notify::has-tooltip", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1081
+ emit(sigName: "notify::has-tooltip", ...args: any[]): void
1082
+ connect(sigName: "notify::height-request", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1083
+ connect_after(sigName: "notify::height-request", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1084
+ emit(sigName: "notify::height-request", ...args: any[]): void
1085
+ connect(sigName: "notify::hexpand", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1086
+ connect_after(sigName: "notify::hexpand", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1087
+ emit(sigName: "notify::hexpand", ...args: any[]): void
1088
+ connect(sigName: "notify::hexpand-set", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1089
+ connect_after(sigName: "notify::hexpand-set", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1090
+ emit(sigName: "notify::hexpand-set", ...args: any[]): void
1091
+ connect(sigName: "notify::layout-manager", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1092
+ connect_after(sigName: "notify::layout-manager", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1093
+ emit(sigName: "notify::layout-manager", ...args: any[]): void
1094
+ connect(sigName: "notify::margin-bottom", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1095
+ connect_after(sigName: "notify::margin-bottom", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1096
+ emit(sigName: "notify::margin-bottom", ...args: any[]): void
1097
+ connect(sigName: "notify::margin-end", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1098
+ connect_after(sigName: "notify::margin-end", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1099
+ emit(sigName: "notify::margin-end", ...args: any[]): void
1100
+ connect(sigName: "notify::margin-start", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1101
+ connect_after(sigName: "notify::margin-start", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1102
+ emit(sigName: "notify::margin-start", ...args: any[]): void
1103
+ connect(sigName: "notify::margin-top", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1104
+ connect_after(sigName: "notify::margin-top", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1105
+ emit(sigName: "notify::margin-top", ...args: any[]): void
1106
+ connect(sigName: "notify::name", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1107
+ connect_after(sigName: "notify::name", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1108
+ emit(sigName: "notify::name", ...args: any[]): void
1109
+ connect(sigName: "notify::opacity", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1110
+ connect_after(sigName: "notify::opacity", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1111
+ emit(sigName: "notify::opacity", ...args: any[]): void
1112
+ connect(sigName: "notify::overflow", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1113
+ connect_after(sigName: "notify::overflow", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1114
+ emit(sigName: "notify::overflow", ...args: any[]): void
1115
+ connect(sigName: "notify::parent", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1116
+ connect_after(sigName: "notify::parent", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1117
+ emit(sigName: "notify::parent", ...args: any[]): void
1118
+ connect(sigName: "notify::receives-default", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1119
+ connect_after(sigName: "notify::receives-default", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1120
+ emit(sigName: "notify::receives-default", ...args: any[]): void
1121
+ connect(sigName: "notify::root", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1122
+ connect_after(sigName: "notify::root", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1123
+ emit(sigName: "notify::root", ...args: any[]): void
1124
+ connect(sigName: "notify::scale-factor", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1125
+ connect_after(sigName: "notify::scale-factor", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1126
+ emit(sigName: "notify::scale-factor", ...args: any[]): void
1127
+ connect(sigName: "notify::sensitive", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1128
+ connect_after(sigName: "notify::sensitive", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1129
+ emit(sigName: "notify::sensitive", ...args: any[]): void
1130
+ connect(sigName: "notify::tooltip-markup", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1131
+ connect_after(sigName: "notify::tooltip-markup", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1132
+ emit(sigName: "notify::tooltip-markup", ...args: any[]): void
1133
+ connect(sigName: "notify::tooltip-text", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1134
+ connect_after(sigName: "notify::tooltip-text", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1135
+ emit(sigName: "notify::tooltip-text", ...args: any[]): void
1136
+ connect(sigName: "notify::valign", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1137
+ connect_after(sigName: "notify::valign", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1138
+ emit(sigName: "notify::valign", ...args: any[]): void
1139
+ connect(sigName: "notify::vexpand", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1140
+ connect_after(sigName: "notify::vexpand", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1141
+ emit(sigName: "notify::vexpand", ...args: any[]): void
1142
+ connect(sigName: "notify::vexpand-set", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1143
+ connect_after(sigName: "notify::vexpand-set", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1144
+ emit(sigName: "notify::vexpand-set", ...args: any[]): void
1145
+ connect(sigName: "notify::visible", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1146
+ connect_after(sigName: "notify::visible", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1147
+ emit(sigName: "notify::visible", ...args: any[]): void
1148
+ connect(sigName: "notify::width-request", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1149
+ connect_after(sigName: "notify::width-request", callback: (($obj: DatePicker, pspec: GObject.ParamSpec) => void)): number
1150
+ emit(sigName: "notify::width-request", ...args: any[]): void
1151
+ connect(sigName: string, callback: (...args: any[]) => void): number
1152
+ connect_after(sigName: string, callback: (...args: any[]) => void): number
1153
+ emit(sigName: string, ...args: any[]): void
1154
+ disconnect(id: number): void
1155
+ }
1156
+
1157
+ class DatePicker extends Gtk.Entry {
1158
+
1159
+ // Own properties of Granite-7.0.Granite.DatePicker
1160
+
1161
+ static name: string
1162
+ static $gtype: GObject.GType<DatePicker>
1163
+
1164
+ // Constructors of Granite-7.0.Granite.DatePicker
1165
+
1166
+ constructor(config?: DatePicker.ConstructorProperties)
1167
+ static with_format(format: string | null): DatePicker
1168
+ constructor()
1169
+ static new(): DatePicker
1170
+
1171
+ // Overloads of new
1172
+
1173
+ /**
1174
+ * Creates a new entry.
1175
+ * @constructor
1176
+ * @returns a new `GtkEntry`.
1177
+ */
1178
+ static new(): Gtk.Entry
1179
+ _init(config?: DatePicker.ConstructorProperties): void
1180
+ }
1181
+
1182
+ module Dialog {
1183
+
1184
+ // Constructor properties interface
1185
+
1186
+ interface ConstructorProperties extends Gtk.Dialog.ConstructorProperties {
1187
+ }
1188
+
1189
+ }
1190
+
1191
+ interface Dialog {
1192
+
1193
+ // Conflicting properties
1194
+
1195
+ parent_instance: Gtk.Window & Gtk.Widget & GObject.InitiallyUnowned
1196
+
1197
+ // Class property signals of Granite-7.0.Granite.Dialog
1198
+
1199
+ connect(sigName: "notify::use-header-bar", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1200
+ connect_after(sigName: "notify::use-header-bar", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1201
+ emit(sigName: "notify::use-header-bar", ...args: any[]): void
1202
+ connect(sigName: "notify::application", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1203
+ connect_after(sigName: "notify::application", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1204
+ emit(sigName: "notify::application", ...args: any[]): void
1205
+ connect(sigName: "notify::child", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1206
+ connect_after(sigName: "notify::child", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1207
+ emit(sigName: "notify::child", ...args: any[]): void
1208
+ connect(sigName: "notify::decorated", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1209
+ connect_after(sigName: "notify::decorated", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1210
+ emit(sigName: "notify::decorated", ...args: any[]): void
1211
+ connect(sigName: "notify::default-height", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1212
+ connect_after(sigName: "notify::default-height", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1213
+ emit(sigName: "notify::default-height", ...args: any[]): void
1214
+ connect(sigName: "notify::default-widget", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1215
+ connect_after(sigName: "notify::default-widget", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1216
+ emit(sigName: "notify::default-widget", ...args: any[]): void
1217
+ connect(sigName: "notify::default-width", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1218
+ connect_after(sigName: "notify::default-width", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1219
+ emit(sigName: "notify::default-width", ...args: any[]): void
1220
+ connect(sigName: "notify::deletable", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1221
+ connect_after(sigName: "notify::deletable", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1222
+ emit(sigName: "notify::deletable", ...args: any[]): void
1223
+ connect(sigName: "notify::destroy-with-parent", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1224
+ connect_after(sigName: "notify::destroy-with-parent", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1225
+ emit(sigName: "notify::destroy-with-parent", ...args: any[]): void
1226
+ connect(sigName: "notify::display", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1227
+ connect_after(sigName: "notify::display", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1228
+ emit(sigName: "notify::display", ...args: any[]): void
1229
+ connect(sigName: "notify::focus-visible", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1230
+ connect_after(sigName: "notify::focus-visible", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1231
+ emit(sigName: "notify::focus-visible", ...args: any[]): void
1232
+ connect(sigName: "notify::focus-widget", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1233
+ connect_after(sigName: "notify::focus-widget", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1234
+ emit(sigName: "notify::focus-widget", ...args: any[]): void
1235
+ connect(sigName: "notify::fullscreened", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1236
+ connect_after(sigName: "notify::fullscreened", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1237
+ emit(sigName: "notify::fullscreened", ...args: any[]): void
1238
+ connect(sigName: "notify::handle-menubar-accel", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1239
+ connect_after(sigName: "notify::handle-menubar-accel", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1240
+ emit(sigName: "notify::handle-menubar-accel", ...args: any[]): void
1241
+ connect(sigName: "notify::hide-on-close", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1242
+ connect_after(sigName: "notify::hide-on-close", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1243
+ emit(sigName: "notify::hide-on-close", ...args: any[]): void
1244
+ connect(sigName: "notify::icon-name", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1245
+ connect_after(sigName: "notify::icon-name", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1246
+ emit(sigName: "notify::icon-name", ...args: any[]): void
1247
+ connect(sigName: "notify::is-active", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1248
+ connect_after(sigName: "notify::is-active", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1249
+ emit(sigName: "notify::is-active", ...args: any[]): void
1250
+ connect(sigName: "notify::maximized", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1251
+ connect_after(sigName: "notify::maximized", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1252
+ emit(sigName: "notify::maximized", ...args: any[]): void
1253
+ connect(sigName: "notify::mnemonics-visible", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1254
+ connect_after(sigName: "notify::mnemonics-visible", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1255
+ emit(sigName: "notify::mnemonics-visible", ...args: any[]): void
1256
+ connect(sigName: "notify::modal", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1257
+ connect_after(sigName: "notify::modal", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1258
+ emit(sigName: "notify::modal", ...args: any[]): void
1259
+ connect(sigName: "notify::resizable", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1260
+ connect_after(sigName: "notify::resizable", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1261
+ emit(sigName: "notify::resizable", ...args: any[]): void
1262
+ connect(sigName: "notify::startup-id", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1263
+ connect_after(sigName: "notify::startup-id", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1264
+ emit(sigName: "notify::startup-id", ...args: any[]): void
1265
+ connect(sigName: "notify::title", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1266
+ connect_after(sigName: "notify::title", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1267
+ emit(sigName: "notify::title", ...args: any[]): void
1268
+ connect(sigName: "notify::titlebar", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1269
+ connect_after(sigName: "notify::titlebar", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1270
+ emit(sigName: "notify::titlebar", ...args: any[]): void
1271
+ connect(sigName: "notify::transient-for", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1272
+ connect_after(sigName: "notify::transient-for", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1273
+ emit(sigName: "notify::transient-for", ...args: any[]): void
1274
+ connect(sigName: "notify::can-focus", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1275
+ connect_after(sigName: "notify::can-focus", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1276
+ emit(sigName: "notify::can-focus", ...args: any[]): void
1277
+ connect(sigName: "notify::can-target", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1278
+ connect_after(sigName: "notify::can-target", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1279
+ emit(sigName: "notify::can-target", ...args: any[]): void
1280
+ connect(sigName: "notify::css-classes", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1281
+ connect_after(sigName: "notify::css-classes", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1282
+ emit(sigName: "notify::css-classes", ...args: any[]): void
1283
+ connect(sigName: "notify::css-name", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1284
+ connect_after(sigName: "notify::css-name", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1285
+ emit(sigName: "notify::css-name", ...args: any[]): void
1286
+ connect(sigName: "notify::cursor", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1287
+ connect_after(sigName: "notify::cursor", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1288
+ emit(sigName: "notify::cursor", ...args: any[]): void
1289
+ connect(sigName: "notify::focus-on-click", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1290
+ connect_after(sigName: "notify::focus-on-click", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1291
+ emit(sigName: "notify::focus-on-click", ...args: any[]): void
1292
+ connect(sigName: "notify::focusable", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1293
+ connect_after(sigName: "notify::focusable", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1294
+ emit(sigName: "notify::focusable", ...args: any[]): void
1295
+ connect(sigName: "notify::halign", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1296
+ connect_after(sigName: "notify::halign", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1297
+ emit(sigName: "notify::halign", ...args: any[]): void
1298
+ connect(sigName: "notify::has-default", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1299
+ connect_after(sigName: "notify::has-default", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1300
+ emit(sigName: "notify::has-default", ...args: any[]): void
1301
+ connect(sigName: "notify::has-focus", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1302
+ connect_after(sigName: "notify::has-focus", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1303
+ emit(sigName: "notify::has-focus", ...args: any[]): void
1304
+ connect(sigName: "notify::has-tooltip", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1305
+ connect_after(sigName: "notify::has-tooltip", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1306
+ emit(sigName: "notify::has-tooltip", ...args: any[]): void
1307
+ connect(sigName: "notify::height-request", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1308
+ connect_after(sigName: "notify::height-request", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1309
+ emit(sigName: "notify::height-request", ...args: any[]): void
1310
+ connect(sigName: "notify::hexpand", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1311
+ connect_after(sigName: "notify::hexpand", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1312
+ emit(sigName: "notify::hexpand", ...args: any[]): void
1313
+ connect(sigName: "notify::hexpand-set", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1314
+ connect_after(sigName: "notify::hexpand-set", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1315
+ emit(sigName: "notify::hexpand-set", ...args: any[]): void
1316
+ connect(sigName: "notify::layout-manager", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1317
+ connect_after(sigName: "notify::layout-manager", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1318
+ emit(sigName: "notify::layout-manager", ...args: any[]): void
1319
+ connect(sigName: "notify::margin-bottom", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1320
+ connect_after(sigName: "notify::margin-bottom", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1321
+ emit(sigName: "notify::margin-bottom", ...args: any[]): void
1322
+ connect(sigName: "notify::margin-end", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1323
+ connect_after(sigName: "notify::margin-end", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1324
+ emit(sigName: "notify::margin-end", ...args: any[]): void
1325
+ connect(sigName: "notify::margin-start", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1326
+ connect_after(sigName: "notify::margin-start", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1327
+ emit(sigName: "notify::margin-start", ...args: any[]): void
1328
+ connect(sigName: "notify::margin-top", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1329
+ connect_after(sigName: "notify::margin-top", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1330
+ emit(sigName: "notify::margin-top", ...args: any[]): void
1331
+ connect(sigName: "notify::name", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1332
+ connect_after(sigName: "notify::name", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1333
+ emit(sigName: "notify::name", ...args: any[]): void
1334
+ connect(sigName: "notify::opacity", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1335
+ connect_after(sigName: "notify::opacity", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1336
+ emit(sigName: "notify::opacity", ...args: any[]): void
1337
+ connect(sigName: "notify::overflow", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1338
+ connect_after(sigName: "notify::overflow", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1339
+ emit(sigName: "notify::overflow", ...args: any[]): void
1340
+ connect(sigName: "notify::parent", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1341
+ connect_after(sigName: "notify::parent", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1342
+ emit(sigName: "notify::parent", ...args: any[]): void
1343
+ connect(sigName: "notify::receives-default", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1344
+ connect_after(sigName: "notify::receives-default", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1345
+ emit(sigName: "notify::receives-default", ...args: any[]): void
1346
+ connect(sigName: "notify::root", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1347
+ connect_after(sigName: "notify::root", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1348
+ emit(sigName: "notify::root", ...args: any[]): void
1349
+ connect(sigName: "notify::scale-factor", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1350
+ connect_after(sigName: "notify::scale-factor", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1351
+ emit(sigName: "notify::scale-factor", ...args: any[]): void
1352
+ connect(sigName: "notify::sensitive", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1353
+ connect_after(sigName: "notify::sensitive", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1354
+ emit(sigName: "notify::sensitive", ...args: any[]): void
1355
+ connect(sigName: "notify::tooltip-markup", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1356
+ connect_after(sigName: "notify::tooltip-markup", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1357
+ emit(sigName: "notify::tooltip-markup", ...args: any[]): void
1358
+ connect(sigName: "notify::tooltip-text", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1359
+ connect_after(sigName: "notify::tooltip-text", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1360
+ emit(sigName: "notify::tooltip-text", ...args: any[]): void
1361
+ connect(sigName: "notify::valign", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1362
+ connect_after(sigName: "notify::valign", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1363
+ emit(sigName: "notify::valign", ...args: any[]): void
1364
+ connect(sigName: "notify::vexpand", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1365
+ connect_after(sigName: "notify::vexpand", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1366
+ emit(sigName: "notify::vexpand", ...args: any[]): void
1367
+ connect(sigName: "notify::vexpand-set", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1368
+ connect_after(sigName: "notify::vexpand-set", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1369
+ emit(sigName: "notify::vexpand-set", ...args: any[]): void
1370
+ connect(sigName: "notify::visible", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1371
+ connect_after(sigName: "notify::visible", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1372
+ emit(sigName: "notify::visible", ...args: any[]): void
1373
+ connect(sigName: "notify::width-request", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1374
+ connect_after(sigName: "notify::width-request", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
1375
+ emit(sigName: "notify::width-request", ...args: any[]): void
1376
+ connect(sigName: string, callback: (...args: any[]) => void): number
1377
+ connect_after(sigName: string, callback: (...args: any[]) => void): number
1378
+ emit(sigName: string, ...args: any[]): void
1379
+ disconnect(id: number): void
1380
+ }
1381
+
1382
+ class Dialog extends Gtk.Dialog {
1383
+
1384
+ // Own properties of Granite-7.0.Granite.Dialog
1385
+
1386
+ static name: string
1387
+ static $gtype: GObject.GType<Dialog>
1388
+
1389
+ // Constructors of Granite-7.0.Granite.Dialog
1390
+
1391
+ constructor(config?: Dialog.ConstructorProperties)
1392
+ constructor()
1393
+ static new(): Dialog
1394
+
1395
+ // Overloads of new
1396
+
1397
+ /**
1398
+ * Creates a new dialog box.
1399
+ *
1400
+ * Widgets should not be packed into the `GtkWindow`
1401
+ * directly, but into the `content_area` and `action_area,`
1402
+ * as described above.
1403
+ * @constructor
1404
+ * @returns the new dialog as a `GtkWidget`
1405
+ */
1406
+ static new(): Gtk.Dialog
1407
+ _init(config?: Dialog.ConstructorProperties): void
1408
+ }
1409
+
1410
+ module HeaderLabel {
1411
+
1412
+ // Constructor properties interface
1413
+
1414
+ interface ConstructorProperties extends Gtk.Widget.ConstructorProperties {
1415
+
1416
+ // Own constructor properties of Granite-7.0.Granite.HeaderLabel
1417
+
1418
+ label?: string | null
1419
+ secondary_text?: string | null
1420
+ }
1421
+
1422
+ }
1423
+
1424
+ interface HeaderLabel {
1425
+
1426
+ // Own properties of Granite-7.0.Granite.HeaderLabel
1427
+
1428
+ label: string | null
1429
+ secondary_text: string | null
1430
+
1431
+ // Owm methods of Granite-7.0.Granite.HeaderLabel
1432
+
1433
+ get_label(): string | null
1434
+ set_label(value: string | null): void
1435
+ get_secondary_text(): string | null
1436
+ set_secondary_text(value: string | null): void
1437
+
1438
+ // Class property signals of Granite-7.0.Granite.HeaderLabel
1439
+
1440
+ connect(sigName: "notify::label", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1441
+ connect_after(sigName: "notify::label", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1442
+ emit(sigName: "notify::label", ...args: any[]): void
1443
+ connect(sigName: "notify::secondary-text", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1444
+ connect_after(sigName: "notify::secondary-text", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1445
+ emit(sigName: "notify::secondary-text", ...args: any[]): void
1446
+ connect(sigName: "notify::can-focus", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1447
+ connect_after(sigName: "notify::can-focus", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1448
+ emit(sigName: "notify::can-focus", ...args: any[]): void
1449
+ connect(sigName: "notify::can-target", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1450
+ connect_after(sigName: "notify::can-target", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1451
+ emit(sigName: "notify::can-target", ...args: any[]): void
1452
+ connect(sigName: "notify::css-classes", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1453
+ connect_after(sigName: "notify::css-classes", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1454
+ emit(sigName: "notify::css-classes", ...args: any[]): void
1455
+ connect(sigName: "notify::css-name", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1456
+ connect_after(sigName: "notify::css-name", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1457
+ emit(sigName: "notify::css-name", ...args: any[]): void
1458
+ connect(sigName: "notify::cursor", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1459
+ connect_after(sigName: "notify::cursor", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1460
+ emit(sigName: "notify::cursor", ...args: any[]): void
1461
+ connect(sigName: "notify::focus-on-click", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1462
+ connect_after(sigName: "notify::focus-on-click", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1463
+ emit(sigName: "notify::focus-on-click", ...args: any[]): void
1464
+ connect(sigName: "notify::focusable", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1465
+ connect_after(sigName: "notify::focusable", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1466
+ emit(sigName: "notify::focusable", ...args: any[]): void
1467
+ connect(sigName: "notify::halign", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1468
+ connect_after(sigName: "notify::halign", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1469
+ emit(sigName: "notify::halign", ...args: any[]): void
1470
+ connect(sigName: "notify::has-default", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1471
+ connect_after(sigName: "notify::has-default", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1472
+ emit(sigName: "notify::has-default", ...args: any[]): void
1473
+ connect(sigName: "notify::has-focus", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1474
+ connect_after(sigName: "notify::has-focus", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1475
+ emit(sigName: "notify::has-focus", ...args: any[]): void
1476
+ connect(sigName: "notify::has-tooltip", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1477
+ connect_after(sigName: "notify::has-tooltip", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1478
+ emit(sigName: "notify::has-tooltip", ...args: any[]): void
1479
+ connect(sigName: "notify::height-request", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1480
+ connect_after(sigName: "notify::height-request", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1481
+ emit(sigName: "notify::height-request", ...args: any[]): void
1482
+ connect(sigName: "notify::hexpand", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1483
+ connect_after(sigName: "notify::hexpand", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1484
+ emit(sigName: "notify::hexpand", ...args: any[]): void
1485
+ connect(sigName: "notify::hexpand-set", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1486
+ connect_after(sigName: "notify::hexpand-set", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1487
+ emit(sigName: "notify::hexpand-set", ...args: any[]): void
1488
+ connect(sigName: "notify::layout-manager", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1489
+ connect_after(sigName: "notify::layout-manager", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1490
+ emit(sigName: "notify::layout-manager", ...args: any[]): void
1491
+ connect(sigName: "notify::margin-bottom", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1492
+ connect_after(sigName: "notify::margin-bottom", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1493
+ emit(sigName: "notify::margin-bottom", ...args: any[]): void
1494
+ connect(sigName: "notify::margin-end", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1495
+ connect_after(sigName: "notify::margin-end", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1496
+ emit(sigName: "notify::margin-end", ...args: any[]): void
1497
+ connect(sigName: "notify::margin-start", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1498
+ connect_after(sigName: "notify::margin-start", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1499
+ emit(sigName: "notify::margin-start", ...args: any[]): void
1500
+ connect(sigName: "notify::margin-top", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1501
+ connect_after(sigName: "notify::margin-top", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1502
+ emit(sigName: "notify::margin-top", ...args: any[]): void
1503
+ connect(sigName: "notify::name", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1504
+ connect_after(sigName: "notify::name", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1505
+ emit(sigName: "notify::name", ...args: any[]): void
1506
+ connect(sigName: "notify::opacity", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1507
+ connect_after(sigName: "notify::opacity", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1508
+ emit(sigName: "notify::opacity", ...args: any[]): void
1509
+ connect(sigName: "notify::overflow", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1510
+ connect_after(sigName: "notify::overflow", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1511
+ emit(sigName: "notify::overflow", ...args: any[]): void
1512
+ connect(sigName: "notify::parent", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1513
+ connect_after(sigName: "notify::parent", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1514
+ emit(sigName: "notify::parent", ...args: any[]): void
1515
+ connect(sigName: "notify::receives-default", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1516
+ connect_after(sigName: "notify::receives-default", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1517
+ emit(sigName: "notify::receives-default", ...args: any[]): void
1518
+ connect(sigName: "notify::root", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1519
+ connect_after(sigName: "notify::root", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1520
+ emit(sigName: "notify::root", ...args: any[]): void
1521
+ connect(sigName: "notify::scale-factor", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1522
+ connect_after(sigName: "notify::scale-factor", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1523
+ emit(sigName: "notify::scale-factor", ...args: any[]): void
1524
+ connect(sigName: "notify::sensitive", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1525
+ connect_after(sigName: "notify::sensitive", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1526
+ emit(sigName: "notify::sensitive", ...args: any[]): void
1527
+ connect(sigName: "notify::tooltip-markup", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1528
+ connect_after(sigName: "notify::tooltip-markup", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1529
+ emit(sigName: "notify::tooltip-markup", ...args: any[]): void
1530
+ connect(sigName: "notify::tooltip-text", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1531
+ connect_after(sigName: "notify::tooltip-text", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1532
+ emit(sigName: "notify::tooltip-text", ...args: any[]): void
1533
+ connect(sigName: "notify::valign", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1534
+ connect_after(sigName: "notify::valign", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1535
+ emit(sigName: "notify::valign", ...args: any[]): void
1536
+ connect(sigName: "notify::vexpand", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1537
+ connect_after(sigName: "notify::vexpand", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1538
+ emit(sigName: "notify::vexpand", ...args: any[]): void
1539
+ connect(sigName: "notify::vexpand-set", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1540
+ connect_after(sigName: "notify::vexpand-set", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1541
+ emit(sigName: "notify::vexpand-set", ...args: any[]): void
1542
+ connect(sigName: "notify::visible", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1543
+ connect_after(sigName: "notify::visible", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1544
+ emit(sigName: "notify::visible", ...args: any[]): void
1545
+ connect(sigName: "notify::width-request", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1546
+ connect_after(sigName: "notify::width-request", callback: (($obj: HeaderLabel, pspec: GObject.ParamSpec) => void)): number
1547
+ emit(sigName: "notify::width-request", ...args: any[]): void
1548
+ connect(sigName: string, callback: (...args: any[]) => void): number
1549
+ connect_after(sigName: string, callback: (...args: any[]) => void): number
1550
+ emit(sigName: string, ...args: any[]): void
1551
+ disconnect(id: number): void
1552
+ }
1553
+
1554
+ class HeaderLabel extends Gtk.Widget {
1555
+
1556
+ // Own properties of Granite-7.0.Granite.HeaderLabel
1557
+
1558
+ static name: string
1559
+ static $gtype: GObject.GType<HeaderLabel>
1560
+
1561
+ // Constructors of Granite-7.0.Granite.HeaderLabel
1562
+
1563
+ constructor(config?: HeaderLabel.ConstructorProperties)
1564
+ constructor(label: string | null)
1565
+ static new(label: string | null): HeaderLabel
1566
+ _init(config?: HeaderLabel.ConstructorProperties): void
1567
+ }
1568
+
1569
+ module HyperTextView {
1570
+
1571
+ // Constructor properties interface
1572
+
1573
+ interface ConstructorProperties extends Gtk.TextView.ConstructorProperties {
1574
+ }
1575
+
1576
+ }
1577
+
1578
+ interface HyperTextView {
1579
+
1580
+ // Conflicting properties
1581
+
1582
+ parent_instance: Gtk.Widget & GObject.InitiallyUnowned & GObject.InitiallyUnowned
1583
+
1584
+ // Class property signals of Granite-7.0.Granite.HyperTextView
1585
+
1586
+ connect(sigName: "notify::accepts-tab", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1587
+ connect_after(sigName: "notify::accepts-tab", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1588
+ emit(sigName: "notify::accepts-tab", ...args: any[]): void
1589
+ connect(sigName: "notify::bottom-margin", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1590
+ connect_after(sigName: "notify::bottom-margin", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1591
+ emit(sigName: "notify::bottom-margin", ...args: any[]): void
1592
+ connect(sigName: "notify::buffer", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1593
+ connect_after(sigName: "notify::buffer", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1594
+ emit(sigName: "notify::buffer", ...args: any[]): void
1595
+ connect(sigName: "notify::cursor-visible", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1596
+ connect_after(sigName: "notify::cursor-visible", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1597
+ emit(sigName: "notify::cursor-visible", ...args: any[]): void
1598
+ connect(sigName: "notify::editable", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1599
+ connect_after(sigName: "notify::editable", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1600
+ emit(sigName: "notify::editable", ...args: any[]): void
1601
+ connect(sigName: "notify::extra-menu", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1602
+ connect_after(sigName: "notify::extra-menu", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1603
+ emit(sigName: "notify::extra-menu", ...args: any[]): void
1604
+ connect(sigName: "notify::im-module", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1605
+ connect_after(sigName: "notify::im-module", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1606
+ emit(sigName: "notify::im-module", ...args: any[]): void
1607
+ connect(sigName: "notify::indent", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1608
+ connect_after(sigName: "notify::indent", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1609
+ emit(sigName: "notify::indent", ...args: any[]): void
1610
+ connect(sigName: "notify::input-hints", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1611
+ connect_after(sigName: "notify::input-hints", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1612
+ emit(sigName: "notify::input-hints", ...args: any[]): void
1613
+ connect(sigName: "notify::input-purpose", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1614
+ connect_after(sigName: "notify::input-purpose", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1615
+ emit(sigName: "notify::input-purpose", ...args: any[]): void
1616
+ connect(sigName: "notify::justification", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1617
+ connect_after(sigName: "notify::justification", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1618
+ emit(sigName: "notify::justification", ...args: any[]): void
1619
+ connect(sigName: "notify::left-margin", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1620
+ connect_after(sigName: "notify::left-margin", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1621
+ emit(sigName: "notify::left-margin", ...args: any[]): void
1622
+ connect(sigName: "notify::monospace", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1623
+ connect_after(sigName: "notify::monospace", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1624
+ emit(sigName: "notify::monospace", ...args: any[]): void
1625
+ connect(sigName: "notify::overwrite", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1626
+ connect_after(sigName: "notify::overwrite", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1627
+ emit(sigName: "notify::overwrite", ...args: any[]): void
1628
+ connect(sigName: "notify::pixels-above-lines", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1629
+ connect_after(sigName: "notify::pixels-above-lines", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1630
+ emit(sigName: "notify::pixels-above-lines", ...args: any[]): void
1631
+ connect(sigName: "notify::pixels-below-lines", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1632
+ connect_after(sigName: "notify::pixels-below-lines", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1633
+ emit(sigName: "notify::pixels-below-lines", ...args: any[]): void
1634
+ connect(sigName: "notify::pixels-inside-wrap", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1635
+ connect_after(sigName: "notify::pixels-inside-wrap", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1636
+ emit(sigName: "notify::pixels-inside-wrap", ...args: any[]): void
1637
+ connect(sigName: "notify::right-margin", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1638
+ connect_after(sigName: "notify::right-margin", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1639
+ emit(sigName: "notify::right-margin", ...args: any[]): void
1640
+ connect(sigName: "notify::tabs", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1641
+ connect_after(sigName: "notify::tabs", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1642
+ emit(sigName: "notify::tabs", ...args: any[]): void
1643
+ connect(sigName: "notify::top-margin", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1644
+ connect_after(sigName: "notify::top-margin", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1645
+ emit(sigName: "notify::top-margin", ...args: any[]): void
1646
+ connect(sigName: "notify::wrap-mode", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1647
+ connect_after(sigName: "notify::wrap-mode", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1648
+ emit(sigName: "notify::wrap-mode", ...args: any[]): void
1649
+ connect(sigName: "notify::can-focus", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1650
+ connect_after(sigName: "notify::can-focus", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1651
+ emit(sigName: "notify::can-focus", ...args: any[]): void
1652
+ connect(sigName: "notify::can-target", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1653
+ connect_after(sigName: "notify::can-target", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1654
+ emit(sigName: "notify::can-target", ...args: any[]): void
1655
+ connect(sigName: "notify::css-classes", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1656
+ connect_after(sigName: "notify::css-classes", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1657
+ emit(sigName: "notify::css-classes", ...args: any[]): void
1658
+ connect(sigName: "notify::css-name", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1659
+ connect_after(sigName: "notify::css-name", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1660
+ emit(sigName: "notify::css-name", ...args: any[]): void
1661
+ connect(sigName: "notify::cursor", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1662
+ connect_after(sigName: "notify::cursor", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1663
+ emit(sigName: "notify::cursor", ...args: any[]): void
1664
+ connect(sigName: "notify::focus-on-click", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1665
+ connect_after(sigName: "notify::focus-on-click", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1666
+ emit(sigName: "notify::focus-on-click", ...args: any[]): void
1667
+ connect(sigName: "notify::focusable", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1668
+ connect_after(sigName: "notify::focusable", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1669
+ emit(sigName: "notify::focusable", ...args: any[]): void
1670
+ connect(sigName: "notify::halign", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1671
+ connect_after(sigName: "notify::halign", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1672
+ emit(sigName: "notify::halign", ...args: any[]): void
1673
+ connect(sigName: "notify::has-default", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1674
+ connect_after(sigName: "notify::has-default", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1675
+ emit(sigName: "notify::has-default", ...args: any[]): void
1676
+ connect(sigName: "notify::has-focus", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1677
+ connect_after(sigName: "notify::has-focus", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1678
+ emit(sigName: "notify::has-focus", ...args: any[]): void
1679
+ connect(sigName: "notify::has-tooltip", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1680
+ connect_after(sigName: "notify::has-tooltip", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1681
+ emit(sigName: "notify::has-tooltip", ...args: any[]): void
1682
+ connect(sigName: "notify::height-request", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1683
+ connect_after(sigName: "notify::height-request", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1684
+ emit(sigName: "notify::height-request", ...args: any[]): void
1685
+ connect(sigName: "notify::hexpand", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1686
+ connect_after(sigName: "notify::hexpand", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1687
+ emit(sigName: "notify::hexpand", ...args: any[]): void
1688
+ connect(sigName: "notify::hexpand-set", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1689
+ connect_after(sigName: "notify::hexpand-set", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1690
+ emit(sigName: "notify::hexpand-set", ...args: any[]): void
1691
+ connect(sigName: "notify::layout-manager", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1692
+ connect_after(sigName: "notify::layout-manager", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1693
+ emit(sigName: "notify::layout-manager", ...args: any[]): void
1694
+ connect(sigName: "notify::margin-bottom", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1695
+ connect_after(sigName: "notify::margin-bottom", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1696
+ emit(sigName: "notify::margin-bottom", ...args: any[]): void
1697
+ connect(sigName: "notify::margin-end", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1698
+ connect_after(sigName: "notify::margin-end", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1699
+ emit(sigName: "notify::margin-end", ...args: any[]): void
1700
+ connect(sigName: "notify::margin-start", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1701
+ connect_after(sigName: "notify::margin-start", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1702
+ emit(sigName: "notify::margin-start", ...args: any[]): void
1703
+ connect(sigName: "notify::margin-top", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1704
+ connect_after(sigName: "notify::margin-top", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1705
+ emit(sigName: "notify::margin-top", ...args: any[]): void
1706
+ connect(sigName: "notify::name", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1707
+ connect_after(sigName: "notify::name", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1708
+ emit(sigName: "notify::name", ...args: any[]): void
1709
+ connect(sigName: "notify::opacity", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1710
+ connect_after(sigName: "notify::opacity", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1711
+ emit(sigName: "notify::opacity", ...args: any[]): void
1712
+ connect(sigName: "notify::overflow", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1713
+ connect_after(sigName: "notify::overflow", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1714
+ emit(sigName: "notify::overflow", ...args: any[]): void
1715
+ connect(sigName: "notify::parent", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1716
+ connect_after(sigName: "notify::parent", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1717
+ emit(sigName: "notify::parent", ...args: any[]): void
1718
+ connect(sigName: "notify::receives-default", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1719
+ connect_after(sigName: "notify::receives-default", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1720
+ emit(sigName: "notify::receives-default", ...args: any[]): void
1721
+ connect(sigName: "notify::root", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1722
+ connect_after(sigName: "notify::root", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1723
+ emit(sigName: "notify::root", ...args: any[]): void
1724
+ connect(sigName: "notify::scale-factor", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1725
+ connect_after(sigName: "notify::scale-factor", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1726
+ emit(sigName: "notify::scale-factor", ...args: any[]): void
1727
+ connect(sigName: "notify::sensitive", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1728
+ connect_after(sigName: "notify::sensitive", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1729
+ emit(sigName: "notify::sensitive", ...args: any[]): void
1730
+ connect(sigName: "notify::tooltip-markup", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1731
+ connect_after(sigName: "notify::tooltip-markup", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1732
+ emit(sigName: "notify::tooltip-markup", ...args: any[]): void
1733
+ connect(sigName: "notify::tooltip-text", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1734
+ connect_after(sigName: "notify::tooltip-text", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1735
+ emit(sigName: "notify::tooltip-text", ...args: any[]): void
1736
+ connect(sigName: "notify::valign", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1737
+ connect_after(sigName: "notify::valign", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1738
+ emit(sigName: "notify::valign", ...args: any[]): void
1739
+ connect(sigName: "notify::vexpand", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1740
+ connect_after(sigName: "notify::vexpand", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1741
+ emit(sigName: "notify::vexpand", ...args: any[]): void
1742
+ connect(sigName: "notify::vexpand-set", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1743
+ connect_after(sigName: "notify::vexpand-set", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1744
+ emit(sigName: "notify::vexpand-set", ...args: any[]): void
1745
+ connect(sigName: "notify::visible", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1746
+ connect_after(sigName: "notify::visible", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1747
+ emit(sigName: "notify::visible", ...args: any[]): void
1748
+ connect(sigName: "notify::width-request", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1749
+ connect_after(sigName: "notify::width-request", callback: (($obj: HyperTextView, pspec: GObject.ParamSpec) => void)): number
1750
+ emit(sigName: "notify::width-request", ...args: any[]): void
1751
+ connect(sigName: string, callback: (...args: any[]) => void): number
1752
+ connect_after(sigName: string, callback: (...args: any[]) => void): number
1753
+ emit(sigName: string, ...args: any[]): void
1754
+ disconnect(id: number): void
1755
+ }
1756
+
1757
+ class HyperTextView extends Gtk.TextView {
1758
+
1759
+ // Own properties of Granite-7.0.Granite.HyperTextView
1760
+
1761
+ static name: string
1762
+ static $gtype: GObject.GType<HyperTextView>
1763
+
1764
+ // Constructors of Granite-7.0.Granite.HyperTextView
1765
+
1766
+ constructor(config?: HyperTextView.ConstructorProperties)
1767
+ constructor()
1768
+ static new(): HyperTextView
1769
+
1770
+ // Overloads of new
1771
+
1772
+ /**
1773
+ * Creates a new `GtkTextView`.
1774
+ *
1775
+ * If you don’t call [method`Gtk`.TextView.set_buffer] before using the
1776
+ * text view, an empty default buffer will be created for you. Get the
1777
+ * buffer with [method`Gtk`.TextView.get_buffer]. If you want to specify
1778
+ * your own buffer, consider [ctor`Gtk`.TextView.new_with_buffer].
1779
+ * @constructor
1780
+ * @returns a new `GtkTextView`
1781
+ */
1782
+ static new(): Gtk.TextView
1783
+ _init(config?: HyperTextView.ConstructorProperties): void
1784
+ }
1785
+
1786
+ module MessageDialog {
1787
+
1788
+ // Constructor properties interface
1789
+
1790
+ interface ConstructorProperties extends Dialog.ConstructorProperties {
1791
+
1792
+ // Own constructor properties of Granite-7.0.Granite.MessageDialog
1793
+
1794
+ primary_text?: string | null
1795
+ secondary_text?: string | null
1796
+ image_icon?: Gio.Icon | null
1797
+ badge_icon?: Gio.Icon | null
1798
+ primary_label?: Gtk.Label | null
1799
+ secondary_label?: Gtk.Label | null
1800
+ buttons?: Gtk.ButtonsType | null
1801
+ custom_bin?: Gtk.Box | null
1802
+ }
1803
+
1804
+ }
1805
+
1806
+ interface MessageDialog {
1807
+
1808
+ // Own properties of Granite-7.0.Granite.MessageDialog
1809
+
1810
+ primary_text: string | null
1811
+ secondary_text: string | null
1812
+ image_icon: Gio.Icon
1813
+ badge_icon: Gio.Icon
1814
+ readonly primary_label: Gtk.Label
1815
+ readonly secondary_label: Gtk.Label
1816
+ readonly buttons: Gtk.ButtonsType
1817
+ readonly custom_bin: Gtk.Box
1818
+
1819
+ // Conflicting properties
1820
+
1821
+ parent_instance: Gtk.Window & Gtk.Widget & GObject.InitiallyUnowned
1822
+
1823
+ // Owm methods of Granite-7.0.Granite.MessageDialog
1824
+
1825
+ get_primary_text(): string | null
1826
+ set_primary_text(value: string | null): void
1827
+ get_secondary_text(): string | null
1828
+ set_secondary_text(value: string | null): void
1829
+ get_image_icon(): Gio.Icon
1830
+ set_image_icon(value: Gio.Icon): void
1831
+ get_badge_icon(): Gio.Icon
1832
+ set_badge_icon(value: Gio.Icon): void
1833
+ get_primary_label(): Gtk.Label
1834
+ get_secondary_label(): Gtk.Label
1835
+ get_custom_bin(): Gtk.Box
1836
+ show_error_details(error_message: string | null): void
1837
+
1838
+ // Class property signals of Granite-7.0.Granite.MessageDialog
1839
+
1840
+ connect(sigName: "notify::primary-text", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1841
+ connect_after(sigName: "notify::primary-text", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1842
+ emit(sigName: "notify::primary-text", ...args: any[]): void
1843
+ connect(sigName: "notify::secondary-text", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1844
+ connect_after(sigName: "notify::secondary-text", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1845
+ emit(sigName: "notify::secondary-text", ...args: any[]): void
1846
+ connect(sigName: "notify::image-icon", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1847
+ connect_after(sigName: "notify::image-icon", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1848
+ emit(sigName: "notify::image-icon", ...args: any[]): void
1849
+ connect(sigName: "notify::badge-icon", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1850
+ connect_after(sigName: "notify::badge-icon", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1851
+ emit(sigName: "notify::badge-icon", ...args: any[]): void
1852
+ connect(sigName: "notify::primary-label", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1853
+ connect_after(sigName: "notify::primary-label", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1854
+ emit(sigName: "notify::primary-label", ...args: any[]): void
1855
+ connect(sigName: "notify::secondary-label", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1856
+ connect_after(sigName: "notify::secondary-label", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1857
+ emit(sigName: "notify::secondary-label", ...args: any[]): void
1858
+ connect(sigName: "notify::buttons", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1859
+ connect_after(sigName: "notify::buttons", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1860
+ emit(sigName: "notify::buttons", ...args: any[]): void
1861
+ connect(sigName: "notify::custom-bin", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1862
+ connect_after(sigName: "notify::custom-bin", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1863
+ emit(sigName: "notify::custom-bin", ...args: any[]): void
1864
+ connect(sigName: "notify::use-header-bar", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1865
+ connect_after(sigName: "notify::use-header-bar", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1866
+ emit(sigName: "notify::use-header-bar", ...args: any[]): void
1867
+ connect(sigName: "notify::application", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1868
+ connect_after(sigName: "notify::application", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1869
+ emit(sigName: "notify::application", ...args: any[]): void
1870
+ connect(sigName: "notify::child", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1871
+ connect_after(sigName: "notify::child", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1872
+ emit(sigName: "notify::child", ...args: any[]): void
1873
+ connect(sigName: "notify::decorated", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1874
+ connect_after(sigName: "notify::decorated", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1875
+ emit(sigName: "notify::decorated", ...args: any[]): void
1876
+ connect(sigName: "notify::default-height", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1877
+ connect_after(sigName: "notify::default-height", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1878
+ emit(sigName: "notify::default-height", ...args: any[]): void
1879
+ connect(sigName: "notify::default-widget", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1880
+ connect_after(sigName: "notify::default-widget", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1881
+ emit(sigName: "notify::default-widget", ...args: any[]): void
1882
+ connect(sigName: "notify::default-width", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1883
+ connect_after(sigName: "notify::default-width", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1884
+ emit(sigName: "notify::default-width", ...args: any[]): void
1885
+ connect(sigName: "notify::deletable", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1886
+ connect_after(sigName: "notify::deletable", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1887
+ emit(sigName: "notify::deletable", ...args: any[]): void
1888
+ connect(sigName: "notify::destroy-with-parent", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1889
+ connect_after(sigName: "notify::destroy-with-parent", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1890
+ emit(sigName: "notify::destroy-with-parent", ...args: any[]): void
1891
+ connect(sigName: "notify::display", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1892
+ connect_after(sigName: "notify::display", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1893
+ emit(sigName: "notify::display", ...args: any[]): void
1894
+ connect(sigName: "notify::focus-visible", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1895
+ connect_after(sigName: "notify::focus-visible", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1896
+ emit(sigName: "notify::focus-visible", ...args: any[]): void
1897
+ connect(sigName: "notify::focus-widget", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1898
+ connect_after(sigName: "notify::focus-widget", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1899
+ emit(sigName: "notify::focus-widget", ...args: any[]): void
1900
+ connect(sigName: "notify::fullscreened", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1901
+ connect_after(sigName: "notify::fullscreened", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1902
+ emit(sigName: "notify::fullscreened", ...args: any[]): void
1903
+ connect(sigName: "notify::handle-menubar-accel", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1904
+ connect_after(sigName: "notify::handle-menubar-accel", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1905
+ emit(sigName: "notify::handle-menubar-accel", ...args: any[]): void
1906
+ connect(sigName: "notify::hide-on-close", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1907
+ connect_after(sigName: "notify::hide-on-close", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1908
+ emit(sigName: "notify::hide-on-close", ...args: any[]): void
1909
+ connect(sigName: "notify::icon-name", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1910
+ connect_after(sigName: "notify::icon-name", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1911
+ emit(sigName: "notify::icon-name", ...args: any[]): void
1912
+ connect(sigName: "notify::is-active", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1913
+ connect_after(sigName: "notify::is-active", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1914
+ emit(sigName: "notify::is-active", ...args: any[]): void
1915
+ connect(sigName: "notify::maximized", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1916
+ connect_after(sigName: "notify::maximized", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1917
+ emit(sigName: "notify::maximized", ...args: any[]): void
1918
+ connect(sigName: "notify::mnemonics-visible", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1919
+ connect_after(sigName: "notify::mnemonics-visible", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1920
+ emit(sigName: "notify::mnemonics-visible", ...args: any[]): void
1921
+ connect(sigName: "notify::modal", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1922
+ connect_after(sigName: "notify::modal", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1923
+ emit(sigName: "notify::modal", ...args: any[]): void
1924
+ connect(sigName: "notify::resizable", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1925
+ connect_after(sigName: "notify::resizable", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1926
+ emit(sigName: "notify::resizable", ...args: any[]): void
1927
+ connect(sigName: "notify::startup-id", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1928
+ connect_after(sigName: "notify::startup-id", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1929
+ emit(sigName: "notify::startup-id", ...args: any[]): void
1930
+ connect(sigName: "notify::title", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1931
+ connect_after(sigName: "notify::title", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1932
+ emit(sigName: "notify::title", ...args: any[]): void
1933
+ connect(sigName: "notify::titlebar", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1934
+ connect_after(sigName: "notify::titlebar", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1935
+ emit(sigName: "notify::titlebar", ...args: any[]): void
1936
+ connect(sigName: "notify::transient-for", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1937
+ connect_after(sigName: "notify::transient-for", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1938
+ emit(sigName: "notify::transient-for", ...args: any[]): void
1939
+ connect(sigName: "notify::can-focus", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1940
+ connect_after(sigName: "notify::can-focus", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1941
+ emit(sigName: "notify::can-focus", ...args: any[]): void
1942
+ connect(sigName: "notify::can-target", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1943
+ connect_after(sigName: "notify::can-target", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1944
+ emit(sigName: "notify::can-target", ...args: any[]): void
1945
+ connect(sigName: "notify::css-classes", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1946
+ connect_after(sigName: "notify::css-classes", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1947
+ emit(sigName: "notify::css-classes", ...args: any[]): void
1948
+ connect(sigName: "notify::css-name", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1949
+ connect_after(sigName: "notify::css-name", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1950
+ emit(sigName: "notify::css-name", ...args: any[]): void
1951
+ connect(sigName: "notify::cursor", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1952
+ connect_after(sigName: "notify::cursor", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1953
+ emit(sigName: "notify::cursor", ...args: any[]): void
1954
+ connect(sigName: "notify::focus-on-click", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1955
+ connect_after(sigName: "notify::focus-on-click", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1956
+ emit(sigName: "notify::focus-on-click", ...args: any[]): void
1957
+ connect(sigName: "notify::focusable", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1958
+ connect_after(sigName: "notify::focusable", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1959
+ emit(sigName: "notify::focusable", ...args: any[]): void
1960
+ connect(sigName: "notify::halign", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1961
+ connect_after(sigName: "notify::halign", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1962
+ emit(sigName: "notify::halign", ...args: any[]): void
1963
+ connect(sigName: "notify::has-default", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1964
+ connect_after(sigName: "notify::has-default", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1965
+ emit(sigName: "notify::has-default", ...args: any[]): void
1966
+ connect(sigName: "notify::has-focus", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1967
+ connect_after(sigName: "notify::has-focus", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1968
+ emit(sigName: "notify::has-focus", ...args: any[]): void
1969
+ connect(sigName: "notify::has-tooltip", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1970
+ connect_after(sigName: "notify::has-tooltip", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1971
+ emit(sigName: "notify::has-tooltip", ...args: any[]): void
1972
+ connect(sigName: "notify::height-request", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1973
+ connect_after(sigName: "notify::height-request", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1974
+ emit(sigName: "notify::height-request", ...args: any[]): void
1975
+ connect(sigName: "notify::hexpand", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1976
+ connect_after(sigName: "notify::hexpand", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1977
+ emit(sigName: "notify::hexpand", ...args: any[]): void
1978
+ connect(sigName: "notify::hexpand-set", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1979
+ connect_after(sigName: "notify::hexpand-set", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1980
+ emit(sigName: "notify::hexpand-set", ...args: any[]): void
1981
+ connect(sigName: "notify::layout-manager", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1982
+ connect_after(sigName: "notify::layout-manager", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1983
+ emit(sigName: "notify::layout-manager", ...args: any[]): void
1984
+ connect(sigName: "notify::margin-bottom", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1985
+ connect_after(sigName: "notify::margin-bottom", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1986
+ emit(sigName: "notify::margin-bottom", ...args: any[]): void
1987
+ connect(sigName: "notify::margin-end", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1988
+ connect_after(sigName: "notify::margin-end", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1989
+ emit(sigName: "notify::margin-end", ...args: any[]): void
1990
+ connect(sigName: "notify::margin-start", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1991
+ connect_after(sigName: "notify::margin-start", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1992
+ emit(sigName: "notify::margin-start", ...args: any[]): void
1993
+ connect(sigName: "notify::margin-top", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1994
+ connect_after(sigName: "notify::margin-top", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1995
+ emit(sigName: "notify::margin-top", ...args: any[]): void
1996
+ connect(sigName: "notify::name", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1997
+ connect_after(sigName: "notify::name", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
1998
+ emit(sigName: "notify::name", ...args: any[]): void
1999
+ connect(sigName: "notify::opacity", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
2000
+ connect_after(sigName: "notify::opacity", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
2001
+ emit(sigName: "notify::opacity", ...args: any[]): void
2002
+ connect(sigName: "notify::overflow", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
2003
+ connect_after(sigName: "notify::overflow", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
2004
+ emit(sigName: "notify::overflow", ...args: any[]): void
2005
+ connect(sigName: "notify::parent", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
2006
+ connect_after(sigName: "notify::parent", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
2007
+ emit(sigName: "notify::parent", ...args: any[]): void
2008
+ connect(sigName: "notify::receives-default", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
2009
+ connect_after(sigName: "notify::receives-default", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
2010
+ emit(sigName: "notify::receives-default", ...args: any[]): void
2011
+ connect(sigName: "notify::root", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
2012
+ connect_after(sigName: "notify::root", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
2013
+ emit(sigName: "notify::root", ...args: any[]): void
2014
+ connect(sigName: "notify::scale-factor", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
2015
+ connect_after(sigName: "notify::scale-factor", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
2016
+ emit(sigName: "notify::scale-factor", ...args: any[]): void
2017
+ connect(sigName: "notify::sensitive", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
2018
+ connect_after(sigName: "notify::sensitive", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
2019
+ emit(sigName: "notify::sensitive", ...args: any[]): void
2020
+ connect(sigName: "notify::tooltip-markup", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
2021
+ connect_after(sigName: "notify::tooltip-markup", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
2022
+ emit(sigName: "notify::tooltip-markup", ...args: any[]): void
2023
+ connect(sigName: "notify::tooltip-text", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
2024
+ connect_after(sigName: "notify::tooltip-text", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
2025
+ emit(sigName: "notify::tooltip-text", ...args: any[]): void
2026
+ connect(sigName: "notify::valign", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
2027
+ connect_after(sigName: "notify::valign", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
2028
+ emit(sigName: "notify::valign", ...args: any[]): void
2029
+ connect(sigName: "notify::vexpand", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
2030
+ connect_after(sigName: "notify::vexpand", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
2031
+ emit(sigName: "notify::vexpand", ...args: any[]): void
2032
+ connect(sigName: "notify::vexpand-set", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
2033
+ connect_after(sigName: "notify::vexpand-set", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
2034
+ emit(sigName: "notify::vexpand-set", ...args: any[]): void
2035
+ connect(sigName: "notify::visible", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
2036
+ connect_after(sigName: "notify::visible", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
2037
+ emit(sigName: "notify::visible", ...args: any[]): void
2038
+ connect(sigName: "notify::width-request", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
2039
+ connect_after(sigName: "notify::width-request", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
2040
+ emit(sigName: "notify::width-request", ...args: any[]): void
2041
+ connect(sigName: string, callback: (...args: any[]) => void): number
2042
+ connect_after(sigName: string, callback: (...args: any[]) => void): number
2043
+ emit(sigName: string, ...args: any[]): void
2044
+ disconnect(id: number): void
2045
+ }
2046
+
2047
+ class MessageDialog extends Dialog {
2048
+
2049
+ // Own properties of Granite-7.0.Granite.MessageDialog
2050
+
2051
+ static name: string
2052
+ static $gtype: GObject.GType<MessageDialog>
2053
+
2054
+ // Constructors of Granite-7.0.Granite.MessageDialog
2055
+
2056
+ constructor(config?: MessageDialog.ConstructorProperties)
2057
+ constructor(primary_text: string | null, secondary_text: string | null, image_icon: Gio.Icon, buttons: Gtk.ButtonsType)
2058
+ static new(primary_text: string | null, secondary_text: string | null, image_icon: Gio.Icon, buttons: Gtk.ButtonsType): MessageDialog
2059
+
2060
+ // Overloads of new
2061
+
2062
+ static new(): Dialog
2063
+ /**
2064
+ * Creates a new dialog box.
2065
+ *
2066
+ * Widgets should not be packed into the `GtkWindow`
2067
+ * directly, but into the `content_area` and `action_area,`
2068
+ * as described above.
2069
+ * @constructor
2070
+ * @returns the new dialog as a `GtkWidget`
2071
+ */
2072
+ static new(): Gtk.Dialog
2073
+ static with_image_from_icon_name(primary_text: string | null, secondary_text: string | null, image_icon_name: string | null, buttons: Gtk.ButtonsType): MessageDialog
2074
+ _init(config?: MessageDialog.ConstructorProperties): void
2075
+ }
2076
+
2077
+ module ModeSwitch {
2078
+
2079
+ // Constructor properties interface
2080
+
2081
+ interface ConstructorProperties extends Gtk.Box.ConstructorProperties {
2082
+
2083
+ // Own constructor properties of Granite-7.0.Granite.ModeSwitch
2084
+
2085
+ active?: boolean | null
2086
+ primary_icon_gicon?: Gio.Icon | null
2087
+ primary_icon_name?: string | null
2088
+ primary_icon_tooltip_text?: string | null
2089
+ secondary_icon_gicon?: Gio.Icon | null
2090
+ secondary_icon_name?: string | null
2091
+ secondary_icon_tooltip_text?: string | null
2092
+ }
2093
+
2094
+ }
2095
+
2096
+ interface ModeSwitch {
2097
+
2098
+ // Own properties of Granite-7.0.Granite.ModeSwitch
2099
+
2100
+ active: boolean
2101
+ primary_icon_gicon: Gio.Icon
2102
+ primary_icon_name: string | null
2103
+ primary_icon_tooltip_text: string | null
2104
+ secondary_icon_gicon: Gio.Icon
2105
+ secondary_icon_name: string | null
2106
+ secondary_icon_tooltip_text: string | null
2107
+
2108
+ // Conflicting properties
2109
+
2110
+ parent_instance: Gtk.Widget & GObject.InitiallyUnowned & GObject.InitiallyUnowned
2111
+
2112
+ // Owm methods of Granite-7.0.Granite.ModeSwitch
2113
+
2114
+ get_active(): boolean
2115
+ set_active(value: boolean): void
2116
+ get_primary_icon_gicon(): Gio.Icon
2117
+ set_primary_icon_gicon(value: Gio.Icon): void
2118
+ get_primary_icon_name(): string | null
2119
+ set_primary_icon_name(value: string | null): void
2120
+ get_primary_icon_tooltip_text(): string | null
2121
+ set_primary_icon_tooltip_text(value: string | null): void
2122
+ get_secondary_icon_gicon(): Gio.Icon
2123
+ set_secondary_icon_gicon(value: Gio.Icon): void
2124
+ get_secondary_icon_name(): string | null
2125
+ set_secondary_icon_name(value: string | null): void
2126
+ get_secondary_icon_tooltip_text(): string | null
2127
+ set_secondary_icon_tooltip_text(value: string | null): void
2128
+
2129
+ // Class property signals of Granite-7.0.Granite.ModeSwitch
2130
+
2131
+ connect(sigName: "notify::active", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2132
+ connect_after(sigName: "notify::active", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2133
+ emit(sigName: "notify::active", ...args: any[]): void
2134
+ connect(sigName: "notify::primary-icon-gicon", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2135
+ connect_after(sigName: "notify::primary-icon-gicon", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2136
+ emit(sigName: "notify::primary-icon-gicon", ...args: any[]): void
2137
+ connect(sigName: "notify::primary-icon-name", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2138
+ connect_after(sigName: "notify::primary-icon-name", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2139
+ emit(sigName: "notify::primary-icon-name", ...args: any[]): void
2140
+ connect(sigName: "notify::primary-icon-tooltip-text", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2141
+ connect_after(sigName: "notify::primary-icon-tooltip-text", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2142
+ emit(sigName: "notify::primary-icon-tooltip-text", ...args: any[]): void
2143
+ connect(sigName: "notify::secondary-icon-gicon", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2144
+ connect_after(sigName: "notify::secondary-icon-gicon", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2145
+ emit(sigName: "notify::secondary-icon-gicon", ...args: any[]): void
2146
+ connect(sigName: "notify::secondary-icon-name", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2147
+ connect_after(sigName: "notify::secondary-icon-name", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2148
+ emit(sigName: "notify::secondary-icon-name", ...args: any[]): void
2149
+ connect(sigName: "notify::secondary-icon-tooltip-text", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2150
+ connect_after(sigName: "notify::secondary-icon-tooltip-text", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2151
+ emit(sigName: "notify::secondary-icon-tooltip-text", ...args: any[]): void
2152
+ connect(sigName: "notify::baseline-position", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2153
+ connect_after(sigName: "notify::baseline-position", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2154
+ emit(sigName: "notify::baseline-position", ...args: any[]): void
2155
+ connect(sigName: "notify::homogeneous", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2156
+ connect_after(sigName: "notify::homogeneous", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2157
+ emit(sigName: "notify::homogeneous", ...args: any[]): void
2158
+ connect(sigName: "notify::spacing", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2159
+ connect_after(sigName: "notify::spacing", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2160
+ emit(sigName: "notify::spacing", ...args: any[]): void
2161
+ connect(sigName: "notify::can-focus", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2162
+ connect_after(sigName: "notify::can-focus", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2163
+ emit(sigName: "notify::can-focus", ...args: any[]): void
2164
+ connect(sigName: "notify::can-target", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2165
+ connect_after(sigName: "notify::can-target", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2166
+ emit(sigName: "notify::can-target", ...args: any[]): void
2167
+ connect(sigName: "notify::css-classes", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2168
+ connect_after(sigName: "notify::css-classes", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2169
+ emit(sigName: "notify::css-classes", ...args: any[]): void
2170
+ connect(sigName: "notify::css-name", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2171
+ connect_after(sigName: "notify::css-name", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2172
+ emit(sigName: "notify::css-name", ...args: any[]): void
2173
+ connect(sigName: "notify::cursor", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2174
+ connect_after(sigName: "notify::cursor", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2175
+ emit(sigName: "notify::cursor", ...args: any[]): void
2176
+ connect(sigName: "notify::focus-on-click", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2177
+ connect_after(sigName: "notify::focus-on-click", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2178
+ emit(sigName: "notify::focus-on-click", ...args: any[]): void
2179
+ connect(sigName: "notify::focusable", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2180
+ connect_after(sigName: "notify::focusable", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2181
+ emit(sigName: "notify::focusable", ...args: any[]): void
2182
+ connect(sigName: "notify::halign", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2183
+ connect_after(sigName: "notify::halign", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2184
+ emit(sigName: "notify::halign", ...args: any[]): void
2185
+ connect(sigName: "notify::has-default", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2186
+ connect_after(sigName: "notify::has-default", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2187
+ emit(sigName: "notify::has-default", ...args: any[]): void
2188
+ connect(sigName: "notify::has-focus", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2189
+ connect_after(sigName: "notify::has-focus", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2190
+ emit(sigName: "notify::has-focus", ...args: any[]): void
2191
+ connect(sigName: "notify::has-tooltip", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2192
+ connect_after(sigName: "notify::has-tooltip", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2193
+ emit(sigName: "notify::has-tooltip", ...args: any[]): void
2194
+ connect(sigName: "notify::height-request", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2195
+ connect_after(sigName: "notify::height-request", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2196
+ emit(sigName: "notify::height-request", ...args: any[]): void
2197
+ connect(sigName: "notify::hexpand", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2198
+ connect_after(sigName: "notify::hexpand", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2199
+ emit(sigName: "notify::hexpand", ...args: any[]): void
2200
+ connect(sigName: "notify::hexpand-set", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2201
+ connect_after(sigName: "notify::hexpand-set", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2202
+ emit(sigName: "notify::hexpand-set", ...args: any[]): void
2203
+ connect(sigName: "notify::layout-manager", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2204
+ connect_after(sigName: "notify::layout-manager", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2205
+ emit(sigName: "notify::layout-manager", ...args: any[]): void
2206
+ connect(sigName: "notify::margin-bottom", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2207
+ connect_after(sigName: "notify::margin-bottom", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2208
+ emit(sigName: "notify::margin-bottom", ...args: any[]): void
2209
+ connect(sigName: "notify::margin-end", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2210
+ connect_after(sigName: "notify::margin-end", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2211
+ emit(sigName: "notify::margin-end", ...args: any[]): void
2212
+ connect(sigName: "notify::margin-start", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2213
+ connect_after(sigName: "notify::margin-start", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2214
+ emit(sigName: "notify::margin-start", ...args: any[]): void
2215
+ connect(sigName: "notify::margin-top", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2216
+ connect_after(sigName: "notify::margin-top", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2217
+ emit(sigName: "notify::margin-top", ...args: any[]): void
2218
+ connect(sigName: "notify::name", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2219
+ connect_after(sigName: "notify::name", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2220
+ emit(sigName: "notify::name", ...args: any[]): void
2221
+ connect(sigName: "notify::opacity", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2222
+ connect_after(sigName: "notify::opacity", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2223
+ emit(sigName: "notify::opacity", ...args: any[]): void
2224
+ connect(sigName: "notify::overflow", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2225
+ connect_after(sigName: "notify::overflow", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2226
+ emit(sigName: "notify::overflow", ...args: any[]): void
2227
+ connect(sigName: "notify::parent", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2228
+ connect_after(sigName: "notify::parent", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2229
+ emit(sigName: "notify::parent", ...args: any[]): void
2230
+ connect(sigName: "notify::receives-default", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2231
+ connect_after(sigName: "notify::receives-default", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2232
+ emit(sigName: "notify::receives-default", ...args: any[]): void
2233
+ connect(sigName: "notify::root", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2234
+ connect_after(sigName: "notify::root", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2235
+ emit(sigName: "notify::root", ...args: any[]): void
2236
+ connect(sigName: "notify::scale-factor", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2237
+ connect_after(sigName: "notify::scale-factor", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2238
+ emit(sigName: "notify::scale-factor", ...args: any[]): void
2239
+ connect(sigName: "notify::sensitive", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2240
+ connect_after(sigName: "notify::sensitive", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2241
+ emit(sigName: "notify::sensitive", ...args: any[]): void
2242
+ connect(sigName: "notify::tooltip-markup", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2243
+ connect_after(sigName: "notify::tooltip-markup", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2244
+ emit(sigName: "notify::tooltip-markup", ...args: any[]): void
2245
+ connect(sigName: "notify::tooltip-text", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2246
+ connect_after(sigName: "notify::tooltip-text", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2247
+ emit(sigName: "notify::tooltip-text", ...args: any[]): void
2248
+ connect(sigName: "notify::valign", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2249
+ connect_after(sigName: "notify::valign", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2250
+ emit(sigName: "notify::valign", ...args: any[]): void
2251
+ connect(sigName: "notify::vexpand", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2252
+ connect_after(sigName: "notify::vexpand", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2253
+ emit(sigName: "notify::vexpand", ...args: any[]): void
2254
+ connect(sigName: "notify::vexpand-set", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2255
+ connect_after(sigName: "notify::vexpand-set", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2256
+ emit(sigName: "notify::vexpand-set", ...args: any[]): void
2257
+ connect(sigName: "notify::visible", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2258
+ connect_after(sigName: "notify::visible", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2259
+ emit(sigName: "notify::visible", ...args: any[]): void
2260
+ connect(sigName: "notify::width-request", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2261
+ connect_after(sigName: "notify::width-request", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
2262
+ emit(sigName: "notify::width-request", ...args: any[]): void
2263
+ connect(sigName: string, callback: (...args: any[]) => void): number
2264
+ connect_after(sigName: string, callback: (...args: any[]) => void): number
2265
+ emit(sigName: string, ...args: any[]): void
2266
+ disconnect(id: number): void
2267
+ }
2268
+
2269
+ class ModeSwitch extends Gtk.Box {
2270
+
2271
+ // Own properties of Granite-7.0.Granite.ModeSwitch
2272
+
2273
+ static name: string
2274
+ static $gtype: GObject.GType<ModeSwitch>
2275
+
2276
+ // Constructors of Granite-7.0.Granite.ModeSwitch
2277
+
2278
+ constructor(config?: ModeSwitch.ConstructorProperties)
2279
+ constructor(primary_icon_gicon: Gio.Icon, secondary_icon_gicon: Gio.Icon)
2280
+ static new(primary_icon_gicon: Gio.Icon, secondary_icon_gicon: Gio.Icon): ModeSwitch
2281
+
2282
+ // Overloads of new
2283
+
2284
+ /**
2285
+ * Creates a new `GtkBox`.
2286
+ * @constructor
2287
+ * @param orientation the box’s orientation
2288
+ * @param spacing the number of pixels to place by default between children
2289
+ * @returns a new `GtkBox`.
2290
+ */
2291
+ static new(orientation: Gtk.Orientation, spacing: number): Gtk.Box
2292
+ static from_icon_name(primary_icon_name: string | null, secondary_icon_name: string | null): ModeSwitch
2293
+ _init(config?: ModeSwitch.ConstructorProperties): void
2294
+ }
2295
+
2296
+ module OverlayBar {
2297
+
2298
+ // Constructor properties interface
2299
+
2300
+ interface ConstructorProperties extends Gtk.Widget.ConstructorProperties {
2301
+
2302
+ // Own constructor properties of Granite-7.0.Granite.OverlayBar
2303
+
2304
+ overlay?: Gtk.Overlay | null
2305
+ label?: string | null
2306
+ active?: boolean | null
2307
+ }
2308
+
2309
+ }
2310
+
2311
+ interface OverlayBar {
2312
+
2313
+ // Own properties of Granite-7.0.Granite.OverlayBar
2314
+
2315
+ readonly overlay: Gtk.Overlay
2316
+ label: string | null
2317
+ active: boolean
2318
+
2319
+ // Owm methods of Granite-7.0.Granite.OverlayBar
2320
+
2321
+ get_overlay(): Gtk.Overlay | null
2322
+ get_label(): string | null
2323
+ set_label(value: string | null): void
2324
+ get_active(): boolean
2325
+ set_active(value: boolean): void
2326
+
2327
+ // Class property signals of Granite-7.0.Granite.OverlayBar
2328
+
2329
+ connect(sigName: "notify::overlay", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2330
+ connect_after(sigName: "notify::overlay", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2331
+ emit(sigName: "notify::overlay", ...args: any[]): void
2332
+ connect(sigName: "notify::label", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2333
+ connect_after(sigName: "notify::label", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2334
+ emit(sigName: "notify::label", ...args: any[]): void
2335
+ connect(sigName: "notify::active", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2336
+ connect_after(sigName: "notify::active", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2337
+ emit(sigName: "notify::active", ...args: any[]): void
2338
+ connect(sigName: "notify::can-focus", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2339
+ connect_after(sigName: "notify::can-focus", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2340
+ emit(sigName: "notify::can-focus", ...args: any[]): void
2341
+ connect(sigName: "notify::can-target", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2342
+ connect_after(sigName: "notify::can-target", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2343
+ emit(sigName: "notify::can-target", ...args: any[]): void
2344
+ connect(sigName: "notify::css-classes", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2345
+ connect_after(sigName: "notify::css-classes", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2346
+ emit(sigName: "notify::css-classes", ...args: any[]): void
2347
+ connect(sigName: "notify::css-name", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2348
+ connect_after(sigName: "notify::css-name", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2349
+ emit(sigName: "notify::css-name", ...args: any[]): void
2350
+ connect(sigName: "notify::cursor", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2351
+ connect_after(sigName: "notify::cursor", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2352
+ emit(sigName: "notify::cursor", ...args: any[]): void
2353
+ connect(sigName: "notify::focus-on-click", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2354
+ connect_after(sigName: "notify::focus-on-click", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2355
+ emit(sigName: "notify::focus-on-click", ...args: any[]): void
2356
+ connect(sigName: "notify::focusable", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2357
+ connect_after(sigName: "notify::focusable", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2358
+ emit(sigName: "notify::focusable", ...args: any[]): void
2359
+ connect(sigName: "notify::halign", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2360
+ connect_after(sigName: "notify::halign", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2361
+ emit(sigName: "notify::halign", ...args: any[]): void
2362
+ connect(sigName: "notify::has-default", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2363
+ connect_after(sigName: "notify::has-default", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2364
+ emit(sigName: "notify::has-default", ...args: any[]): void
2365
+ connect(sigName: "notify::has-focus", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2366
+ connect_after(sigName: "notify::has-focus", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2367
+ emit(sigName: "notify::has-focus", ...args: any[]): void
2368
+ connect(sigName: "notify::has-tooltip", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2369
+ connect_after(sigName: "notify::has-tooltip", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2370
+ emit(sigName: "notify::has-tooltip", ...args: any[]): void
2371
+ connect(sigName: "notify::height-request", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2372
+ connect_after(sigName: "notify::height-request", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2373
+ emit(sigName: "notify::height-request", ...args: any[]): void
2374
+ connect(sigName: "notify::hexpand", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2375
+ connect_after(sigName: "notify::hexpand", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2376
+ emit(sigName: "notify::hexpand", ...args: any[]): void
2377
+ connect(sigName: "notify::hexpand-set", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2378
+ connect_after(sigName: "notify::hexpand-set", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2379
+ emit(sigName: "notify::hexpand-set", ...args: any[]): void
2380
+ connect(sigName: "notify::layout-manager", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2381
+ connect_after(sigName: "notify::layout-manager", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2382
+ emit(sigName: "notify::layout-manager", ...args: any[]): void
2383
+ connect(sigName: "notify::margin-bottom", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2384
+ connect_after(sigName: "notify::margin-bottom", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2385
+ emit(sigName: "notify::margin-bottom", ...args: any[]): void
2386
+ connect(sigName: "notify::margin-end", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2387
+ connect_after(sigName: "notify::margin-end", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2388
+ emit(sigName: "notify::margin-end", ...args: any[]): void
2389
+ connect(sigName: "notify::margin-start", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2390
+ connect_after(sigName: "notify::margin-start", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2391
+ emit(sigName: "notify::margin-start", ...args: any[]): void
2392
+ connect(sigName: "notify::margin-top", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2393
+ connect_after(sigName: "notify::margin-top", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2394
+ emit(sigName: "notify::margin-top", ...args: any[]): void
2395
+ connect(sigName: "notify::name", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2396
+ connect_after(sigName: "notify::name", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2397
+ emit(sigName: "notify::name", ...args: any[]): void
2398
+ connect(sigName: "notify::opacity", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2399
+ connect_after(sigName: "notify::opacity", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2400
+ emit(sigName: "notify::opacity", ...args: any[]): void
2401
+ connect(sigName: "notify::overflow", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2402
+ connect_after(sigName: "notify::overflow", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2403
+ emit(sigName: "notify::overflow", ...args: any[]): void
2404
+ connect(sigName: "notify::parent", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2405
+ connect_after(sigName: "notify::parent", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2406
+ emit(sigName: "notify::parent", ...args: any[]): void
2407
+ connect(sigName: "notify::receives-default", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2408
+ connect_after(sigName: "notify::receives-default", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2409
+ emit(sigName: "notify::receives-default", ...args: any[]): void
2410
+ connect(sigName: "notify::root", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2411
+ connect_after(sigName: "notify::root", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2412
+ emit(sigName: "notify::root", ...args: any[]): void
2413
+ connect(sigName: "notify::scale-factor", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2414
+ connect_after(sigName: "notify::scale-factor", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2415
+ emit(sigName: "notify::scale-factor", ...args: any[]): void
2416
+ connect(sigName: "notify::sensitive", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2417
+ connect_after(sigName: "notify::sensitive", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2418
+ emit(sigName: "notify::sensitive", ...args: any[]): void
2419
+ connect(sigName: "notify::tooltip-markup", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2420
+ connect_after(sigName: "notify::tooltip-markup", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2421
+ emit(sigName: "notify::tooltip-markup", ...args: any[]): void
2422
+ connect(sigName: "notify::tooltip-text", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2423
+ connect_after(sigName: "notify::tooltip-text", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2424
+ emit(sigName: "notify::tooltip-text", ...args: any[]): void
2425
+ connect(sigName: "notify::valign", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2426
+ connect_after(sigName: "notify::valign", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2427
+ emit(sigName: "notify::valign", ...args: any[]): void
2428
+ connect(sigName: "notify::vexpand", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2429
+ connect_after(sigName: "notify::vexpand", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2430
+ emit(sigName: "notify::vexpand", ...args: any[]): void
2431
+ connect(sigName: "notify::vexpand-set", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2432
+ connect_after(sigName: "notify::vexpand-set", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2433
+ emit(sigName: "notify::vexpand-set", ...args: any[]): void
2434
+ connect(sigName: "notify::visible", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2435
+ connect_after(sigName: "notify::visible", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2436
+ emit(sigName: "notify::visible", ...args: any[]): void
2437
+ connect(sigName: "notify::width-request", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2438
+ connect_after(sigName: "notify::width-request", callback: (($obj: OverlayBar, pspec: GObject.ParamSpec) => void)): number
2439
+ emit(sigName: "notify::width-request", ...args: any[]): void
2440
+ connect(sigName: string, callback: (...args: any[]) => void): number
2441
+ connect_after(sigName: string, callback: (...args: any[]) => void): number
2442
+ emit(sigName: string, ...args: any[]): void
2443
+ disconnect(id: number): void
2444
+ }
2445
+
2446
+ class OverlayBar extends Gtk.Widget {
2447
+
2448
+ // Own properties of Granite-7.0.Granite.OverlayBar
2449
+
2450
+ static name: string
2451
+ static $gtype: GObject.GType<OverlayBar>
2452
+
2453
+ // Constructors of Granite-7.0.Granite.OverlayBar
2454
+
2455
+ constructor(config?: OverlayBar.ConstructorProperties)
2456
+ constructor(overlay: Gtk.Overlay | null)
2457
+ static new(overlay: Gtk.Overlay | null): OverlayBar
2458
+ _init(config?: OverlayBar.ConstructorProperties): void
2459
+ }
2460
+
2461
+ module Placeholder {
2462
+
2463
+ // Constructor properties interface
2464
+
2465
+ interface ConstructorProperties extends Gtk.Widget.ConstructorProperties {
2466
+
2467
+ // Own constructor properties of Granite-7.0.Granite.Placeholder
2468
+
2469
+ title?: string | null
2470
+ description?: string | null
2471
+ icon?: Gio.Icon | null
2472
+ }
2473
+
2474
+ }
2475
+
2476
+ interface Placeholder {
2477
+
2478
+ // Own properties of Granite-7.0.Granite.Placeholder
2479
+
2480
+ title: string | null
2481
+ description: string | null
2482
+ icon: Gio.Icon
2483
+
2484
+ // Owm methods of Granite-7.0.Granite.Placeholder
2485
+
2486
+ get_title(): string | null
2487
+ set_title(value: string | null): void
2488
+ get_description(): string | null
2489
+ set_description(value: string | null): void
2490
+ get_icon(): Gio.Icon
2491
+ set_icon(value: Gio.Icon): void
2492
+ append_button(icon: Gio.Icon, label: string | null, description: string | null): Gtk.Button
2493
+
2494
+ // Class property signals of Granite-7.0.Granite.Placeholder
2495
+
2496
+ connect(sigName: "notify::title", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2497
+ connect_after(sigName: "notify::title", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2498
+ emit(sigName: "notify::title", ...args: any[]): void
2499
+ connect(sigName: "notify::description", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2500
+ connect_after(sigName: "notify::description", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2501
+ emit(sigName: "notify::description", ...args: any[]): void
2502
+ connect(sigName: "notify::icon", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2503
+ connect_after(sigName: "notify::icon", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2504
+ emit(sigName: "notify::icon", ...args: any[]): void
2505
+ connect(sigName: "notify::can-focus", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2506
+ connect_after(sigName: "notify::can-focus", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2507
+ emit(sigName: "notify::can-focus", ...args: any[]): void
2508
+ connect(sigName: "notify::can-target", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2509
+ connect_after(sigName: "notify::can-target", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2510
+ emit(sigName: "notify::can-target", ...args: any[]): void
2511
+ connect(sigName: "notify::css-classes", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2512
+ connect_after(sigName: "notify::css-classes", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2513
+ emit(sigName: "notify::css-classes", ...args: any[]): void
2514
+ connect(sigName: "notify::css-name", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2515
+ connect_after(sigName: "notify::css-name", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2516
+ emit(sigName: "notify::css-name", ...args: any[]): void
2517
+ connect(sigName: "notify::cursor", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2518
+ connect_after(sigName: "notify::cursor", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2519
+ emit(sigName: "notify::cursor", ...args: any[]): void
2520
+ connect(sigName: "notify::focus-on-click", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2521
+ connect_after(sigName: "notify::focus-on-click", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2522
+ emit(sigName: "notify::focus-on-click", ...args: any[]): void
2523
+ connect(sigName: "notify::focusable", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2524
+ connect_after(sigName: "notify::focusable", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2525
+ emit(sigName: "notify::focusable", ...args: any[]): void
2526
+ connect(sigName: "notify::halign", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2527
+ connect_after(sigName: "notify::halign", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2528
+ emit(sigName: "notify::halign", ...args: any[]): void
2529
+ connect(sigName: "notify::has-default", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2530
+ connect_after(sigName: "notify::has-default", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2531
+ emit(sigName: "notify::has-default", ...args: any[]): void
2532
+ connect(sigName: "notify::has-focus", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2533
+ connect_after(sigName: "notify::has-focus", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2534
+ emit(sigName: "notify::has-focus", ...args: any[]): void
2535
+ connect(sigName: "notify::has-tooltip", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2536
+ connect_after(sigName: "notify::has-tooltip", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2537
+ emit(sigName: "notify::has-tooltip", ...args: any[]): void
2538
+ connect(sigName: "notify::height-request", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2539
+ connect_after(sigName: "notify::height-request", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2540
+ emit(sigName: "notify::height-request", ...args: any[]): void
2541
+ connect(sigName: "notify::hexpand", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2542
+ connect_after(sigName: "notify::hexpand", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2543
+ emit(sigName: "notify::hexpand", ...args: any[]): void
2544
+ connect(sigName: "notify::hexpand-set", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2545
+ connect_after(sigName: "notify::hexpand-set", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2546
+ emit(sigName: "notify::hexpand-set", ...args: any[]): void
2547
+ connect(sigName: "notify::layout-manager", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2548
+ connect_after(sigName: "notify::layout-manager", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2549
+ emit(sigName: "notify::layout-manager", ...args: any[]): void
2550
+ connect(sigName: "notify::margin-bottom", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2551
+ connect_after(sigName: "notify::margin-bottom", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2552
+ emit(sigName: "notify::margin-bottom", ...args: any[]): void
2553
+ connect(sigName: "notify::margin-end", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2554
+ connect_after(sigName: "notify::margin-end", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2555
+ emit(sigName: "notify::margin-end", ...args: any[]): void
2556
+ connect(sigName: "notify::margin-start", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2557
+ connect_after(sigName: "notify::margin-start", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2558
+ emit(sigName: "notify::margin-start", ...args: any[]): void
2559
+ connect(sigName: "notify::margin-top", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2560
+ connect_after(sigName: "notify::margin-top", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2561
+ emit(sigName: "notify::margin-top", ...args: any[]): void
2562
+ connect(sigName: "notify::name", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2563
+ connect_after(sigName: "notify::name", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2564
+ emit(sigName: "notify::name", ...args: any[]): void
2565
+ connect(sigName: "notify::opacity", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2566
+ connect_after(sigName: "notify::opacity", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2567
+ emit(sigName: "notify::opacity", ...args: any[]): void
2568
+ connect(sigName: "notify::overflow", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2569
+ connect_after(sigName: "notify::overflow", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2570
+ emit(sigName: "notify::overflow", ...args: any[]): void
2571
+ connect(sigName: "notify::parent", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2572
+ connect_after(sigName: "notify::parent", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2573
+ emit(sigName: "notify::parent", ...args: any[]): void
2574
+ connect(sigName: "notify::receives-default", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2575
+ connect_after(sigName: "notify::receives-default", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2576
+ emit(sigName: "notify::receives-default", ...args: any[]): void
2577
+ connect(sigName: "notify::root", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2578
+ connect_after(sigName: "notify::root", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2579
+ emit(sigName: "notify::root", ...args: any[]): void
2580
+ connect(sigName: "notify::scale-factor", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2581
+ connect_after(sigName: "notify::scale-factor", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2582
+ emit(sigName: "notify::scale-factor", ...args: any[]): void
2583
+ connect(sigName: "notify::sensitive", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2584
+ connect_after(sigName: "notify::sensitive", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2585
+ emit(sigName: "notify::sensitive", ...args: any[]): void
2586
+ connect(sigName: "notify::tooltip-markup", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2587
+ connect_after(sigName: "notify::tooltip-markup", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2588
+ emit(sigName: "notify::tooltip-markup", ...args: any[]): void
2589
+ connect(sigName: "notify::tooltip-text", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2590
+ connect_after(sigName: "notify::tooltip-text", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2591
+ emit(sigName: "notify::tooltip-text", ...args: any[]): void
2592
+ connect(sigName: "notify::valign", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2593
+ connect_after(sigName: "notify::valign", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2594
+ emit(sigName: "notify::valign", ...args: any[]): void
2595
+ connect(sigName: "notify::vexpand", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2596
+ connect_after(sigName: "notify::vexpand", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2597
+ emit(sigName: "notify::vexpand", ...args: any[]): void
2598
+ connect(sigName: "notify::vexpand-set", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2599
+ connect_after(sigName: "notify::vexpand-set", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2600
+ emit(sigName: "notify::vexpand-set", ...args: any[]): void
2601
+ connect(sigName: "notify::visible", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2602
+ connect_after(sigName: "notify::visible", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2603
+ emit(sigName: "notify::visible", ...args: any[]): void
2604
+ connect(sigName: "notify::width-request", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2605
+ connect_after(sigName: "notify::width-request", callback: (($obj: Placeholder, pspec: GObject.ParamSpec) => void)): number
2606
+ emit(sigName: "notify::width-request", ...args: any[]): void
2607
+ connect(sigName: string, callback: (...args: any[]) => void): number
2608
+ connect_after(sigName: string, callback: (...args: any[]) => void): number
2609
+ emit(sigName: string, ...args: any[]): void
2610
+ disconnect(id: number): void
2611
+ }
2612
+
2613
+ class Placeholder extends Gtk.Widget {
2614
+
2615
+ // Own properties of Granite-7.0.Granite.Placeholder
2616
+
2617
+ static name: string
2618
+ static $gtype: GObject.GType<Placeholder>
2619
+
2620
+ // Constructors of Granite-7.0.Granite.Placeholder
2621
+
2622
+ constructor(config?: Placeholder.ConstructorProperties)
2623
+ constructor(title: string | null)
2624
+ static new(title: string | null): Placeholder
2625
+ _init(config?: Placeholder.ConstructorProperties): void
2626
+ }
2627
+
2628
+ module SettingsSidebar {
2629
+
2630
+ // Constructor properties interface
2631
+
2632
+ interface ConstructorProperties extends Gtk.Widget.ConstructorProperties {
2633
+
2634
+ // Own constructor properties of Granite-7.0.Granite.SettingsSidebar
2635
+
2636
+ stack?: Gtk.Stack | null
2637
+ visible_child_name?: string | null
2638
+ }
2639
+
2640
+ }
2641
+
2642
+ interface SettingsSidebar {
2643
+
2644
+ // Own properties of Granite-7.0.Granite.SettingsSidebar
2645
+
2646
+ readonly stack: Gtk.Stack
2647
+ visible_child_name: string | null
2648
+
2649
+ // Owm methods of Granite-7.0.Granite.SettingsSidebar
2650
+
2651
+ get_stack(): Gtk.Stack
2652
+ get_visible_child_name(): string | null
2653
+ set_visible_child_name(value: string | null): void
2654
+
2655
+ // Class property signals of Granite-7.0.Granite.SettingsSidebar
2656
+
2657
+ connect(sigName: "notify::stack", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2658
+ connect_after(sigName: "notify::stack", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2659
+ emit(sigName: "notify::stack", ...args: any[]): void
2660
+ connect(sigName: "notify::visible-child-name", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2661
+ connect_after(sigName: "notify::visible-child-name", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2662
+ emit(sigName: "notify::visible-child-name", ...args: any[]): void
2663
+ connect(sigName: "notify::can-focus", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2664
+ connect_after(sigName: "notify::can-focus", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2665
+ emit(sigName: "notify::can-focus", ...args: any[]): void
2666
+ connect(sigName: "notify::can-target", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2667
+ connect_after(sigName: "notify::can-target", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2668
+ emit(sigName: "notify::can-target", ...args: any[]): void
2669
+ connect(sigName: "notify::css-classes", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2670
+ connect_after(sigName: "notify::css-classes", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2671
+ emit(sigName: "notify::css-classes", ...args: any[]): void
2672
+ connect(sigName: "notify::css-name", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2673
+ connect_after(sigName: "notify::css-name", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2674
+ emit(sigName: "notify::css-name", ...args: any[]): void
2675
+ connect(sigName: "notify::cursor", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2676
+ connect_after(sigName: "notify::cursor", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2677
+ emit(sigName: "notify::cursor", ...args: any[]): void
2678
+ connect(sigName: "notify::focus-on-click", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2679
+ connect_after(sigName: "notify::focus-on-click", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2680
+ emit(sigName: "notify::focus-on-click", ...args: any[]): void
2681
+ connect(sigName: "notify::focusable", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2682
+ connect_after(sigName: "notify::focusable", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2683
+ emit(sigName: "notify::focusable", ...args: any[]): void
2684
+ connect(sigName: "notify::halign", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2685
+ connect_after(sigName: "notify::halign", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2686
+ emit(sigName: "notify::halign", ...args: any[]): void
2687
+ connect(sigName: "notify::has-default", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2688
+ connect_after(sigName: "notify::has-default", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2689
+ emit(sigName: "notify::has-default", ...args: any[]): void
2690
+ connect(sigName: "notify::has-focus", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2691
+ connect_after(sigName: "notify::has-focus", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2692
+ emit(sigName: "notify::has-focus", ...args: any[]): void
2693
+ connect(sigName: "notify::has-tooltip", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2694
+ connect_after(sigName: "notify::has-tooltip", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2695
+ emit(sigName: "notify::has-tooltip", ...args: any[]): void
2696
+ connect(sigName: "notify::height-request", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2697
+ connect_after(sigName: "notify::height-request", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2698
+ emit(sigName: "notify::height-request", ...args: any[]): void
2699
+ connect(sigName: "notify::hexpand", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2700
+ connect_after(sigName: "notify::hexpand", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2701
+ emit(sigName: "notify::hexpand", ...args: any[]): void
2702
+ connect(sigName: "notify::hexpand-set", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2703
+ connect_after(sigName: "notify::hexpand-set", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2704
+ emit(sigName: "notify::hexpand-set", ...args: any[]): void
2705
+ connect(sigName: "notify::layout-manager", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2706
+ connect_after(sigName: "notify::layout-manager", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2707
+ emit(sigName: "notify::layout-manager", ...args: any[]): void
2708
+ connect(sigName: "notify::margin-bottom", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2709
+ connect_after(sigName: "notify::margin-bottom", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2710
+ emit(sigName: "notify::margin-bottom", ...args: any[]): void
2711
+ connect(sigName: "notify::margin-end", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2712
+ connect_after(sigName: "notify::margin-end", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2713
+ emit(sigName: "notify::margin-end", ...args: any[]): void
2714
+ connect(sigName: "notify::margin-start", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2715
+ connect_after(sigName: "notify::margin-start", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2716
+ emit(sigName: "notify::margin-start", ...args: any[]): void
2717
+ connect(sigName: "notify::margin-top", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2718
+ connect_after(sigName: "notify::margin-top", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2719
+ emit(sigName: "notify::margin-top", ...args: any[]): void
2720
+ connect(sigName: "notify::name", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2721
+ connect_after(sigName: "notify::name", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2722
+ emit(sigName: "notify::name", ...args: any[]): void
2723
+ connect(sigName: "notify::opacity", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2724
+ connect_after(sigName: "notify::opacity", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2725
+ emit(sigName: "notify::opacity", ...args: any[]): void
2726
+ connect(sigName: "notify::overflow", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2727
+ connect_after(sigName: "notify::overflow", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2728
+ emit(sigName: "notify::overflow", ...args: any[]): void
2729
+ connect(sigName: "notify::parent", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2730
+ connect_after(sigName: "notify::parent", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2731
+ emit(sigName: "notify::parent", ...args: any[]): void
2732
+ connect(sigName: "notify::receives-default", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2733
+ connect_after(sigName: "notify::receives-default", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2734
+ emit(sigName: "notify::receives-default", ...args: any[]): void
2735
+ connect(sigName: "notify::root", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2736
+ connect_after(sigName: "notify::root", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2737
+ emit(sigName: "notify::root", ...args: any[]): void
2738
+ connect(sigName: "notify::scale-factor", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2739
+ connect_after(sigName: "notify::scale-factor", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2740
+ emit(sigName: "notify::scale-factor", ...args: any[]): void
2741
+ connect(sigName: "notify::sensitive", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2742
+ connect_after(sigName: "notify::sensitive", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2743
+ emit(sigName: "notify::sensitive", ...args: any[]): void
2744
+ connect(sigName: "notify::tooltip-markup", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2745
+ connect_after(sigName: "notify::tooltip-markup", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2746
+ emit(sigName: "notify::tooltip-markup", ...args: any[]): void
2747
+ connect(sigName: "notify::tooltip-text", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2748
+ connect_after(sigName: "notify::tooltip-text", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2749
+ emit(sigName: "notify::tooltip-text", ...args: any[]): void
2750
+ connect(sigName: "notify::valign", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2751
+ connect_after(sigName: "notify::valign", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2752
+ emit(sigName: "notify::valign", ...args: any[]): void
2753
+ connect(sigName: "notify::vexpand", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2754
+ connect_after(sigName: "notify::vexpand", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2755
+ emit(sigName: "notify::vexpand", ...args: any[]): void
2756
+ connect(sigName: "notify::vexpand-set", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2757
+ connect_after(sigName: "notify::vexpand-set", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2758
+ emit(sigName: "notify::vexpand-set", ...args: any[]): void
2759
+ connect(sigName: "notify::visible", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2760
+ connect_after(sigName: "notify::visible", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2761
+ emit(sigName: "notify::visible", ...args: any[]): void
2762
+ connect(sigName: "notify::width-request", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2763
+ connect_after(sigName: "notify::width-request", callback: (($obj: SettingsSidebar, pspec: GObject.ParamSpec) => void)): number
2764
+ emit(sigName: "notify::width-request", ...args: any[]): void
2765
+ connect(sigName: string, callback: (...args: any[]) => void): number
2766
+ connect_after(sigName: string, callback: (...args: any[]) => void): number
2767
+ emit(sigName: string, ...args: any[]): void
2768
+ disconnect(id: number): void
2769
+ }
2770
+
2771
+ class SettingsSidebar extends Gtk.Widget {
2772
+
2773
+ // Own properties of Granite-7.0.Granite.SettingsSidebar
2774
+
2775
+ static name: string
2776
+ static $gtype: GObject.GType<SettingsSidebar>
2777
+
2778
+ // Constructors of Granite-7.0.Granite.SettingsSidebar
2779
+
2780
+ constructor(config?: SettingsSidebar.ConstructorProperties)
2781
+ constructor(stack: Gtk.Stack)
2782
+ static new(stack: Gtk.Stack): SettingsSidebar
2783
+ _init(config?: SettingsSidebar.ConstructorProperties): void
2784
+ }
2785
+
2786
+ module Settings {
2787
+
2788
+ // Constructor properties interface
2789
+
2790
+ interface ConstructorProperties extends GObject.Object.ConstructorProperties {
2791
+
2792
+ // Own constructor properties of Granite-7.0.Granite.Settings
2793
+
2794
+ prefers_color_scheme?: SettingsColorScheme | null
2795
+ }
2796
+
2797
+ }
2798
+
2799
+ interface Settings {
2800
+
2801
+ // Own properties of Granite-7.0.Granite.Settings
2802
+
2803
+ prefers_color_scheme: SettingsColorScheme
2804
+
2805
+ // Owm methods of Granite-7.0.Granite.Settings
2806
+
2807
+ get_prefers_color_scheme(): SettingsColorScheme
2808
+
2809
+ // Class property signals of Granite-7.0.Granite.Settings
2810
+
2811
+ connect(sigName: "notify::prefers-color-scheme", callback: (($obj: Settings, pspec: GObject.ParamSpec) => void)): number
2812
+ connect_after(sigName: "notify::prefers-color-scheme", callback: (($obj: Settings, pspec: GObject.ParamSpec) => void)): number
2813
+ emit(sigName: "notify::prefers-color-scheme", ...args: any[]): void
2814
+ connect(sigName: string, callback: (...args: any[]) => void): number
2815
+ connect_after(sigName: string, callback: (...args: any[]) => void): number
2816
+ emit(sigName: string, ...args: any[]): void
2817
+ disconnect(id: number): void
2818
+ }
2819
+
2820
+ class Settings extends GObject.Object {
2821
+
2822
+ // Own properties of Granite-7.0.Granite.Settings
2823
+
2824
+ static name: string
2825
+ static $gtype: GObject.GType<Settings>
2826
+
2827
+ // Constructors of Granite-7.0.Granite.Settings
2828
+
2829
+ constructor(config?: Settings.ConstructorProperties)
2830
+ _init(config?: Settings.ConstructorProperties): void
2831
+ static get_default(): Settings
2832
+ }
2833
+
2834
+ module SwitchModelButton {
2835
+
2836
+ // Constructor properties interface
2837
+
2838
+ interface ConstructorProperties extends Gtk.ToggleButton.ConstructorProperties {
2839
+
2840
+ // Own constructor properties of Granite-7.0.Granite.SwitchModelButton
2841
+
2842
+ text?: string | null
2843
+ description?: string | null
2844
+ }
2845
+
2846
+ }
2847
+
2848
+ interface SwitchModelButton {
2849
+
2850
+ // Own properties of Granite-7.0.Granite.SwitchModelButton
2851
+
2852
+ text: string | null
2853
+ description: string | null
2854
+
2855
+ // Owm methods of Granite-7.0.Granite.SwitchModelButton
2856
+
2857
+ get_text(): string | null
2858
+ set_text(value: string | null): void
2859
+ get_description(): string | null
2860
+ set_description(value: string | null): void
2861
+
2862
+ // Class property signals of Granite-7.0.Granite.SwitchModelButton
2863
+
2864
+ connect(sigName: "notify::text", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2865
+ connect_after(sigName: "notify::text", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2866
+ emit(sigName: "notify::text", ...args: any[]): void
2867
+ connect(sigName: "notify::description", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2868
+ connect_after(sigName: "notify::description", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2869
+ emit(sigName: "notify::description", ...args: any[]): void
2870
+ connect(sigName: "notify::active", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2871
+ connect_after(sigName: "notify::active", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2872
+ emit(sigName: "notify::active", ...args: any[]): void
2873
+ connect(sigName: "notify::group", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2874
+ connect_after(sigName: "notify::group", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2875
+ emit(sigName: "notify::group", ...args: any[]): void
2876
+ connect(sigName: "notify::child", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2877
+ connect_after(sigName: "notify::child", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2878
+ emit(sigName: "notify::child", ...args: any[]): void
2879
+ connect(sigName: "notify::has-frame", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2880
+ connect_after(sigName: "notify::has-frame", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2881
+ emit(sigName: "notify::has-frame", ...args: any[]): void
2882
+ connect(sigName: "notify::icon-name", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2883
+ connect_after(sigName: "notify::icon-name", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2884
+ emit(sigName: "notify::icon-name", ...args: any[]): void
2885
+ connect(sigName: "notify::label", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2886
+ connect_after(sigName: "notify::label", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2887
+ emit(sigName: "notify::label", ...args: any[]): void
2888
+ connect(sigName: "notify::use-underline", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2889
+ connect_after(sigName: "notify::use-underline", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2890
+ emit(sigName: "notify::use-underline", ...args: any[]): void
2891
+ connect(sigName: "notify::can-focus", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2892
+ connect_after(sigName: "notify::can-focus", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2893
+ emit(sigName: "notify::can-focus", ...args: any[]): void
2894
+ connect(sigName: "notify::can-target", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2895
+ connect_after(sigName: "notify::can-target", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2896
+ emit(sigName: "notify::can-target", ...args: any[]): void
2897
+ connect(sigName: "notify::css-classes", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2898
+ connect_after(sigName: "notify::css-classes", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2899
+ emit(sigName: "notify::css-classes", ...args: any[]): void
2900
+ connect(sigName: "notify::css-name", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2901
+ connect_after(sigName: "notify::css-name", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2902
+ emit(sigName: "notify::css-name", ...args: any[]): void
2903
+ connect(sigName: "notify::cursor", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2904
+ connect_after(sigName: "notify::cursor", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2905
+ emit(sigName: "notify::cursor", ...args: any[]): void
2906
+ connect(sigName: "notify::focus-on-click", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2907
+ connect_after(sigName: "notify::focus-on-click", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2908
+ emit(sigName: "notify::focus-on-click", ...args: any[]): void
2909
+ connect(sigName: "notify::focusable", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2910
+ connect_after(sigName: "notify::focusable", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2911
+ emit(sigName: "notify::focusable", ...args: any[]): void
2912
+ connect(sigName: "notify::halign", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2913
+ connect_after(sigName: "notify::halign", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2914
+ emit(sigName: "notify::halign", ...args: any[]): void
2915
+ connect(sigName: "notify::has-default", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2916
+ connect_after(sigName: "notify::has-default", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2917
+ emit(sigName: "notify::has-default", ...args: any[]): void
2918
+ connect(sigName: "notify::has-focus", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2919
+ connect_after(sigName: "notify::has-focus", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2920
+ emit(sigName: "notify::has-focus", ...args: any[]): void
2921
+ connect(sigName: "notify::has-tooltip", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2922
+ connect_after(sigName: "notify::has-tooltip", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2923
+ emit(sigName: "notify::has-tooltip", ...args: any[]): void
2924
+ connect(sigName: "notify::height-request", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2925
+ connect_after(sigName: "notify::height-request", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2926
+ emit(sigName: "notify::height-request", ...args: any[]): void
2927
+ connect(sigName: "notify::hexpand", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2928
+ connect_after(sigName: "notify::hexpand", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2929
+ emit(sigName: "notify::hexpand", ...args: any[]): void
2930
+ connect(sigName: "notify::hexpand-set", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2931
+ connect_after(sigName: "notify::hexpand-set", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2932
+ emit(sigName: "notify::hexpand-set", ...args: any[]): void
2933
+ connect(sigName: "notify::layout-manager", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2934
+ connect_after(sigName: "notify::layout-manager", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2935
+ emit(sigName: "notify::layout-manager", ...args: any[]): void
2936
+ connect(sigName: "notify::margin-bottom", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2937
+ connect_after(sigName: "notify::margin-bottom", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2938
+ emit(sigName: "notify::margin-bottom", ...args: any[]): void
2939
+ connect(sigName: "notify::margin-end", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2940
+ connect_after(sigName: "notify::margin-end", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2941
+ emit(sigName: "notify::margin-end", ...args: any[]): void
2942
+ connect(sigName: "notify::margin-start", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2943
+ connect_after(sigName: "notify::margin-start", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2944
+ emit(sigName: "notify::margin-start", ...args: any[]): void
2945
+ connect(sigName: "notify::margin-top", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2946
+ connect_after(sigName: "notify::margin-top", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2947
+ emit(sigName: "notify::margin-top", ...args: any[]): void
2948
+ connect(sigName: "notify::name", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2949
+ connect_after(sigName: "notify::name", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2950
+ emit(sigName: "notify::name", ...args: any[]): void
2951
+ connect(sigName: "notify::opacity", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2952
+ connect_after(sigName: "notify::opacity", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2953
+ emit(sigName: "notify::opacity", ...args: any[]): void
2954
+ connect(sigName: "notify::overflow", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2955
+ connect_after(sigName: "notify::overflow", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2956
+ emit(sigName: "notify::overflow", ...args: any[]): void
2957
+ connect(sigName: "notify::parent", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2958
+ connect_after(sigName: "notify::parent", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2959
+ emit(sigName: "notify::parent", ...args: any[]): void
2960
+ connect(sigName: "notify::receives-default", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2961
+ connect_after(sigName: "notify::receives-default", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2962
+ emit(sigName: "notify::receives-default", ...args: any[]): void
2963
+ connect(sigName: "notify::root", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2964
+ connect_after(sigName: "notify::root", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2965
+ emit(sigName: "notify::root", ...args: any[]): void
2966
+ connect(sigName: "notify::scale-factor", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2967
+ connect_after(sigName: "notify::scale-factor", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2968
+ emit(sigName: "notify::scale-factor", ...args: any[]): void
2969
+ connect(sigName: "notify::sensitive", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2970
+ connect_after(sigName: "notify::sensitive", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2971
+ emit(sigName: "notify::sensitive", ...args: any[]): void
2972
+ connect(sigName: "notify::tooltip-markup", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2973
+ connect_after(sigName: "notify::tooltip-markup", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2974
+ emit(sigName: "notify::tooltip-markup", ...args: any[]): void
2975
+ connect(sigName: "notify::tooltip-text", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2976
+ connect_after(sigName: "notify::tooltip-text", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2977
+ emit(sigName: "notify::tooltip-text", ...args: any[]): void
2978
+ connect(sigName: "notify::valign", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2979
+ connect_after(sigName: "notify::valign", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2980
+ emit(sigName: "notify::valign", ...args: any[]): void
2981
+ connect(sigName: "notify::vexpand", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2982
+ connect_after(sigName: "notify::vexpand", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2983
+ emit(sigName: "notify::vexpand", ...args: any[]): void
2984
+ connect(sigName: "notify::vexpand-set", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2985
+ connect_after(sigName: "notify::vexpand-set", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2986
+ emit(sigName: "notify::vexpand-set", ...args: any[]): void
2987
+ connect(sigName: "notify::visible", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2988
+ connect_after(sigName: "notify::visible", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2989
+ emit(sigName: "notify::visible", ...args: any[]): void
2990
+ connect(sigName: "notify::width-request", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2991
+ connect_after(sigName: "notify::width-request", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
2992
+ emit(sigName: "notify::width-request", ...args: any[]): void
2993
+ connect(sigName: string, callback: (...args: any[]) => void): number
2994
+ connect_after(sigName: string, callback: (...args: any[]) => void): number
2995
+ emit(sigName: string, ...args: any[]): void
2996
+ disconnect(id: number): void
2997
+ }
2998
+
2999
+ class SwitchModelButton extends Gtk.ToggleButton {
3000
+
3001
+ // Own properties of Granite-7.0.Granite.SwitchModelButton
3002
+
3003
+ static name: string
3004
+ static $gtype: GObject.GType<SwitchModelButton>
3005
+
3006
+ // Constructors of Granite-7.0.Granite.SwitchModelButton
3007
+
3008
+ constructor(config?: SwitchModelButton.ConstructorProperties)
3009
+ constructor(text: string | null)
3010
+ static new(text: string | null): SwitchModelButton
3011
+
3012
+ // Overloads of new
3013
+
3014
+ /**
3015
+ * Creates a new toggle button.
3016
+ *
3017
+ * A widget should be packed into the button, as in [ctor`Gtk`.Button.new].
3018
+ * @constructor
3019
+ * @returns a new toggle button.
3020
+ */
3021
+ static new(): Gtk.ToggleButton
3022
+ _init(config?: SwitchModelButton.ConstructorProperties): void
3023
+ }
3024
+
3025
+ module TimePicker {
3026
+
3027
+ // Signal callback interfaces
3028
+
3029
+ /**
3030
+ * Signal callback interface for `time-changed`
3031
+ */
3032
+ interface TimeChangedSignalCallback {
3033
+ ($obj: TimePicker): void
3034
+ }
3035
+
3036
+
3037
+ // Constructor properties interface
3038
+
3039
+ interface ConstructorProperties extends Gtk.Entry.ConstructorProperties {
3040
+
3041
+ // Own constructor properties of Granite-7.0.Granite.TimePicker
3042
+
3043
+ format_12?: string | null
3044
+ format_24?: string | null
3045
+ time?: GLib.DateTime | null
3046
+ }
3047
+
3048
+ }
3049
+
3050
+ interface TimePicker {
3051
+
3052
+ // Own properties of Granite-7.0.Granite.TimePicker
3053
+
3054
+ readonly format_12: string | null
3055
+ readonly format_24: string | null
3056
+ time: GLib.DateTime
3057
+
3058
+ // Owm methods of Granite-7.0.Granite.TimePicker
3059
+
3060
+ get_format_12(): string | null
3061
+ get_format_24(): string | null
3062
+ get_time(): GLib.DateTime
3063
+ set_time(value: GLib.DateTime): void
3064
+
3065
+ // Own signals of Granite-7.0.Granite.TimePicker
3066
+
3067
+ connect(sigName: "time-changed", callback: TimePicker.TimeChangedSignalCallback): number
3068
+ connect_after(sigName: "time-changed", callback: TimePicker.TimeChangedSignalCallback): number
3069
+ emit(sigName: "time-changed", ...args: any[]): void
3070
+
3071
+ // Class property signals of Granite-7.0.Granite.TimePicker
3072
+
3073
+ connect(sigName: "notify::format-12", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3074
+ connect_after(sigName: "notify::format-12", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3075
+ emit(sigName: "notify::format-12", ...args: any[]): void
3076
+ connect(sigName: "notify::format-24", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3077
+ connect_after(sigName: "notify::format-24", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3078
+ emit(sigName: "notify::format-24", ...args: any[]): void
3079
+ connect(sigName: "notify::time", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3080
+ connect_after(sigName: "notify::time", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3081
+ emit(sigName: "notify::time", ...args: any[]): void
3082
+ connect(sigName: "notify::activates-default", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3083
+ connect_after(sigName: "notify::activates-default", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3084
+ emit(sigName: "notify::activates-default", ...args: any[]): void
3085
+ connect(sigName: "notify::attributes", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3086
+ connect_after(sigName: "notify::attributes", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3087
+ emit(sigName: "notify::attributes", ...args: any[]): void
3088
+ connect(sigName: "notify::buffer", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3089
+ connect_after(sigName: "notify::buffer", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3090
+ emit(sigName: "notify::buffer", ...args: any[]): void
3091
+ connect(sigName: "notify::completion", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3092
+ connect_after(sigName: "notify::completion", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3093
+ emit(sigName: "notify::completion", ...args: any[]): void
3094
+ connect(sigName: "notify::enable-emoji-completion", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3095
+ connect_after(sigName: "notify::enable-emoji-completion", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3096
+ emit(sigName: "notify::enable-emoji-completion", ...args: any[]): void
3097
+ connect(sigName: "notify::extra-menu", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3098
+ connect_after(sigName: "notify::extra-menu", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3099
+ emit(sigName: "notify::extra-menu", ...args: any[]): void
3100
+ connect(sigName: "notify::has-frame", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3101
+ connect_after(sigName: "notify::has-frame", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3102
+ emit(sigName: "notify::has-frame", ...args: any[]): void
3103
+ connect(sigName: "notify::im-module", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3104
+ connect_after(sigName: "notify::im-module", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3105
+ emit(sigName: "notify::im-module", ...args: any[]): void
3106
+ connect(sigName: "notify::input-hints", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3107
+ connect_after(sigName: "notify::input-hints", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3108
+ emit(sigName: "notify::input-hints", ...args: any[]): void
3109
+ connect(sigName: "notify::input-purpose", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3110
+ connect_after(sigName: "notify::input-purpose", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3111
+ emit(sigName: "notify::input-purpose", ...args: any[]): void
3112
+ connect(sigName: "notify::invisible-char", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3113
+ connect_after(sigName: "notify::invisible-char", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3114
+ emit(sigName: "notify::invisible-char", ...args: any[]): void
3115
+ connect(sigName: "notify::invisible-char-set", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3116
+ connect_after(sigName: "notify::invisible-char-set", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3117
+ emit(sigName: "notify::invisible-char-set", ...args: any[]): void
3118
+ connect(sigName: "notify::max-length", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3119
+ connect_after(sigName: "notify::max-length", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3120
+ emit(sigName: "notify::max-length", ...args: any[]): void
3121
+ connect(sigName: "notify::overwrite-mode", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3122
+ connect_after(sigName: "notify::overwrite-mode", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3123
+ emit(sigName: "notify::overwrite-mode", ...args: any[]): void
3124
+ connect(sigName: "notify::placeholder-text", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3125
+ connect_after(sigName: "notify::placeholder-text", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3126
+ emit(sigName: "notify::placeholder-text", ...args: any[]): void
3127
+ connect(sigName: "notify::primary-icon-activatable", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3128
+ connect_after(sigName: "notify::primary-icon-activatable", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3129
+ emit(sigName: "notify::primary-icon-activatable", ...args: any[]): void
3130
+ connect(sigName: "notify::primary-icon-gicon", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3131
+ connect_after(sigName: "notify::primary-icon-gicon", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3132
+ emit(sigName: "notify::primary-icon-gicon", ...args: any[]): void
3133
+ connect(sigName: "notify::primary-icon-name", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3134
+ connect_after(sigName: "notify::primary-icon-name", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3135
+ emit(sigName: "notify::primary-icon-name", ...args: any[]): void
3136
+ connect(sigName: "notify::primary-icon-paintable", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3137
+ connect_after(sigName: "notify::primary-icon-paintable", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3138
+ emit(sigName: "notify::primary-icon-paintable", ...args: any[]): void
3139
+ connect(sigName: "notify::primary-icon-sensitive", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3140
+ connect_after(sigName: "notify::primary-icon-sensitive", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3141
+ emit(sigName: "notify::primary-icon-sensitive", ...args: any[]): void
3142
+ connect(sigName: "notify::primary-icon-storage-type", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3143
+ connect_after(sigName: "notify::primary-icon-storage-type", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3144
+ emit(sigName: "notify::primary-icon-storage-type", ...args: any[]): void
3145
+ connect(sigName: "notify::primary-icon-tooltip-markup", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3146
+ connect_after(sigName: "notify::primary-icon-tooltip-markup", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3147
+ emit(sigName: "notify::primary-icon-tooltip-markup", ...args: any[]): void
3148
+ connect(sigName: "notify::primary-icon-tooltip-text", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3149
+ connect_after(sigName: "notify::primary-icon-tooltip-text", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3150
+ emit(sigName: "notify::primary-icon-tooltip-text", ...args: any[]): void
3151
+ connect(sigName: "notify::progress-fraction", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3152
+ connect_after(sigName: "notify::progress-fraction", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3153
+ emit(sigName: "notify::progress-fraction", ...args: any[]): void
3154
+ connect(sigName: "notify::progress-pulse-step", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3155
+ connect_after(sigName: "notify::progress-pulse-step", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3156
+ emit(sigName: "notify::progress-pulse-step", ...args: any[]): void
3157
+ connect(sigName: "notify::scroll-offset", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3158
+ connect_after(sigName: "notify::scroll-offset", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3159
+ emit(sigName: "notify::scroll-offset", ...args: any[]): void
3160
+ connect(sigName: "notify::secondary-icon-activatable", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3161
+ connect_after(sigName: "notify::secondary-icon-activatable", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3162
+ emit(sigName: "notify::secondary-icon-activatable", ...args: any[]): void
3163
+ connect(sigName: "notify::secondary-icon-gicon", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3164
+ connect_after(sigName: "notify::secondary-icon-gicon", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3165
+ emit(sigName: "notify::secondary-icon-gicon", ...args: any[]): void
3166
+ connect(sigName: "notify::secondary-icon-name", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3167
+ connect_after(sigName: "notify::secondary-icon-name", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3168
+ emit(sigName: "notify::secondary-icon-name", ...args: any[]): void
3169
+ connect(sigName: "notify::secondary-icon-paintable", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3170
+ connect_after(sigName: "notify::secondary-icon-paintable", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3171
+ emit(sigName: "notify::secondary-icon-paintable", ...args: any[]): void
3172
+ connect(sigName: "notify::secondary-icon-sensitive", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3173
+ connect_after(sigName: "notify::secondary-icon-sensitive", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3174
+ emit(sigName: "notify::secondary-icon-sensitive", ...args: any[]): void
3175
+ connect(sigName: "notify::secondary-icon-storage-type", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3176
+ connect_after(sigName: "notify::secondary-icon-storage-type", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3177
+ emit(sigName: "notify::secondary-icon-storage-type", ...args: any[]): void
3178
+ connect(sigName: "notify::secondary-icon-tooltip-markup", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3179
+ connect_after(sigName: "notify::secondary-icon-tooltip-markup", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3180
+ emit(sigName: "notify::secondary-icon-tooltip-markup", ...args: any[]): void
3181
+ connect(sigName: "notify::secondary-icon-tooltip-text", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3182
+ connect_after(sigName: "notify::secondary-icon-tooltip-text", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3183
+ emit(sigName: "notify::secondary-icon-tooltip-text", ...args: any[]): void
3184
+ connect(sigName: "notify::show-emoji-icon", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3185
+ connect_after(sigName: "notify::show-emoji-icon", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3186
+ emit(sigName: "notify::show-emoji-icon", ...args: any[]): void
3187
+ connect(sigName: "notify::tabs", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3188
+ connect_after(sigName: "notify::tabs", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3189
+ emit(sigName: "notify::tabs", ...args: any[]): void
3190
+ connect(sigName: "notify::text-length", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3191
+ connect_after(sigName: "notify::text-length", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3192
+ emit(sigName: "notify::text-length", ...args: any[]): void
3193
+ connect(sigName: "notify::truncate-multiline", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3194
+ connect_after(sigName: "notify::truncate-multiline", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3195
+ emit(sigName: "notify::truncate-multiline", ...args: any[]): void
3196
+ connect(sigName: "notify::visibility", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3197
+ connect_after(sigName: "notify::visibility", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3198
+ emit(sigName: "notify::visibility", ...args: any[]): void
3199
+ connect(sigName: "notify::can-focus", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3200
+ connect_after(sigName: "notify::can-focus", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3201
+ emit(sigName: "notify::can-focus", ...args: any[]): void
3202
+ connect(sigName: "notify::can-target", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3203
+ connect_after(sigName: "notify::can-target", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3204
+ emit(sigName: "notify::can-target", ...args: any[]): void
3205
+ connect(sigName: "notify::css-classes", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3206
+ connect_after(sigName: "notify::css-classes", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3207
+ emit(sigName: "notify::css-classes", ...args: any[]): void
3208
+ connect(sigName: "notify::css-name", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3209
+ connect_after(sigName: "notify::css-name", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3210
+ emit(sigName: "notify::css-name", ...args: any[]): void
3211
+ connect(sigName: "notify::cursor", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3212
+ connect_after(sigName: "notify::cursor", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3213
+ emit(sigName: "notify::cursor", ...args: any[]): void
3214
+ connect(sigName: "notify::focus-on-click", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3215
+ connect_after(sigName: "notify::focus-on-click", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3216
+ emit(sigName: "notify::focus-on-click", ...args: any[]): void
3217
+ connect(sigName: "notify::focusable", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3218
+ connect_after(sigName: "notify::focusable", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3219
+ emit(sigName: "notify::focusable", ...args: any[]): void
3220
+ connect(sigName: "notify::halign", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3221
+ connect_after(sigName: "notify::halign", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3222
+ emit(sigName: "notify::halign", ...args: any[]): void
3223
+ connect(sigName: "notify::has-default", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3224
+ connect_after(sigName: "notify::has-default", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3225
+ emit(sigName: "notify::has-default", ...args: any[]): void
3226
+ connect(sigName: "notify::has-focus", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3227
+ connect_after(sigName: "notify::has-focus", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3228
+ emit(sigName: "notify::has-focus", ...args: any[]): void
3229
+ connect(sigName: "notify::has-tooltip", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3230
+ connect_after(sigName: "notify::has-tooltip", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3231
+ emit(sigName: "notify::has-tooltip", ...args: any[]): void
3232
+ connect(sigName: "notify::height-request", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3233
+ connect_after(sigName: "notify::height-request", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3234
+ emit(sigName: "notify::height-request", ...args: any[]): void
3235
+ connect(sigName: "notify::hexpand", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3236
+ connect_after(sigName: "notify::hexpand", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3237
+ emit(sigName: "notify::hexpand", ...args: any[]): void
3238
+ connect(sigName: "notify::hexpand-set", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3239
+ connect_after(sigName: "notify::hexpand-set", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3240
+ emit(sigName: "notify::hexpand-set", ...args: any[]): void
3241
+ connect(sigName: "notify::layout-manager", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3242
+ connect_after(sigName: "notify::layout-manager", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3243
+ emit(sigName: "notify::layout-manager", ...args: any[]): void
3244
+ connect(sigName: "notify::margin-bottom", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3245
+ connect_after(sigName: "notify::margin-bottom", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3246
+ emit(sigName: "notify::margin-bottom", ...args: any[]): void
3247
+ connect(sigName: "notify::margin-end", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3248
+ connect_after(sigName: "notify::margin-end", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3249
+ emit(sigName: "notify::margin-end", ...args: any[]): void
3250
+ connect(sigName: "notify::margin-start", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3251
+ connect_after(sigName: "notify::margin-start", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3252
+ emit(sigName: "notify::margin-start", ...args: any[]): void
3253
+ connect(sigName: "notify::margin-top", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3254
+ connect_after(sigName: "notify::margin-top", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3255
+ emit(sigName: "notify::margin-top", ...args: any[]): void
3256
+ connect(sigName: "notify::name", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3257
+ connect_after(sigName: "notify::name", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3258
+ emit(sigName: "notify::name", ...args: any[]): void
3259
+ connect(sigName: "notify::opacity", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3260
+ connect_after(sigName: "notify::opacity", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3261
+ emit(sigName: "notify::opacity", ...args: any[]): void
3262
+ connect(sigName: "notify::overflow", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3263
+ connect_after(sigName: "notify::overflow", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3264
+ emit(sigName: "notify::overflow", ...args: any[]): void
3265
+ connect(sigName: "notify::parent", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3266
+ connect_after(sigName: "notify::parent", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3267
+ emit(sigName: "notify::parent", ...args: any[]): void
3268
+ connect(sigName: "notify::receives-default", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3269
+ connect_after(sigName: "notify::receives-default", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3270
+ emit(sigName: "notify::receives-default", ...args: any[]): void
3271
+ connect(sigName: "notify::root", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3272
+ connect_after(sigName: "notify::root", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3273
+ emit(sigName: "notify::root", ...args: any[]): void
3274
+ connect(sigName: "notify::scale-factor", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3275
+ connect_after(sigName: "notify::scale-factor", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3276
+ emit(sigName: "notify::scale-factor", ...args: any[]): void
3277
+ connect(sigName: "notify::sensitive", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3278
+ connect_after(sigName: "notify::sensitive", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3279
+ emit(sigName: "notify::sensitive", ...args: any[]): void
3280
+ connect(sigName: "notify::tooltip-markup", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3281
+ connect_after(sigName: "notify::tooltip-markup", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3282
+ emit(sigName: "notify::tooltip-markup", ...args: any[]): void
3283
+ connect(sigName: "notify::tooltip-text", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3284
+ connect_after(sigName: "notify::tooltip-text", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3285
+ emit(sigName: "notify::tooltip-text", ...args: any[]): void
3286
+ connect(sigName: "notify::valign", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3287
+ connect_after(sigName: "notify::valign", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3288
+ emit(sigName: "notify::valign", ...args: any[]): void
3289
+ connect(sigName: "notify::vexpand", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3290
+ connect_after(sigName: "notify::vexpand", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3291
+ emit(sigName: "notify::vexpand", ...args: any[]): void
3292
+ connect(sigName: "notify::vexpand-set", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3293
+ connect_after(sigName: "notify::vexpand-set", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3294
+ emit(sigName: "notify::vexpand-set", ...args: any[]): void
3295
+ connect(sigName: "notify::visible", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3296
+ connect_after(sigName: "notify::visible", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3297
+ emit(sigName: "notify::visible", ...args: any[]): void
3298
+ connect(sigName: "notify::width-request", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3299
+ connect_after(sigName: "notify::width-request", callback: (($obj: TimePicker, pspec: GObject.ParamSpec) => void)): number
3300
+ emit(sigName: "notify::width-request", ...args: any[]): void
3301
+ connect(sigName: string, callback: (...args: any[]) => void): number
3302
+ connect_after(sigName: string, callback: (...args: any[]) => void): number
3303
+ emit(sigName: string, ...args: any[]): void
3304
+ disconnect(id: number): void
3305
+ }
3306
+
3307
+ class TimePicker extends Gtk.Entry {
3308
+
3309
+ // Own properties of Granite-7.0.Granite.TimePicker
3310
+
3311
+ static name: string
3312
+ static $gtype: GObject.GType<TimePicker>
3313
+
3314
+ // Constructors of Granite-7.0.Granite.TimePicker
3315
+
3316
+ constructor(config?: TimePicker.ConstructorProperties)
3317
+ static with_format(format_12: string | null, format_24: string | null): TimePicker
3318
+ constructor()
3319
+ static new(): TimePicker
3320
+
3321
+ // Overloads of new
3322
+
3323
+ /**
3324
+ * Creates a new entry.
3325
+ * @constructor
3326
+ * @returns a new `GtkEntry`.
3327
+ */
3328
+ static new(): Gtk.Entry
3329
+ _init(config?: TimePicker.ConstructorProperties): void
3330
+ }
3331
+
3332
+ module Toast {
3333
+
3334
+ // Signal callback interfaces
3335
+
3336
+ /**
3337
+ * Signal callback interface for `closed`
3338
+ */
3339
+ interface ClosedSignalCallback {
3340
+ ($obj: Toast): void
3341
+ }
3342
+
3343
+ /**
3344
+ * Signal callback interface for `default-action`
3345
+ */
3346
+ interface DefaultActionSignalCallback {
3347
+ ($obj: Toast): void
3348
+ }
3349
+
3350
+
3351
+ // Constructor properties interface
3352
+
3353
+ interface ConstructorProperties extends Gtk.Widget.ConstructorProperties {
3354
+
3355
+ // Own constructor properties of Granite-7.0.Granite.Toast
3356
+
3357
+ title?: string | null
3358
+ }
3359
+
3360
+ }
3361
+
3362
+ interface Toast {
3363
+
3364
+ // Own properties of Granite-7.0.Granite.Toast
3365
+
3366
+ title: string | null
3367
+
3368
+ // Owm methods of Granite-7.0.Granite.Toast
3369
+
3370
+ get_title(): string | null
3371
+ set_title(value: string | null): void
3372
+ set_default_action(label: string | null): void
3373
+ send_notification(): void
3374
+
3375
+ // Own signals of Granite-7.0.Granite.Toast
3376
+
3377
+ connect(sigName: "closed", callback: Toast.ClosedSignalCallback): number
3378
+ connect_after(sigName: "closed", callback: Toast.ClosedSignalCallback): number
3379
+ emit(sigName: "closed", ...args: any[]): void
3380
+ connect(sigName: "default-action", callback: Toast.DefaultActionSignalCallback): number
3381
+ connect_after(sigName: "default-action", callback: Toast.DefaultActionSignalCallback): number
3382
+ emit(sigName: "default-action", ...args: any[]): void
3383
+
3384
+ // Class property signals of Granite-7.0.Granite.Toast
3385
+
3386
+ connect(sigName: "notify::title", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3387
+ connect_after(sigName: "notify::title", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3388
+ emit(sigName: "notify::title", ...args: any[]): void
3389
+ connect(sigName: "notify::can-focus", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3390
+ connect_after(sigName: "notify::can-focus", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3391
+ emit(sigName: "notify::can-focus", ...args: any[]): void
3392
+ connect(sigName: "notify::can-target", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3393
+ connect_after(sigName: "notify::can-target", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3394
+ emit(sigName: "notify::can-target", ...args: any[]): void
3395
+ connect(sigName: "notify::css-classes", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3396
+ connect_after(sigName: "notify::css-classes", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3397
+ emit(sigName: "notify::css-classes", ...args: any[]): void
3398
+ connect(sigName: "notify::css-name", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3399
+ connect_after(sigName: "notify::css-name", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3400
+ emit(sigName: "notify::css-name", ...args: any[]): void
3401
+ connect(sigName: "notify::cursor", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3402
+ connect_after(sigName: "notify::cursor", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3403
+ emit(sigName: "notify::cursor", ...args: any[]): void
3404
+ connect(sigName: "notify::focus-on-click", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3405
+ connect_after(sigName: "notify::focus-on-click", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3406
+ emit(sigName: "notify::focus-on-click", ...args: any[]): void
3407
+ connect(sigName: "notify::focusable", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3408
+ connect_after(sigName: "notify::focusable", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3409
+ emit(sigName: "notify::focusable", ...args: any[]): void
3410
+ connect(sigName: "notify::halign", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3411
+ connect_after(sigName: "notify::halign", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3412
+ emit(sigName: "notify::halign", ...args: any[]): void
3413
+ connect(sigName: "notify::has-default", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3414
+ connect_after(sigName: "notify::has-default", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3415
+ emit(sigName: "notify::has-default", ...args: any[]): void
3416
+ connect(sigName: "notify::has-focus", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3417
+ connect_after(sigName: "notify::has-focus", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3418
+ emit(sigName: "notify::has-focus", ...args: any[]): void
3419
+ connect(sigName: "notify::has-tooltip", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3420
+ connect_after(sigName: "notify::has-tooltip", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3421
+ emit(sigName: "notify::has-tooltip", ...args: any[]): void
3422
+ connect(sigName: "notify::height-request", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3423
+ connect_after(sigName: "notify::height-request", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3424
+ emit(sigName: "notify::height-request", ...args: any[]): void
3425
+ connect(sigName: "notify::hexpand", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3426
+ connect_after(sigName: "notify::hexpand", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3427
+ emit(sigName: "notify::hexpand", ...args: any[]): void
3428
+ connect(sigName: "notify::hexpand-set", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3429
+ connect_after(sigName: "notify::hexpand-set", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3430
+ emit(sigName: "notify::hexpand-set", ...args: any[]): void
3431
+ connect(sigName: "notify::layout-manager", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3432
+ connect_after(sigName: "notify::layout-manager", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3433
+ emit(sigName: "notify::layout-manager", ...args: any[]): void
3434
+ connect(sigName: "notify::margin-bottom", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3435
+ connect_after(sigName: "notify::margin-bottom", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3436
+ emit(sigName: "notify::margin-bottom", ...args: any[]): void
3437
+ connect(sigName: "notify::margin-end", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3438
+ connect_after(sigName: "notify::margin-end", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3439
+ emit(sigName: "notify::margin-end", ...args: any[]): void
3440
+ connect(sigName: "notify::margin-start", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3441
+ connect_after(sigName: "notify::margin-start", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3442
+ emit(sigName: "notify::margin-start", ...args: any[]): void
3443
+ connect(sigName: "notify::margin-top", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3444
+ connect_after(sigName: "notify::margin-top", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3445
+ emit(sigName: "notify::margin-top", ...args: any[]): void
3446
+ connect(sigName: "notify::name", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3447
+ connect_after(sigName: "notify::name", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3448
+ emit(sigName: "notify::name", ...args: any[]): void
3449
+ connect(sigName: "notify::opacity", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3450
+ connect_after(sigName: "notify::opacity", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3451
+ emit(sigName: "notify::opacity", ...args: any[]): void
3452
+ connect(sigName: "notify::overflow", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3453
+ connect_after(sigName: "notify::overflow", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3454
+ emit(sigName: "notify::overflow", ...args: any[]): void
3455
+ connect(sigName: "notify::parent", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3456
+ connect_after(sigName: "notify::parent", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3457
+ emit(sigName: "notify::parent", ...args: any[]): void
3458
+ connect(sigName: "notify::receives-default", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3459
+ connect_after(sigName: "notify::receives-default", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3460
+ emit(sigName: "notify::receives-default", ...args: any[]): void
3461
+ connect(sigName: "notify::root", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3462
+ connect_after(sigName: "notify::root", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3463
+ emit(sigName: "notify::root", ...args: any[]): void
3464
+ connect(sigName: "notify::scale-factor", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3465
+ connect_after(sigName: "notify::scale-factor", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3466
+ emit(sigName: "notify::scale-factor", ...args: any[]): void
3467
+ connect(sigName: "notify::sensitive", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3468
+ connect_after(sigName: "notify::sensitive", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3469
+ emit(sigName: "notify::sensitive", ...args: any[]): void
3470
+ connect(sigName: "notify::tooltip-markup", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3471
+ connect_after(sigName: "notify::tooltip-markup", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3472
+ emit(sigName: "notify::tooltip-markup", ...args: any[]): void
3473
+ connect(sigName: "notify::tooltip-text", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3474
+ connect_after(sigName: "notify::tooltip-text", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3475
+ emit(sigName: "notify::tooltip-text", ...args: any[]): void
3476
+ connect(sigName: "notify::valign", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3477
+ connect_after(sigName: "notify::valign", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3478
+ emit(sigName: "notify::valign", ...args: any[]): void
3479
+ connect(sigName: "notify::vexpand", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3480
+ connect_after(sigName: "notify::vexpand", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3481
+ emit(sigName: "notify::vexpand", ...args: any[]): void
3482
+ connect(sigName: "notify::vexpand-set", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3483
+ connect_after(sigName: "notify::vexpand-set", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3484
+ emit(sigName: "notify::vexpand-set", ...args: any[]): void
3485
+ connect(sigName: "notify::visible", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3486
+ connect_after(sigName: "notify::visible", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3487
+ emit(sigName: "notify::visible", ...args: any[]): void
3488
+ connect(sigName: "notify::width-request", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3489
+ connect_after(sigName: "notify::width-request", callback: (($obj: Toast, pspec: GObject.ParamSpec) => void)): number
3490
+ emit(sigName: "notify::width-request", ...args: any[]): void
3491
+ connect(sigName: string, callback: (...args: any[]) => void): number
3492
+ connect_after(sigName: string, callback: (...args: any[]) => void): number
3493
+ emit(sigName: string, ...args: any[]): void
3494
+ disconnect(id: number): void
3495
+ }
3496
+
3497
+ class Toast extends Gtk.Widget {
3498
+
3499
+ // Own properties of Granite-7.0.Granite.Toast
3500
+
3501
+ static name: string
3502
+ static $gtype: GObject.GType<Toast>
3503
+
3504
+ // Constructors of Granite-7.0.Granite.Toast
3505
+
3506
+ constructor(config?: Toast.ConstructorProperties)
3507
+ constructor(title: string | null)
3508
+ static new(title: string | null): Toast
3509
+ _init(config?: Toast.ConstructorProperties): void
3510
+ }
3511
+
3512
+ module ValidatedEntry {
3513
+
3514
+ // Constructor properties interface
3515
+
3516
+ interface ConstructorProperties extends Gtk.Entry.ConstructorProperties {
3517
+
3518
+ // Own constructor properties of Granite-7.0.Granite.ValidatedEntry
3519
+
3520
+ is_valid?: boolean | null
3521
+ min_length?: number | null
3522
+ regex?: GLib.Regex | null
3523
+ }
3524
+
3525
+ }
3526
+
3527
+ interface ValidatedEntry {
3528
+
3529
+ // Own properties of Granite-7.0.Granite.ValidatedEntry
3530
+
3531
+ is_valid: boolean
3532
+ min_length: number
3533
+ regex: GLib.Regex
3534
+
3535
+ // Owm methods of Granite-7.0.Granite.ValidatedEntry
3536
+
3537
+ get_is_valid(): boolean
3538
+ set_is_valid(value: boolean): void
3539
+ get_min_length(): number
3540
+ set_min_length(value: number): void
3541
+ get_regex(): GLib.Regex
3542
+ set_regex(value: GLib.Regex): void
3543
+
3544
+ // Class property signals of Granite-7.0.Granite.ValidatedEntry
3545
+
3546
+ connect(sigName: "notify::is-valid", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3547
+ connect_after(sigName: "notify::is-valid", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3548
+ emit(sigName: "notify::is-valid", ...args: any[]): void
3549
+ connect(sigName: "notify::min-length", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3550
+ connect_after(sigName: "notify::min-length", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3551
+ emit(sigName: "notify::min-length", ...args: any[]): void
3552
+ connect(sigName: "notify::regex", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3553
+ connect_after(sigName: "notify::regex", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3554
+ emit(sigName: "notify::regex", ...args: any[]): void
3555
+ connect(sigName: "notify::activates-default", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3556
+ connect_after(sigName: "notify::activates-default", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3557
+ emit(sigName: "notify::activates-default", ...args: any[]): void
3558
+ connect(sigName: "notify::attributes", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3559
+ connect_after(sigName: "notify::attributes", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3560
+ emit(sigName: "notify::attributes", ...args: any[]): void
3561
+ connect(sigName: "notify::buffer", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3562
+ connect_after(sigName: "notify::buffer", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3563
+ emit(sigName: "notify::buffer", ...args: any[]): void
3564
+ connect(sigName: "notify::completion", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3565
+ connect_after(sigName: "notify::completion", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3566
+ emit(sigName: "notify::completion", ...args: any[]): void
3567
+ connect(sigName: "notify::enable-emoji-completion", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3568
+ connect_after(sigName: "notify::enable-emoji-completion", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3569
+ emit(sigName: "notify::enable-emoji-completion", ...args: any[]): void
3570
+ connect(sigName: "notify::extra-menu", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3571
+ connect_after(sigName: "notify::extra-menu", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3572
+ emit(sigName: "notify::extra-menu", ...args: any[]): void
3573
+ connect(sigName: "notify::has-frame", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3574
+ connect_after(sigName: "notify::has-frame", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3575
+ emit(sigName: "notify::has-frame", ...args: any[]): void
3576
+ connect(sigName: "notify::im-module", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3577
+ connect_after(sigName: "notify::im-module", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3578
+ emit(sigName: "notify::im-module", ...args: any[]): void
3579
+ connect(sigName: "notify::input-hints", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3580
+ connect_after(sigName: "notify::input-hints", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3581
+ emit(sigName: "notify::input-hints", ...args: any[]): void
3582
+ connect(sigName: "notify::input-purpose", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3583
+ connect_after(sigName: "notify::input-purpose", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3584
+ emit(sigName: "notify::input-purpose", ...args: any[]): void
3585
+ connect(sigName: "notify::invisible-char", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3586
+ connect_after(sigName: "notify::invisible-char", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3587
+ emit(sigName: "notify::invisible-char", ...args: any[]): void
3588
+ connect(sigName: "notify::invisible-char-set", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3589
+ connect_after(sigName: "notify::invisible-char-set", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3590
+ emit(sigName: "notify::invisible-char-set", ...args: any[]): void
3591
+ connect(sigName: "notify::max-length", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3592
+ connect_after(sigName: "notify::max-length", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3593
+ emit(sigName: "notify::max-length", ...args: any[]): void
3594
+ connect(sigName: "notify::overwrite-mode", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3595
+ connect_after(sigName: "notify::overwrite-mode", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3596
+ emit(sigName: "notify::overwrite-mode", ...args: any[]): void
3597
+ connect(sigName: "notify::placeholder-text", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3598
+ connect_after(sigName: "notify::placeholder-text", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3599
+ emit(sigName: "notify::placeholder-text", ...args: any[]): void
3600
+ connect(sigName: "notify::primary-icon-activatable", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3601
+ connect_after(sigName: "notify::primary-icon-activatable", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3602
+ emit(sigName: "notify::primary-icon-activatable", ...args: any[]): void
3603
+ connect(sigName: "notify::primary-icon-gicon", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3604
+ connect_after(sigName: "notify::primary-icon-gicon", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3605
+ emit(sigName: "notify::primary-icon-gicon", ...args: any[]): void
3606
+ connect(sigName: "notify::primary-icon-name", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3607
+ connect_after(sigName: "notify::primary-icon-name", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3608
+ emit(sigName: "notify::primary-icon-name", ...args: any[]): void
3609
+ connect(sigName: "notify::primary-icon-paintable", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3610
+ connect_after(sigName: "notify::primary-icon-paintable", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3611
+ emit(sigName: "notify::primary-icon-paintable", ...args: any[]): void
3612
+ connect(sigName: "notify::primary-icon-sensitive", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3613
+ connect_after(sigName: "notify::primary-icon-sensitive", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3614
+ emit(sigName: "notify::primary-icon-sensitive", ...args: any[]): void
3615
+ connect(sigName: "notify::primary-icon-storage-type", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3616
+ connect_after(sigName: "notify::primary-icon-storage-type", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3617
+ emit(sigName: "notify::primary-icon-storage-type", ...args: any[]): void
3618
+ connect(sigName: "notify::primary-icon-tooltip-markup", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3619
+ connect_after(sigName: "notify::primary-icon-tooltip-markup", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3620
+ emit(sigName: "notify::primary-icon-tooltip-markup", ...args: any[]): void
3621
+ connect(sigName: "notify::primary-icon-tooltip-text", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3622
+ connect_after(sigName: "notify::primary-icon-tooltip-text", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3623
+ emit(sigName: "notify::primary-icon-tooltip-text", ...args: any[]): void
3624
+ connect(sigName: "notify::progress-fraction", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3625
+ connect_after(sigName: "notify::progress-fraction", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3626
+ emit(sigName: "notify::progress-fraction", ...args: any[]): void
3627
+ connect(sigName: "notify::progress-pulse-step", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3628
+ connect_after(sigName: "notify::progress-pulse-step", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3629
+ emit(sigName: "notify::progress-pulse-step", ...args: any[]): void
3630
+ connect(sigName: "notify::scroll-offset", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3631
+ connect_after(sigName: "notify::scroll-offset", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3632
+ emit(sigName: "notify::scroll-offset", ...args: any[]): void
3633
+ connect(sigName: "notify::secondary-icon-activatable", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3634
+ connect_after(sigName: "notify::secondary-icon-activatable", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3635
+ emit(sigName: "notify::secondary-icon-activatable", ...args: any[]): void
3636
+ connect(sigName: "notify::secondary-icon-gicon", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3637
+ connect_after(sigName: "notify::secondary-icon-gicon", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3638
+ emit(sigName: "notify::secondary-icon-gicon", ...args: any[]): void
3639
+ connect(sigName: "notify::secondary-icon-name", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3640
+ connect_after(sigName: "notify::secondary-icon-name", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3641
+ emit(sigName: "notify::secondary-icon-name", ...args: any[]): void
3642
+ connect(sigName: "notify::secondary-icon-paintable", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3643
+ connect_after(sigName: "notify::secondary-icon-paintable", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3644
+ emit(sigName: "notify::secondary-icon-paintable", ...args: any[]): void
3645
+ connect(sigName: "notify::secondary-icon-sensitive", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3646
+ connect_after(sigName: "notify::secondary-icon-sensitive", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3647
+ emit(sigName: "notify::secondary-icon-sensitive", ...args: any[]): void
3648
+ connect(sigName: "notify::secondary-icon-storage-type", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3649
+ connect_after(sigName: "notify::secondary-icon-storage-type", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3650
+ emit(sigName: "notify::secondary-icon-storage-type", ...args: any[]): void
3651
+ connect(sigName: "notify::secondary-icon-tooltip-markup", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3652
+ connect_after(sigName: "notify::secondary-icon-tooltip-markup", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3653
+ emit(sigName: "notify::secondary-icon-tooltip-markup", ...args: any[]): void
3654
+ connect(sigName: "notify::secondary-icon-tooltip-text", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3655
+ connect_after(sigName: "notify::secondary-icon-tooltip-text", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3656
+ emit(sigName: "notify::secondary-icon-tooltip-text", ...args: any[]): void
3657
+ connect(sigName: "notify::show-emoji-icon", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3658
+ connect_after(sigName: "notify::show-emoji-icon", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3659
+ emit(sigName: "notify::show-emoji-icon", ...args: any[]): void
3660
+ connect(sigName: "notify::tabs", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3661
+ connect_after(sigName: "notify::tabs", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3662
+ emit(sigName: "notify::tabs", ...args: any[]): void
3663
+ connect(sigName: "notify::text-length", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3664
+ connect_after(sigName: "notify::text-length", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3665
+ emit(sigName: "notify::text-length", ...args: any[]): void
3666
+ connect(sigName: "notify::truncate-multiline", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3667
+ connect_after(sigName: "notify::truncate-multiline", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3668
+ emit(sigName: "notify::truncate-multiline", ...args: any[]): void
3669
+ connect(sigName: "notify::visibility", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3670
+ connect_after(sigName: "notify::visibility", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3671
+ emit(sigName: "notify::visibility", ...args: any[]): void
3672
+ connect(sigName: "notify::can-focus", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3673
+ connect_after(sigName: "notify::can-focus", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3674
+ emit(sigName: "notify::can-focus", ...args: any[]): void
3675
+ connect(sigName: "notify::can-target", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3676
+ connect_after(sigName: "notify::can-target", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3677
+ emit(sigName: "notify::can-target", ...args: any[]): void
3678
+ connect(sigName: "notify::css-classes", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3679
+ connect_after(sigName: "notify::css-classes", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3680
+ emit(sigName: "notify::css-classes", ...args: any[]): void
3681
+ connect(sigName: "notify::css-name", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3682
+ connect_after(sigName: "notify::css-name", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3683
+ emit(sigName: "notify::css-name", ...args: any[]): void
3684
+ connect(sigName: "notify::cursor", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3685
+ connect_after(sigName: "notify::cursor", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3686
+ emit(sigName: "notify::cursor", ...args: any[]): void
3687
+ connect(sigName: "notify::focus-on-click", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3688
+ connect_after(sigName: "notify::focus-on-click", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3689
+ emit(sigName: "notify::focus-on-click", ...args: any[]): void
3690
+ connect(sigName: "notify::focusable", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3691
+ connect_after(sigName: "notify::focusable", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3692
+ emit(sigName: "notify::focusable", ...args: any[]): void
3693
+ connect(sigName: "notify::halign", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3694
+ connect_after(sigName: "notify::halign", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3695
+ emit(sigName: "notify::halign", ...args: any[]): void
3696
+ connect(sigName: "notify::has-default", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3697
+ connect_after(sigName: "notify::has-default", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3698
+ emit(sigName: "notify::has-default", ...args: any[]): void
3699
+ connect(sigName: "notify::has-focus", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3700
+ connect_after(sigName: "notify::has-focus", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3701
+ emit(sigName: "notify::has-focus", ...args: any[]): void
3702
+ connect(sigName: "notify::has-tooltip", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3703
+ connect_after(sigName: "notify::has-tooltip", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3704
+ emit(sigName: "notify::has-tooltip", ...args: any[]): void
3705
+ connect(sigName: "notify::height-request", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3706
+ connect_after(sigName: "notify::height-request", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3707
+ emit(sigName: "notify::height-request", ...args: any[]): void
3708
+ connect(sigName: "notify::hexpand", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3709
+ connect_after(sigName: "notify::hexpand", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3710
+ emit(sigName: "notify::hexpand", ...args: any[]): void
3711
+ connect(sigName: "notify::hexpand-set", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3712
+ connect_after(sigName: "notify::hexpand-set", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3713
+ emit(sigName: "notify::hexpand-set", ...args: any[]): void
3714
+ connect(sigName: "notify::layout-manager", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3715
+ connect_after(sigName: "notify::layout-manager", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3716
+ emit(sigName: "notify::layout-manager", ...args: any[]): void
3717
+ connect(sigName: "notify::margin-bottom", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3718
+ connect_after(sigName: "notify::margin-bottom", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3719
+ emit(sigName: "notify::margin-bottom", ...args: any[]): void
3720
+ connect(sigName: "notify::margin-end", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3721
+ connect_after(sigName: "notify::margin-end", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3722
+ emit(sigName: "notify::margin-end", ...args: any[]): void
3723
+ connect(sigName: "notify::margin-start", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3724
+ connect_after(sigName: "notify::margin-start", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3725
+ emit(sigName: "notify::margin-start", ...args: any[]): void
3726
+ connect(sigName: "notify::margin-top", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3727
+ connect_after(sigName: "notify::margin-top", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3728
+ emit(sigName: "notify::margin-top", ...args: any[]): void
3729
+ connect(sigName: "notify::name", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3730
+ connect_after(sigName: "notify::name", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3731
+ emit(sigName: "notify::name", ...args: any[]): void
3732
+ connect(sigName: "notify::opacity", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3733
+ connect_after(sigName: "notify::opacity", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3734
+ emit(sigName: "notify::opacity", ...args: any[]): void
3735
+ connect(sigName: "notify::overflow", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3736
+ connect_after(sigName: "notify::overflow", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3737
+ emit(sigName: "notify::overflow", ...args: any[]): void
3738
+ connect(sigName: "notify::parent", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3739
+ connect_after(sigName: "notify::parent", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3740
+ emit(sigName: "notify::parent", ...args: any[]): void
3741
+ connect(sigName: "notify::receives-default", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3742
+ connect_after(sigName: "notify::receives-default", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3743
+ emit(sigName: "notify::receives-default", ...args: any[]): void
3744
+ connect(sigName: "notify::root", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3745
+ connect_after(sigName: "notify::root", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3746
+ emit(sigName: "notify::root", ...args: any[]): void
3747
+ connect(sigName: "notify::scale-factor", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3748
+ connect_after(sigName: "notify::scale-factor", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3749
+ emit(sigName: "notify::scale-factor", ...args: any[]): void
3750
+ connect(sigName: "notify::sensitive", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3751
+ connect_after(sigName: "notify::sensitive", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3752
+ emit(sigName: "notify::sensitive", ...args: any[]): void
3753
+ connect(sigName: "notify::tooltip-markup", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3754
+ connect_after(sigName: "notify::tooltip-markup", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3755
+ emit(sigName: "notify::tooltip-markup", ...args: any[]): void
3756
+ connect(sigName: "notify::tooltip-text", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3757
+ connect_after(sigName: "notify::tooltip-text", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3758
+ emit(sigName: "notify::tooltip-text", ...args: any[]): void
3759
+ connect(sigName: "notify::valign", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3760
+ connect_after(sigName: "notify::valign", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3761
+ emit(sigName: "notify::valign", ...args: any[]): void
3762
+ connect(sigName: "notify::vexpand", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3763
+ connect_after(sigName: "notify::vexpand", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3764
+ emit(sigName: "notify::vexpand", ...args: any[]): void
3765
+ connect(sigName: "notify::vexpand-set", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3766
+ connect_after(sigName: "notify::vexpand-set", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3767
+ emit(sigName: "notify::vexpand-set", ...args: any[]): void
3768
+ connect(sigName: "notify::visible", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3769
+ connect_after(sigName: "notify::visible", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3770
+ emit(sigName: "notify::visible", ...args: any[]): void
3771
+ connect(sigName: "notify::width-request", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3772
+ connect_after(sigName: "notify::width-request", callback: (($obj: ValidatedEntry, pspec: GObject.ParamSpec) => void)): number
3773
+ emit(sigName: "notify::width-request", ...args: any[]): void
3774
+ connect(sigName: string, callback: (...args: any[]) => void): number
3775
+ connect_after(sigName: string, callback: (...args: any[]) => void): number
3776
+ emit(sigName: string, ...args: any[]): void
3777
+ disconnect(id: number): void
3778
+ }
3779
+
3780
+ class ValidatedEntry extends Gtk.Entry {
3781
+
3782
+ // Own properties of Granite-7.0.Granite.ValidatedEntry
3783
+
3784
+ static name: string
3785
+ static $gtype: GObject.GType<ValidatedEntry>
3786
+
3787
+ // Constructors of Granite-7.0.Granite.ValidatedEntry
3788
+
3789
+ constructor(config?: ValidatedEntry.ConstructorProperties)
3790
+ static from_regex(regex_arg: GLib.Regex): ValidatedEntry
3791
+ constructor()
3792
+ static new(): ValidatedEntry
3793
+
3794
+ // Overloads of new
3795
+
3796
+ /**
3797
+ * Creates a new entry.
3798
+ * @constructor
3799
+ * @returns a new `GtkEntry`.
3800
+ */
3801
+ static new(): Gtk.Entry
3802
+ _init(config?: ValidatedEntry.ConstructorProperties): void
3803
+ }
3804
+
3805
+ interface ServicesContractorProxyClass {
3806
+ }
3807
+
3808
+ abstract class ServicesContractorProxyClass {
3809
+
3810
+ // Own properties of Granite-7.0.Granite.ServicesContractorProxyClass
3811
+
3812
+ static name: string
3813
+ }
3814
+
3815
+ interface ServicesContractorProxyPrivate {
3816
+ }
3817
+
3818
+ class ServicesContractorProxyPrivate {
3819
+
3820
+ // Own properties of Granite-7.0.Granite.ServicesContractorProxyPrivate
3821
+
3822
+ static name: string
3823
+ }
3824
+
3825
+ interface ServicesSystemClass {
3826
+ }
3827
+
3828
+ abstract class ServicesSystemClass {
3829
+
3830
+ // Own properties of Granite-7.0.Granite.ServicesSystemClass
3831
+
3832
+ static name: string
3833
+ }
3834
+
3835
+ interface ServicesSystemPrivate {
3836
+ }
3837
+
3838
+ class ServicesSystemPrivate {
3839
+
3840
+ // Own properties of Granite-7.0.Granite.ServicesSystemPrivate
3841
+
3842
+ static name: string
3843
+ }
3844
+
3845
+ interface ServicesContractIface {
3846
+
3847
+ // Own fields of Granite-7.0.Granite.ServicesContractIface
3848
+
3849
+ get_display_name: (self: any) => string | null
3850
+ get_description: (self: any) => string | null
3851
+ get_icon: (self: any) => Gio.Icon
3852
+ execute_with_file: (self: any, file: Gio.File) => void
3853
+ execute_with_files: (self: any, files: Gio.File[]) => void
3854
+ }
3855
+
3856
+ abstract class ServicesContractIface {
3857
+
3858
+ // Own properties of Granite-7.0.Granite.ServicesContractIface
3859
+
3860
+ static name: string
3861
+ }
3862
+
3863
+ interface ServicesSettingsSerializableIface {
3864
+
3865
+ // Own fields of Granite-7.0.Granite.ServicesSettingsSerializableIface
3866
+
3867
+ settings_serialize: (self: any) => string | null
3868
+ settings_deserialize: (self: any, s: string | null) => void
3869
+ }
3870
+
3871
+ abstract class ServicesSettingsSerializableIface {
3872
+
3873
+ // Own properties of Granite-7.0.Granite.ServicesSettingsSerializableIface
3874
+
3875
+ static name: string
3876
+ }
3877
+
3878
+ interface SettingsPageClass {
3879
+ }
3880
+
3881
+ abstract class SettingsPageClass {
3882
+
3883
+ // Own properties of Granite-7.0.Granite.SettingsPageClass
3884
+
3885
+ static name: string
3886
+ }
3887
+
3888
+ interface SettingsPagePrivate {
3889
+ }
3890
+
3891
+ class SettingsPagePrivate {
3892
+
3893
+ // Own properties of Granite-7.0.Granite.SettingsPagePrivate
3894
+
3895
+ static name: string
3896
+ }
3897
+
3898
+ interface SimpleSettingsPageClass {
3899
+ }
3900
+
3901
+ abstract class SimpleSettingsPageClass {
3902
+
3903
+ // Own properties of Granite-7.0.Granite.SimpleSettingsPageClass
3904
+
3905
+ static name: string
3906
+ }
3907
+
3908
+ interface SimpleSettingsPagePrivate {
3909
+ }
3910
+
3911
+ class SimpleSettingsPagePrivate {
3912
+
3913
+ // Own properties of Granite-7.0.Granite.SimpleSettingsPagePrivate
3914
+
3915
+ static name: string
3916
+ }
3917
+
3918
+ interface AccelLabelClass {
3919
+ }
3920
+
3921
+ abstract class AccelLabelClass {
3922
+
3923
+ // Own properties of Granite-7.0.Granite.AccelLabelClass
3924
+
3925
+ static name: string
3926
+ }
3927
+
3928
+ interface AccelLabelPrivate {
3929
+ }
3930
+
3931
+ class AccelLabelPrivate {
3932
+
3933
+ // Own properties of Granite-7.0.Granite.AccelLabelPrivate
3934
+
3935
+ static name: string
3936
+ }
3937
+
3938
+ interface DatePickerClass {
3939
+ }
3940
+
3941
+ abstract class DatePickerClass {
3942
+
3943
+ // Own properties of Granite-7.0.Granite.DatePickerClass
3944
+
3945
+ static name: string
3946
+ }
3947
+
3948
+ interface DatePickerPrivate {
3949
+ }
3950
+
3951
+ class DatePickerPrivate {
3952
+
3953
+ // Own properties of Granite-7.0.Granite.DatePickerPrivate
3954
+
3955
+ static name: string
3956
+ }
3957
+
3958
+ interface DialogClass {
3959
+ }
3960
+
3961
+ abstract class DialogClass {
3962
+
3963
+ // Own properties of Granite-7.0.Granite.DialogClass
3964
+
3965
+ static name: string
3966
+ }
3967
+
3968
+ interface DialogPrivate {
3969
+ }
3970
+
3971
+ class DialogPrivate {
3972
+
3973
+ // Own properties of Granite-7.0.Granite.DialogPrivate
3974
+
3975
+ static name: string
3976
+ }
3977
+
3978
+ interface HeaderLabelClass {
3979
+ }
3980
+
3981
+ abstract class HeaderLabelClass {
3982
+
3983
+ // Own properties of Granite-7.0.Granite.HeaderLabelClass
3984
+
3985
+ static name: string
3986
+ }
3987
+
3988
+ interface HeaderLabelPrivate {
3989
+ }
3990
+
3991
+ class HeaderLabelPrivate {
3992
+
3993
+ // Own properties of Granite-7.0.Granite.HeaderLabelPrivate
3994
+
3995
+ static name: string
3996
+ }
3997
+
3998
+ interface HyperTextViewClass {
3999
+ }
4000
+
4001
+ abstract class HyperTextViewClass {
4002
+
4003
+ // Own properties of Granite-7.0.Granite.HyperTextViewClass
4004
+
4005
+ static name: string
4006
+ }
4007
+
4008
+ interface HyperTextViewPrivate {
4009
+ }
4010
+
4011
+ class HyperTextViewPrivate {
4012
+
4013
+ // Own properties of Granite-7.0.Granite.HyperTextViewPrivate
4014
+
4015
+ static name: string
4016
+ }
4017
+
4018
+ interface MessageDialogClass {
4019
+ }
4020
+
4021
+ abstract class MessageDialogClass {
4022
+
4023
+ // Own properties of Granite-7.0.Granite.MessageDialogClass
4024
+
4025
+ static name: string
4026
+ }
4027
+
4028
+ interface MessageDialogPrivate {
4029
+ }
4030
+
4031
+ class MessageDialogPrivate {
4032
+
4033
+ // Own properties of Granite-7.0.Granite.MessageDialogPrivate
4034
+
4035
+ static name: string
4036
+ }
4037
+
4038
+ interface ModeSwitchClass {
4039
+ }
4040
+
4041
+ abstract class ModeSwitchClass {
4042
+
4043
+ // Own properties of Granite-7.0.Granite.ModeSwitchClass
4044
+
4045
+ static name: string
4046
+ }
4047
+
4048
+ interface ModeSwitchPrivate {
4049
+ }
4050
+
4051
+ class ModeSwitchPrivate {
4052
+
4053
+ // Own properties of Granite-7.0.Granite.ModeSwitchPrivate
4054
+
4055
+ static name: string
4056
+ }
4057
+
4058
+ interface OverlayBarClass {
4059
+ }
4060
+
4061
+ abstract class OverlayBarClass {
4062
+
4063
+ // Own properties of Granite-7.0.Granite.OverlayBarClass
4064
+
4065
+ static name: string
4066
+ }
4067
+
4068
+ interface OverlayBarPrivate {
4069
+ }
4070
+
4071
+ class OverlayBarPrivate {
4072
+
4073
+ // Own properties of Granite-7.0.Granite.OverlayBarPrivate
4074
+
4075
+ static name: string
4076
+ }
4077
+
4078
+ interface PlaceholderClass {
4079
+ }
4080
+
4081
+ abstract class PlaceholderClass {
4082
+
4083
+ // Own properties of Granite-7.0.Granite.PlaceholderClass
4084
+
4085
+ static name: string
4086
+ }
4087
+
4088
+ interface PlaceholderPrivate {
4089
+ }
4090
+
4091
+ class PlaceholderPrivate {
4092
+
4093
+ // Own properties of Granite-7.0.Granite.PlaceholderPrivate
4094
+
4095
+ static name: string
4096
+ }
4097
+
4098
+ interface SettingsSidebarClass {
4099
+ }
4100
+
4101
+ abstract class SettingsSidebarClass {
4102
+
4103
+ // Own properties of Granite-7.0.Granite.SettingsSidebarClass
4104
+
4105
+ static name: string
4106
+ }
4107
+
4108
+ interface SettingsSidebarPrivate {
4109
+ }
4110
+
4111
+ class SettingsSidebarPrivate {
4112
+
4113
+ // Own properties of Granite-7.0.Granite.SettingsSidebarPrivate
4114
+
4115
+ static name: string
4116
+ }
4117
+
4118
+ interface SettingsClass {
4119
+ }
4120
+
4121
+ abstract class SettingsClass {
4122
+
4123
+ // Own properties of Granite-7.0.Granite.SettingsClass
4124
+
4125
+ static name: string
4126
+ }
4127
+
4128
+ interface SettingsPrivate {
4129
+ }
4130
+
4131
+ class SettingsPrivate {
4132
+
4133
+ // Own properties of Granite-7.0.Granite.SettingsPrivate
4134
+
4135
+ static name: string
4136
+ }
4137
+
4138
+ interface SwitchModelButtonClass {
4139
+ }
4140
+
4141
+ abstract class SwitchModelButtonClass {
4142
+
4143
+ // Own properties of Granite-7.0.Granite.SwitchModelButtonClass
4144
+
4145
+ static name: string
4146
+ }
4147
+
4148
+ interface SwitchModelButtonPrivate {
4149
+ }
4150
+
4151
+ class SwitchModelButtonPrivate {
4152
+
4153
+ // Own properties of Granite-7.0.Granite.SwitchModelButtonPrivate
4154
+
4155
+ static name: string
4156
+ }
4157
+
4158
+ interface TimePickerClass {
4159
+ }
4160
+
4161
+ abstract class TimePickerClass {
4162
+
4163
+ // Own properties of Granite-7.0.Granite.TimePickerClass
4164
+
4165
+ static name: string
4166
+ }
4167
+
4168
+ interface TimePickerPrivate {
4169
+ }
4170
+
4171
+ class TimePickerPrivate {
4172
+
4173
+ // Own properties of Granite-7.0.Granite.TimePickerPrivate
4174
+
4175
+ static name: string
4176
+ }
4177
+
4178
+ interface ToastClass {
4179
+ }
4180
+
4181
+ abstract class ToastClass {
4182
+
4183
+ // Own properties of Granite-7.0.Granite.ToastClass
4184
+
4185
+ static name: string
4186
+ }
4187
+
4188
+ interface ToastPrivate {
4189
+ }
4190
+
4191
+ class ToastPrivate {
4192
+
4193
+ // Own properties of Granite-7.0.Granite.ToastPrivate
4194
+
4195
+ static name: string
4196
+ }
4197
+
4198
+ interface ValidatedEntryClass {
4199
+ }
4200
+
4201
+ abstract class ValidatedEntryClass {
4202
+
4203
+ // Own properties of Granite-7.0.Granite.ValidatedEntryClass
4204
+
4205
+ static name: string
4206
+ }
4207
+
4208
+ interface ValidatedEntryPrivate {
4209
+ }
4210
+
4211
+ class ValidatedEntryPrivate {
4212
+
4213
+ // Own properties of Granite-7.0.Granite.ValidatedEntryPrivate
4214
+
4215
+ static name: string
4216
+ }
4217
+
4218
+ /**
4219
+ * Name of the imported GIR library
4220
+ * @see https://gitlab.gnome.org/GNOME/gjs/-/blob/master/gi/ns.cpp#L188
4221
+ */
4222
+ const __name__: string
4223
+ /**
4224
+ * Version of the imported GIR library
4225
+ * @see https://gitlab.gnome.org/GNOME/gjs/-/blob/master/gi/ns.cpp#L189
4226
+ */
4227
+ const __version__: string
4228
+ }
4229
+
4230
+ export default Granite;
4231
+ // END