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