@gtkx/ffi 0.1.45 → 0.1.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cairo/cairo.d.ts +103 -0
- package/dist/cairo/cairo.js +103 -0
- package/dist/cairo/index.d.ts +13 -0
- package/dist/cairo/index.js +13 -0
- package/dist/codegen/ffi-generator.d.ts +21 -0
- package/dist/codegen/ffi-generator.js +14 -0
- package/dist/generated/gdk/app-launch-context.d.ts +74 -0
- package/dist/generated/gdk/app-launch-context.js +74 -0
- package/dist/generated/gdk/button-event.d.ts +4 -0
- package/dist/generated/gdk/button-event.js +4 -0
- package/dist/generated/gdk/cairo-context.d.ts +17 -0
- package/dist/generated/gdk/cairo-context.js +17 -0
- package/dist/generated/gdk/cicp-params.d.ts +64 -0
- package/dist/generated/gdk/cicp-params.js +64 -0
- package/dist/generated/gdk/clipboard.d.ts +71 -0
- package/dist/generated/gdk/clipboard.js +89 -0
- package/dist/generated/gdk/color-state.d.ts +96 -0
- package/dist/generated/gdk/color-state.js +96 -0
- package/dist/generated/gdk/content-deserializer.d.ts +58 -0
- package/dist/generated/gdk/content-deserializer.js +58 -0
- package/dist/generated/gdk/content-formats-builder.d.ts +38 -0
- package/dist/generated/gdk/content-formats-builder.js +38 -0
- package/dist/generated/gdk/content-formats.d.ts +144 -0
- package/dist/generated/gdk/content-formats.js +144 -0
- package/dist/generated/gdk/content-provider.d.ts +59 -0
- package/dist/generated/gdk/content-provider.js +64 -0
- package/dist/generated/gdk/content-serializer.d.ts +59 -0
- package/dist/generated/gdk/content-serializer.js +59 -0
- package/dist/generated/gdk/crossing-event.d.ts +10 -0
- package/dist/generated/gdk/crossing-event.js +10 -0
- package/dist/generated/gdk/cursor.d.ts +139 -0
- package/dist/generated/gdk/cursor.js +129 -0
- package/dist/generated/gdk/delete-event.d.ts +1 -0
- package/dist/generated/gdk/delete-event.js +1 -0
- package/dist/generated/gdk/device-pad.d.ts +40 -0
- package/dist/generated/gdk/device-pad.js +40 -0
- package/dist/generated/gdk/device-tool.d.ts +26 -0
- package/dist/generated/gdk/device-tool.js +26 -0
- package/dist/generated/gdk/device.d.ts +123 -0
- package/dist/generated/gdk/device.js +129 -0
- package/dist/generated/gdk/display-manager.d.ts +25 -0
- package/dist/generated/gdk/display-manager.js +70 -0
- package/dist/generated/gdk/display.d.ts +256 -0
- package/dist/generated/gdk/display.js +272 -0
- package/dist/generated/gdk/dmabuf-formats.d.ts +55 -0
- package/dist/generated/gdk/dmabuf-formats.js +55 -0
- package/dist/generated/gdk/dmabuf-texture-builder.d.ts +217 -0
- package/dist/generated/gdk/dmabuf-texture-builder.js +217 -0
- package/dist/generated/gdk/dmabuf-texture.d.ts +8 -0
- package/dist/generated/gdk/dmabuf-texture.js +8 -0
- package/dist/generated/gdk/dndevent.d.ts +4 -0
- package/dist/generated/gdk/dndevent.js +4 -0
- package/dist/generated/gdk/drag-surface.d.ts +6 -0
- package/dist/generated/gdk/drag-surface.js +6 -0
- package/dist/generated/gdk/drag.d.ts +74 -0
- package/dist/generated/gdk/drag.js +86 -0
- package/dist/generated/gdk/draw-context.d.ts +70 -0
- package/dist/generated/gdk/draw-context.js +70 -0
- package/dist/generated/gdk/drop.d.ts +93 -0
- package/dist/generated/gdk/drop.js +93 -0
- package/dist/generated/gdk/enums.d.ts +1069 -0
- package/dist/generated/gdk/enums.js +1069 -0
- package/dist/generated/gdk/event-sequence.d.ts +1 -0
- package/dist/generated/gdk/event-sequence.js +1 -0
- package/dist/generated/gdk/event.d.ts +142 -0
- package/dist/generated/gdk/event.js +142 -0
- package/dist/generated/gdk/file-list.d.ts +20 -0
- package/dist/generated/gdk/file-list.js +20 -0
- package/dist/generated/gdk/focus-event.d.ts +5 -0
- package/dist/generated/gdk/focus-event.js +5 -0
- package/dist/generated/gdk/frame-clock.d.ts +79 -0
- package/dist/generated/gdk/frame-clock.js +113 -0
- package/dist/generated/gdk/frame-timings.d.ts +68 -0
- package/dist/generated/gdk/frame-timings.js +68 -0
- package/dist/generated/gdk/functions.d.ts +367 -0
- package/dist/generated/gdk/functions.js +367 -0
- package/dist/generated/gdk/glcontext.d.ts +203 -0
- package/dist/generated/gdk/glcontext.js +203 -0
- package/dist/generated/gdk/gltexture-builder.d.ts +157 -0
- package/dist/generated/gdk/gltexture-builder.js +157 -0
- package/dist/generated/gdk/gltexture.d.ts +21 -0
- package/dist/generated/gdk/gltexture.js +8 -0
- package/dist/generated/gdk/grab-broken-event.d.ts +7 -0
- package/dist/generated/gdk/grab-broken-event.js +7 -0
- package/dist/generated/gdk/key-event.d.ts +39 -0
- package/dist/generated/gdk/key-event.js +39 -0
- package/dist/generated/gdk/memory-texture-builder.d.ts +131 -0
- package/dist/generated/gdk/memory-texture-builder.js +131 -0
- package/dist/generated/gdk/memory-texture.d.ts +12 -0
- package/dist/generated/gdk/memory-texture.js +1 -0
- package/dist/generated/gdk/monitor.d.ts +77 -0
- package/dist/generated/gdk/monitor.js +85 -0
- package/dist/generated/gdk/motion-event.d.ts +1 -0
- package/dist/generated/gdk/motion-event.js +1 -0
- package/dist/generated/gdk/pad-event.d.ts +15 -0
- package/dist/generated/gdk/pad-event.js +15 -0
- package/dist/generated/gdk/paintable.d.ts +155 -0
- package/dist/generated/gdk/paintable.js +155 -0
- package/dist/generated/gdk/popup-layout.d.ts +126 -0
- package/dist/generated/gdk/popup-layout.js +110 -0
- package/dist/generated/gdk/popup.d.ts +53 -0
- package/dist/generated/gdk/popup.js +53 -0
- package/dist/generated/gdk/proximity-event.d.ts +1 -0
- package/dist/generated/gdk/proximity-event.js +1 -0
- package/dist/generated/gdk/rectangle.d.ts +53 -0
- package/dist/generated/gdk/rectangle.js +53 -0
- package/dist/generated/gdk/rgba.d.ts +82 -0
- package/dist/generated/gdk/rgba.js +82 -0
- package/dist/generated/gdk/scroll-event.d.ts +32 -0
- package/dist/generated/gdk/scroll-event.js +32 -0
- package/dist/generated/gdk/seat.d.ts +19 -0
- package/dist/generated/gdk/seat.js +20 -0
- package/dist/generated/gdk/snapshot.d.ts +5 -0
- package/dist/generated/gdk/snapshot.js +5 -0
- package/dist/generated/gdk/surface.d.ts +233 -0
- package/dist/generated/gdk/surface.js +236 -0
- package/dist/generated/gdk/texture-downloader.d.ts +81 -0
- package/dist/generated/gdk/texture-downloader.js +74 -0
- package/dist/generated/gdk/texture.d.ts +307 -0
- package/dist/generated/gdk/texture.js +299 -0
- package/dist/generated/gdk/toplevel-layout.d.ts +69 -0
- package/dist/generated/gdk/toplevel-layout.js +69 -0
- package/dist/generated/gdk/toplevel.d.ts +188 -0
- package/dist/generated/gdk/toplevel.js +188 -0
- package/dist/generated/gdk/touch-event.d.ts +4 -0
- package/dist/generated/gdk/touch-event.js +4 -0
- package/dist/generated/gdk/touchpad-event.d.ts +25 -0
- package/dist/generated/gdk/touchpad-event.js +25 -0
- package/dist/generated/gdk/vulkan-context.js +10 -0
- package/dist/generated/gdkpixbuf/enums.d.ts +106 -0
- package/dist/generated/gdkpixbuf/enums.js +106 -0
- package/dist/generated/gdkpixbuf/pixbuf-animation-iter.d.ts +64 -0
- package/dist/generated/gdkpixbuf/pixbuf-animation-iter.js +64 -0
- package/dist/generated/gdkpixbuf/pixbuf-animation.d.ts +132 -0
- package/dist/generated/gdkpixbuf/pixbuf-animation.js +121 -0
- package/dist/generated/gdkpixbuf/pixbuf-format.d.ts +80 -0
- package/dist/generated/gdkpixbuf/pixbuf-format.js +80 -0
- package/dist/generated/gdkpixbuf/pixbuf-loader.d.ts +107 -0
- package/dist/generated/gdkpixbuf/pixbuf-loader.js +154 -0
- package/dist/generated/gdkpixbuf/pixbuf-simple-anim.d.ts +20 -0
- package/dist/generated/gdkpixbuf/pixbuf-simple-anim.js +14 -0
- package/dist/generated/gdkpixbuf/pixbuf.d.ts +842 -0
- package/dist/generated/gdkpixbuf/pixbuf.js +829 -0
- package/dist/generated/gio/action-group.d.ts +243 -0
- package/dist/generated/gio/action-group.js +243 -0
- package/dist/generated/gio/action-map.d.ts +102 -0
- package/dist/generated/gio/action-map.js +102 -0
- package/dist/generated/gio/action.d.ts +118 -0
- package/dist/generated/gio/action.js +118 -0
- package/dist/generated/gio/app-info-monitor.d.ts +15 -0
- package/dist/generated/gio/app-info-monitor.js +56 -0
- package/dist/generated/gio/app-info.d.ts +221 -0
- package/dist/generated/gio/app-info.js +221 -0
- package/dist/generated/gio/app-launch-context.d.ts +53 -0
- package/dist/generated/gio/app-launch-context.js +58 -0
- package/dist/generated/gio/application-command-line.d.ts +339 -0
- package/dist/generated/gio/application-command-line.js +339 -0
- package/dist/generated/gio/application.d.ts +903 -0
- package/dist/generated/gio/application.js +1017 -0
- package/dist/generated/gio/async-initable.d.ts +155 -0
- package/dist/generated/gio/async-initable.js +155 -0
- package/dist/generated/gio/async-result.d.ts +110 -0
- package/dist/generated/gio/async-result.js +110 -0
- package/dist/generated/gio/buffered-input-stream.d.ts +154 -0
- package/dist/generated/gio/buffered-input-stream.js +149 -0
- package/dist/generated/gio/buffered-output-stream.d.ts +83 -0
- package/dist/generated/gio/buffered-output-stream.js +79 -0
- package/dist/generated/gio/bytes-icon.d.ts +67 -0
- package/dist/generated/gio/bytes-icon.js +60 -0
- package/dist/generated/gio/cancellable.d.ts +197 -0
- package/dist/generated/gio/cancellable.js +204 -0
- package/dist/generated/gio/charset-converter.d.ts +160 -0
- package/dist/generated/gio/charset-converter.js +155 -0
- package/dist/generated/gio/converter-input-stream.d.ts +70 -0
- package/dist/generated/gio/converter-input-stream.js +65 -0
- package/dist/generated/gio/converter-output-stream.d.ts +99 -0
- package/dist/generated/gio/converter-output-stream.js +94 -0
- package/dist/generated/gio/converter.d.ts +111 -0
- package/dist/generated/gio/converter.js +111 -0
- package/dist/generated/gio/credentials.d.ts +87 -0
- package/dist/generated/gio/credentials.js +87 -0
- package/dist/generated/gio/data-input-stream.d.ts +227 -0
- package/dist/generated/gio/data-input-stream.js +223 -0
- package/dist/generated/gio/data-output-stream.d.ts +97 -0
- package/dist/generated/gio/data-output-stream.js +93 -0
- package/dist/generated/gio/datagram-based.d.ts +224 -0
- package/dist/generated/gio/datagram-based.js +224 -0
- package/dist/generated/gio/dbus-action-group.d.ts +250 -0
- package/dist/generated/gio/dbus-action-group.js +250 -0
- package/dist/generated/gio/dbus-annotation-info.d.ts +23 -0
- package/dist/generated/gio/dbus-annotation-info.js +23 -0
- package/dist/generated/gio/dbus-arg-info.d.ts +16 -0
- package/dist/generated/gio/dbus-arg-info.js +16 -0
- package/dist/generated/gio/dbus-auth-observer.d.ts +12 -0
- package/dist/generated/gio/dbus-auth-observer.js +77 -0
- package/dist/generated/gio/dbus-connection.d.ts +948 -0
- package/dist/generated/gio/dbus-connection.js +998 -0
- package/dist/generated/gio/dbus-interface-info.d.ts +72 -0
- package/dist/generated/gio/dbus-interface-info.js +72 -0
- package/dist/generated/gio/dbus-interface-skeleton.d.ts +74 -0
- package/dist/generated/gio/dbus-interface-skeleton.js +75 -0
- package/dist/generated/gio/dbus-interface.d.ts +20 -0
- package/dist/generated/gio/dbus-interface.js +20 -0
- package/dist/generated/gio/dbus-menu-model.d.ts +18 -0
- package/dist/generated/gio/dbus-menu-model.js +18 -0
- package/dist/generated/gio/dbus-message.d.ts +271 -0
- package/dist/generated/gio/dbus-message.js +271 -0
- package/dist/generated/gio/dbus-method-info.d.ts +21 -0
- package/dist/generated/gio/dbus-method-info.js +21 -0
- package/dist/generated/gio/dbus-method-invocation.d.ts +148 -0
- package/dist/generated/gio/dbus-method-invocation.js +148 -0
- package/dist/generated/gio/dbus-node-info.d.ts +48 -0
- package/dist/generated/gio/dbus-node-info.js +37 -0
- package/dist/generated/gio/dbus-object-manager-client.d.ts +205 -0
- package/dist/generated/gio/dbus-object-manager-client.js +281 -0
- package/dist/generated/gio/dbus-object-manager-server.d.ts +89 -0
- package/dist/generated/gio/dbus-object-manager-server.js +79 -0
- package/dist/generated/gio/dbus-object-manager.d.ts +25 -0
- package/dist/generated/gio/dbus-object-manager.js +25 -0
- package/dist/generated/gio/dbus-object-proxy.d.ts +26 -0
- package/dist/generated/gio/dbus-object-proxy.js +20 -0
- package/dist/generated/gio/dbus-object-skeleton.d.ts +45 -0
- package/dist/generated/gio/dbus-object-skeleton.js +48 -0
- package/dist/generated/gio/dbus-object.d.ts +17 -0
- package/dist/generated/gio/dbus-object.js +17 -0
- package/dist/generated/gio/dbus-property-info.d.ts +17 -0
- package/dist/generated/gio/dbus-property-info.js +17 -0
- package/dist/generated/gio/dbus-proxy.d.ts +434 -0
- package/dist/generated/gio/dbus-proxy.js +480 -0
- package/dist/generated/gio/dbus-server.d.ts +90 -0
- package/dist/generated/gio/dbus-server.js +85 -0
- package/dist/generated/gio/dbus-signal-info.d.ts +18 -0
- package/dist/generated/gio/dbus-signal-info.js +18 -0
- package/dist/generated/gio/debug-controller-dbus.d.ts +77 -0
- package/dist/generated/gio/debug-controller-dbus.js +178 -0
- package/dist/generated/gio/debug-controller.d.ts +25 -0
- package/dist/generated/gio/debug-controller.js +25 -0
- package/dist/generated/gio/drive.d.ts +168 -0
- package/dist/generated/gio/drive.js +168 -0
- package/dist/generated/gio/dtls-client-connection.d.ts +40 -0
- package/dist/generated/gio/dtls-client-connection.js +40 -0
- package/dist/generated/gio/dtls-connection.d.ts +305 -0
- package/dist/generated/gio/dtls-connection.js +305 -0
- package/dist/generated/gio/dtls-server-connection.d.ts +4 -0
- package/dist/generated/gio/dtls-server-connection.js +4 -0
- package/dist/generated/gio/emblem.d.ts +55 -0
- package/dist/generated/gio/emblem.js +51 -0
- package/dist/generated/gio/emblemed-icon.d.ts +58 -0
- package/dist/generated/gio/emblemed-icon.js +53 -0
- package/dist/generated/gio/enums.d.ts +1294 -0
- package/dist/generated/gio/enums.js +1294 -0
- package/dist/generated/gio/file-attribute-info-list.d.ts +30 -0
- package/dist/generated/gio/file-attribute-info-list.js +30 -0
- package/dist/generated/gio/file-attribute-matcher.d.ts +70 -0
- package/dist/generated/gio/file-attribute-matcher.js +48 -0
- package/dist/generated/gio/file-enumerator.d.ts +222 -0
- package/dist/generated/gio/file-enumerator.js +222 -0
- package/dist/generated/gio/file-icon.d.ts +66 -0
- package/dist/generated/gio/file-icon.js +62 -0
- package/dist/generated/gio/file-info.d.ts +484 -0
- package/dist/generated/gio/file-info.js +484 -0
- package/dist/generated/gio/file-input-stream.d.ts +84 -0
- package/dist/generated/gio/file-input-stream.js +84 -0
- package/dist/generated/gio/file-iostream.d.ts +107 -0
- package/dist/generated/gio/file-iostream.js +107 -0
- package/dist/generated/gio/file-monitor.d.ts +23 -0
- package/dist/generated/gio/file-monitor.js +38 -0
- package/dist/generated/gio/file-output-stream.d.ts +102 -0
- package/dist/generated/gio/file-output-stream.js +102 -0
- package/dist/generated/gio/file.d.ts +1815 -0
- package/dist/generated/gio/file.js +1815 -0
- package/dist/generated/gio/filename-completer.d.ts +22 -0
- package/dist/generated/gio/filename-completer.js +27 -0
- package/dist/generated/gio/filter-input-stream.d.ts +17 -0
- package/dist/generated/gio/filter-input-stream.js +17 -0
- package/dist/generated/gio/filter-output-stream.d.ts +17 -0
- package/dist/generated/gio/filter-output-stream.js +17 -0
- package/dist/generated/gio/functions.d.ts +1432 -0
- package/dist/generated/gio/functions.js +1432 -0
- package/dist/generated/gio/icon.d.ts +64 -0
- package/dist/generated/gio/icon.js +64 -0
- package/dist/generated/gio/inet-address-mask.d.ts +80 -0
- package/dist/generated/gio/inet-address-mask.js +74 -0
- package/dist/generated/gio/inet-address.d.ts +100 -0
- package/dist/generated/gio/inet-address.js +95 -0
- package/dist/generated/gio/inet-socket-address.d.ts +39 -0
- package/dist/generated/gio/inet-socket-address.js +34 -0
- package/dist/generated/gio/initable.d.ts +67 -0
- package/dist/generated/gio/initable.js +67 -0
- package/dist/generated/gio/input-stream.d.ts +300 -0
- package/dist/generated/gio/input-stream.js +300 -0
- package/dist/generated/gio/iomodule.d.ts +43 -0
- package/dist/generated/gio/iomodule.js +38 -0
- package/dist/generated/gio/iostream.d.ts +147 -0
- package/dist/generated/gio/iostream.js +147 -0
- package/dist/generated/gio/list-model.d.ts +123 -0
- package/dist/generated/gio/list-model.js +123 -0
- package/dist/generated/gio/list-store.d.ts +170 -0
- package/dist/generated/gio/list-store.js +166 -0
- package/dist/generated/gio/loadable-icon.d.ts +25 -0
- package/dist/generated/gio/loadable-icon.js +25 -0
- package/dist/generated/gio/memory-input-stream.d.ts +127 -0
- package/dist/generated/gio/memory-input-stream.js +127 -0
- package/dist/generated/gio/memory-monitor.d.ts +50 -0
- package/dist/generated/gio/memory-monitor.js +50 -0
- package/dist/generated/gio/memory-output-stream.d.ts +176 -0
- package/dist/generated/gio/memory-output-stream.js +176 -0
- package/dist/generated/gio/menu-attribute-iter.d.ts +45 -0
- package/dist/generated/gio/menu-attribute-iter.js +45 -0
- package/dist/generated/gio/menu-item.d.ts +243 -0
- package/dist/generated/gio/menu-item.js +231 -0
- package/dist/generated/gio/menu-link-iter.d.ts +42 -0
- package/dist/generated/gio/menu-link-iter.js +42 -0
- package/dist/generated/gio/menu-model.d.ts +68 -0
- package/dist/generated/gio/menu-model.js +186 -0
- package/dist/generated/gio/menu.d.ts +140 -0
- package/dist/generated/gio/menu.js +140 -0
- package/dist/generated/gio/mount-operation.d.ts +73 -0
- package/dist/generated/gio/mount-operation.js +97 -0
- package/dist/generated/gio/mount.d.ts +217 -0
- package/dist/generated/gio/mount.js +217 -0
- package/dist/generated/gio/native-socket-address.d.ts +11 -0
- package/dist/generated/gio/native-socket-address.js +6 -0
- package/dist/generated/gio/network-address.d.ts +105 -0
- package/dist/generated/gio/network-address.js +93 -0
- package/dist/generated/gio/network-monitor.d.ts +79 -0
- package/dist/generated/gio/network-monitor.js +79 -0
- package/dist/generated/gio/network-service.d.ts +59 -0
- package/dist/generated/gio/network-service.js +51 -0
- package/dist/generated/gio/notification.d.ts +134 -0
- package/dist/generated/gio/notification.js +125 -0
- package/dist/generated/gio/output-stream.d.ts +452 -0
- package/dist/generated/gio/output-stream.js +452 -0
- package/dist/generated/gio/permission.d.ts +112 -0
- package/dist/generated/gio/permission.js +112 -0
- package/dist/generated/gio/pollable-input-stream.d.ts +66 -0
- package/dist/generated/gio/pollable-input-stream.js +66 -0
- package/dist/generated/gio/pollable-output-stream.d.ts +95 -0
- package/dist/generated/gio/pollable-output-stream.js +95 -0
- package/dist/generated/gio/power-profile-monitor.d.ts +33 -0
- package/dist/generated/gio/power-profile-monitor.js +33 -0
- package/dist/generated/gio/property-action.d.ts +154 -0
- package/dist/generated/gio/property-action.js +141 -0
- package/dist/generated/gio/proxy-address-enumerator.d.ts +12 -0
- package/dist/generated/gio/proxy-address-enumerator.js +12 -0
- package/dist/generated/gio/proxy-address.d.ts +42 -0
- package/dist/generated/gio/proxy-address.js +27 -0
- package/dist/generated/gio/proxy-resolver.d.ts +48 -0
- package/dist/generated/gio/proxy-resolver.js +48 -0
- package/dist/generated/gio/proxy.d.ts +38 -0
- package/dist/generated/gio/proxy.js +38 -0
- package/dist/generated/gio/remote-action-group.d.ts +51 -0
- package/dist/generated/gio/remote-action-group.js +51 -0
- package/dist/generated/gio/resolver.d.ts +214 -0
- package/dist/generated/gio/resolver.js +235 -0
- package/dist/generated/gio/resource.d.ts +278 -0
- package/dist/generated/gio/resource.js +262 -0
- package/dist/generated/gio/seekable.d.ts +58 -0
- package/dist/generated/gio/seekable.js +58 -0
- package/dist/generated/gio/settings-backend.d.ts +144 -0
- package/dist/generated/gio/settings-backend.js +144 -0
- package/dist/generated/gio/settings-schema-key.d.ts +99 -0
- package/dist/generated/gio/settings-schema-key.js +99 -0
- package/dist/generated/gio/settings-schema-source.d.ts +89 -0
- package/dist/generated/gio/settings-schema-source.js +53 -0
- package/dist/generated/gio/settings-schema.d.ts +136 -0
- package/dist/generated/gio/settings-schema.js +136 -0
- package/dist/generated/gio/settings.d.ts +582 -0
- package/dist/generated/gio/settings.js +949 -0
- package/dist/generated/gio/simple-action-group.d.ts +322 -0
- package/dist/generated/gio/simple-action-group.js +322 -0
- package/dist/generated/gio/simple-action.d.ts +136 -0
- package/dist/generated/gio/simple-action.js +133 -0
- package/dist/generated/gio/simple-async-result.d.ts +302 -0
- package/dist/generated/gio/simple-async-result.js +286 -0
- package/dist/generated/gio/simple-iostream.d.ts +18 -0
- package/dist/generated/gio/simple-iostream.js +12 -0
- package/dist/generated/gio/simple-permission.d.ts +13 -0
- package/dist/generated/gio/simple-permission.js +8 -0
- package/dist/generated/gio/simple-proxy-resolver.d.ts +85 -0
- package/dist/generated/gio/simple-proxy-resolver.js +85 -0
- package/dist/generated/gio/socket-address-enumerator.d.ts +49 -0
- package/dist/generated/gio/socket-address-enumerator.js +49 -0
- package/dist/generated/gio/socket-address.d.ts +51 -0
- package/dist/generated/gio/socket-address.js +45 -0
- package/dist/generated/gio/socket-client.d.ts +337 -0
- package/dist/generated/gio/socket-client.js +352 -0
- package/dist/generated/gio/socket-connectable.d.ts +80 -0
- package/dist/generated/gio/socket-connectable.js +80 -0
- package/dist/generated/gio/socket-connection.d.ts +84 -0
- package/dist/generated/gio/socket-connection.js +84 -0
- package/dist/generated/gio/socket-control-message.d.ts +56 -0
- package/dist/generated/gio/socket-control-message.js +56 -0
- package/dist/generated/gio/socket-listener.d.ts +174 -0
- package/dist/generated/gio/socket-listener.js +191 -0
- package/dist/generated/gio/socket-service.d.ts +41 -0
- package/dist/generated/gio/socket-service.js +69 -0
- package/dist/generated/gio/socket.d.ts +999 -0
- package/dist/generated/gio/socket.js +981 -0
- package/dist/generated/gio/srv-target.d.ts +53 -0
- package/dist/generated/gio/srv-target.js +43 -0
- package/dist/generated/gio/subprocess-launcher.d.ts +226 -0
- package/dist/generated/gio/subprocess-launcher.js +218 -0
- package/dist/generated/gio/subprocess.d.ts +345 -0
- package/dist/generated/gio/subprocess.js +338 -0
- package/dist/generated/gio/task.d.ts +890 -0
- package/dist/generated/gio/task.js +868 -0
- package/dist/generated/gio/tcp-connection.d.ts +20 -0
- package/dist/generated/gio/tcp-connection.js +20 -0
- package/dist/generated/gio/tcp-wrapper-connection.d.ts +16 -0
- package/dist/generated/gio/tcp-wrapper-connection.js +11 -0
- package/dist/generated/gio/test-dbus.d.ts +131 -0
- package/dist/generated/gio/test-dbus.js +127 -0
- package/dist/generated/gio/themed-icon.d.ts +87 -0
- package/dist/generated/gio/themed-icon.js +83 -0
- package/dist/generated/gio/threaded-resolver.d.ts +4 -0
- package/dist/generated/gio/threaded-resolver.js +4 -0
- package/dist/generated/gio/threaded-socket-service.d.ts +5 -0
- package/dist/generated/gio/threaded-socket-service.js +18 -0
- package/dist/generated/gio/tls-backend.d.ts +45 -0
- package/dist/generated/gio/tls-backend.js +45 -0
- package/dist/generated/gio/tls-certificate.d.ts +190 -0
- package/dist/generated/gio/tls-certificate.js +178 -0
- package/dist/generated/gio/tls-client-connection.d.ts +88 -0
- package/dist/generated/gio/tls-client-connection.js +88 -0
- package/dist/generated/gio/tls-connection.d.ts +234 -0
- package/dist/generated/gio/tls-connection.js +243 -0
- package/dist/generated/gio/tls-database.d.ts +223 -0
- package/dist/generated/gio/tls-database.js +223 -0
- package/dist/generated/gio/tls-file-database.d.ts +5 -0
- package/dist/generated/gio/tls-file-database.js +5 -0
- package/dist/generated/gio/tls-interaction.d.ts +169 -0
- package/dist/generated/gio/tls-interaction.js +169 -0
- package/dist/generated/gio/tls-password.d.ts +67 -0
- package/dist/generated/gio/tls-password.js +62 -0
- package/dist/generated/gio/tls-server-connection.d.ts +4 -0
- package/dist/generated/gio/tls-server-connection.js +4 -0
- package/dist/generated/gio/unix-connection.d.ts +112 -0
- package/dist/generated/gio/unix-connection.js +112 -0
- package/dist/generated/gio/unix-credentials-message.d.ts +34 -0
- package/dist/generated/gio/unix-credentials-message.js +34 -0
- package/dist/generated/gio/unix-fdlist.d.ts +102 -0
- package/dist/generated/gio/unix-fdlist.js +102 -0
- package/dist/generated/gio/unix-socket-address.d.ts +90 -0
- package/dist/generated/gio/unix-socket-address.js +83 -0
- package/dist/generated/gio/vfs.d.ts +65 -0
- package/dist/generated/gio/vfs.js +65 -0
- package/dist/generated/gio/volume-monitor.d.ts +60 -0
- package/dist/generated/gio/volume-monitor.js +73 -0
- package/dist/generated/gio/volume.d.ts +164 -0
- package/dist/generated/gio/volume.js +164 -0
- package/dist/generated/gio/zlib-compressor.d.ts +131 -0
- package/dist/generated/gio/zlib-compressor.js +126 -0
- package/dist/generated/gio/zlib-decompressor.d.ts +111 -0
- package/dist/generated/gio/zlib-decompressor.js +107 -0
- package/dist/generated/glib/array.d.ts +9 -0
- package/dist/generated/glib/array.js +9 -0
- package/dist/generated/glib/bookmark-file.d.ts +513 -0
- package/dist/generated/glib/bookmark-file.js +513 -0
- package/dist/generated/glib/byte-array.d.ts +128 -0
- package/dist/generated/glib/byte-array.js +128 -0
- package/dist/generated/glib/bytes.d.ts +176 -0
- package/dist/generated/glib/bytes.js +176 -0
- package/dist/generated/glib/checksum.d.ts +64 -0
- package/dist/generated/glib/checksum.js +48 -0
- package/dist/generated/glib/date-time.d.ts +631 -0
- package/dist/generated/glib/date-time.js +595 -0
- package/dist/generated/glib/date.d.ts +393 -0
- package/dist/generated/glib/date.js +393 -0
- package/dist/generated/glib/dir.d.ts +67 -0
- package/dist/generated/glib/dir.js +60 -0
- package/dist/generated/glib/enums.d.ts +1721 -0
- package/dist/generated/glib/enums.js +1721 -0
- package/dist/generated/glib/error.d.ts +70 -0
- package/dist/generated/glib/error.js +61 -0
- package/dist/generated/glib/functions.d.ts +7786 -0
- package/dist/generated/glib/functions.js +7786 -0
- package/dist/generated/glib/hash-table.d.ts +233 -0
- package/dist/generated/glib/hash-table.js +233 -0
- package/dist/generated/glib/iochannel.d.ts +299 -0
- package/dist/generated/glib/iochannel.js +290 -0
- package/dist/generated/glib/key-file.d.ts +606 -0
- package/dist/generated/glib/key-file.js +606 -0
- package/dist/generated/glib/main-context.d.ts +346 -0
- package/dist/generated/glib/main-context.js +346 -0
- package/dist/generated/glib/main-loop.d.ts +38 -0
- package/dist/generated/glib/main-loop.js +33 -0
- package/dist/generated/glib/mapped-file.d.ts +72 -0
- package/dist/generated/glib/mapped-file.js +52 -0
- package/dist/generated/glib/markup-parse-context.d.ts +220 -0
- package/dist/generated/glib/markup-parse-context.js +209 -0
- package/dist/generated/glib/match-info.d.ts +369 -0
- package/dist/generated/glib/match-info.js +369 -0
- package/dist/generated/glib/option-group.d.ts +54 -0
- package/dist/generated/glib/option-group.js +41 -0
- package/dist/generated/glib/pattern-spec.d.ts +65 -0
- package/dist/generated/glib/pattern-spec.js +61 -0
- package/dist/generated/glib/poll-fd.d.ts +15 -0
- package/dist/generated/glib/poll-fd.js +15 -0
- package/dist/generated/glib/ptr-array.d.ts +6 -0
- package/dist/generated/glib/ptr-array.js +6 -0
- package/dist/generated/glib/rand.d.ts +61 -0
- package/dist/generated/glib/rand.js +61 -0
- package/dist/generated/glib/regex.d.ts +575 -0
- package/dist/generated/glib/regex.js +568 -0
- package/dist/generated/glib/source.d.ts +506 -0
- package/dist/generated/glib/source.js +492 -0
- package/dist/generated/glib/string.d.ts +249 -0
- package/dist/generated/glib/string.js +245 -0
- package/dist/generated/glib/strv-builder.d.ts +72 -0
- package/dist/generated/glib/strv-builder.js +72 -0
- package/dist/generated/glib/thread.d.ts +124 -0
- package/dist/generated/glib/thread.js +92 -0
- package/dist/generated/glib/time-zone.d.ts +217 -0
- package/dist/generated/glib/time-zone.js +209 -0
- package/dist/generated/glib/tree.d.ts +216 -0
- package/dist/generated/glib/tree.js +207 -0
- package/dist/generated/glib/uri.d.ts +549 -0
- package/dist/generated/glib/uri.js +549 -0
- package/dist/generated/glib/variant-builder.d.ts +113 -0
- package/dist/generated/glib/variant-builder.js +101 -0
- package/dist/generated/glib/variant-dict.d.ts +174 -0
- package/dist/generated/glib/variant-dict.js +161 -0
- package/dist/generated/glib/variant-type.d.ts +420 -0
- package/dist/generated/glib/variant-type.js +410 -0
- package/dist/generated/glib/variant.d.ts +1132 -0
- package/dist/generated/glib/variant.js +1112 -0
- package/dist/generated/gmodule/enums.d.ts +19 -0
- package/dist/generated/gmodule/enums.js +19 -0
- package/dist/generated/gmodule/functions.d.ts +23 -0
- package/dist/generated/gmodule/functions.js +23 -0
- package/dist/generated/gobject/binding-group.d.ts +59 -0
- package/dist/generated/gobject/binding-group.js +68 -0
- package/dist/generated/gobject/binding.d.ts +60 -0
- package/dist/generated/gobject/binding.js +137 -0
- package/dist/generated/gobject/closure.d.ts +187 -0
- package/dist/generated/gobject/closure.js +179 -0
- package/dist/generated/gobject/enums.d.ts +183 -0
- package/dist/generated/gobject/enums.js +183 -0
- package/dist/generated/gobject/functions.d.ts +1431 -0
- package/dist/generated/gobject/functions.js +1431 -0
- package/dist/generated/gobject/initially-unowned.js +6 -0
- package/dist/generated/gobject/object.d.ts +357 -0
- package/dist/generated/gobject/object.js +372 -0
- package/dist/generated/gobject/param-spec-boolean.d.ts +3 -0
- package/dist/generated/gobject/param-spec-boolean.js +3 -0
- package/dist/generated/gobject/param-spec-boxed.d.ts +3 -0
- package/dist/generated/gobject/param-spec-boxed.js +3 -0
- package/dist/generated/gobject/param-spec-char.d.ts +3 -0
- package/dist/generated/gobject/param-spec-char.js +3 -0
- package/dist/generated/gobject/param-spec-double.d.ts +3 -0
- package/dist/generated/gobject/param-spec-double.js +3 -0
- package/dist/generated/gobject/param-spec-enum.d.ts +4 -0
- package/dist/generated/gobject/param-spec-enum.js +4 -0
- package/dist/generated/gobject/param-spec-flags.d.ts +4 -0
- package/dist/generated/gobject/param-spec-flags.js +4 -0
- package/dist/generated/gobject/param-spec-float.d.ts +3 -0
- package/dist/generated/gobject/param-spec-float.js +3 -0
- package/dist/generated/gobject/param-spec-gtype.d.ts +3 -0
- package/dist/generated/gobject/param-spec-gtype.js +3 -0
- package/dist/generated/gobject/param-spec-int.d.ts +3 -0
- package/dist/generated/gobject/param-spec-int.js +3 -0
- package/dist/generated/gobject/param-spec-int64.d.ts +3 -0
- package/dist/generated/gobject/param-spec-int64.js +3 -0
- package/dist/generated/gobject/param-spec-long.d.ts +3 -0
- package/dist/generated/gobject/param-spec-long.js +3 -0
- package/dist/generated/gobject/param-spec-object.d.ts +3 -0
- package/dist/generated/gobject/param-spec-object.js +3 -0
- package/dist/generated/gobject/param-spec-override.d.ts +13 -0
- package/dist/generated/gobject/param-spec-override.js +13 -0
- package/dist/generated/gobject/param-spec-param.d.ts +4 -0
- package/dist/generated/gobject/param-spec-param.js +4 -0
- package/dist/generated/gobject/param-spec-pointer.d.ts +3 -0
- package/dist/generated/gobject/param-spec-pointer.js +3 -0
- package/dist/generated/gobject/param-spec-string.d.ts +4 -0
- package/dist/generated/gobject/param-spec-string.js +4 -0
- package/dist/generated/gobject/param-spec-uchar.d.ts +3 -0
- package/dist/generated/gobject/param-spec-uchar.js +3 -0
- package/dist/generated/gobject/param-spec-uint.d.ts +3 -0
- package/dist/generated/gobject/param-spec-uint.js +3 -0
- package/dist/generated/gobject/param-spec-uint64.d.ts +3 -0
- package/dist/generated/gobject/param-spec-uint64.js +3 -0
- package/dist/generated/gobject/param-spec-ulong.d.ts +3 -0
- package/dist/generated/gobject/param-spec-ulong.js +3 -0
- package/dist/generated/gobject/param-spec-unichar.d.ts +3 -0
- package/dist/generated/gobject/param-spec-unichar.js +3 -0
- package/dist/generated/gobject/param-spec-value-array.d.ts +3 -0
- package/dist/generated/gobject/param-spec-value-array.js +3 -0
- package/dist/generated/gobject/param-spec-variant.d.ts +9 -0
- package/dist/generated/gobject/param-spec-variant.js +9 -0
- package/dist/generated/gobject/param-spec.d.ts +82 -0
- package/dist/generated/gobject/param-spec.js +82 -0
- package/dist/generated/gobject/signal-group.d.ts +57 -0
- package/dist/generated/gobject/signal-group.js +74 -0
- package/dist/generated/gobject/type-module.d.ts +95 -0
- package/dist/generated/gobject/type-module.js +128 -0
- package/dist/generated/gobject/type-plugin.d.ts +76 -0
- package/dist/generated/gobject/type-plugin.js +76 -0
- package/dist/generated/gobject/value-array.d.ts +77 -0
- package/dist/generated/gobject/value-array.js +71 -0
- package/dist/generated/gobject/value.d.ts +353 -0
- package/dist/generated/gobject/value.js +353 -0
- package/dist/generated/graphene/box.d.ts +161 -0
- package/dist/generated/graphene/box.js +161 -0
- package/dist/generated/graphene/enums.d.ts +68 -0
- package/dist/generated/graphene/enums.js +68 -0
- package/dist/generated/graphene/euler.d.ts +147 -0
- package/dist/generated/graphene/euler.js +147 -0
- package/dist/generated/graphene/frustum.d.ts +56 -0
- package/dist/generated/graphene/frustum.js +56 -0
- package/dist/generated/graphene/functions.d.ts +108 -0
- package/dist/generated/graphene/functions.js +108 -0
- package/dist/generated/graphene/matrix.d.ts +477 -0
- package/dist/generated/graphene/matrix.js +477 -0
- package/dist/generated/graphene/plane.d.ts +85 -0
- package/dist/generated/graphene/plane.js +85 -0
- package/dist/generated/graphene/point.d.ts +79 -0
- package/dist/generated/graphene/point.js +79 -0
- package/dist/generated/graphene/point3d.d.ts +91 -0
- package/dist/generated/graphene/point3d.js +91 -0
- package/dist/generated/graphene/quad.d.ts +42 -0
- package/dist/generated/graphene/quad.js +42 -0
- package/dist/generated/graphene/quaternion.d.ts +140 -0
- package/dist/generated/graphene/quaternion.js +140 -0
- package/dist/generated/graphene/ray.d.ts +108 -0
- package/dist/generated/graphene/ray.js +108 -0
- package/dist/generated/graphene/rect.d.ts +245 -0
- package/dist/generated/graphene/rect.js +245 -0
- package/dist/generated/graphene/size.d.ts +41 -0
- package/dist/generated/graphene/size.js +41 -0
- package/dist/generated/graphene/sphere.d.ts +68 -0
- package/dist/generated/graphene/sphere.js +68 -0
- package/dist/generated/graphene/triangle.d.ts +111 -0
- package/dist/generated/graphene/triangle.js +111 -0
- package/dist/generated/graphene/vec2.d.ts +127 -0
- package/dist/generated/graphene/vec2.js +127 -0
- package/dist/generated/graphene/vec3.d.ts +169 -0
- package/dist/generated/graphene/vec3.js +169 -0
- package/dist/generated/graphene/vec4.d.ts +170 -0
- package/dist/generated/graphene/vec4.js +170 -0
- package/dist/generated/gsk/blend-node.d.ts +16 -0
- package/dist/generated/gsk/blend-node.js +10 -0
- package/dist/generated/gsk/blur-node.d.ts +12 -0
- package/dist/generated/gsk/blur-node.js +7 -0
- package/dist/generated/gsk/border-node.d.ts +19 -0
- package/dist/generated/gsk/border-node.js +10 -0
- package/dist/generated/gsk/broadway-renderer.d.ts +15 -0
- package/dist/generated/gsk/broadway-renderer.js +15 -0
- package/dist/generated/gsk/cairo-node.d.ts +18 -0
- package/dist/generated/gsk/cairo-node.js +11 -0
- package/dist/generated/gsk/cairo-renderer.d.ts +16 -0
- package/dist/generated/gsk/cairo-renderer.js +16 -0
- package/dist/generated/gsk/clip-node.d.ts +13 -0
- package/dist/generated/gsk/clip-node.js +7 -0
- package/dist/generated/gsk/color-matrix-node.d.ts +24 -0
- package/dist/generated/gsk/color-matrix-node.js +10 -0
- package/dist/generated/gsk/color-node.d.ts +13 -0
- package/dist/generated/gsk/color-node.js +7 -0
- package/dist/generated/gsk/component-transfer-node.d.ts +16 -0
- package/dist/generated/gsk/component-transfer-node.js +7 -0
- package/dist/generated/gsk/component-transfer.d.ts +107 -0
- package/dist/generated/gsk/component-transfer.js +89 -0
- package/dist/generated/gsk/conic-gradient-node.d.ts +34 -0
- package/dist/generated/gsk/conic-gradient-node.js +22 -0
- package/dist/generated/gsk/container-node.d.ts +15 -0
- package/dist/generated/gsk/container-node.js +8 -0
- package/dist/generated/gsk/cross-fade-node.d.ts +16 -0
- package/dist/generated/gsk/cross-fade-node.js +10 -0
- package/dist/generated/gsk/debug-node.d.ts +18 -0
- package/dist/generated/gsk/debug-node.js +10 -0
- package/dist/generated/gsk/enums.d.ts +313 -0
- package/dist/generated/gsk/enums.js +313 -0
- package/dist/generated/gsk/fill-node.d.ts +21 -0
- package/dist/generated/gsk/fill-node.js +14 -0
- package/dist/generated/gsk/functions.d.ts +76 -0
- package/dist/generated/gsk/functions.js +76 -0
- package/dist/generated/gsk/glrenderer.d.ts +8 -0
- package/dist/generated/gsk/glrenderer.js +8 -0
- package/dist/generated/gsk/glshader-node.d.ts +38 -0
- package/dist/generated/gsk/glshader-node.js +14 -0
- package/dist/generated/gsk/glshader.d.ts +226 -0
- package/dist/generated/gsk/glshader.js +222 -0
- package/dist/generated/gsk/inset-shadow-node.d.ts +32 -0
- package/dist/generated/gsk/inset-shadow-node.js +22 -0
- package/dist/generated/gsk/linear-gradient-node.d.ts +23 -0
- package/dist/generated/gsk/linear-gradient-node.js +14 -0
- package/dist/generated/gsk/mask-node.d.ts +20 -0
- package/dist/generated/gsk/mask-node.js +10 -0
- package/dist/generated/gsk/ngl-renderer.d.ts +8 -0
- package/dist/generated/gsk/ngl-renderer.js +8 -0
- package/dist/generated/gsk/opacity-node.d.ts +13 -0
- package/dist/generated/gsk/opacity-node.js +7 -0
- package/dist/generated/gsk/outset-shadow-node.d.ts +32 -0
- package/dist/generated/gsk/outset-shadow-node.js +22 -0
- package/dist/generated/gsk/path-builder.d.ts +336 -0
- package/dist/generated/gsk/path-builder.js +336 -0
- package/dist/generated/gsk/path-measure.d.ts +47 -0
- package/dist/generated/gsk/path-measure.js +42 -0
- package/dist/generated/gsk/path-point.d.ts +93 -0
- package/dist/generated/gsk/path-point.js +93 -0
- package/dist/generated/gsk/path.d.ts +181 -0
- package/dist/generated/gsk/path.js +181 -0
- package/dist/generated/gsk/radial-gradient-node.d.ts +37 -0
- package/dist/generated/gsk/radial-gradient-node.js +23 -0
- package/dist/generated/gsk/render-node.d.ts +83 -0
- package/dist/generated/gsk/render-node.js +83 -0
- package/dist/generated/gsk/renderer.d.ts +79 -0
- package/dist/generated/gsk/renderer.js +69 -0
- package/dist/generated/gsk/repeat-node.d.ts +14 -0
- package/dist/generated/gsk/repeat-node.js +7 -0
- package/dist/generated/gsk/repeating-linear-gradient-node.d.ts +11 -0
- package/dist/generated/gsk/repeating-linear-gradient-node.js +1 -0
- package/dist/generated/gsk/repeating-radial-gradient-node.d.ts +15 -0
- package/dist/generated/gsk/repeating-radial-gradient-node.js +1 -0
- package/dist/generated/gsk/rounded-clip-node.d.ts +13 -0
- package/dist/generated/gsk/rounded-clip-node.js +7 -0
- package/dist/generated/gsk/shader-args-builder.d.ts +77 -0
- package/dist/generated/gsk/shader-args-builder.js +71 -0
- package/dist/generated/gsk/shadow-node.d.ts +18 -0
- package/dist/generated/gsk/shadow-node.js +11 -0
- package/dist/generated/gsk/stroke-node.d.ts +23 -0
- package/dist/generated/gsk/stroke-node.js +14 -0
- package/dist/generated/gsk/stroke.d.ts +110 -0
- package/dist/generated/gsk/stroke.js +106 -0
- package/dist/generated/gsk/subsurface-node.d.ts +6 -0
- package/dist/generated/gsk/subsurface-node.js +6 -0
- package/dist/generated/gsk/text-node.d.ts +33 -0
- package/dist/generated/gsk/text-node.js +23 -0
- package/dist/generated/gsk/texture-node.d.ts +14 -0
- package/dist/generated/gsk/texture-node.js +4 -0
- package/dist/generated/gsk/texture-scale-node.d.ts +24 -0
- package/dist/generated/gsk/texture-scale-node.js +7 -0
- package/dist/generated/gsk/transform-node.d.ts +12 -0
- package/dist/generated/gsk/transform-node.js +7 -0
- package/dist/generated/gsk/transform.d.ts +282 -0
- package/dist/generated/gsk/transform.js +282 -0
- package/dist/generated/gsk/vulkan-renderer.d.ts +14 -0
- package/dist/generated/gsk/vulkan-renderer.js +14 -0
- package/dist/generated/gtk/about-dialog.d.ts +166 -0
- package/dist/generated/gtk/about-dialog.js +220 -0
- package/dist/generated/gtk/accessible-list.d.ts +14 -0
- package/dist/generated/gtk/accessible-list.js +14 -0
- package/dist/generated/gtk/accessible-range.d.ts +27 -0
- package/dist/generated/gtk/accessible-range.js +27 -0
- package/dist/generated/gtk/accessible-text.d.ts +38 -0
- package/dist/generated/gtk/accessible-text.js +38 -0
- package/dist/generated/gtk/accessible.d.ts +154 -0
- package/dist/generated/gtk/accessible.js +154 -0
- package/dist/generated/gtk/action-bar.d.ts +75 -0
- package/dist/generated/gtk/action-bar.js +75 -0
- package/dist/generated/gtk/actionable.d.ts +65 -0
- package/dist/generated/gtk/actionable.js +65 -0
- package/dist/generated/gtk/activate-action.d.ts +11 -0
- package/dist/generated/gtk/activate-action.js +11 -0
- package/dist/generated/gtk/adjustment.d.ts +121 -0
- package/dist/generated/gtk/adjustment.js +125 -0
- package/dist/generated/gtk/alert-dialog.d.ts +76 -0
- package/dist/generated/gtk/alert-dialog.js +76 -0
- package/dist/generated/gtk/alternative-trigger.d.ts +30 -0
- package/dist/generated/gtk/alternative-trigger.js +21 -0
- package/dist/generated/gtk/any-filter.d.ts +14 -0
- package/dist/generated/gtk/any-filter.js +14 -0
- package/dist/generated/gtk/app-chooser-button.d.ts +76 -0
- package/dist/generated/gtk/app-chooser-button.js +100 -0
- package/dist/generated/gtk/app-chooser-dialog.d.ts +38 -0
- package/dist/generated/gtk/app-chooser-dialog.js +49 -0
- package/dist/generated/gtk/app-chooser-widget.d.ts +69 -0
- package/dist/generated/gtk/app-chooser-widget.js +89 -0
- package/dist/generated/gtk/app-chooser.d.ts +31 -0
- package/dist/generated/gtk/app-chooser.js +31 -0
- package/dist/generated/gtk/application-window.d.ts +32 -0
- package/dist/generated/gtk/application-window.js +99 -0
- package/dist/generated/gtk/application.d.ts +191 -0
- package/dist/generated/gtk/application.js +239 -0
- package/dist/generated/gtk/aspect-frame.d.ts +65 -0
- package/dist/generated/gtk/aspect-frame.js +58 -0
- package/dist/generated/gtk/assistant-page.d.ts +4 -0
- package/dist/generated/gtk/assistant-page.js +4 -0
- package/dist/generated/gtk/assistant.d.ts +141 -0
- package/dist/generated/gtk/assistant.js +179 -0
- package/dist/generated/gtk/atcontext.d.ts +16 -0
- package/dist/generated/gtk/atcontext.js +13 -0
- package/dist/generated/gtk/bin-layout.d.ts +11 -0
- package/dist/generated/gtk/bin-layout.js +11 -0
- package/dist/generated/gtk/bitset-iter.d.ts +60 -0
- package/dist/generated/gtk/bitset-iter.js +60 -0
- package/dist/generated/gtk/bitset.d.ts +196 -0
- package/dist/generated/gtk/bitset.js +196 -0
- package/dist/generated/gtk/bookmark-list.d.ts +45 -0
- package/dist/generated/gtk/bookmark-list.js +40 -0
- package/dist/generated/gtk/bool-filter.d.ts +23 -0
- package/dist/generated/gtk/bool-filter.js +19 -0
- package/dist/generated/gtk/border.d.ts +18 -0
- package/dist/generated/gtk/border.js +18 -0
- package/dist/generated/gtk/box-layout.d.ts +62 -0
- package/dist/generated/gtk/box-layout.js +58 -0
- package/dist/generated/gtk/box.d.ts +122 -0
- package/dist/generated/gtk/box.js +117 -0
- package/dist/generated/gtk/buildable.d.ts +20 -0
- package/dist/generated/gtk/buildable.js +20 -0
- package/dist/generated/gtk/builder-cscope.d.ts +36 -0
- package/dist/generated/gtk/builder-cscope.js +36 -0
- package/dist/generated/gtk/builder-list-item-factory.d.ts +55 -0
- package/dist/generated/gtk/builder-list-item-factory.js +49 -0
- package/dist/generated/gtk/builder-scope.d.ts +19 -0
- package/dist/generated/gtk/builder-scope.js +19 -0
- package/dist/generated/gtk/builder.d.ts +613 -0
- package/dist/generated/gtk/builder.js +613 -0
- package/dist/generated/gtk/button.d.ts +152 -0
- package/dist/generated/gtk/button.js +189 -0
- package/dist/generated/gtk/calendar.d.ts +97 -0
- package/dist/generated/gtk/calendar.js +152 -0
- package/dist/generated/gtk/callback-action.d.ts +8 -0
- package/dist/generated/gtk/callback-action.js +1 -0
- package/dist/generated/gtk/cclosure-expression.d.ts +15 -0
- package/dist/generated/gtk/cclosure-expression.js +1 -0
- package/dist/generated/gtk/cell-area-box.d.ts +38 -0
- package/dist/generated/gtk/cell-area-box.js +38 -0
- package/dist/generated/gtk/cell-area-context.d.ts +133 -0
- package/dist/generated/gtk/cell-area-context.js +133 -0
- package/dist/generated/gtk/cell-area.d.ts +399 -0
- package/dist/generated/gtk/cell-area.js +714 -0
- package/dist/generated/gtk/cell-editable.d.ts +26 -0
- package/dist/generated/gtk/cell-editable.js +26 -0
- package/dist/generated/gtk/cell-layout.d.ts +176 -0
- package/dist/generated/gtk/cell-layout.js +176 -0
- package/dist/generated/gtk/cell-renderer-accel.d.ts +3 -0
- package/dist/generated/gtk/cell-renderer-accel.js +10 -0
- package/dist/generated/gtk/cell-renderer-combo.d.ts +9 -0
- package/dist/generated/gtk/cell-renderer-combo.js +23 -0
- package/dist/generated/gtk/cell-renderer-pixbuf.d.ts +25 -0
- package/dist/generated/gtk/cell-renderer-pixbuf.js +25 -0
- package/dist/generated/gtk/cell-renderer-progress.d.ts +16 -0
- package/dist/generated/gtk/cell-renderer-progress.js +16 -0
- package/dist/generated/gtk/cell-renderer-spin.d.ts +3 -0
- package/dist/generated/gtk/cell-renderer-spin.js +18 -0
- package/dist/generated/gtk/cell-renderer-spinner.d.ts +18 -0
- package/dist/generated/gtk/cell-renderer-spinner.js +18 -0
- package/dist/generated/gtk/cell-renderer-text.d.ts +19 -0
- package/dist/generated/gtk/cell-renderer-text.js +29 -0
- package/dist/generated/gtk/cell-renderer-toggle.d.ts +38 -0
- package/dist/generated/gtk/cell-renderer-toggle.js +46 -0
- package/dist/generated/gtk/cell-renderer.d.ts +160 -0
- package/dist/generated/gtk/cell-renderer.js +199 -0
- package/dist/generated/gtk/cell-view.d.ts +171 -0
- package/dist/generated/gtk/cell-view.js +171 -0
- package/dist/generated/gtk/center-box.d.ts +103 -0
- package/dist/generated/gtk/center-box.js +103 -0
- package/dist/generated/gtk/center-layout.d.ts +67 -0
- package/dist/generated/gtk/center-layout.js +67 -0
- package/dist/generated/gtk/check-button.d.ts +132 -0
- package/dist/generated/gtk/check-button.js +197 -0
- package/dist/generated/gtk/closure-expression.d.ts +14 -0
- package/dist/generated/gtk/closure-expression.js +4 -0
- package/dist/generated/gtk/color-button.d.ts +65 -0
- package/dist/generated/gtk/color-button.js +85 -0
- package/dist/generated/gtk/color-chooser-dialog.d.ts +43 -0
- package/dist/generated/gtk/color-chooser-dialog.js +59 -0
- package/dist/generated/gtk/color-chooser-widget.d.ts +75 -0
- package/dist/generated/gtk/color-chooser-widget.js +75 -0
- package/dist/generated/gtk/color-chooser.d.ts +48 -0
- package/dist/generated/gtk/color-chooser.js +48 -0
- package/dist/generated/gtk/color-dialog-button.d.ts +28 -0
- package/dist/generated/gtk/color-dialog-button.js +39 -0
- package/dist/generated/gtk/color-dialog.d.ts +47 -0
- package/dist/generated/gtk/color-dialog.js +47 -0
- package/dist/generated/gtk/column-view-cell.d.ts +17 -0
- package/dist/generated/gtk/column-view-cell.js +17 -0
- package/dist/generated/gtk/column-view-column.d.ts +127 -0
- package/dist/generated/gtk/column-view-column.js +112 -0
- package/dist/generated/gtk/column-view-row.d.ts +89 -0
- package/dist/generated/gtk/column-view-row.js +89 -0
- package/dist/generated/gtk/column-view-sorter.d.ts +67 -0
- package/dist/generated/gtk/column-view-sorter.js +67 -0
- package/dist/generated/gtk/column-view.d.ts +204 -0
- package/dist/generated/gtk/column-view.js +263 -0
- package/dist/generated/gtk/combo-box-text.d.ts +76 -0
- package/dist/generated/gtk/combo-box-text.js +133 -0
- package/dist/generated/gtk/combo-box.d.ts +261 -0
- package/dist/generated/gtk/combo-box.js +323 -0
- package/dist/generated/gtk/constant-expression.d.ts +8 -0
- package/dist/generated/gtk/constant-expression.js +4 -0
- package/dist/generated/gtk/constraint-guide.d.ts +72 -0
- package/dist/generated/gtk/constraint-guide.js +72 -0
- package/dist/generated/gtk/constraint-layout-child.d.ts +1 -0
- package/dist/generated/gtk/constraint-layout-child.js +1 -0
- package/dist/generated/gtk/constraint-layout.d.ts +319 -0
- package/dist/generated/gtk/constraint-layout.js +319 -0
- package/dist/generated/gtk/constraint-target.d.ts +6 -0
- package/dist/generated/gtk/constraint-target.js +6 -0
- package/dist/generated/gtk/constraint.d.ts +83 -0
- package/dist/generated/gtk/constraint.js +71 -0
- package/dist/generated/gtk/css-provider.d.ts +59 -0
- package/dist/generated/gtk/css-provider.js +89 -0
- package/dist/generated/gtk/css-section.d.ts +66 -0
- package/dist/generated/gtk/css-section.js +58 -0
- package/dist/generated/gtk/custom-filter.d.ts +25 -0
- package/dist/generated/gtk/custom-filter.js +14 -0
- package/dist/generated/gtk/custom-layout.d.ts +18 -0
- package/dist/generated/gtk/custom-layout.js +8 -0
- package/dist/generated/gtk/custom-sorter.d.ts +24 -0
- package/dist/generated/gtk/custom-sorter.js +15 -0
- package/dist/generated/gtk/dialog.d.ts +69 -0
- package/dist/generated/gtk/dialog.js +192 -0
- package/dist/generated/gtk/directory-list.d.ts +101 -0
- package/dist/generated/gtk/directory-list.js +94 -0
- package/dist/generated/gtk/drag-icon.d.ts +84 -0
- package/dist/generated/gtk/drag-icon.js +77 -0
- package/dist/generated/gtk/drag-source.d.ts +55 -0
- package/dist/generated/gtk/drag-source.js +133 -0
- package/dist/generated/gtk/drawing-area.d.ts +50 -0
- package/dist/generated/gtk/drawing-area.js +130 -0
- package/dist/generated/gtk/drop-controller-motion.d.ts +16 -0
- package/dist/generated/gtk/drop-controller-motion.js +25 -0
- package/dist/generated/gtk/drop-down.d.ts +92 -0
- package/dist/generated/gtk/drop-down.js +141 -0
- package/dist/generated/gtk/drop-target-async.d.ts +29 -0
- package/dist/generated/gtk/drop-target-async.js +59 -0
- package/dist/generated/gtk/drop-target.d.ts +62 -0
- package/dist/generated/gtk/drop-target.js +126 -0
- package/dist/generated/gtk/editable-label.d.ts +257 -0
- package/dist/generated/gtk/editable-label.js +253 -0
- package/dist/generated/gtk/editable.d.ts +325 -0
- package/dist/generated/gtk/editable.js +325 -0
- package/dist/generated/gtk/emoji-chooser.d.ts +3 -0
- package/dist/generated/gtk/emoji-chooser.js +45 -0
- package/dist/generated/gtk/entry-buffer.d.ts +82 -0
- package/dist/generated/gtk/entry-buffer.js +87 -0
- package/dist/generated/gtk/entry-completion.d.ts +202 -0
- package/dist/generated/gtk/entry-completion.js +242 -0
- package/dist/generated/gtk/entry.d.ts +620 -0
- package/dist/generated/gtk/entry.js +709 -0
- package/dist/generated/gtk/enums.d.ts +2192 -0
- package/dist/generated/gtk/enums.js +2192 -0
- package/dist/generated/gtk/event-controller-focus.d.ts +9 -0
- package/dist/generated/gtk/event-controller-focus.js +19 -0
- package/dist/generated/gtk/event-controller-key.d.ts +24 -0
- package/dist/generated/gtk/event-controller-key.js +25 -0
- package/dist/generated/gtk/event-controller-legacy.d.ts +3 -0
- package/dist/generated/gtk/event-controller-legacy.js +9 -0
- package/dist/generated/gtk/event-controller-motion.d.ts +9 -0
- package/dist/generated/gtk/event-controller-motion.js +19 -0
- package/dist/generated/gtk/event-controller-scroll.d.ts +18 -0
- package/dist/generated/gtk/event-controller-scroll.js +49 -0
- package/dist/generated/gtk/event-controller.d.ts +75 -0
- package/dist/generated/gtk/event-controller.js +75 -0
- package/dist/generated/gtk/every-filter.d.ts +14 -0
- package/dist/generated/gtk/every-filter.js +14 -0
- package/dist/generated/gtk/expander.d.ts +82 -0
- package/dist/generated/gtk/expander.js +166 -0
- package/dist/generated/gtk/expression-watch.d.ts +29 -0
- package/dist/generated/gtk/expression-watch.js +29 -0
- package/dist/generated/gtk/expression.d.ts +238 -0
- package/dist/generated/gtk/expression.js +238 -0
- package/dist/generated/gtk/file-chooser-dialog.d.ts +206 -0
- package/dist/generated/gtk/file-chooser-dialog.js +380 -0
- package/dist/generated/gtk/file-chooser-native.d.ts +390 -0
- package/dist/generated/gtk/file-chooser-native.js +382 -0
- package/dist/generated/gtk/file-chooser-widget.d.ts +214 -0
- package/dist/generated/gtk/file-chooser-widget.js +238 -0
- package/dist/generated/gtk/file-chooser.d.ts +248 -0
- package/dist/generated/gtk/file-chooser.js +248 -0
- package/dist/generated/gtk/file-dialog.d.ts +147 -0
- package/dist/generated/gtk/file-dialog.js +147 -0
- package/dist/generated/gtk/file-filter.d.ts +133 -0
- package/dist/generated/gtk/file-filter.js +133 -0
- package/dist/generated/gtk/file-launcher.d.ts +53 -0
- package/dist/generated/gtk/file-launcher.js +49 -0
- package/dist/generated/gtk/filter-list-model.d.ts +123 -0
- package/dist/generated/gtk/filter-list-model.js +117 -0
- package/dist/generated/gtk/filter.d.ts +30 -0
- package/dist/generated/gtk/filter.js +49 -0
- package/dist/generated/gtk/fixed-layout-child.d.ts +8 -0
- package/dist/generated/gtk/fixed-layout-child.js +8 -0
- package/dist/generated/gtk/fixed-layout.d.ts +35 -0
- package/dist/generated/gtk/fixed-layout.js +35 -0
- package/dist/generated/gtk/fixed.d.ts +81 -0
- package/dist/generated/gtk/fixed.js +81 -0
- package/dist/generated/gtk/flatten-list-model.d.ts +50 -0
- package/dist/generated/gtk/flatten-list-model.js +46 -0
- package/dist/generated/gtk/flow-box-child.d.ts +40 -0
- package/dist/generated/gtk/flow-box-child.js +46 -0
- package/dist/generated/gtk/flow-box.d.ts +243 -0
- package/dist/generated/gtk/flow-box.js +302 -0
- package/dist/generated/gtk/font-button.d.ts +129 -0
- package/dist/generated/gtk/font-button.js +148 -0
- package/dist/generated/gtk/font-chooser-dialog.d.ts +97 -0
- package/dist/generated/gtk/font-chooser-dialog.js +113 -0
- package/dist/generated/gtk/font-chooser-widget.d.ts +114 -0
- package/dist/generated/gtk/font-chooser-widget.js +114 -0
- package/dist/generated/gtk/font-chooser.d.ts +132 -0
- package/dist/generated/gtk/font-chooser.js +132 -0
- package/dist/generated/gtk/font-dialog-button.d.ts +75 -0
- package/dist/generated/gtk/font-dialog-button.js +85 -0
- package/dist/generated/gtk/font-dialog.d.ts +85 -0
- package/dist/generated/gtk/font-dialog.js +85 -0
- package/dist/generated/gtk/frame.d.ts +86 -0
- package/dist/generated/gtk/frame.js +80 -0
- package/dist/generated/gtk/functions.d.ts +769 -0
- package/dist/generated/gtk/functions.js +769 -0
- package/dist/generated/gtk/gesture-click.d.ts +4 -0
- package/dist/generated/gtk/gesture-click.js +13 -0
- package/dist/generated/gtk/gesture-drag.d.ts +21 -0
- package/dist/generated/gtk/gesture-drag.js +32 -0
- package/dist/generated/gtk/gesture-long-press.d.ts +13 -0
- package/dist/generated/gtk/gesture-long-press.js +30 -0
- package/dist/generated/gtk/gesture-pan.d.ts +11 -0
- package/dist/generated/gtk/gesture-pan.js +23 -0
- package/dist/generated/gtk/gesture-rotate.d.ts +11 -0
- package/dist/generated/gtk/gesture-rotate.js +17 -0
- package/dist/generated/gtk/gesture-single.d.ts +47 -0
- package/dist/generated/gtk/gesture-single.js +62 -0
- package/dist/generated/gtk/gesture-stylus.d.ts +61 -0
- package/dist/generated/gtk/gesture-stylus.js +67 -0
- package/dist/generated/gtk/gesture-swipe.d.ts +12 -0
- package/dist/generated/gtk/gesture-swipe.js +26 -0
- package/dist/generated/gtk/gesture-zoom.d.ts +12 -0
- package/dist/generated/gtk/gesture-zoom.js +19 -0
- package/dist/generated/gtk/gesture.d.ts +197 -0
- package/dist/generated/gtk/gesture.js +288 -0
- package/dist/generated/gtk/glarea.d.ts +131 -0
- package/dist/generated/gtk/glarea.js +246 -0
- package/dist/generated/gtk/graphics-offload.d.ts +78 -0
- package/dist/generated/gtk/graphics-offload.js +74 -0
- package/dist/generated/gtk/grid-layout-child.d.ts +29 -0
- package/dist/generated/gtk/grid-layout-child.js +29 -0
- package/dist/generated/gtk/grid-layout.d.ts +72 -0
- package/dist/generated/gtk/grid-layout.js +72 -0
- package/dist/generated/gtk/grid-view.d.ts +86 -0
- package/dist/generated/gtk/grid-view.js +117 -0
- package/dist/generated/gtk/grid.d.ts +241 -0
- package/dist/generated/gtk/grid.js +241 -0
- package/dist/generated/gtk/header-bar.d.ts +157 -0
- package/dist/generated/gtk/header-bar.js +157 -0
- package/dist/generated/gtk/icon-paintable.d.ts +47 -0
- package/dist/generated/gtk/icon-paintable.js +39 -0
- package/dist/generated/gtk/icon-theme.d.ts +148 -0
- package/dist/generated/gtk/icon-theme.js +182 -0
- package/dist/generated/gtk/icon-view.d.ts +464 -0
- package/dist/generated/gtk/icon-view.js +491 -0
- package/dist/generated/gtk/image.d.ts +222 -0
- package/dist/generated/gtk/image.js +222 -0
- package/dist/generated/gtk/imcontext-simple.d.ts +47 -0
- package/dist/generated/gtk/imcontext-simple.js +47 -0
- package/dist/generated/gtk/imcontext.d.ts +162 -0
- package/dist/generated/gtk/imcontext.js +193 -0
- package/dist/generated/gtk/immulticontext.d.ts +24 -0
- package/dist/generated/gtk/immulticontext.js +24 -0
- package/dist/generated/gtk/info-bar.d.ts +93 -0
- package/dist/generated/gtk/info-bar.js +168 -0
- package/dist/generated/gtk/inscription.d.ts +154 -0
- package/dist/generated/gtk/inscription.js +150 -0
- package/dist/generated/gtk/keyval-trigger.d.ts +15 -0
- package/dist/generated/gtk/keyval-trigger.js +9 -0
- package/dist/generated/gtk/label.d.ts +418 -0
- package/dist/generated/gtk/label.js +627 -0
- package/dist/generated/gtk/layout-child.d.ts +17 -0
- package/dist/generated/gtk/layout-child.js +17 -0
- package/dist/generated/gtk/layout-manager.d.ts +95 -0
- package/dist/generated/gtk/layout-manager.js +95 -0
- package/dist/generated/gtk/level-bar.d.ts +80 -0
- package/dist/generated/gtk/level-bar.js +179 -0
- package/dist/generated/gtk/link-button.d.ts +32 -0
- package/dist/generated/gtk/link-button.js +69 -0
- package/dist/generated/gtk/list-base.d.ts +96 -0
- package/dist/generated/gtk/list-base.js +96 -0
- package/dist/generated/gtk/list-box-row.d.ts +119 -0
- package/dist/generated/gtk/list-box-row.js +125 -0
- package/dist/generated/gtk/list-box.d.ts +257 -0
- package/dist/generated/gtk/list-box.js +323 -0
- package/dist/generated/gtk/list-header.d.ts +43 -0
- package/dist/generated/gtk/list-header.js +43 -0
- package/dist/generated/gtk/list-item-factory.d.ts +49 -0
- package/dist/generated/gtk/list-item-factory.js +49 -0
- package/dist/generated/gtk/list-item.d.ts +115 -0
- package/dist/generated/gtk/list-item.js +115 -0
- package/dist/generated/gtk/list-store.d.ts +580 -0
- package/dist/generated/gtk/list-store.js +573 -0
- package/dist/generated/gtk/list-view.d.ts +86 -0
- package/dist/generated/gtk/list-view.js +179 -0
- package/dist/generated/gtk/lock-button.d.ts +11 -0
- package/dist/generated/gtk/lock-button.js +46 -0
- package/dist/generated/gtk/map-list-model.d.ts +97 -0
- package/dist/generated/gtk/map-list-model.js +90 -0
- package/dist/generated/gtk/media-controls.d.ts +18 -0
- package/dist/generated/gtk/media-controls.js +14 -0
- package/dist/generated/gtk/media-file.d.ts +78 -0
- package/dist/generated/gtk/media-file.js +78 -0
- package/dist/generated/gtk/media-stream.d.ts +253 -0
- package/dist/generated/gtk/media-stream.js +253 -0
- package/dist/generated/gtk/menu-button.d.ts +155 -0
- package/dist/generated/gtk/menu-button.js +219 -0
- package/dist/generated/gtk/message-dialog.d.ts +12 -0
- package/dist/generated/gtk/message-dialog.js +70 -0
- package/dist/generated/gtk/mnemonic-action.d.ts +11 -0
- package/dist/generated/gtk/mnemonic-action.js +11 -0
- package/dist/generated/gtk/mnemonic-trigger.d.ts +17 -0
- package/dist/generated/gtk/mnemonic-trigger.js +9 -0
- package/dist/generated/gtk/mount-operation.d.ts +39 -0
- package/dist/generated/gtk/mount-operation.js +35 -0
- package/dist/generated/gtk/multi-filter.d.ts +18 -0
- package/dist/generated/gtk/multi-filter.js +18 -0
- package/dist/generated/gtk/multi-selection.d.ts +135 -0
- package/dist/generated/gtk/multi-selection.js +131 -0
- package/dist/generated/gtk/multi-sorter.d.ts +34 -0
- package/dist/generated/gtk/multi-sorter.js +34 -0
- package/dist/generated/gtk/named-action.d.ts +20 -0
- package/dist/generated/gtk/named-action.js +10 -0
- package/dist/generated/gtk/native-dialog.d.ts +67 -0
- package/dist/generated/gtk/native-dialog.js +86 -0
- package/dist/generated/gtk/native.d.ts +40 -0
- package/dist/generated/gtk/native.js +40 -0
- package/dist/generated/gtk/never-trigger.d.ts +8 -0
- package/dist/generated/gtk/never-trigger.js +8 -0
- package/dist/generated/gtk/no-selection.d.ts +142 -0
- package/dist/generated/gtk/no-selection.js +138 -0
- package/dist/generated/gtk/notebook-page.d.ts +4 -0
- package/dist/generated/gtk/notebook-page.js +4 -0
- package/dist/generated/gtk/notebook.d.ts +283 -0
- package/dist/generated/gtk/notebook.js +401 -0
- package/dist/generated/gtk/nothing-action.d.ts +7 -0
- package/dist/generated/gtk/nothing-action.js +7 -0
- package/dist/generated/gtk/numeric-sorter.d.ts +33 -0
- package/dist/generated/gtk/numeric-sorter.js +26 -0
- package/dist/generated/gtk/object-expression.d.ts +14 -0
- package/dist/generated/gtk/object-expression.js +4 -0
- package/dist/generated/gtk/orientable.d.ts +19 -0
- package/dist/generated/gtk/orientable.js +19 -0
- package/dist/generated/gtk/overlay-layout-child.d.ts +15 -0
- package/dist/generated/gtk/overlay-layout-child.js +15 -0
- package/dist/generated/gtk/overlay-layout.d.ts +12 -0
- package/dist/generated/gtk/overlay-layout.js +12 -0
- package/dist/generated/gtk/overlay.d.ts +48 -0
- package/dist/generated/gtk/overlay.js +81 -0
- package/dist/generated/gtk/pad-controller.d.ts +97 -0
- package/dist/generated/gtk/pad-controller.js +79 -0
- package/dist/generated/gtk/page-setup-unix-dialog.d.ts +21 -0
- package/dist/generated/gtk/page-setup-unix-dialog.js +31 -0
- package/dist/generated/gtk/page-setup.d.ts +188 -0
- package/dist/generated/gtk/page-setup.js +188 -0
- package/dist/generated/gtk/paned.d.ts +71 -0
- package/dist/generated/gtk/paned.js +147 -0
- package/dist/generated/gtk/paper-size.d.ts +141 -0
- package/dist/generated/gtk/paper-size.js +132 -0
- package/dist/generated/gtk/param-spec-expression.d.ts +1 -0
- package/dist/generated/gtk/param-spec-expression.js +1 -0
- package/dist/generated/gtk/password-entry-buffer.d.ts +9 -0
- package/dist/generated/gtk/password-entry-buffer.js +9 -0
- package/dist/generated/gtk/password-entry.d.ts +217 -0
- package/dist/generated/gtk/password-entry.js +251 -0
- package/dist/generated/gtk/picture.d.ts +204 -0
- package/dist/generated/gtk/picture.js +204 -0
- package/dist/generated/gtk/popover-menu-bar.d.ts +55 -0
- package/dist/generated/gtk/popover-menu-bar.js +51 -0
- package/dist/generated/gtk/popover-menu.d.ts +61 -0
- package/dist/generated/gtk/popover-menu.js +163 -0
- package/dist/generated/gtk/popover.d.ts +137 -0
- package/dist/generated/gtk/popover.js +232 -0
- package/dist/generated/gtk/print-context.d.ts +124 -0
- package/dist/generated/gtk/print-context.js +124 -0
- package/dist/generated/gtk/print-dialog.d.ts +71 -0
- package/dist/generated/gtk/print-dialog.js +71 -0
- package/dist/generated/gtk/print-job.d.ts +143 -0
- package/dist/generated/gtk/print-job.js +148 -0
- package/dist/generated/gtk/print-operation-preview.d.ts +31 -0
- package/dist/generated/gtk/print-operation-preview.js +31 -0
- package/dist/generated/gtk/print-operation.d.ts +300 -0
- package/dist/generated/gtk/print-operation.js +364 -0
- package/dist/generated/gtk/print-settings.d.ts +361 -0
- package/dist/generated/gtk/print-settings.js +361 -0
- package/dist/generated/gtk/print-setup.d.ts +32 -0
- package/dist/generated/gtk/print-setup.js +32 -0
- package/dist/generated/gtk/print-unix-dialog.d.ts +75 -0
- package/dist/generated/gtk/print-unix-dialog.js +128 -0
- package/dist/generated/gtk/printer.d.ts +121 -0
- package/dist/generated/gtk/printer.js +126 -0
- package/dist/generated/gtk/progress-bar.d.ts +149 -0
- package/dist/generated/gtk/progress-bar.js +149 -0
- package/dist/generated/gtk/property-expression.d.ts +36 -0
- package/dist/generated/gtk/property-expression.js +21 -0
- package/dist/generated/gtk/range.d.ts +162 -0
- package/dist/generated/gtk/range.js +178 -0
- package/dist/generated/gtk/recent-info.d.ts +123 -0
- package/dist/generated/gtk/recent-info.js +123 -0
- package/dist/generated/gtk/recent-manager.d.ts +81 -0
- package/dist/generated/gtk/recent-manager.js +139 -0
- package/dist/generated/gtk/requisition.d.ts +19 -0
- package/dist/generated/gtk/requisition.js +19 -0
- package/dist/generated/gtk/revealer.d.ts +73 -0
- package/dist/generated/gtk/revealer.js +73 -0
- package/dist/generated/gtk/root.d.ts +37 -0
- package/dist/generated/gtk/root.js +37 -0
- package/dist/generated/gtk/scale-button.d.ts +68 -0
- package/dist/generated/gtk/scale-button.js +82 -0
- package/dist/generated/gtk/scale.d.ts +115 -0
- package/dist/generated/gtk/scale.js +201 -0
- package/dist/generated/gtk/scroll-info.d.ts +31 -0
- package/dist/generated/gtk/scroll-info.js +31 -0
- package/dist/generated/gtk/scrollable.d.ts +73 -0
- package/dist/generated/gtk/scrollable.js +73 -0
- package/dist/generated/gtk/scrollbar.d.ts +63 -0
- package/dist/generated/gtk/scrollbar.js +58 -0
- package/dist/generated/gtk/scrolled-window.d.ts +180 -0
- package/dist/generated/gtk/scrolled-window.js +259 -0
- package/dist/generated/gtk/search-bar.d.ts +110 -0
- package/dist/generated/gtk/search-bar.js +110 -0
- package/dist/generated/gtk/search-entry.d.ts +251 -0
- package/dist/generated/gtk/search-entry.js +305 -0
- package/dist/generated/gtk/section-model.d.ts +46 -0
- package/dist/generated/gtk/section-model.js +46 -0
- package/dist/generated/gtk/selection-filter-model.d.ts +18 -0
- package/dist/generated/gtk/selection-filter-model.js +13 -0
- package/dist/generated/gtk/selection-model.d.ts +131 -0
- package/dist/generated/gtk/selection-model.js +131 -0
- package/dist/generated/gtk/separator.d.ts +29 -0
- package/dist/generated/gtk/separator.js +25 -0
- package/dist/generated/gtk/settings.d.ts +47 -0
- package/dist/generated/gtk/settings.js +47 -0
- package/dist/generated/gtk/shortcut-action.d.ts +70 -0
- package/dist/generated/gtk/shortcut-action.js +55 -0
- package/dist/generated/gtk/shortcut-controller.d.ts +110 -0
- package/dist/generated/gtk/shortcut-controller.js +110 -0
- package/dist/generated/gtk/shortcut-label.d.ts +23 -0
- package/dist/generated/gtk/shortcut-label.js +19 -0
- package/dist/generated/gtk/shortcut-manager.d.ts +13 -0
- package/dist/generated/gtk/shortcut-manager.js +13 -0
- package/dist/generated/gtk/shortcut-trigger.d.ts +106 -0
- package/dist/generated/gtk/shortcut-trigger.js +87 -0
- package/dist/generated/gtk/shortcut.d.ts +44 -0
- package/dist/generated/gtk/shortcut.js +38 -0
- package/dist/generated/gtk/shortcuts-group.d.ts +26 -0
- package/dist/generated/gtk/shortcuts-group.js +26 -0
- package/dist/generated/gtk/shortcuts-section.d.ts +10 -0
- package/dist/generated/gtk/shortcuts-section.js +42 -0
- package/dist/generated/gtk/shortcuts-shortcut.d.ts +6 -0
- package/dist/generated/gtk/shortcuts-shortcut.js +6 -0
- package/dist/generated/gtk/shortcuts-window.d.ts +10 -0
- package/dist/generated/gtk/shortcuts-window.js +70 -0
- package/dist/generated/gtk/signal-action.d.ts +16 -0
- package/dist/generated/gtk/signal-action.js +9 -0
- package/dist/generated/gtk/signal-list-item-factory.d.ts +5 -0
- package/dist/generated/gtk/signal-list-item-factory.js +46 -0
- package/dist/generated/gtk/single-selection.d.ts +189 -0
- package/dist/generated/gtk/single-selection.js +185 -0
- package/dist/generated/gtk/size-group.d.ts +150 -0
- package/dist/generated/gtk/size-group.js +146 -0
- package/dist/generated/gtk/slice-list-model.d.ts +76 -0
- package/dist/generated/gtk/slice-list-model.js +68 -0
- package/dist/generated/gtk/snapshot.d.ts +477 -0
- package/dist/generated/gtk/snapshot.js +477 -0
- package/dist/generated/gtk/sort-list-model.d.ts +131 -0
- package/dist/generated/gtk/sort-list-model.js +126 -0
- package/dist/generated/gtk/sorter.d.ts +39 -0
- package/dist/generated/gtk/sorter.js +61 -0
- package/dist/generated/gtk/spin-button.d.ts +378 -0
- package/dist/generated/gtk/spin-button.js +491 -0
- package/dist/generated/gtk/spinner.d.ts +37 -0
- package/dist/generated/gtk/spinner.js +37 -0
- package/dist/generated/gtk/stack-page.d.ts +171 -0
- package/dist/generated/gtk/stack-page.js +171 -0
- package/dist/generated/gtk/stack-sidebar.d.ts +32 -0
- package/dist/generated/gtk/stack-sidebar.js +32 -0
- package/dist/generated/gtk/stack-switcher.d.ts +51 -0
- package/dist/generated/gtk/stack-switcher.js +51 -0
- package/dist/generated/gtk/stack.d.ts +200 -0
- package/dist/generated/gtk/stack.js +200 -0
- package/dist/generated/gtk/statusbar.d.ts +35 -0
- package/dist/generated/gtk/statusbar.js +73 -0
- package/dist/generated/gtk/string-filter.d.ts +53 -0
- package/dist/generated/gtk/string-filter.js +46 -0
- package/dist/generated/gtk/string-list.d.ts +96 -0
- package/dist/generated/gtk/string-list.js +92 -0
- package/dist/generated/gtk/string-object.d.ts +14 -0
- package/dist/generated/gtk/string-object.js +10 -0
- package/dist/generated/gtk/string-sorter.d.ts +41 -0
- package/dist/generated/gtk/string-sorter.js +33 -0
- package/dist/generated/gtk/style-context.d.ts +188 -0
- package/dist/generated/gtk/style-context.js +188 -0
- package/dist/generated/gtk/style-provider.d.ts +10 -0
- package/dist/generated/gtk/style-provider.js +10 -0
- package/dist/generated/gtk/switch.d.ts +73 -0
- package/dist/generated/gtk/switch.js +112 -0
- package/dist/generated/gtk/symbolic-paintable.d.ts +24 -0
- package/dist/generated/gtk/symbolic-paintable.js +24 -0
- package/dist/generated/gtk/text-buffer.d.ts +693 -0
- package/dist/generated/gtk/text-buffer.js +700 -0
- package/dist/generated/gtk/text-child-anchor.d.ts +36 -0
- package/dist/generated/gtk/text-child-anchor.js +36 -0
- package/dist/generated/gtk/text-iter.d.ts +764 -0
- package/dist/generated/gtk/text-iter.js +764 -0
- package/dist/generated/gtk/text-mark.d.ts +85 -0
- package/dist/generated/gtk/text-mark.js +70 -0
- package/dist/generated/gtk/text-tag-table.d.ts +44 -0
- package/dist/generated/gtk/text-tag-table.js +67 -0
- package/dist/generated/gtk/text-tag.d.ts +52 -0
- package/dist/generated/gtk/text-tag.js +48 -0
- package/dist/generated/gtk/text-view.d.ts +668 -0
- package/dist/generated/gtk/text-view.js +743 -0
- package/dist/generated/gtk/text.d.ts +437 -0
- package/dist/generated/gtk/text.js +549 -0
- package/dist/generated/gtk/toggle-button.d.ts +49 -0
- package/dist/generated/gtk/toggle-button.js +124 -0
- package/dist/generated/gtk/tooltip.d.ts +80 -0
- package/dist/generated/gtk/tooltip.js +80 -0
- package/dist/generated/gtk/tree-drag-dest.d.ts +20 -0
- package/dist/generated/gtk/tree-drag-dest.js +20 -0
- package/dist/generated/gtk/tree-drag-source.d.ts +21 -0
- package/dist/generated/gtk/tree-drag-source.js +21 -0
- package/dist/generated/gtk/tree-expander.d.ts +125 -0
- package/dist/generated/gtk/tree-expander.js +125 -0
- package/dist/generated/gtk/tree-iter.d.ts +23 -0
- package/dist/generated/gtk/tree-iter.js +23 -0
- package/dist/generated/gtk/tree-list-model.d.ts +69 -0
- package/dist/generated/gtk/tree-list-model.js +60 -0
- package/dist/generated/gtk/tree-list-row-sorter.d.ts +32 -0
- package/dist/generated/gtk/tree-list-row-sorter.js +24 -0
- package/dist/generated/gtk/tree-list-row.d.ts +79 -0
- package/dist/generated/gtk/tree-list-row.js +79 -0
- package/dist/generated/gtk/tree-model-filter.d.ts +409 -0
- package/dist/generated/gtk/tree-model-filter.js +409 -0
- package/dist/generated/gtk/tree-model-sort.d.ts +436 -0
- package/dist/generated/gtk/tree-model-sort.js +432 -0
- package/dist/generated/gtk/tree-model.d.ts +411 -0
- package/dist/generated/gtk/tree-model.js +411 -0
- package/dist/generated/gtk/tree-path.d.ts +91 -0
- package/dist/generated/gtk/tree-path.js +91 -0
- package/dist/generated/gtk/tree-row-reference.d.ts +74 -0
- package/dist/generated/gtk/tree-row-reference.js +64 -0
- package/dist/generated/gtk/tree-selection.d.ts +98 -0
- package/dist/generated/gtk/tree-selection.js +125 -0
- package/dist/generated/gtk/tree-sortable.d.ts +58 -0
- package/dist/generated/gtk/tree-sortable.js +58 -0
- package/dist/generated/gtk/tree-store.d.ts +528 -0
- package/dist/generated/gtk/tree-store.js +521 -0
- package/dist/generated/gtk/tree-view-column.d.ts +299 -0
- package/dist/generated/gtk/tree-view-column.js +311 -0
- package/dist/generated/gtk/tree-view.d.ts +659 -0
- package/dist/generated/gtk/tree-view.js +749 -0
- package/dist/generated/gtk/uri-launcher.d.ts +38 -0
- package/dist/generated/gtk/uri-launcher.js +34 -0
- package/dist/generated/gtk/video.d.ts +101 -0
- package/dist/generated/gtk/video.js +101 -0
- package/dist/generated/gtk/viewport.d.ts +95 -0
- package/dist/generated/gtk/viewport.js +87 -0
- package/dist/generated/gtk/volume-button.d.ts +7 -0
- package/dist/generated/gtk/volume-button.js +11 -0
- package/dist/generated/gtk/widget-paintable.d.ts +32 -0
- package/dist/generated/gtk/widget-paintable.js +28 -0
- package/dist/generated/gtk/widget.d.ts +1741 -0
- package/dist/generated/gtk/widget.js +2135 -0
- package/dist/generated/gtk/window-controls.d.ts +102 -0
- package/dist/generated/gtk/window-controls.js +98 -0
- package/dist/generated/gtk/window-group.d.ts +35 -0
- package/dist/generated/gtk/window-group.js +35 -0
- package/dist/generated/gtk/window-handle.d.ts +28 -0
- package/dist/generated/gtk/window-handle.js +28 -0
- package/dist/generated/gtk/window.d.ts +587 -0
- package/dist/generated/gtk/window.js +660 -0
- package/dist/generated/gtksource/annotation-provider.d.ts +15 -0
- package/dist/generated/gtksource/annotation-provider.js +23 -0
- package/dist/generated/gtksource/annotation.d.ts +14 -0
- package/dist/generated/gtksource/annotation.js +8 -0
- package/dist/generated/gtksource/annotations.d.ts +8 -0
- package/dist/generated/gtksource/annotations.js +15 -0
- package/dist/generated/gtksource/buffer.d.ts +234 -0
- package/dist/generated/gtksource/buffer.js +302 -0
- package/dist/generated/gtksource/completion-cell.d.ts +24 -0
- package/dist/generated/gtksource/completion-cell.js +24 -0
- package/dist/generated/gtksource/completion-context.d.ts +64 -0
- package/dist/generated/gtksource/completion-context.js +82 -0
- package/dist/generated/gtksource/completion-proposal.d.ts +17 -0
- package/dist/generated/gtksource/completion-proposal.js +17 -0
- package/dist/generated/gtksource/completion-provider.d.ts +98 -0
- package/dist/generated/gtksource/completion-provider.js +98 -0
- package/dist/generated/gtksource/completion-snippets.d.ts +96 -0
- package/dist/generated/gtksource/completion-snippets.js +96 -0
- package/dist/generated/gtksource/completion-words.d.ts +107 -0
- package/dist/generated/gtksource/completion-words.js +104 -0
- package/dist/generated/gtksource/completion.d.ts +46 -0
- package/dist/generated/gtksource/completion.js +77 -0
- package/dist/generated/gtksource/encoding.d.ts +42 -0
- package/dist/generated/gtksource/encoding.js +42 -0
- package/dist/generated/gtksource/enums.d.ts +113 -0
- package/dist/generated/gtksource/enums.js +113 -0
- package/dist/generated/gtksource/file-loader.d.ts +58 -0
- package/dist/generated/gtksource/file-loader.js +48 -0
- package/dist/generated/gtksource/file-saver.d.ts +61 -0
- package/dist/generated/gtksource/file-saver.js +53 -0
- package/dist/generated/gtksource/file.d.ts +55 -0
- package/dist/generated/gtksource/file.js +55 -0
- package/dist/generated/gtksource/functions.d.ts +129 -0
- package/dist/generated/gtksource/functions.js +129 -0
- package/dist/generated/gtksource/gutter-lines.d.ts +120 -0
- package/dist/generated/gtksource/gutter-lines.js +120 -0
- package/dist/generated/gtksource/gutter-renderer-pixbuf.d.ts +37 -0
- package/dist/generated/gtksource/gutter-renderer-pixbuf.js +37 -0
- package/dist/generated/gtksource/gutter-renderer-text.d.ts +23 -0
- package/dist/generated/gtksource/gutter-renderer-text.js +23 -0
- package/dist/generated/gtksource/gutter-renderer.d.ts +94 -0
- package/dist/generated/gtksource/gutter-renderer.js +128 -0
- package/dist/generated/gtksource/gutter.d.ts +31 -0
- package/dist/generated/gtksource/gutter.js +31 -0
- package/dist/generated/gtksource/hover-context.d.ts +31 -0
- package/dist/generated/gtksource/hover-context.js +31 -0
- package/dist/generated/gtksource/hover-display.d.ts +10 -0
- package/dist/generated/gtksource/hover-display.js +10 -0
- package/dist/generated/gtksource/hover-provider.d.ts +12 -0
- package/dist/generated/gtksource/hover-provider.js +12 -0
- package/dist/generated/gtksource/hover.d.ts +15 -0
- package/dist/generated/gtksource/hover.js +15 -0
- package/dist/generated/gtksource/indenter.d.ts +66 -0
- package/dist/generated/gtksource/indenter.js +66 -0
- package/dist/generated/gtksource/language-manager.d.ts +117 -0
- package/dist/generated/gtksource/language-manager.js +117 -0
- package/dist/generated/gtksource/language.d.ts +58 -0
- package/dist/generated/gtksource/language.js +58 -0
- package/dist/generated/gtksource/map.d.ts +35 -0
- package/dist/generated/gtksource/map.js +35 -0
- package/dist/generated/gtksource/mark-attributes.d.ts +63 -0
- package/dist/generated/gtksource/mark-attributes.js +96 -0
- package/dist/generated/gtksource/mark.d.ts +47 -0
- package/dist/generated/gtksource/mark.js +36 -0
- package/dist/generated/gtksource/print-compositor.d.ts +417 -0
- package/dist/generated/gtksource/print-compositor.js +413 -0
- package/dist/generated/gtksource/region.d.ts +119 -0
- package/dist/generated/gtksource/region.js +116 -0
- package/dist/generated/gtksource/search-context.d.ts +179 -0
- package/dist/generated/gtksource/search-context.js +170 -0
- package/dist/generated/gtksource/search-settings.d.ts +65 -0
- package/dist/generated/gtksource/search-settings.js +65 -0
- package/dist/generated/gtksource/snippet-chunk.d.ts +85 -0
- package/dist/generated/gtksource/snippet-chunk.js +85 -0
- package/dist/generated/gtksource/snippet-context.d.ts +31 -0
- package/dist/generated/gtksource/snippet-context.js +42 -0
- package/dist/generated/gtksource/snippet-manager.d.ts +65 -0
- package/dist/generated/gtksource/snippet-manager.js +65 -0
- package/dist/generated/gtksource/snippet.d.ts +86 -0
- package/dist/generated/gtksource/snippet.js +81 -0
- package/dist/generated/gtksource/space-drawer.d.ts +123 -0
- package/dist/generated/gtksource/space-drawer.js +123 -0
- package/dist/generated/gtksource/style-scheme-chooser-button.d.ts +21 -0
- package/dist/generated/gtksource/style-scheme-chooser-button.js +21 -0
- package/dist/generated/gtksource/style-scheme-chooser-widget.d.ts +22 -0
- package/dist/generated/gtksource/style-scheme-chooser-widget.js +22 -0
- package/dist/generated/gtksource/style-scheme-chooser.d.ts +16 -0
- package/dist/generated/gtksource/style-scheme-chooser.js +16 -0
- package/dist/generated/gtksource/style-scheme-manager.d.ts +53 -0
- package/dist/generated/gtksource/style-scheme-manager.js +53 -0
- package/dist/generated/gtksource/style-scheme-preview.d.ts +8 -0
- package/dist/generated/gtksource/style-scheme-preview.js +11 -0
- package/dist/generated/gtksource/style-scheme.d.ts +22 -0
- package/dist/generated/gtksource/style-scheme.js +22 -0
- package/dist/generated/gtksource/style.d.ts +20 -0
- package/dist/generated/gtksource/style.js +20 -0
- package/dist/generated/gtksource/tag.d.ts +18 -0
- package/dist/generated/gtksource/tag.js +9 -0
- package/dist/generated/gtksource/view.d.ts +248 -0
- package/dist/generated/gtksource/view.js +312 -0
- package/dist/generated/gtksource/vim-imcontext.d.ts +12 -0
- package/dist/generated/gtksource/vim-imcontext.js +85 -0
- package/dist/generated/harfbuzz/blob-t.d.ts +5 -0
- package/dist/generated/harfbuzz/blob-t.js +5 -0
- package/dist/generated/harfbuzz/buffer-t.d.ts +4 -0
- package/dist/generated/harfbuzz/buffer-t.js +4 -0
- package/dist/generated/harfbuzz/color-line-t.d.ts +1 -0
- package/dist/generated/harfbuzz/color-line-t.js +1 -0
- package/dist/generated/harfbuzz/color-stop-t.d.ts +14 -0
- package/dist/generated/harfbuzz/color-stop-t.js +14 -0
- package/dist/generated/harfbuzz/draw-funcs-t.d.ts +8 -0
- package/dist/generated/harfbuzz/draw-funcs-t.js +8 -0
- package/dist/generated/harfbuzz/draw-state-t.d.ts +6 -0
- package/dist/generated/harfbuzz/draw-state-t.js +6 -0
- package/dist/generated/harfbuzz/enums.d.ts +1241 -0
- package/dist/generated/harfbuzz/enums.js +1241 -0
- package/dist/generated/harfbuzz/face-t.d.ts +1 -0
- package/dist/generated/harfbuzz/face-t.js +1 -0
- package/dist/generated/harfbuzz/feature-t.d.ts +25 -0
- package/dist/generated/harfbuzz/feature-t.js +25 -0
- package/dist/generated/harfbuzz/font-funcs-t.d.ts +10 -0
- package/dist/generated/harfbuzz/font-funcs-t.js +10 -0
- package/dist/generated/harfbuzz/font-t.d.ts +1 -0
- package/dist/generated/harfbuzz/font-t.js +1 -0
- package/dist/generated/harfbuzz/functions.d.ts +3816 -0
- package/dist/generated/harfbuzz/functions.js +3816 -0
- package/dist/generated/harfbuzz/glyph-info-t.d.ts +21 -0
- package/dist/generated/harfbuzz/glyph-info-t.js +21 -0
- package/dist/generated/harfbuzz/glyph-position-t.d.ts +21 -0
- package/dist/generated/harfbuzz/glyph-position-t.js +21 -0
- package/dist/generated/harfbuzz/map-t.d.ts +1 -0
- package/dist/generated/harfbuzz/map-t.js +1 -0
- package/dist/generated/harfbuzz/ot-math-glyph-part-t.d.ts +10 -0
- package/dist/generated/harfbuzz/ot-math-glyph-part-t.js +10 -0
- package/dist/generated/harfbuzz/ot-math-glyph-variant-t.d.ts +3 -0
- package/dist/generated/harfbuzz/ot-math-glyph-variant-t.js +3 -0
- package/dist/generated/harfbuzz/ot-var-axis-info-t.d.ts +15 -0
- package/dist/generated/harfbuzz/ot-var-axis-info-t.js +15 -0
- package/dist/generated/harfbuzz/paint-funcs-t.d.ts +22 -0
- package/dist/generated/harfbuzz/paint-funcs-t.js +22 -0
- package/dist/generated/harfbuzz/segment-properties-t.d.ts +8 -0
- package/dist/generated/harfbuzz/segment-properties-t.js +8 -0
- package/dist/generated/harfbuzz/set-t.d.ts +6 -0
- package/dist/generated/harfbuzz/set-t.js +6 -0
- package/dist/generated/harfbuzz/shape-plan-t.d.ts +11 -0
- package/dist/generated/harfbuzz/shape-plan-t.js +11 -0
- package/dist/generated/harfbuzz/unicode-funcs-t.d.ts +10 -0
- package/dist/generated/harfbuzz/unicode-funcs-t.js +10 -0
- package/dist/generated/harfbuzz/user-data-key-t.d.ts +1 -0
- package/dist/generated/harfbuzz/user-data-key-t.js +1 -0
- package/dist/generated/pango/attr-iterator.d.ts +48 -0
- package/dist/generated/pango/attr-iterator.js +48 -0
- package/dist/generated/pango/attr-list.d.ts +168 -0
- package/dist/generated/pango/attr-list.js +168 -0
- package/dist/generated/pango/attribute.d.ts +82 -0
- package/dist/generated/pango/attribute.js +82 -0
- package/dist/generated/pango/color.d.ts +55 -0
- package/dist/generated/pango/color.js +55 -0
- package/dist/generated/pango/context.d.ts +188 -0
- package/dist/generated/pango/context.js +188 -0
- package/dist/generated/pango/coverage.d.ts +50 -0
- package/dist/generated/pango/coverage.js +50 -0
- package/dist/generated/pango/enums.d.ts +589 -0
- package/dist/generated/pango/enums.js +589 -0
- package/dist/generated/pango/font-description.d.ts +374 -0
- package/dist/generated/pango/font-description.js +374 -0
- package/dist/generated/pango/font-face.d.ts +38 -0
- package/dist/generated/pango/font-face.js +38 -0
- package/dist/generated/pango/font-family.d.ts +55 -0
- package/dist/generated/pango/font-family.js +55 -0
- package/dist/generated/pango/font-map.d.ts +88 -0
- package/dist/generated/pango/font-map.js +88 -0
- package/dist/generated/pango/font-metrics.d.ts +78 -0
- package/dist/generated/pango/font-metrics.js +78 -0
- package/dist/generated/pango/font.d.ts +119 -0
- package/dist/generated/pango/font.js +119 -0
- package/dist/generated/pango/fontset-simple.d.ts +20 -0
- package/dist/generated/pango/fontset-simple.js +16 -0
- package/dist/generated/pango/fontset.d.ts +24 -0
- package/dist/generated/pango/fontset.js +24 -0
- package/dist/generated/pango/functions.d.ts +1009 -0
- package/dist/generated/pango/functions.js +1009 -0
- package/dist/generated/pango/glyph-item-iter.d.ts +72 -0
- package/dist/generated/pango/glyph-item-iter.js +72 -0
- package/dist/generated/pango/glyph-item.d.ts +82 -0
- package/dist/generated/pango/glyph-item.js +82 -0
- package/dist/generated/pango/glyph-string.d.ts +114 -0
- package/dist/generated/pango/glyph-string.js +114 -0
- package/dist/generated/pango/item.d.ts +57 -0
- package/dist/generated/pango/item.js +57 -0
- package/dist/generated/pango/language.d.ts +145 -0
- package/dist/generated/pango/language.js +145 -0
- package/dist/generated/pango/layout-iter.d.ts +153 -0
- package/dist/generated/pango/layout-iter.js +153 -0
- package/dist/generated/pango/layout-line.d.ts +99 -0
- package/dist/generated/pango/layout-line.js +99 -0
- package/dist/generated/pango/layout.d.ts +662 -0
- package/dist/generated/pango/layout.js +657 -0
- package/dist/generated/pango/matrix.d.ts +136 -0
- package/dist/generated/pango/matrix.js +136 -0
- package/dist/generated/pango/renderer.d.ts +188 -0
- package/dist/generated/pango/renderer.js +188 -0
- package/dist/generated/pango/script-iter.d.ts +37 -0
- package/dist/generated/pango/script-iter.js +27 -0
- package/dist/generated/pango/tab-array.d.ts +114 -0
- package/dist/generated/pango/tab-array.js +106 -0
- package/dist/generated/pangocairo/font-map.d.ts +41 -0
- package/dist/generated/pangocairo/font-map.js +41 -0
- package/dist/generated/pangocairo/font.d.ts +12 -0
- package/dist/generated/pangocairo/font.js +12 -0
- package/dist/generated/pangocairo/functions.d.ts +227 -0
- package/dist/generated/pangocairo/functions.js +227 -0
- package/dist/gl/constants.d.ts +4 -0
- package/dist/gl/constants.js +4 -0
- package/dist/gl/gl.d.ts +144 -0
- package/dist/gl/gl.js +144 -0
- package/dist/gl/index.d.ts +12 -0
- package/dist/gl/index.js +12 -0
- package/dist/native-error.d.ts +11 -0
- package/dist/native-error.js +11 -0
- package/dist/native.d.ts +29 -0
- package/dist/native.js +29 -0
- package/dist/types.d.ts +5 -0
- package/package.json +3 -3
|
@@ -1,588 +1,1839 @@
|
|
|
1
|
+
/** The priority of an accessibility announcement. */
|
|
1
2
|
export var AccessibleAnnouncementPriority;
|
|
2
3
|
(function (AccessibleAnnouncementPriority) {
|
|
4
|
+
/**
|
|
5
|
+
* The announcement is low priority,
|
|
6
|
+
* and might be read only on the user's request.
|
|
7
|
+
*/
|
|
3
8
|
AccessibleAnnouncementPriority[AccessibleAnnouncementPriority["LOW"] = 0] = "LOW";
|
|
9
|
+
/**
|
|
10
|
+
* The announcement is of medium
|
|
11
|
+
* priority, and is usually spoken at the next opportunity, such as at the
|
|
12
|
+
* end of speaking the current sentence or when the user pauses typing.
|
|
13
|
+
*/
|
|
4
14
|
AccessibleAnnouncementPriority[AccessibleAnnouncementPriority["MEDIUM"] = 1] = "MEDIUM";
|
|
15
|
+
/**
|
|
16
|
+
* The announcement is of high
|
|
17
|
+
* priority, and is usually spoken immediately. Because an interruption
|
|
18
|
+
* might disorient users or cause them to not complete their current task,
|
|
19
|
+
* authors SHOULD NOT use high priority announcements unless the
|
|
20
|
+
* interruption is imperative. An example would be a notification about a
|
|
21
|
+
* critical battery power level.
|
|
22
|
+
*/
|
|
5
23
|
AccessibleAnnouncementPriority[AccessibleAnnouncementPriority["HIGH"] = 2] = "HIGH";
|
|
6
24
|
})(AccessibleAnnouncementPriority || (AccessibleAnnouncementPriority = {}));
|
|
25
|
+
/**
|
|
26
|
+
* The possible values for the %GTK_ACCESSIBLE_PROPERTY_AUTOCOMPLETE
|
|
27
|
+
* accessible property.
|
|
28
|
+
*/
|
|
7
29
|
export var AccessibleAutocomplete;
|
|
8
30
|
(function (AccessibleAutocomplete) {
|
|
31
|
+
/** Automatic suggestions are not displayed. */
|
|
9
32
|
AccessibleAutocomplete[AccessibleAutocomplete["NONE"] = 0] = "NONE";
|
|
33
|
+
/**
|
|
34
|
+
* When a user is providing input, text
|
|
35
|
+
* suggesting one way to complete the provided input may be dynamically
|
|
36
|
+
* inserted after the caret.
|
|
37
|
+
*/
|
|
10
38
|
AccessibleAutocomplete[AccessibleAutocomplete["INLINE"] = 1] = "INLINE";
|
|
39
|
+
/**
|
|
40
|
+
* When a user is providing input, an element
|
|
41
|
+
* containing a collection of values that could complete the provided input
|
|
42
|
+
* may be displayed.
|
|
43
|
+
*/
|
|
11
44
|
AccessibleAutocomplete[AccessibleAutocomplete["LIST"] = 2] = "LIST";
|
|
45
|
+
/**
|
|
46
|
+
* When a user is providing input, an element
|
|
47
|
+
* containing a collection of values that could complete the provided input
|
|
48
|
+
* may be displayed. If displayed, one value in the collection is automatically
|
|
49
|
+
* selected, and the text needed to complete the automatically selected value
|
|
50
|
+
* appears after the caret in the input.
|
|
51
|
+
*/
|
|
12
52
|
AccessibleAutocomplete[AccessibleAutocomplete["BOTH"] = 3] = "BOTH";
|
|
13
53
|
})(AccessibleAutocomplete || (AccessibleAutocomplete = {}));
|
|
54
|
+
/**
|
|
55
|
+
* The possible values for the %GTK_ACCESSIBLE_STATE_INVALID
|
|
56
|
+
* accessible state.
|
|
57
|
+
*
|
|
58
|
+
* Note that the %GTK_ACCESSIBLE_INVALID_FALSE and
|
|
59
|
+
* %GTK_ACCESSIBLE_INVALID_TRUE have the same values
|
|
60
|
+
* as %FALSE and %TRUE.
|
|
61
|
+
*/
|
|
14
62
|
export var AccessibleInvalidState;
|
|
15
63
|
(function (AccessibleInvalidState) {
|
|
64
|
+
/** There are no detected errors in the value */
|
|
16
65
|
AccessibleInvalidState[AccessibleInvalidState["FALSE"] = 0] = "FALSE";
|
|
66
|
+
/** The value entered by the user has failed validation */
|
|
17
67
|
AccessibleInvalidState[AccessibleInvalidState["TRUE"] = 1] = "TRUE";
|
|
68
|
+
/** A grammatical error was detected */
|
|
18
69
|
AccessibleInvalidState[AccessibleInvalidState["GRAMMAR"] = 2] = "GRAMMAR";
|
|
70
|
+
/** A spelling error was detected */
|
|
19
71
|
AccessibleInvalidState[AccessibleInvalidState["SPELLING"] = 3] = "SPELLING";
|
|
20
72
|
})(AccessibleInvalidState || (AccessibleInvalidState = {}));
|
|
73
|
+
/**
|
|
74
|
+
* The various platform states which can be queried
|
|
75
|
+
* using [method@Gtk.Accessible.get_platform_state].
|
|
76
|
+
*/
|
|
21
77
|
export var AccessiblePlatformState;
|
|
22
78
|
(function (AccessiblePlatformState) {
|
|
79
|
+
/** whether the accessible can be focused */
|
|
23
80
|
AccessiblePlatformState[AccessiblePlatformState["FOCUSABLE"] = 0] = "FOCUSABLE";
|
|
81
|
+
/** whether the accessible has focus */
|
|
24
82
|
AccessiblePlatformState[AccessiblePlatformState["FOCUSED"] = 1] = "FOCUSED";
|
|
83
|
+
/** whether the accessible is active */
|
|
25
84
|
AccessiblePlatformState[AccessiblePlatformState["ACTIVE"] = 2] = "ACTIVE";
|
|
26
85
|
})(AccessiblePlatformState || (AccessiblePlatformState = {}));
|
|
86
|
+
/** The possible accessible properties of a [iface@Accessible]. */
|
|
27
87
|
export var AccessibleProperty;
|
|
28
88
|
(function (AccessibleProperty) {
|
|
89
|
+
/**
|
|
90
|
+
* Indicates whether inputting text
|
|
91
|
+
* could trigger display of one or more predictions of the user's intended
|
|
92
|
+
* value for a combobox, searchbox, or textbox and specifies how predictions
|
|
93
|
+
* would be presented if they were made. Value type: [enum@AccessibleAutocomplete]
|
|
94
|
+
*/
|
|
29
95
|
AccessibleProperty[AccessibleProperty["AUTOCOMPLETE"] = 0] = "AUTOCOMPLETE";
|
|
96
|
+
/**
|
|
97
|
+
* Defines a string value that describes
|
|
98
|
+
* or annotates the current element. Value type: string
|
|
99
|
+
*/
|
|
30
100
|
AccessibleProperty[AccessibleProperty["DESCRIPTION"] = 1] = "DESCRIPTION";
|
|
101
|
+
/**
|
|
102
|
+
* Indicates the availability and type of
|
|
103
|
+
* interactive popup element, such as menu or dialog, that can be triggered
|
|
104
|
+
* by an element.
|
|
105
|
+
*/
|
|
31
106
|
AccessibleProperty[AccessibleProperty["HAS_POPUP"] = 2] = "HAS_POPUP";
|
|
107
|
+
/**
|
|
108
|
+
* Indicates keyboard shortcuts that an
|
|
109
|
+
* author has implemented to activate or give focus to an element. Value type:
|
|
110
|
+
* string. The format of the value is a space-separated list of shortcuts, with
|
|
111
|
+
* each shortcut consisting of one or more modifiers (`Control`, `Alt` or `Shift`),
|
|
112
|
+
* followed by a non-modifier key, all separated by `+`.
|
|
113
|
+
* Examples: `F2`, `Alt-F`, `Control+Shift+N`
|
|
114
|
+
*/
|
|
32
115
|
AccessibleProperty[AccessibleProperty["KEY_SHORTCUTS"] = 3] = "KEY_SHORTCUTS";
|
|
116
|
+
/**
|
|
117
|
+
* Defines a string value that labels the current
|
|
118
|
+
* element. Value type: string
|
|
119
|
+
*/
|
|
33
120
|
AccessibleProperty[AccessibleProperty["LABEL"] = 4] = "LABEL";
|
|
121
|
+
/**
|
|
122
|
+
* Defines the hierarchical level of an element
|
|
123
|
+
* within a structure. Value type: integer
|
|
124
|
+
*/
|
|
34
125
|
AccessibleProperty[AccessibleProperty["LEVEL"] = 5] = "LEVEL";
|
|
126
|
+
/**
|
|
127
|
+
* Indicates whether an element is modal when
|
|
128
|
+
* displayed. Value type: boolean
|
|
129
|
+
*/
|
|
35
130
|
AccessibleProperty[AccessibleProperty["MODAL"] = 6] = "MODAL";
|
|
131
|
+
/**
|
|
132
|
+
* Indicates whether a text box accepts
|
|
133
|
+
* multiple lines of input or only a single line. Value type: boolean
|
|
134
|
+
*/
|
|
36
135
|
AccessibleProperty[AccessibleProperty["MULTI_LINE"] = 7] = "MULTI_LINE";
|
|
136
|
+
/**
|
|
137
|
+
* Indicates that the user may select
|
|
138
|
+
* more than one item from the current selectable descendants. Value type:
|
|
139
|
+
* boolean
|
|
140
|
+
*/
|
|
37
141
|
AccessibleProperty[AccessibleProperty["MULTI_SELECTABLE"] = 8] = "MULTI_SELECTABLE";
|
|
142
|
+
/**
|
|
143
|
+
* Indicates whether the element's
|
|
144
|
+
* orientation is horizontal, vertical, or unknown/ambiguous. Value type:
|
|
145
|
+
* [enum@Orientation]
|
|
146
|
+
*/
|
|
38
147
|
AccessibleProperty[AccessibleProperty["ORIENTATION"] = 9] = "ORIENTATION";
|
|
148
|
+
/**
|
|
149
|
+
* Defines a short hint (a word or short
|
|
150
|
+
* phrase) intended to aid the user with data entry when the control has no
|
|
151
|
+
* value. A hint could be a sample value or a brief description of the expected
|
|
152
|
+
* format. Value type: string
|
|
153
|
+
*/
|
|
39
154
|
AccessibleProperty[AccessibleProperty["PLACEHOLDER"] = 10] = "PLACEHOLDER";
|
|
155
|
+
/**
|
|
156
|
+
* Indicates that the element is not editable,
|
|
157
|
+
* but is otherwise operable. Value type: boolean
|
|
158
|
+
*/
|
|
40
159
|
AccessibleProperty[AccessibleProperty["READ_ONLY"] = 11] = "READ_ONLY";
|
|
160
|
+
/**
|
|
161
|
+
* Indicates that user input is required on
|
|
162
|
+
* the element before a form may be submitted. Value type: boolean
|
|
163
|
+
*/
|
|
41
164
|
AccessibleProperty[AccessibleProperty["REQUIRED"] = 12] = "REQUIRED";
|
|
165
|
+
/**
|
|
166
|
+
* Defines a human-readable,
|
|
167
|
+
* author-localized description for the role of an element. Value type: string
|
|
168
|
+
*/
|
|
42
169
|
AccessibleProperty[AccessibleProperty["ROLE_DESCRIPTION"] = 13] = "ROLE_DESCRIPTION";
|
|
170
|
+
/**
|
|
171
|
+
* Indicates if items in a table or grid are
|
|
172
|
+
* sorted in ascending or descending order. Value type: [enum@AccessibleSort]
|
|
173
|
+
*/
|
|
43
174
|
AccessibleProperty[AccessibleProperty["SORT"] = 14] = "SORT";
|
|
175
|
+
/**
|
|
176
|
+
* Defines the maximum allowed value for a
|
|
177
|
+
* range widget. Value type: double
|
|
178
|
+
*/
|
|
44
179
|
AccessibleProperty[AccessibleProperty["VALUE_MAX"] = 15] = "VALUE_MAX";
|
|
180
|
+
/**
|
|
181
|
+
* Defines the minimum allowed value for a
|
|
182
|
+
* range widget. Value type: double
|
|
183
|
+
*/
|
|
45
184
|
AccessibleProperty[AccessibleProperty["VALUE_MIN"] = 16] = "VALUE_MIN";
|
|
185
|
+
/**
|
|
186
|
+
* Defines the current value for a range widget.
|
|
187
|
+
* Value type: double
|
|
188
|
+
*/
|
|
46
189
|
AccessibleProperty[AccessibleProperty["VALUE_NOW"] = 17] = "VALUE_NOW";
|
|
190
|
+
/**
|
|
191
|
+
* Defines the human readable text alternative
|
|
192
|
+
* of [enum@Gtk.AccessibleProperty.VALUE_NOW] for a range widget. Value type: string
|
|
193
|
+
*/
|
|
47
194
|
AccessibleProperty[AccessibleProperty["VALUE_TEXT"] = 18] = "VALUE_TEXT";
|
|
195
|
+
/**
|
|
196
|
+
* Defines a string value that provides a description of non-standard keyboard
|
|
197
|
+
* interactions of the current element. Value type: string
|
|
198
|
+
*/
|
|
48
199
|
AccessibleProperty[AccessibleProperty["HELP_TEXT"] = 19] = "HELP_TEXT";
|
|
49
200
|
})(AccessibleProperty || (AccessibleProperty = {}));
|
|
201
|
+
/**
|
|
202
|
+
* The possible accessible relations of a [iface@Accessible].
|
|
203
|
+
*
|
|
204
|
+
* Accessible relations can be references to other widgets,
|
|
205
|
+
* integers or strings.
|
|
206
|
+
*/
|
|
50
207
|
export var AccessibleRelation;
|
|
51
208
|
(function (AccessibleRelation) {
|
|
209
|
+
/**
|
|
210
|
+
* Identifies the currently active
|
|
211
|
+
* element when focus is on a composite widget, combobox, textbox, group,
|
|
212
|
+
* or application. Value type: reference
|
|
213
|
+
*/
|
|
52
214
|
AccessibleRelation[AccessibleRelation["ACTIVE_DESCENDANT"] = 0] = "ACTIVE_DESCENDANT";
|
|
215
|
+
/**
|
|
216
|
+
* Defines the total number of columns
|
|
217
|
+
* in a table, grid, or treegrid. Value type: integer
|
|
218
|
+
*/
|
|
53
219
|
AccessibleRelation[AccessibleRelation["COL_COUNT"] = 1] = "COL_COUNT";
|
|
220
|
+
/**
|
|
221
|
+
* Defines an element's column index or
|
|
222
|
+
* position with respect to the total number of columns within a table,
|
|
223
|
+
* grid, or treegrid. Value type: integer
|
|
224
|
+
*/
|
|
54
225
|
AccessibleRelation[AccessibleRelation["COL_INDEX"] = 2] = "COL_INDEX";
|
|
226
|
+
/**
|
|
227
|
+
* Defines a human readable text
|
|
228
|
+
* alternative of %GTK_ACCESSIBLE_RELATION_COL_INDEX. Value type: string
|
|
229
|
+
*/
|
|
55
230
|
AccessibleRelation[AccessibleRelation["COL_INDEX_TEXT"] = 3] = "COL_INDEX_TEXT";
|
|
231
|
+
/**
|
|
232
|
+
* Defines the number of columns spanned
|
|
233
|
+
* by a cell or gridcell within a table, grid, or treegrid. Value type: integer
|
|
234
|
+
*/
|
|
56
235
|
AccessibleRelation[AccessibleRelation["COL_SPAN"] = 4] = "COL_SPAN";
|
|
236
|
+
/**
|
|
237
|
+
* Identifies the element (or elements) whose
|
|
238
|
+
* contents or presence are controlled by the current element. Value type: reference
|
|
239
|
+
*/
|
|
57
240
|
AccessibleRelation[AccessibleRelation["CONTROLS"] = 5] = "CONTROLS";
|
|
241
|
+
/**
|
|
242
|
+
* Identifies the element (or elements)
|
|
243
|
+
* that describes the object. Value type: reference
|
|
244
|
+
*/
|
|
58
245
|
AccessibleRelation[AccessibleRelation["DESCRIBED_BY"] = 6] = "DESCRIBED_BY";
|
|
246
|
+
/**
|
|
247
|
+
* Identifies the element (or elements) that
|
|
248
|
+
* provide additional information related to the object. Value type: reference
|
|
249
|
+
*/
|
|
59
250
|
AccessibleRelation[AccessibleRelation["DETAILS"] = 7] = "DETAILS";
|
|
251
|
+
/**
|
|
252
|
+
* Identifies the element (or elements) that
|
|
253
|
+
* provide an error message for an object. Value type: reference
|
|
254
|
+
*/
|
|
60
255
|
AccessibleRelation[AccessibleRelation["ERROR_MESSAGE"] = 8] = "ERROR_MESSAGE";
|
|
256
|
+
/**
|
|
257
|
+
* Identifies the next element (or elements)
|
|
258
|
+
* in an alternate reading order of content which, at the user's discretion,
|
|
259
|
+
* allows assistive technology to override the general default of reading in
|
|
260
|
+
* document source order. Value type: reference
|
|
261
|
+
*/
|
|
61
262
|
AccessibleRelation[AccessibleRelation["FLOW_TO"] = 9] = "FLOW_TO";
|
|
263
|
+
/**
|
|
264
|
+
* Identifies the element (or elements)
|
|
265
|
+
* that labels the current element. Value type: reference
|
|
266
|
+
*/
|
|
62
267
|
AccessibleRelation[AccessibleRelation["LABELLED_BY"] = 10] = "LABELLED_BY";
|
|
268
|
+
/**
|
|
269
|
+
* Identifies an element (or elements) in order
|
|
270
|
+
* to define a visual, functional, or contextual parent/child relationship
|
|
271
|
+
* between elements where the widget hierarchy cannot be used to represent
|
|
272
|
+
* the relationship. Value type: reference
|
|
273
|
+
*/
|
|
63
274
|
AccessibleRelation[AccessibleRelation["OWNS"] = 11] = "OWNS";
|
|
275
|
+
/**
|
|
276
|
+
* Defines an element's number or position
|
|
277
|
+
* in the current set of listitems or treeitems. Value type: integer
|
|
278
|
+
*/
|
|
64
279
|
AccessibleRelation[AccessibleRelation["POS_IN_SET"] = 12] = "POS_IN_SET";
|
|
280
|
+
/**
|
|
281
|
+
* Defines the total number of rows in a table,
|
|
282
|
+
* grid, or treegrid. Value type: integer
|
|
283
|
+
*/
|
|
65
284
|
AccessibleRelation[AccessibleRelation["ROW_COUNT"] = 13] = "ROW_COUNT";
|
|
285
|
+
/**
|
|
286
|
+
* Defines an element's row index or position
|
|
287
|
+
* with respect to the total number of rows within a table, grid, or treegrid.
|
|
288
|
+
* Value type: integer
|
|
289
|
+
*/
|
|
66
290
|
AccessibleRelation[AccessibleRelation["ROW_INDEX"] = 14] = "ROW_INDEX";
|
|
291
|
+
/**
|
|
292
|
+
* Defines a human readable text
|
|
293
|
+
* alternative of [enum@Gtk.AccessibleRelation.ROW_INDEX]. Value type: string
|
|
294
|
+
*/
|
|
67
295
|
AccessibleRelation[AccessibleRelation["ROW_INDEX_TEXT"] = 15] = "ROW_INDEX_TEXT";
|
|
296
|
+
/**
|
|
297
|
+
* Defines the number of rows spanned by a
|
|
298
|
+
* cell or gridcell within a table, grid, or treegrid. Value type: integer
|
|
299
|
+
*/
|
|
68
300
|
AccessibleRelation[AccessibleRelation["ROW_SPAN"] = 16] = "ROW_SPAN";
|
|
301
|
+
/**
|
|
302
|
+
* Defines the number of items in the current
|
|
303
|
+
* set of listitems or treeitems. Value type: integer
|
|
304
|
+
*/
|
|
69
305
|
AccessibleRelation[AccessibleRelation["SET_SIZE"] = 17] = "SET_SIZE";
|
|
306
|
+
/**
|
|
307
|
+
* Identifies the element (or elements) that are labeled by the
|
|
308
|
+
* current element. Value type: reference
|
|
309
|
+
*
|
|
310
|
+
* This relation is managed by GTK and should not be set from application code.
|
|
311
|
+
*/
|
|
70
312
|
AccessibleRelation[AccessibleRelation["LABEL_FOR"] = 18] = "LABEL_FOR";
|
|
313
|
+
/**
|
|
314
|
+
* Identifies the element (or elements) that are described by
|
|
315
|
+
* the current element. Value type: reference
|
|
316
|
+
*
|
|
317
|
+
* This relation is managed by GTK and should not be set from application code.
|
|
318
|
+
*/
|
|
71
319
|
AccessibleRelation[AccessibleRelation["DESCRIPTION_FOR"] = 19] = "DESCRIPTION_FOR";
|
|
320
|
+
/**
|
|
321
|
+
* Identifies the element (or elements) that the current
|
|
322
|
+
* element is controlled by. Value type: reference
|
|
323
|
+
*
|
|
324
|
+
* This relation is managed by GTK and should not be set from application code.
|
|
325
|
+
*/
|
|
72
326
|
AccessibleRelation[AccessibleRelation["CONTROLLED_BY"] = 20] = "CONTROLLED_BY";
|
|
327
|
+
/**
|
|
328
|
+
* Identifies the element (or elements) for which the current
|
|
329
|
+
* element provides additional information. Value type: reference
|
|
330
|
+
*
|
|
331
|
+
* This relation is managed by GTK and should not be set from application code.
|
|
332
|
+
*/
|
|
73
333
|
AccessibleRelation[AccessibleRelation["DETAILS_FOR"] = 21] = "DETAILS_FOR";
|
|
334
|
+
/**
|
|
335
|
+
* Identifies the element (or elements) for which the current
|
|
336
|
+
* element provides an error message. Value type: reference
|
|
337
|
+
*
|
|
338
|
+
* This relation is managed by GTK and should not be set from application code.
|
|
339
|
+
*/
|
|
74
340
|
AccessibleRelation[AccessibleRelation["ERROR_MESSAGE_FOR"] = 22] = "ERROR_MESSAGE_FOR";
|
|
341
|
+
/**
|
|
342
|
+
* Identifies the previous element (or elements) in an alternate
|
|
343
|
+
* reading order of content which, at the user's discretion, allows
|
|
344
|
+
* assistive technology to override the general default of reading in
|
|
345
|
+
* document source order. Value type: reference
|
|
346
|
+
*
|
|
347
|
+
* This relation is managed by GTK and should not be set from application code.
|
|
348
|
+
*/
|
|
75
349
|
AccessibleRelation[AccessibleRelation["FLOW_FROM"] = 23] = "FLOW_FROM";
|
|
76
350
|
})(AccessibleRelation || (AccessibleRelation = {}));
|
|
351
|
+
/**
|
|
352
|
+
* The accessible role for a [iface@Accessible] implementation.
|
|
353
|
+
*
|
|
354
|
+
* Abstract roles are only used as part of the ontology; application
|
|
355
|
+
* developers must not use abstract roles in their code.
|
|
356
|
+
*/
|
|
77
357
|
export var AccessibleRole;
|
|
78
358
|
(function (AccessibleRole) {
|
|
359
|
+
/**
|
|
360
|
+
* An element with important, and usually
|
|
361
|
+
* time-sensitive, information
|
|
362
|
+
*/
|
|
79
363
|
AccessibleRole[AccessibleRole["ALERT"] = 0] = "ALERT";
|
|
364
|
+
/**
|
|
365
|
+
* A type of dialog that contains an
|
|
366
|
+
* alert message
|
|
367
|
+
*/
|
|
80
368
|
AccessibleRole[AccessibleRole["ALERT_DIALOG"] = 1] = "ALERT_DIALOG";
|
|
369
|
+
/** Unused */
|
|
81
370
|
AccessibleRole[AccessibleRole["BANNER"] = 2] = "BANNER";
|
|
371
|
+
/**
|
|
372
|
+
* An input element that allows for
|
|
373
|
+
* user-triggered actions when clicked or pressed
|
|
374
|
+
*/
|
|
82
375
|
AccessibleRole[AccessibleRole["BUTTON"] = 3] = "BUTTON";
|
|
376
|
+
/** Unused */
|
|
83
377
|
AccessibleRole[AccessibleRole["CAPTION"] = 4] = "CAPTION";
|
|
378
|
+
/** Unused */
|
|
84
379
|
AccessibleRole[AccessibleRole["CELL"] = 5] = "CELL";
|
|
380
|
+
/**
|
|
381
|
+
* A checkable input element that has
|
|
382
|
+
* three possible values: `true`, `false`, or `mixed`
|
|
383
|
+
*/
|
|
85
384
|
AccessibleRole[AccessibleRole["CHECKBOX"] = 6] = "CHECKBOX";
|
|
385
|
+
/** A header in a columned list. */
|
|
86
386
|
AccessibleRole[AccessibleRole["COLUMN_HEADER"] = 7] = "COLUMN_HEADER";
|
|
387
|
+
/**
|
|
388
|
+
* An input that controls another element,
|
|
389
|
+
* such as a list or a grid, that can dynamically pop up to help the user
|
|
390
|
+
* set the value of the input
|
|
391
|
+
*/
|
|
87
392
|
AccessibleRole[AccessibleRole["COMBO_BOX"] = 8] = "COMBO_BOX";
|
|
393
|
+
/** Abstract role. */
|
|
88
394
|
AccessibleRole[AccessibleRole["COMMAND"] = 9] = "COMMAND";
|
|
395
|
+
/** Abstract role. */
|
|
89
396
|
AccessibleRole[AccessibleRole["COMPOSITE"] = 10] = "COMPOSITE";
|
|
397
|
+
/**
|
|
398
|
+
* A dialog is a window that is designed to interrupt
|
|
399
|
+
* the current processing of an application in order to prompt the user to enter
|
|
400
|
+
* information or require a response.
|
|
401
|
+
*/
|
|
90
402
|
AccessibleRole[AccessibleRole["DIALOG"] = 11] = "DIALOG";
|
|
403
|
+
/**
|
|
404
|
+
* Content that assistive technology users may want to
|
|
405
|
+
* browse in a reading mode.
|
|
406
|
+
*/
|
|
91
407
|
AccessibleRole[AccessibleRole["DOCUMENT"] = 12] = "DOCUMENT";
|
|
408
|
+
/** Unused */
|
|
92
409
|
AccessibleRole[AccessibleRole["FEED"] = 13] = "FEED";
|
|
410
|
+
/** Unused */
|
|
93
411
|
AccessibleRole[AccessibleRole["FORM"] = 14] = "FORM";
|
|
412
|
+
/**
|
|
413
|
+
* A nameless container that has no semantic meaning
|
|
414
|
+
* of its own. This is the role that GTK uses by default for widgets.
|
|
415
|
+
*/
|
|
94
416
|
AccessibleRole[AccessibleRole["GENERIC"] = 15] = "GENERIC";
|
|
417
|
+
/** A grid of items. */
|
|
95
418
|
AccessibleRole[AccessibleRole["GRID"] = 16] = "GRID";
|
|
419
|
+
/** An item in a grid or tree grid. */
|
|
96
420
|
AccessibleRole[AccessibleRole["GRID_CELL"] = 17] = "GRID_CELL";
|
|
421
|
+
/**
|
|
422
|
+
* An element that groups multiple related widgets. GTK uses
|
|
423
|
+
* this role for various containers, like [class@Gtk.HeaderBar] or [class@Gtk.Notebook].
|
|
424
|
+
*/
|
|
97
425
|
AccessibleRole[AccessibleRole["GROUP"] = 18] = "GROUP";
|
|
426
|
+
/** Unused */
|
|
98
427
|
AccessibleRole[AccessibleRole["HEADING"] = 19] = "HEADING";
|
|
428
|
+
/** An image. */
|
|
99
429
|
AccessibleRole[AccessibleRole["IMG"] = 20] = "IMG";
|
|
430
|
+
/** Abstract role. */
|
|
100
431
|
AccessibleRole[AccessibleRole["INPUT"] = 21] = "INPUT";
|
|
432
|
+
/** A visible name or caption for a user interface component. */
|
|
101
433
|
AccessibleRole[AccessibleRole["LABEL"] = 22] = "LABEL";
|
|
434
|
+
/** Abstract role. */
|
|
102
435
|
AccessibleRole[AccessibleRole["LANDMARK"] = 23] = "LANDMARK";
|
|
436
|
+
/** Unused */
|
|
103
437
|
AccessibleRole[AccessibleRole["LEGEND"] = 24] = "LEGEND";
|
|
438
|
+
/** A clickable link. */
|
|
104
439
|
AccessibleRole[AccessibleRole["LINK"] = 25] = "LINK";
|
|
440
|
+
/** A list of items. */
|
|
105
441
|
AccessibleRole[AccessibleRole["LIST"] = 26] = "LIST";
|
|
442
|
+
/** Unused. */
|
|
106
443
|
AccessibleRole[AccessibleRole["LIST_BOX"] = 27] = "LIST_BOX";
|
|
444
|
+
/** An item in a list. */
|
|
107
445
|
AccessibleRole[AccessibleRole["LIST_ITEM"] = 28] = "LIST_ITEM";
|
|
446
|
+
/** Unused */
|
|
108
447
|
AccessibleRole[AccessibleRole["LOG"] = 29] = "LOG";
|
|
448
|
+
/** Unused */
|
|
109
449
|
AccessibleRole[AccessibleRole["MAIN"] = 30] = "MAIN";
|
|
450
|
+
/** Unused */
|
|
110
451
|
AccessibleRole[AccessibleRole["MARQUEE"] = 31] = "MARQUEE";
|
|
452
|
+
/** Unused */
|
|
111
453
|
AccessibleRole[AccessibleRole["MATH"] = 32] = "MATH";
|
|
454
|
+
/** An element that represents a value within a known range. */
|
|
112
455
|
AccessibleRole[AccessibleRole["METER"] = 33] = "METER";
|
|
456
|
+
/** A menu. */
|
|
113
457
|
AccessibleRole[AccessibleRole["MENU"] = 34] = "MENU";
|
|
458
|
+
/** A menubar. */
|
|
114
459
|
AccessibleRole[AccessibleRole["MENU_BAR"] = 35] = "MENU_BAR";
|
|
460
|
+
/** An item in a menu. */
|
|
115
461
|
AccessibleRole[AccessibleRole["MENU_ITEM"] = 36] = "MENU_ITEM";
|
|
462
|
+
/** A check item in a menu. */
|
|
116
463
|
AccessibleRole[AccessibleRole["MENU_ITEM_CHECKBOX"] = 37] = "MENU_ITEM_CHECKBOX";
|
|
464
|
+
/** A radio item in a menu. */
|
|
117
465
|
AccessibleRole[AccessibleRole["MENU_ITEM_RADIO"] = 38] = "MENU_ITEM_RADIO";
|
|
466
|
+
/** Unused */
|
|
118
467
|
AccessibleRole[AccessibleRole["NAVIGATION"] = 39] = "NAVIGATION";
|
|
468
|
+
/**
|
|
469
|
+
* An element that is not represented to accessibility technologies.
|
|
470
|
+
* This role is synonymous to @GTK_ACCESSIBLE_ROLE_PRESENTATION.
|
|
471
|
+
*/
|
|
119
472
|
AccessibleRole[AccessibleRole["NONE"] = 40] = "NONE";
|
|
473
|
+
/** Unused */
|
|
120
474
|
AccessibleRole[AccessibleRole["NOTE"] = 41] = "NOTE";
|
|
475
|
+
/** Unused */
|
|
121
476
|
AccessibleRole[AccessibleRole["OPTION"] = 42] = "OPTION";
|
|
477
|
+
/**
|
|
478
|
+
* An element that is not represented to accessibility technologies.
|
|
479
|
+
* This role is synonymous to @GTK_ACCESSIBLE_ROLE_NONE.
|
|
480
|
+
*/
|
|
122
481
|
AccessibleRole[AccessibleRole["PRESENTATION"] = 43] = "PRESENTATION";
|
|
482
|
+
/**
|
|
483
|
+
* An element that displays the progress
|
|
484
|
+
* status for tasks that take a long time.
|
|
485
|
+
*/
|
|
123
486
|
AccessibleRole[AccessibleRole["PROGRESS_BAR"] = 44] = "PROGRESS_BAR";
|
|
487
|
+
/**
|
|
488
|
+
* A checkable input in a group of radio roles,
|
|
489
|
+
* only one of which can be checked at a time.
|
|
490
|
+
*/
|
|
124
491
|
AccessibleRole[AccessibleRole["RADIO"] = 45] = "RADIO";
|
|
492
|
+
/** Unused */
|
|
125
493
|
AccessibleRole[AccessibleRole["RADIO_GROUP"] = 46] = "RADIO_GROUP";
|
|
494
|
+
/** Abstract role. */
|
|
126
495
|
AccessibleRole[AccessibleRole["RANGE"] = 47] = "RANGE";
|
|
496
|
+
/** Unused */
|
|
127
497
|
AccessibleRole[AccessibleRole["REGION"] = 48] = "REGION";
|
|
498
|
+
/** A row in a columned list. */
|
|
128
499
|
AccessibleRole[AccessibleRole["ROW"] = 49] = "ROW";
|
|
500
|
+
/** Unused */
|
|
129
501
|
AccessibleRole[AccessibleRole["ROW_GROUP"] = 50] = "ROW_GROUP";
|
|
502
|
+
/** Unused */
|
|
130
503
|
AccessibleRole[AccessibleRole["ROW_HEADER"] = 51] = "ROW_HEADER";
|
|
504
|
+
/**
|
|
505
|
+
* A graphical object that controls the scrolling
|
|
506
|
+
* of content within a viewing area, regardless of whether the content is fully
|
|
507
|
+
* displayed within the viewing area.
|
|
508
|
+
*/
|
|
131
509
|
AccessibleRole[AccessibleRole["SCROLLBAR"] = 52] = "SCROLLBAR";
|
|
510
|
+
/** Unused */
|
|
132
511
|
AccessibleRole[AccessibleRole["SEARCH"] = 53] = "SEARCH";
|
|
512
|
+
/**
|
|
513
|
+
* A type of textbox intended for specifying
|
|
514
|
+
* search criteria.
|
|
515
|
+
*/
|
|
133
516
|
AccessibleRole[AccessibleRole["SEARCH_BOX"] = 54] = "SEARCH_BOX";
|
|
517
|
+
/** Abstract role. */
|
|
134
518
|
AccessibleRole[AccessibleRole["SECTION"] = 55] = "SECTION";
|
|
519
|
+
/** Abstract role. */
|
|
135
520
|
AccessibleRole[AccessibleRole["SECTION_HEAD"] = 56] = "SECTION_HEAD";
|
|
521
|
+
/** Abstract role. */
|
|
136
522
|
AccessibleRole[AccessibleRole["SELECT"] = 57] = "SELECT";
|
|
523
|
+
/**
|
|
524
|
+
* A divider that separates and distinguishes
|
|
525
|
+
* sections of content or groups of menuitems.
|
|
526
|
+
*/
|
|
137
527
|
AccessibleRole[AccessibleRole["SEPARATOR"] = 58] = "SEPARATOR";
|
|
528
|
+
/**
|
|
529
|
+
* A user input where the user selects a value
|
|
530
|
+
* from within a given range.
|
|
531
|
+
*/
|
|
138
532
|
AccessibleRole[AccessibleRole["SLIDER"] = 59] = "SLIDER";
|
|
533
|
+
/**
|
|
534
|
+
* A form of range that expects the user to
|
|
535
|
+
* select from among discrete choices.
|
|
536
|
+
*/
|
|
139
537
|
AccessibleRole[AccessibleRole["SPIN_BUTTON"] = 60] = "SPIN_BUTTON";
|
|
538
|
+
/** Unused */
|
|
140
539
|
AccessibleRole[AccessibleRole["STATUS"] = 61] = "STATUS";
|
|
540
|
+
/** Abstract role. */
|
|
141
541
|
AccessibleRole[AccessibleRole["STRUCTURE"] = 62] = "STRUCTURE";
|
|
542
|
+
/**
|
|
543
|
+
* A type of checkbox that represents on/off values,
|
|
544
|
+
* as opposed to checked/unchecked values.
|
|
545
|
+
*/
|
|
142
546
|
AccessibleRole[AccessibleRole["SWITCH"] = 63] = "SWITCH";
|
|
547
|
+
/** An item in a list of tab used for switching pages. */
|
|
143
548
|
AccessibleRole[AccessibleRole["TAB"] = 64] = "TAB";
|
|
549
|
+
/** Unused */
|
|
144
550
|
AccessibleRole[AccessibleRole["TABLE"] = 65] = "TABLE";
|
|
551
|
+
/** A list of tabs for switching pages. */
|
|
145
552
|
AccessibleRole[AccessibleRole["TAB_LIST"] = 66] = "TAB_LIST";
|
|
553
|
+
/** A page in a notebook or stack. */
|
|
146
554
|
AccessibleRole[AccessibleRole["TAB_PANEL"] = 67] = "TAB_PANEL";
|
|
555
|
+
/**
|
|
556
|
+
* A type of input that allows free-form text
|
|
557
|
+
* as its value.
|
|
558
|
+
*/
|
|
147
559
|
AccessibleRole[AccessibleRole["TEXT_BOX"] = 68] = "TEXT_BOX";
|
|
560
|
+
/** Unused */
|
|
148
561
|
AccessibleRole[AccessibleRole["TIME"] = 69] = "TIME";
|
|
562
|
+
/** Unused */
|
|
149
563
|
AccessibleRole[AccessibleRole["TIMER"] = 70] = "TIMER";
|
|
564
|
+
/** Unused */
|
|
150
565
|
AccessibleRole[AccessibleRole["TOOLBAR"] = 71] = "TOOLBAR";
|
|
566
|
+
/** Unused */
|
|
151
567
|
AccessibleRole[AccessibleRole["TOOLTIP"] = 72] = "TOOLTIP";
|
|
568
|
+
/** Unused */
|
|
152
569
|
AccessibleRole[AccessibleRole["TREE"] = 73] = "TREE";
|
|
570
|
+
/** A treeview-like, columned list. */
|
|
153
571
|
AccessibleRole[AccessibleRole["TREE_GRID"] = 74] = "TREE_GRID";
|
|
572
|
+
/** Unused */
|
|
154
573
|
AccessibleRole[AccessibleRole["TREE_ITEM"] = 75] = "TREE_ITEM";
|
|
574
|
+
/**
|
|
575
|
+
* Abstract role for interactive components of a
|
|
576
|
+
* graphical user interface
|
|
577
|
+
*/
|
|
155
578
|
AccessibleRole[AccessibleRole["WIDGET"] = 76] = "WIDGET";
|
|
579
|
+
/** Abstract role for windows. */
|
|
156
580
|
AccessibleRole[AccessibleRole["WINDOW"] = 77] = "WINDOW";
|
|
581
|
+
/**
|
|
582
|
+
* A type of push button which stays pressed until depressed by a second
|
|
583
|
+
* activation.
|
|
584
|
+
*/
|
|
157
585
|
AccessibleRole[AccessibleRole["TOGGLE_BUTTON"] = 78] = "TOGGLE_BUTTON";
|
|
586
|
+
/**
|
|
587
|
+
* A toplevel element of a graphical user interface.
|
|
588
|
+
*
|
|
589
|
+
* This is the role that GTK uses by default for windows.
|
|
590
|
+
*/
|
|
158
591
|
AccessibleRole[AccessibleRole["APPLICATION"] = 79] = "APPLICATION";
|
|
592
|
+
/** A paragraph of content. */
|
|
159
593
|
AccessibleRole[AccessibleRole["PARAGRAPH"] = 80] = "PARAGRAPH";
|
|
594
|
+
/** A section of content that is quoted from another source. */
|
|
160
595
|
AccessibleRole[AccessibleRole["BLOCK_QUOTE"] = 81] = "BLOCK_QUOTE";
|
|
596
|
+
/**
|
|
597
|
+
* A section of a page that consists of a composition that forms an independent
|
|
598
|
+
* part of a document, page, or site.
|
|
599
|
+
*/
|
|
161
600
|
AccessibleRole[AccessibleRole["ARTICLE"] = 82] = "ARTICLE";
|
|
601
|
+
/** A comment contains content expressing reaction to other content. */
|
|
162
602
|
AccessibleRole[AccessibleRole["COMMENT"] = 83] = "COMMENT";
|
|
603
|
+
/** A virtual terminal. */
|
|
163
604
|
AccessibleRole[AccessibleRole["TERMINAL"] = 84] = "TERMINAL";
|
|
164
605
|
})(AccessibleRole || (AccessibleRole = {}));
|
|
606
|
+
/**
|
|
607
|
+
* The possible values for the %GTK_ACCESSIBLE_PROPERTY_SORT
|
|
608
|
+
* accessible property.
|
|
609
|
+
*/
|
|
165
610
|
export var AccessibleSort;
|
|
166
611
|
(function (AccessibleSort) {
|
|
612
|
+
/** There is no defined sort applied to the column. */
|
|
167
613
|
AccessibleSort[AccessibleSort["NONE"] = 0] = "NONE";
|
|
614
|
+
/** Items are sorted in ascending order by this column. */
|
|
168
615
|
AccessibleSort[AccessibleSort["ASCENDING"] = 1] = "ASCENDING";
|
|
616
|
+
/** Items are sorted in descending order by this column. */
|
|
169
617
|
AccessibleSort[AccessibleSort["DESCENDING"] = 2] = "DESCENDING";
|
|
618
|
+
/**
|
|
619
|
+
* A sort algorithm other than ascending or
|
|
620
|
+
* descending has been applied.
|
|
621
|
+
*/
|
|
170
622
|
AccessibleSort[AccessibleSort["OTHER"] = 3] = "OTHER";
|
|
171
623
|
})(AccessibleSort || (AccessibleSort = {}));
|
|
624
|
+
/** The possible accessible states of a [iface@Accessible]. */
|
|
172
625
|
export var AccessibleState;
|
|
173
626
|
(function (AccessibleState) {
|
|
627
|
+
/** A “busy” state. This state has boolean values */
|
|
174
628
|
AccessibleState[AccessibleState["BUSY"] = 0] = "BUSY";
|
|
629
|
+
/**
|
|
630
|
+
* A “checked” state; indicates the current
|
|
631
|
+
* state of a [class@CheckButton]. Value type: [enum@AccessibleTristate]
|
|
632
|
+
*/
|
|
175
633
|
AccessibleState[AccessibleState["CHECKED"] = 1] = "CHECKED";
|
|
634
|
+
/**
|
|
635
|
+
* A “disabled” state; corresponds to the
|
|
636
|
+
* [property@Widget:sensitive] property. It indicates a UI element
|
|
637
|
+
* that is perceivable, but not editable or operable. Value type: boolean
|
|
638
|
+
*/
|
|
176
639
|
AccessibleState[AccessibleState["DISABLED"] = 2] = "DISABLED";
|
|
640
|
+
/**
|
|
641
|
+
* An “expanded” state; corresponds to the
|
|
642
|
+
* [property@Expander:expanded] property. Value type: boolean
|
|
643
|
+
* or undefined
|
|
644
|
+
*/
|
|
177
645
|
AccessibleState[AccessibleState["EXPANDED"] = 3] = "EXPANDED";
|
|
646
|
+
/**
|
|
647
|
+
* A “hidden” state; corresponds to the
|
|
648
|
+
* [property@Widget:visible] property. You can use this state
|
|
649
|
+
* explicitly on UI elements that should not be exposed to an assistive
|
|
650
|
+
* technology. Value type: boolean
|
|
651
|
+
* See also: %GTK_ACCESSIBLE_STATE_DISABLED
|
|
652
|
+
*/
|
|
178
653
|
AccessibleState[AccessibleState["HIDDEN"] = 4] = "HIDDEN";
|
|
654
|
+
/**
|
|
655
|
+
* An “invalid” state; set when a widget
|
|
656
|
+
* is showing an error. Value type: [enum@AccessibleInvalidState]
|
|
657
|
+
*/
|
|
179
658
|
AccessibleState[AccessibleState["INVALID"] = 5] = "INVALID";
|
|
659
|
+
/**
|
|
660
|
+
* A “pressed” state; indicates the current
|
|
661
|
+
* state of a [class@ToggleButton]. Value type: [enum@AccessibleTristate]
|
|
662
|
+
* enumeration
|
|
663
|
+
*/
|
|
180
664
|
AccessibleState[AccessibleState["PRESSED"] = 6] = "PRESSED";
|
|
665
|
+
/**
|
|
666
|
+
* A “selected” state; set when a widget
|
|
667
|
+
* is selected. Value type: boolean or undefined
|
|
668
|
+
*/
|
|
181
669
|
AccessibleState[AccessibleState["SELECTED"] = 7] = "SELECTED";
|
|
670
|
+
/**
|
|
671
|
+
* Indicates that a widget with the GTK_ACCESSIBLE_ROLE_LINK has been visited.
|
|
672
|
+
* Value type: boolean.
|
|
673
|
+
*/
|
|
182
674
|
AccessibleState[AccessibleState["VISITED"] = 8] = "VISITED";
|
|
183
675
|
})(AccessibleState || (AccessibleState = {}));
|
|
676
|
+
/** The type of contents change operation. */
|
|
184
677
|
export var AccessibleTextContentChange;
|
|
185
678
|
(function (AccessibleTextContentChange) {
|
|
679
|
+
/**
|
|
680
|
+
* contents change as the result of
|
|
681
|
+
* an insert operation
|
|
682
|
+
*/
|
|
186
683
|
AccessibleTextContentChange[AccessibleTextContentChange["INSERT"] = 0] = "INSERT";
|
|
684
|
+
/**
|
|
685
|
+
* contents change as the result of
|
|
686
|
+
* a remove operation
|
|
687
|
+
*/
|
|
187
688
|
AccessibleTextContentChange[AccessibleTextContentChange["REMOVE"] = 1] = "REMOVE";
|
|
188
689
|
})(AccessibleTextContentChange || (AccessibleTextContentChange = {}));
|
|
690
|
+
/**
|
|
691
|
+
* The granularity for queries about the text contents of a [iface@Gtk.AccessibleText]
|
|
692
|
+
* implementation.
|
|
693
|
+
*/
|
|
189
694
|
export var AccessibleTextGranularity;
|
|
190
695
|
(function (AccessibleTextGranularity) {
|
|
696
|
+
/**
|
|
697
|
+
* Use the boundary between
|
|
698
|
+
* characters (including non-printing characters)
|
|
699
|
+
*/
|
|
191
700
|
AccessibleTextGranularity[AccessibleTextGranularity["CHARACTER"] = 0] = "CHARACTER";
|
|
701
|
+
/**
|
|
702
|
+
* Use the boundary between words,
|
|
703
|
+
* starting from the beginning of the current word and ending at the
|
|
704
|
+
* beginning of the next word
|
|
705
|
+
*/
|
|
192
706
|
AccessibleTextGranularity[AccessibleTextGranularity["WORD"] = 1] = "WORD";
|
|
707
|
+
/**
|
|
708
|
+
* Use the boundary between
|
|
709
|
+
* sentences, starting from the beginning of the current sentence and
|
|
710
|
+
* ending at the beginning of the next sentence
|
|
711
|
+
*/
|
|
193
712
|
AccessibleTextGranularity[AccessibleTextGranularity["SENTENCE"] = 2] = "SENTENCE";
|
|
713
|
+
/**
|
|
714
|
+
* Use the boundary between lines,
|
|
715
|
+
* starting from the beginning of the current line and ending at the
|
|
716
|
+
* beginning of the next line
|
|
717
|
+
*/
|
|
194
718
|
AccessibleTextGranularity[AccessibleTextGranularity["LINE"] = 3] = "LINE";
|
|
719
|
+
/**
|
|
720
|
+
* Use the boundary between
|
|
721
|
+
* paragraphs, starting from the beginning of the current paragraph and
|
|
722
|
+
* ending at the beginning of the next paragraph
|
|
723
|
+
*/
|
|
195
724
|
AccessibleTextGranularity[AccessibleTextGranularity["PARAGRAPH"] = 4] = "PARAGRAPH";
|
|
196
725
|
})(AccessibleTextGranularity || (AccessibleTextGranularity = {}));
|
|
726
|
+
/**
|
|
727
|
+
* The possible values for the %GTK_ACCESSIBLE_STATE_PRESSED
|
|
728
|
+
* accessible state.
|
|
729
|
+
*
|
|
730
|
+
* Note that the %GTK_ACCESSIBLE_TRISTATE_FALSE and
|
|
731
|
+
* %GTK_ACCESSIBLE_TRISTATE_TRUE have the same values
|
|
732
|
+
* as %FALSE and %TRUE.
|
|
733
|
+
*/
|
|
197
734
|
export var AccessibleTristate;
|
|
198
735
|
(function (AccessibleTristate) {
|
|
736
|
+
/** The state is `false` */
|
|
199
737
|
AccessibleTristate[AccessibleTristate["FALSE"] = 0] = "FALSE";
|
|
738
|
+
/** The state is `true` */
|
|
200
739
|
AccessibleTristate[AccessibleTristate["TRUE"] = 1] = "TRUE";
|
|
740
|
+
/** The state is `mixed` */
|
|
201
741
|
AccessibleTristate[AccessibleTristate["MIXED"] = 2] = "MIXED";
|
|
202
742
|
})(AccessibleTristate || (AccessibleTristate = {}));
|
|
743
|
+
/**
|
|
744
|
+
* Controls how a widget deals with extra space in a single dimension.
|
|
745
|
+
*
|
|
746
|
+
* Alignment only matters if the widget receives a “too large” allocation,
|
|
747
|
+
* for example if you packed the widget with the [property@Gtk.Widget:hexpand]
|
|
748
|
+
* property inside a [class@Box], then the widget might get extra space.
|
|
749
|
+
* If you have for example a 16x16 icon inside a 32x32 space, the icon
|
|
750
|
+
* could be scaled and stretched, it could be centered, or it could be
|
|
751
|
+
* positioned to one side of the space.
|
|
752
|
+
*
|
|
753
|
+
* Note that in horizontal context `GTK_ALIGN_START` and `GTK_ALIGN_END`
|
|
754
|
+
* are interpreted relative to text direction.
|
|
755
|
+
*
|
|
756
|
+
* Baseline support is optional for containers and widgets, and is only available
|
|
757
|
+
* for vertical alignment. `GTK_ALIGN_BASELINE_CENTER` and `GTK_ALIGN_BASELINE_FILL`
|
|
758
|
+
* are treated similar to `GTK_ALIGN_CENTER` and `GTK_ALIGN_FILL`, except that it
|
|
759
|
+
* positions the widget to line up the baselines, where that is supported.
|
|
760
|
+
*/
|
|
203
761
|
export var Align;
|
|
204
762
|
(function (Align) {
|
|
763
|
+
/**
|
|
764
|
+
* stretch to fill all space if possible, center if
|
|
765
|
+
* no meaningful way to stretch
|
|
766
|
+
*/
|
|
205
767
|
Align[Align["FILL"] = 0] = "FILL";
|
|
768
|
+
/** snap to left or top side, leaving space on right or bottom */
|
|
206
769
|
Align[Align["START"] = 1] = "START";
|
|
770
|
+
/** snap to right or bottom side, leaving space on left or top */
|
|
207
771
|
Align[Align["END"] = 2] = "END";
|
|
772
|
+
/** center natural width of widget inside the allocation */
|
|
208
773
|
Align[Align["CENTER"] = 3] = "CENTER";
|
|
774
|
+
/** a different name for `GTK_ALIGN_BASELINE`. */
|
|
209
775
|
Align[Align["BASELINE_FILL"] = 4] = "BASELINE_FILL";
|
|
776
|
+
/** align the widget according to the baseline. */
|
|
210
777
|
Align[Align["BASELINE"] = 4] = "BASELINE";
|
|
778
|
+
/** stretch to fill all space, but align the baseline. */
|
|
211
779
|
Align[Align["BASELINE_CENTER"] = 5] = "BASELINE_CENTER";
|
|
212
780
|
})(Align || (Align = {}));
|
|
781
|
+
/** Indicates the direction in which an arrow should point. */
|
|
213
782
|
export var ArrowType;
|
|
214
783
|
(function (ArrowType) {
|
|
784
|
+
/** Represents an upward pointing arrow. */
|
|
215
785
|
ArrowType[ArrowType["UP"] = 0] = "UP";
|
|
786
|
+
/** Represents a downward pointing arrow. */
|
|
216
787
|
ArrowType[ArrowType["DOWN"] = 1] = "DOWN";
|
|
788
|
+
/** Represents a left pointing arrow. */
|
|
217
789
|
ArrowType[ArrowType["LEFT"] = 2] = "LEFT";
|
|
790
|
+
/** Represents a right pointing arrow. */
|
|
218
791
|
ArrowType[ArrowType["RIGHT"] = 3] = "RIGHT";
|
|
792
|
+
/** No arrow. */
|
|
219
793
|
ArrowType[ArrowType["NONE"] = 4] = "NONE";
|
|
220
794
|
})(ArrowType || (ArrowType = {}));
|
|
795
|
+
/**
|
|
796
|
+
* Determines the role of a page inside a `GtkAssistant`.
|
|
797
|
+
*
|
|
798
|
+
* The role is used to handle buttons sensitivity and visibility.
|
|
799
|
+
*
|
|
800
|
+
* Note that an assistant needs to end its page flow with a page of type
|
|
801
|
+
* %GTK_ASSISTANT_PAGE_CONFIRM, %GTK_ASSISTANT_PAGE_SUMMARY or
|
|
802
|
+
* %GTK_ASSISTANT_PAGE_PROGRESS to be correct.
|
|
803
|
+
*
|
|
804
|
+
* The Cancel button will only be shown if the page isn’t “committed”.
|
|
805
|
+
* See gtk_assistant_commit() for details.
|
|
806
|
+
*/
|
|
221
807
|
export var AssistantPageType;
|
|
222
808
|
(function (AssistantPageType) {
|
|
809
|
+
/**
|
|
810
|
+
* The page has regular contents. Both the
|
|
811
|
+
* Back and forward buttons will be shown.
|
|
812
|
+
*/
|
|
223
813
|
AssistantPageType[AssistantPageType["CONTENT"] = 0] = "CONTENT";
|
|
814
|
+
/**
|
|
815
|
+
* The page contains an introduction to the
|
|
816
|
+
* assistant task. Only the Forward button will be shown if there is a
|
|
817
|
+
* next page.
|
|
818
|
+
*/
|
|
224
819
|
AssistantPageType[AssistantPageType["INTRO"] = 1] = "INTRO";
|
|
820
|
+
/**
|
|
821
|
+
* The page lets the user confirm or deny the
|
|
822
|
+
* changes. The Back and Apply buttons will be shown.
|
|
823
|
+
*/
|
|
225
824
|
AssistantPageType[AssistantPageType["CONFIRM"] = 2] = "CONFIRM";
|
|
825
|
+
/**
|
|
826
|
+
* The page informs the user of the changes
|
|
827
|
+
* done. Only the Close button will be shown.
|
|
828
|
+
*/
|
|
226
829
|
AssistantPageType[AssistantPageType["SUMMARY"] = 3] = "SUMMARY";
|
|
830
|
+
/**
|
|
831
|
+
* Used for tasks that take a long time to
|
|
832
|
+
* complete, blocks the assistant until the page is marked as complete.
|
|
833
|
+
* Only the back button will be shown.
|
|
834
|
+
*/
|
|
227
835
|
AssistantPageType[AssistantPageType["PROGRESS"] = 4] = "PROGRESS";
|
|
836
|
+
/**
|
|
837
|
+
* Used for when other page types are not
|
|
838
|
+
* appropriate. No buttons will be shown, and the application must
|
|
839
|
+
* add its own buttons through gtk_assistant_add_action_widget().
|
|
840
|
+
*/
|
|
228
841
|
AssistantPageType[AssistantPageType["CUSTOM"] = 5] = "CUSTOM";
|
|
229
842
|
})(AssistantPageType || (AssistantPageType = {}));
|
|
843
|
+
/**
|
|
844
|
+
* Baseline position in a row of widgets.
|
|
845
|
+
*
|
|
846
|
+
* Whenever a container has some form of natural row it may align
|
|
847
|
+
* children in that row along a common typographical baseline. If
|
|
848
|
+
* the amount of vertical space in the row is taller than the total
|
|
849
|
+
* requested height of the baseline-aligned children then it can use a
|
|
850
|
+
* `GtkBaselinePosition` to select where to put the baseline inside the
|
|
851
|
+
* extra available space.
|
|
852
|
+
*/
|
|
230
853
|
export var BaselinePosition;
|
|
231
854
|
(function (BaselinePosition) {
|
|
855
|
+
/** Align the baseline at the top */
|
|
232
856
|
BaselinePosition[BaselinePosition["TOP"] = 0] = "TOP";
|
|
857
|
+
/** Center the baseline */
|
|
233
858
|
BaselinePosition[BaselinePosition["CENTER"] = 1] = "CENTER";
|
|
859
|
+
/** Align the baseline at the bottom */
|
|
234
860
|
BaselinePosition[BaselinePosition["BOTTOM"] = 2] = "BOTTOM";
|
|
235
861
|
})(BaselinePosition || (BaselinePosition = {}));
|
|
862
|
+
/** Describes how the border of a UI element should be rendered. */
|
|
236
863
|
export var BorderStyle;
|
|
237
864
|
(function (BorderStyle) {
|
|
865
|
+
/** No visible border */
|
|
238
866
|
BorderStyle[BorderStyle["NONE"] = 0] = "NONE";
|
|
867
|
+
/** Same as %GTK_BORDER_STYLE_NONE */
|
|
239
868
|
BorderStyle[BorderStyle["HIDDEN"] = 1] = "HIDDEN";
|
|
869
|
+
/** A single line segment */
|
|
240
870
|
BorderStyle[BorderStyle["SOLID"] = 2] = "SOLID";
|
|
871
|
+
/** Looks as if the content is sunken into the canvas */
|
|
241
872
|
BorderStyle[BorderStyle["INSET"] = 3] = "INSET";
|
|
873
|
+
/** Looks as if the content is coming out of the canvas */
|
|
242
874
|
BorderStyle[BorderStyle["OUTSET"] = 4] = "OUTSET";
|
|
875
|
+
/** A series of round dots */
|
|
243
876
|
BorderStyle[BorderStyle["DOTTED"] = 5] = "DOTTED";
|
|
877
|
+
/** A series of square-ended dashes */
|
|
244
878
|
BorderStyle[BorderStyle["DASHED"] = 6] = "DASHED";
|
|
879
|
+
/** Two parallel lines with some space between them */
|
|
245
880
|
BorderStyle[BorderStyle["DOUBLE"] = 7] = "DOUBLE";
|
|
881
|
+
/** Looks as if it were carved in the canvas */
|
|
246
882
|
BorderStyle[BorderStyle["GROOVE"] = 8] = "GROOVE";
|
|
883
|
+
/** Looks as if it were coming out of the canvas */
|
|
247
884
|
BorderStyle[BorderStyle["RIDGE"] = 9] = "RIDGE";
|
|
248
885
|
})(BorderStyle || (BorderStyle = {}));
|
|
886
|
+
/**
|
|
887
|
+
* Error codes that identify various errors that can occur while using
|
|
888
|
+
* `GtkBuilder`.
|
|
889
|
+
*/
|
|
249
890
|
export var BuilderError;
|
|
250
891
|
(function (BuilderError) {
|
|
892
|
+
/**
|
|
893
|
+
* A type-func attribute didn’t name
|
|
894
|
+
* a function that returns a `GType`.
|
|
895
|
+
*/
|
|
251
896
|
BuilderError[BuilderError["INVALID_TYPE_FUNCTION"] = 0] = "INVALID_TYPE_FUNCTION";
|
|
897
|
+
/**
|
|
898
|
+
* The input contained a tag that `GtkBuilder`
|
|
899
|
+
* can’t handle.
|
|
900
|
+
*/
|
|
252
901
|
BuilderError[BuilderError["UNHANDLED_TAG"] = 1] = "UNHANDLED_TAG";
|
|
902
|
+
/**
|
|
903
|
+
* An attribute that is required by
|
|
904
|
+
* `GtkBuilder` was missing.
|
|
905
|
+
*/
|
|
253
906
|
BuilderError[BuilderError["MISSING_ATTRIBUTE"] = 2] = "MISSING_ATTRIBUTE";
|
|
907
|
+
/**
|
|
908
|
+
* `GtkBuilder` found an attribute that
|
|
909
|
+
* it doesn’t understand.
|
|
910
|
+
*/
|
|
254
911
|
BuilderError[BuilderError["INVALID_ATTRIBUTE"] = 3] = "INVALID_ATTRIBUTE";
|
|
912
|
+
/**
|
|
913
|
+
* `GtkBuilder` found a tag that
|
|
914
|
+
* it doesn’t understand.
|
|
915
|
+
*/
|
|
255
916
|
BuilderError[BuilderError["INVALID_TAG"] = 4] = "INVALID_TAG";
|
|
917
|
+
/**
|
|
918
|
+
* A required property value was
|
|
919
|
+
* missing.
|
|
920
|
+
*/
|
|
256
921
|
BuilderError[BuilderError["MISSING_PROPERTY_VALUE"] = 5] = "MISSING_PROPERTY_VALUE";
|
|
922
|
+
/**
|
|
923
|
+
* `GtkBuilder` couldn’t parse
|
|
924
|
+
* some attribute value.
|
|
925
|
+
*/
|
|
257
926
|
BuilderError[BuilderError["INVALID_VALUE"] = 6] = "INVALID_VALUE";
|
|
927
|
+
/**
|
|
928
|
+
* The input file requires a newer version
|
|
929
|
+
* of GTK.
|
|
930
|
+
*/
|
|
258
931
|
BuilderError[BuilderError["VERSION_MISMATCH"] = 7] = "VERSION_MISMATCH";
|
|
932
|
+
/** An object id occurred twice. */
|
|
259
933
|
BuilderError[BuilderError["DUPLICATE_ID"] = 8] = "DUPLICATE_ID";
|
|
934
|
+
/**
|
|
935
|
+
* A specified object type is of the same type or
|
|
936
|
+
* derived from the type of the composite class being extended with builder XML.
|
|
937
|
+
*/
|
|
260
938
|
BuilderError[BuilderError["OBJECT_TYPE_REFUSED"] = 9] = "OBJECT_TYPE_REFUSED";
|
|
939
|
+
/** The wrong type was specified in a composite class’s template XML */
|
|
261
940
|
BuilderError[BuilderError["TEMPLATE_MISMATCH"] = 10] = "TEMPLATE_MISMATCH";
|
|
941
|
+
/** The specified property is unknown for the object class. */
|
|
262
942
|
BuilderError[BuilderError["INVALID_PROPERTY"] = 11] = "INVALID_PROPERTY";
|
|
943
|
+
/** The specified signal is unknown for the object class. */
|
|
263
944
|
BuilderError[BuilderError["INVALID_SIGNAL"] = 12] = "INVALID_SIGNAL";
|
|
945
|
+
/** An object id is unknown. */
|
|
264
946
|
BuilderError[BuilderError["INVALID_ID"] = 13] = "INVALID_ID";
|
|
947
|
+
/**
|
|
948
|
+
* A function could not be found. This often happens
|
|
949
|
+
* when symbols are set to be kept private. Compiling code with -rdynamic or using the
|
|
950
|
+
* `gmodule-export-2.0` pkgconfig module can fix this problem.
|
|
951
|
+
*/
|
|
265
952
|
BuilderError[BuilderError["INVALID_FUNCTION"] = 14] = "INVALID_FUNCTION";
|
|
266
953
|
})(BuilderError || (BuilderError = {}));
|
|
954
|
+
/**
|
|
955
|
+
* Prebuilt sets of buttons for `GtkDialog`.
|
|
956
|
+
*
|
|
957
|
+
* If none of these choices are appropriate, simply use
|
|
958
|
+
* %GTK_BUTTONS_NONE and call [method@Gtk.Dialog.add_buttons].
|
|
959
|
+
*
|
|
960
|
+
* > Please note that %GTK_BUTTONS_OK, %GTK_BUTTONS_YES_NO
|
|
961
|
+
* > and %GTK_BUTTONS_OK_CANCEL are discouraged by the
|
|
962
|
+
* > [GNOME Human Interface Guidelines](https://developer.gnome.org/hig/).
|
|
963
|
+
*/
|
|
267
964
|
export var ButtonsType;
|
|
268
965
|
(function (ButtonsType) {
|
|
966
|
+
/** no buttons at all */
|
|
269
967
|
ButtonsType[ButtonsType["NONE"] = 0] = "NONE";
|
|
968
|
+
/** an OK button */
|
|
270
969
|
ButtonsType[ButtonsType["OK"] = 1] = "OK";
|
|
970
|
+
/** a Close button */
|
|
271
971
|
ButtonsType[ButtonsType["CLOSE"] = 2] = "CLOSE";
|
|
972
|
+
/** a Cancel button */
|
|
272
973
|
ButtonsType[ButtonsType["CANCEL"] = 3] = "CANCEL";
|
|
974
|
+
/** Yes and No buttons */
|
|
273
975
|
ButtonsType[ButtonsType["YES_NO"] = 4] = "YES_NO";
|
|
976
|
+
/** OK and Cancel buttons */
|
|
274
977
|
ButtonsType[ButtonsType["OK_CANCEL"] = 5] = "OK_CANCEL";
|
|
275
978
|
})(ButtonsType || (ButtonsType = {}));
|
|
979
|
+
/** The available modes for [property@Gtk.CellRendererAccel:accel-mode]. */
|
|
276
980
|
export var CellRendererAccelMode;
|
|
277
981
|
(function (CellRendererAccelMode) {
|
|
982
|
+
/** GTK accelerators mode */
|
|
278
983
|
CellRendererAccelMode[CellRendererAccelMode["GTK"] = 0] = "GTK";
|
|
984
|
+
/** Other accelerator mode */
|
|
279
985
|
CellRendererAccelMode[CellRendererAccelMode["OTHER"] = 1] = "OTHER";
|
|
280
986
|
})(CellRendererAccelMode || (CellRendererAccelMode = {}));
|
|
987
|
+
/** Identifies how the user can interact with a particular cell. */
|
|
281
988
|
export var CellRendererMode;
|
|
282
989
|
(function (CellRendererMode) {
|
|
990
|
+
/**
|
|
991
|
+
* The cell is just for display
|
|
992
|
+
* and cannot be interacted with. Note that this doesn’t mean that eg. the
|
|
993
|
+
* row being drawn can’t be selected -- just that a particular element of
|
|
994
|
+
* it cannot be individually modified.
|
|
995
|
+
*/
|
|
283
996
|
CellRendererMode[CellRendererMode["INERT"] = 0] = "INERT";
|
|
997
|
+
/** The cell can be clicked. */
|
|
284
998
|
CellRendererMode[CellRendererMode["ACTIVATABLE"] = 1] = "ACTIVATABLE";
|
|
999
|
+
/** The cell can be edited or otherwise modified. */
|
|
285
1000
|
CellRendererMode[CellRendererMode["EDITABLE"] = 2] = "EDITABLE";
|
|
286
1001
|
})(CellRendererMode || (CellRendererMode = {}));
|
|
1002
|
+
/**
|
|
1003
|
+
* Describes how a [class@Gtk.StringSorter] turns strings into sort keys to
|
|
1004
|
+
* compare them.
|
|
1005
|
+
*
|
|
1006
|
+
* Note that the result of sorting will in general depend on the current locale
|
|
1007
|
+
* unless the mode is @GTK_COLLATION_NONE.
|
|
1008
|
+
*/
|
|
287
1009
|
export var Collation;
|
|
288
1010
|
(function (Collation) {
|
|
1011
|
+
/** Don't do any collation */
|
|
289
1012
|
Collation[Collation["NONE"] = 0] = "NONE";
|
|
1013
|
+
/** Use [func@GLib.utf8_collate_key] */
|
|
290
1014
|
Collation[Collation["UNICODE"] = 1] = "UNICODE";
|
|
1015
|
+
/** Use [func@GLib.utf8_collate_key_for_filename] */
|
|
291
1016
|
Collation[Collation["FILENAME"] = 2] = "FILENAME";
|
|
292
1017
|
})(Collation || (Collation = {}));
|
|
1018
|
+
/** The widget attributes that can be used when creating a [class@Constraint]. */
|
|
293
1019
|
export var ConstraintAttribute;
|
|
294
1020
|
(function (ConstraintAttribute) {
|
|
1021
|
+
/**
|
|
1022
|
+
* No attribute, used for constant
|
|
1023
|
+
* relations
|
|
1024
|
+
*/
|
|
295
1025
|
ConstraintAttribute[ConstraintAttribute["NONE"] = 0] = "NONE";
|
|
1026
|
+
/**
|
|
1027
|
+
* The left edge of a widget, regardless of
|
|
1028
|
+
* text direction
|
|
1029
|
+
*/
|
|
296
1030
|
ConstraintAttribute[ConstraintAttribute["LEFT"] = 1] = "LEFT";
|
|
1031
|
+
/**
|
|
1032
|
+
* The right edge of a widget, regardless
|
|
1033
|
+
* of text direction
|
|
1034
|
+
*/
|
|
297
1035
|
ConstraintAttribute[ConstraintAttribute["RIGHT"] = 2] = "RIGHT";
|
|
1036
|
+
/** The top edge of a widget */
|
|
298
1037
|
ConstraintAttribute[ConstraintAttribute["TOP"] = 3] = "TOP";
|
|
1038
|
+
/** The bottom edge of a widget */
|
|
299
1039
|
ConstraintAttribute[ConstraintAttribute["BOTTOM"] = 4] = "BOTTOM";
|
|
1040
|
+
/**
|
|
1041
|
+
* The leading edge of a widget, depending
|
|
1042
|
+
* on text direction; equivalent to %GTK_CONSTRAINT_ATTRIBUTE_LEFT for LTR
|
|
1043
|
+
* languages, and %GTK_CONSTRAINT_ATTRIBUTE_RIGHT for RTL ones
|
|
1044
|
+
*/
|
|
300
1045
|
ConstraintAttribute[ConstraintAttribute["START"] = 5] = "START";
|
|
1046
|
+
/**
|
|
1047
|
+
* The trailing edge of a widget, depending
|
|
1048
|
+
* on text direction; equivalent to %GTK_CONSTRAINT_ATTRIBUTE_RIGHT for LTR
|
|
1049
|
+
* languages, and %GTK_CONSTRAINT_ATTRIBUTE_LEFT for RTL ones
|
|
1050
|
+
*/
|
|
301
1051
|
ConstraintAttribute[ConstraintAttribute["END"] = 6] = "END";
|
|
1052
|
+
/** The width of a widget */
|
|
302
1053
|
ConstraintAttribute[ConstraintAttribute["WIDTH"] = 7] = "WIDTH";
|
|
1054
|
+
/** The height of a widget */
|
|
303
1055
|
ConstraintAttribute[ConstraintAttribute["HEIGHT"] = 8] = "HEIGHT";
|
|
1056
|
+
/**
|
|
1057
|
+
* The center of a widget, on the
|
|
1058
|
+
* horizontal axis
|
|
1059
|
+
*/
|
|
304
1060
|
ConstraintAttribute[ConstraintAttribute["CENTER_X"] = 9] = "CENTER_X";
|
|
1061
|
+
/**
|
|
1062
|
+
* The center of a widget, on the
|
|
1063
|
+
* vertical axis
|
|
1064
|
+
*/
|
|
305
1065
|
ConstraintAttribute[ConstraintAttribute["CENTER_Y"] = 10] = "CENTER_Y";
|
|
1066
|
+
/** The baseline of a widget */
|
|
306
1067
|
ConstraintAttribute[ConstraintAttribute["BASELINE"] = 11] = "BASELINE";
|
|
307
1068
|
})(ConstraintAttribute || (ConstraintAttribute = {}));
|
|
1069
|
+
/** The relation between two terms of a constraint. */
|
|
308
1070
|
export var ConstraintRelation;
|
|
309
1071
|
(function (ConstraintRelation) {
|
|
1072
|
+
/** Less than, or equal */
|
|
310
1073
|
ConstraintRelation[ConstraintRelation["LE"] = -1] = "LE";
|
|
1074
|
+
/** Equal */
|
|
311
1075
|
ConstraintRelation[ConstraintRelation["EQ"] = 0] = "EQ";
|
|
1076
|
+
/** Greater than, or equal */
|
|
312
1077
|
ConstraintRelation[ConstraintRelation["GE"] = 1] = "GE";
|
|
313
1078
|
})(ConstraintRelation || (ConstraintRelation = {}));
|
|
1079
|
+
/**
|
|
1080
|
+
* The strength of a constraint, expressed as a symbolic constant.
|
|
1081
|
+
*
|
|
1082
|
+
* The strength of a [class@Constraint] can be expressed with any positive
|
|
1083
|
+
* integer; the values of this enumeration can be used for readability.
|
|
1084
|
+
*/
|
|
314
1085
|
export var ConstraintStrength;
|
|
315
1086
|
(function (ConstraintStrength) {
|
|
1087
|
+
/** The constraint is required towards solving the layout */
|
|
316
1088
|
ConstraintStrength[ConstraintStrength["REQUIRED"] = 1001001000] = "REQUIRED";
|
|
1089
|
+
/** A strong constraint */
|
|
317
1090
|
ConstraintStrength[ConstraintStrength["STRONG"] = 1000000000] = "STRONG";
|
|
1091
|
+
/** A medium constraint */
|
|
318
1092
|
ConstraintStrength[ConstraintStrength["MEDIUM"] = 1000] = "MEDIUM";
|
|
1093
|
+
/** A weak constraint */
|
|
319
1094
|
ConstraintStrength[ConstraintStrength["WEAK"] = 1] = "WEAK";
|
|
320
1095
|
})(ConstraintStrength || (ConstraintStrength = {}));
|
|
1096
|
+
/** Domain for VFL parsing errors. */
|
|
321
1097
|
export var ConstraintVflParserError;
|
|
322
1098
|
(function (ConstraintVflParserError) {
|
|
1099
|
+
/** Invalid or unknown symbol */
|
|
323
1100
|
ConstraintVflParserError[ConstraintVflParserError["SYMBOL"] = 0] = "SYMBOL";
|
|
1101
|
+
/** Invalid or unknown attribute */
|
|
324
1102
|
ConstraintVflParserError[ConstraintVflParserError["ATTRIBUTE"] = 1] = "ATTRIBUTE";
|
|
1103
|
+
/** Invalid or unknown view */
|
|
325
1104
|
ConstraintVflParserError[ConstraintVflParserError["VIEW"] = 2] = "VIEW";
|
|
1105
|
+
/** Invalid or unknown metric */
|
|
326
1106
|
ConstraintVflParserError[ConstraintVflParserError["METRIC"] = 3] = "METRIC";
|
|
1107
|
+
/** Invalid or unknown priority */
|
|
327
1108
|
ConstraintVflParserError[ConstraintVflParserError["PRIORITY"] = 4] = "PRIORITY";
|
|
1109
|
+
/** Invalid or unknown relation */
|
|
328
1110
|
ConstraintVflParserError[ConstraintVflParserError["RELATION"] = 5] = "RELATION";
|
|
329
1111
|
})(ConstraintVflParserError || (ConstraintVflParserError = {}));
|
|
1112
|
+
/** Controls how a content should be made to fit inside an allocation. */
|
|
330
1113
|
export var ContentFit;
|
|
331
1114
|
(function (ContentFit) {
|
|
1115
|
+
/**
|
|
1116
|
+
* Make the content fill the entire allocation,
|
|
1117
|
+
* without taking its aspect ratio in consideration. The resulting
|
|
1118
|
+
* content will appear as stretched if its aspect ratio is different
|
|
1119
|
+
* from the allocation aspect ratio.
|
|
1120
|
+
*/
|
|
332
1121
|
ContentFit[ContentFit["FILL"] = 0] = "FILL";
|
|
1122
|
+
/**
|
|
1123
|
+
* Scale the content to fit the allocation,
|
|
1124
|
+
* while taking its aspect ratio in consideration. The resulting
|
|
1125
|
+
* content will appear as letterboxed if its aspect ratio is different
|
|
1126
|
+
* from the allocation aspect ratio.
|
|
1127
|
+
*/
|
|
333
1128
|
ContentFit[ContentFit["CONTAIN"] = 1] = "CONTAIN";
|
|
1129
|
+
/**
|
|
1130
|
+
* Cover the entire allocation, while taking
|
|
1131
|
+
* the content aspect ratio in consideration. The resulting content
|
|
1132
|
+
* will appear as clipped if its aspect ratio is different from the
|
|
1133
|
+
* allocation aspect ratio.
|
|
1134
|
+
*/
|
|
334
1135
|
ContentFit[ContentFit["COVER"] = 2] = "COVER";
|
|
1136
|
+
/**
|
|
1137
|
+
* The content is scaled down to fit the
|
|
1138
|
+
* allocation, if needed, otherwise its original size is used.
|
|
1139
|
+
*/
|
|
335
1140
|
ContentFit[ContentFit["SCALE_DOWN"] = 3] = "SCALE_DOWN";
|
|
336
1141
|
})(ContentFit || (ContentFit = {}));
|
|
1142
|
+
/**
|
|
1143
|
+
* Specifies which corner a child widget should be placed in when packed into
|
|
1144
|
+
* a `GtkScrolledWindow.`
|
|
1145
|
+
*
|
|
1146
|
+
* This is effectively the opposite of where the scroll bars are placed.
|
|
1147
|
+
*/
|
|
337
1148
|
export var CornerType;
|
|
338
1149
|
(function (CornerType) {
|
|
1150
|
+
/**
|
|
1151
|
+
* Place the scrollbars on the right and bottom of the
|
|
1152
|
+
* widget (default behaviour).
|
|
1153
|
+
*/
|
|
339
1154
|
CornerType[CornerType["TOP_LEFT"] = 0] = "TOP_LEFT";
|
|
1155
|
+
/**
|
|
1156
|
+
* Place the scrollbars on the top and right of the
|
|
1157
|
+
* widget.
|
|
1158
|
+
*/
|
|
340
1159
|
CornerType[CornerType["BOTTOM_LEFT"] = 1] = "BOTTOM_LEFT";
|
|
1160
|
+
/**
|
|
1161
|
+
* Place the scrollbars on the left and bottom of the
|
|
1162
|
+
* widget.
|
|
1163
|
+
*/
|
|
341
1164
|
CornerType[CornerType["TOP_RIGHT"] = 2] = "TOP_RIGHT";
|
|
1165
|
+
/**
|
|
1166
|
+
* Place the scrollbars on the top and left of the
|
|
1167
|
+
* widget.
|
|
1168
|
+
*/
|
|
342
1169
|
CornerType[CornerType["BOTTOM_RIGHT"] = 3] = "BOTTOM_RIGHT";
|
|
343
1170
|
})(CornerType || (CornerType = {}));
|
|
1171
|
+
/**
|
|
1172
|
+
* Errors that can occur while parsing CSS.
|
|
1173
|
+
*
|
|
1174
|
+
* These errors are unexpected and will cause parts of the given CSS
|
|
1175
|
+
* to be ignored.
|
|
1176
|
+
*/
|
|
344
1177
|
export var CssParserError;
|
|
345
1178
|
(function (CssParserError) {
|
|
1179
|
+
/** Unknown failure. */
|
|
346
1180
|
CssParserError[CssParserError["FAILED"] = 0] = "FAILED";
|
|
1181
|
+
/** The given text does not form valid syntax */
|
|
347
1182
|
CssParserError[CssParserError["SYNTAX"] = 1] = "SYNTAX";
|
|
1183
|
+
/** Failed to import a resource */
|
|
348
1184
|
CssParserError[CssParserError["IMPORT"] = 2] = "IMPORT";
|
|
1185
|
+
/** The given name has not been defined */
|
|
349
1186
|
CssParserError[CssParserError["NAME"] = 3] = "NAME";
|
|
1187
|
+
/** The given value is not correct */
|
|
350
1188
|
CssParserError[CssParserError["UNKNOWN_VALUE"] = 4] = "UNKNOWN_VALUE";
|
|
351
1189
|
})(CssParserError || (CssParserError = {}));
|
|
1190
|
+
/**
|
|
1191
|
+
* Warnings that can occur while parsing CSS.
|
|
1192
|
+
*
|
|
1193
|
+
* Unlike `GtkCssParserError`s, warnings do not cause the parser to
|
|
1194
|
+
* skip any input, but they indicate issues that should be fixed.
|
|
1195
|
+
*/
|
|
352
1196
|
export var CssParserWarning;
|
|
353
1197
|
(function (CssParserWarning) {
|
|
1198
|
+
/**
|
|
1199
|
+
* The given construct is
|
|
1200
|
+
* deprecated and will be removed in a future version
|
|
1201
|
+
*/
|
|
354
1202
|
CssParserWarning[CssParserWarning["DEPRECATED"] = 0] = "DEPRECATED";
|
|
1203
|
+
/**
|
|
1204
|
+
* A syntax construct was used
|
|
1205
|
+
* that should be avoided
|
|
1206
|
+
*/
|
|
355
1207
|
CssParserWarning[CssParserWarning["SYNTAX"] = 1] = "SYNTAX";
|
|
1208
|
+
/** A feature is not implemented */
|
|
356
1209
|
CssParserWarning[CssParserWarning["UNIMPLEMENTED"] = 2] = "UNIMPLEMENTED";
|
|
357
1210
|
})(CssParserWarning || (CssParserWarning = {}));
|
|
1211
|
+
/** Passed to various keybinding signals for deleting text. */
|
|
358
1212
|
export var DeleteType;
|
|
359
1213
|
(function (DeleteType) {
|
|
1214
|
+
/** Delete characters. */
|
|
360
1215
|
DeleteType[DeleteType["CHARS"] = 0] = "CHARS";
|
|
1216
|
+
/**
|
|
1217
|
+
* Delete only the portion of the word to the
|
|
1218
|
+
* left/right of cursor if we’re in the middle of a word.
|
|
1219
|
+
*/
|
|
361
1220
|
DeleteType[DeleteType["WORD_ENDS"] = 1] = "WORD_ENDS";
|
|
1221
|
+
/** Delete words. */
|
|
362
1222
|
DeleteType[DeleteType["WORDS"] = 2] = "WORDS";
|
|
1223
|
+
/**
|
|
1224
|
+
* Delete display-lines. Display-lines
|
|
1225
|
+
* refers to the visible lines, with respect to the current line
|
|
1226
|
+
* breaks. As opposed to paragraphs, which are defined by line
|
|
1227
|
+
* breaks in the input.
|
|
1228
|
+
*/
|
|
363
1229
|
DeleteType[DeleteType["DISPLAY_LINES"] = 3] = "DISPLAY_LINES";
|
|
1230
|
+
/**
|
|
1231
|
+
* Delete only the portion of the
|
|
1232
|
+
* display-line to the left/right of cursor.
|
|
1233
|
+
*/
|
|
364
1234
|
DeleteType[DeleteType["DISPLAY_LINE_ENDS"] = 4] = "DISPLAY_LINE_ENDS";
|
|
1235
|
+
/**
|
|
1236
|
+
* Delete to the end of the
|
|
1237
|
+
* paragraph. Like C-k in Emacs (or its reverse).
|
|
1238
|
+
*/
|
|
365
1239
|
DeleteType[DeleteType["PARAGRAPH_ENDS"] = 5] = "PARAGRAPH_ENDS";
|
|
1240
|
+
/** Delete entire line. Like C-k in pico. */
|
|
366
1241
|
DeleteType[DeleteType["PARAGRAPHS"] = 6] = "PARAGRAPHS";
|
|
1242
|
+
/** Delete only whitespace. Like M-\ in Emacs. */
|
|
367
1243
|
DeleteType[DeleteType["WHITESPACE"] = 7] = "WHITESPACE";
|
|
368
1244
|
})(DeleteType || (DeleteType = {}));
|
|
1245
|
+
/**
|
|
1246
|
+
* Error codes in the `GTK_DIALOG_ERROR` domain that can be returned
|
|
1247
|
+
* by async dialog functions.
|
|
1248
|
+
*/
|
|
369
1249
|
export var DialogError;
|
|
370
1250
|
(function (DialogError) {
|
|
1251
|
+
/**
|
|
1252
|
+
* Generic error condition for when
|
|
1253
|
+
* an operation fails and no more specific code is applicable
|
|
1254
|
+
*/
|
|
371
1255
|
DialogError[DialogError["FAILED"] = 0] = "FAILED";
|
|
1256
|
+
/**
|
|
1257
|
+
* The async function call was cancelled
|
|
1258
|
+
* via its `GCancellable`
|
|
1259
|
+
*/
|
|
372
1260
|
DialogError[DialogError["CANCELLED"] = 1] = "CANCELLED";
|
|
1261
|
+
/**
|
|
1262
|
+
* The operation was cancelled
|
|
1263
|
+
* by the user (via a Cancel or Close button)
|
|
1264
|
+
*/
|
|
373
1265
|
DialogError[DialogError["DISMISSED"] = 2] = "DISMISSED";
|
|
374
1266
|
})(DialogError || (DialogError = {}));
|
|
1267
|
+
/** Focus movement types. */
|
|
375
1268
|
export var DirectionType;
|
|
376
1269
|
(function (DirectionType) {
|
|
1270
|
+
/** Move forward. */
|
|
377
1271
|
DirectionType[DirectionType["TAB_FORWARD"] = 0] = "TAB_FORWARD";
|
|
1272
|
+
/** Move backward. */
|
|
378
1273
|
DirectionType[DirectionType["TAB_BACKWARD"] = 1] = "TAB_BACKWARD";
|
|
1274
|
+
/** Move up. */
|
|
379
1275
|
DirectionType[DirectionType["UP"] = 2] = "UP";
|
|
1276
|
+
/** Move down. */
|
|
380
1277
|
DirectionType[DirectionType["DOWN"] = 3] = "DOWN";
|
|
1278
|
+
/** Move left. */
|
|
381
1279
|
DirectionType[DirectionType["LEFT"] = 4] = "LEFT";
|
|
1280
|
+
/** Move right. */
|
|
382
1281
|
DirectionType[DirectionType["RIGHT"] = 5] = "RIGHT";
|
|
383
1282
|
})(DirectionType || (DirectionType = {}));
|
|
1283
|
+
/**
|
|
1284
|
+
* The identifiers for [iface@Gtk.Editable] properties.
|
|
1285
|
+
*
|
|
1286
|
+
* See [func@Gtk.Editable.install_properties] for details on how to
|
|
1287
|
+
* implement the `GtkEditable` interface.
|
|
1288
|
+
*/
|
|
384
1289
|
export var EditableProperties;
|
|
385
1290
|
(function (EditableProperties) {
|
|
1291
|
+
/** the property id for [property@Gtk.Editable:text] */
|
|
386
1292
|
EditableProperties[EditableProperties["PROP_TEXT"] = 0] = "PROP_TEXT";
|
|
1293
|
+
/** the property id for [property@Gtk.Editable:cursor-position] */
|
|
387
1294
|
EditableProperties[EditableProperties["PROP_CURSOR_POSITION"] = 1] = "PROP_CURSOR_POSITION";
|
|
1295
|
+
/** the property id for [property@Gtk.Editable:selection-bound] */
|
|
388
1296
|
EditableProperties[EditableProperties["PROP_SELECTION_BOUND"] = 2] = "PROP_SELECTION_BOUND";
|
|
1297
|
+
/** the property id for [property@Gtk.Editable:editable] */
|
|
389
1298
|
EditableProperties[EditableProperties["PROP_EDITABLE"] = 3] = "PROP_EDITABLE";
|
|
1299
|
+
/** the property id for [property@Gtk.Editable:width-chars] */
|
|
390
1300
|
EditableProperties[EditableProperties["PROP_WIDTH_CHARS"] = 4] = "PROP_WIDTH_CHARS";
|
|
1301
|
+
/** the property id for [property@Gtk.Editable:max-width-chars] */
|
|
391
1302
|
EditableProperties[EditableProperties["PROP_MAX_WIDTH_CHARS"] = 5] = "PROP_MAX_WIDTH_CHARS";
|
|
1303
|
+
/** the property id for [property@Gtk.Editable:xalign] */
|
|
392
1304
|
EditableProperties[EditableProperties["PROP_XALIGN"] = 6] = "PROP_XALIGN";
|
|
1305
|
+
/** the property id for [property@Gtk.Editable:enable-undo] */
|
|
393
1306
|
EditableProperties[EditableProperties["PROP_ENABLE_UNDO"] = 7] = "PROP_ENABLE_UNDO";
|
|
1307
|
+
/** the number of properties */
|
|
394
1308
|
EditableProperties[EditableProperties["NUM_PROPERTIES"] = 8] = "NUM_PROPERTIES";
|
|
395
1309
|
})(EditableProperties || (EditableProperties = {}));
|
|
1310
|
+
/** Specifies the side of the entry at which an icon is placed. */
|
|
396
1311
|
export var EntryIconPosition;
|
|
397
1312
|
(function (EntryIconPosition) {
|
|
1313
|
+
/** At the beginning of the entry (depending on the text direction). */
|
|
398
1314
|
EntryIconPosition[EntryIconPosition["PRIMARY"] = 0] = "PRIMARY";
|
|
1315
|
+
/** At the end of the entry (depending on the text direction). */
|
|
399
1316
|
EntryIconPosition[EntryIconPosition["SECONDARY"] = 1] = "SECONDARY";
|
|
400
1317
|
})(EntryIconPosition || (EntryIconPosition = {}));
|
|
1318
|
+
/** Describes the state of a [struct@Gdk.EventSequence] in a [class@Gesture]. */
|
|
401
1319
|
export var EventSequenceState;
|
|
402
1320
|
(function (EventSequenceState) {
|
|
1321
|
+
/** The sequence is handled, but not grabbed. */
|
|
403
1322
|
EventSequenceState[EventSequenceState["NONE"] = 0] = "NONE";
|
|
1323
|
+
/** The sequence is handled and grabbed. */
|
|
404
1324
|
EventSequenceState[EventSequenceState["CLAIMED"] = 1] = "CLAIMED";
|
|
1325
|
+
/** The sequence is denied. */
|
|
405
1326
|
EventSequenceState[EventSequenceState["DENIED"] = 2] = "DENIED";
|
|
406
1327
|
})(EventSequenceState || (EventSequenceState = {}));
|
|
1328
|
+
/**
|
|
1329
|
+
* Describes whether a `GtkFileChooser` is being used to open existing files
|
|
1330
|
+
* or to save to a possibly new file.
|
|
1331
|
+
*/
|
|
407
1332
|
export var FileChooserAction;
|
|
408
1333
|
(function (FileChooserAction) {
|
|
1334
|
+
/**
|
|
1335
|
+
* Indicates open mode. The file chooser
|
|
1336
|
+
* will only let the user pick an existing file.
|
|
1337
|
+
*/
|
|
409
1338
|
FileChooserAction[FileChooserAction["OPEN"] = 0] = "OPEN";
|
|
1339
|
+
/**
|
|
1340
|
+
* Indicates save mode. The file chooser
|
|
1341
|
+
* will let the user pick an existing file, or type in a new
|
|
1342
|
+
* filename.
|
|
1343
|
+
*/
|
|
410
1344
|
FileChooserAction[FileChooserAction["SAVE"] = 1] = "SAVE";
|
|
1345
|
+
/**
|
|
1346
|
+
* Indicates an Open mode for
|
|
1347
|
+
* selecting folders. The file chooser will let the user pick an
|
|
1348
|
+
* existing folder.
|
|
1349
|
+
*/
|
|
411
1350
|
FileChooserAction[FileChooserAction["SELECT_FOLDER"] = 2] = "SELECT_FOLDER";
|
|
412
1351
|
})(FileChooserAction || (FileChooserAction = {}));
|
|
1352
|
+
/**
|
|
1353
|
+
* These identify the various errors that can occur while calling
|
|
1354
|
+
* `GtkFileChooser` functions.
|
|
1355
|
+
*/
|
|
413
1356
|
export var FileChooserError;
|
|
414
1357
|
(function (FileChooserError) {
|
|
1358
|
+
/** Indicates that a file does not exist. */
|
|
415
1359
|
FileChooserError[FileChooserError["NONEXISTENT"] = 0] = "NONEXISTENT";
|
|
1360
|
+
/** Indicates a malformed filename. */
|
|
416
1361
|
FileChooserError[FileChooserError["BAD_FILENAME"] = 1] = "BAD_FILENAME";
|
|
1362
|
+
/**
|
|
1363
|
+
* Indicates a duplicate path (e.g. when
|
|
1364
|
+
* adding a bookmark).
|
|
1365
|
+
*/
|
|
417
1366
|
FileChooserError[FileChooserError["ALREADY_EXISTS"] = 2] = "ALREADY_EXISTS";
|
|
1367
|
+
/**
|
|
1368
|
+
* Indicates an incomplete hostname
|
|
1369
|
+
* (e.g. "http://foo" without a slash after that).
|
|
1370
|
+
*/
|
|
418
1371
|
FileChooserError[FileChooserError["INCOMPLETE_HOSTNAME"] = 3] = "INCOMPLETE_HOSTNAME";
|
|
419
1372
|
})(FileChooserError || (FileChooserError = {}));
|
|
1373
|
+
/**
|
|
1374
|
+
* Describes changes in a filter in more detail and allows objects
|
|
1375
|
+
* using the filter to optimize refiltering items.
|
|
1376
|
+
*
|
|
1377
|
+
* If you are writing an implementation and are not sure which
|
|
1378
|
+
* value to pass, `GTK_FILTER_CHANGE_DIFFERENT` is always a correct
|
|
1379
|
+
* choice.
|
|
1380
|
+
*
|
|
1381
|
+
* New values may be added in the future.
|
|
1382
|
+
*/
|
|
420
1383
|
export var FilterChange;
|
|
421
1384
|
(function (FilterChange) {
|
|
1385
|
+
/**
|
|
1386
|
+
* The filter change cannot be
|
|
1387
|
+
* described with any of the other enumeration values
|
|
1388
|
+
*/
|
|
422
1389
|
FilterChange[FilterChange["DIFFERENT"] = 0] = "DIFFERENT";
|
|
1390
|
+
/**
|
|
1391
|
+
* The filter is less strict than
|
|
1392
|
+
* it was before: All items that it used to return true
|
|
1393
|
+
* still return true, others now may, too.
|
|
1394
|
+
*/
|
|
423
1395
|
FilterChange[FilterChange["LESS_STRICT"] = 1] = "LESS_STRICT";
|
|
1396
|
+
/**
|
|
1397
|
+
* The filter is more strict than
|
|
1398
|
+
* it was before: All items that it used to return false
|
|
1399
|
+
* still return false, others now may, too.
|
|
1400
|
+
*/
|
|
424
1401
|
FilterChange[FilterChange["MORE_STRICT"] = 2] = "MORE_STRICT";
|
|
1402
|
+
/**
|
|
1403
|
+
* Similar to [enum@Gtk.FilterChange.DIFFERENT],
|
|
1404
|
+
* but signs that item watches should be recreated. This is used by
|
|
1405
|
+
* [class@Gtk.FilterListModel] to keep the list up-to-date when items
|
|
1406
|
+
* change.
|
|
1407
|
+
*/
|
|
425
1408
|
FilterChange[FilterChange["DIFFERENT_REWATCH"] = 3] = "DIFFERENT_REWATCH";
|
|
1409
|
+
/**
|
|
1410
|
+
* Similar to [enum@Gtk.FilterChange.LESS_STRICT],
|
|
1411
|
+
* but signs that item watches should be recreated. This is used by
|
|
1412
|
+
* [class@Gtk.FilterListModel] to keep the list up-to-date when items
|
|
1413
|
+
* change.
|
|
1414
|
+
*/
|
|
426
1415
|
FilterChange[FilterChange["LESS_STRICT_REWATCH"] = 4] = "LESS_STRICT_REWATCH";
|
|
1416
|
+
/**
|
|
1417
|
+
* Similar to [enum@Gtk.FilterChange.MORE_STRICT],
|
|
1418
|
+
* but signs that item watches should be recreated. This is used by
|
|
1419
|
+
* [class@Gtk.FilterListModel] to keep the list up-to-date when items
|
|
1420
|
+
* change.
|
|
1421
|
+
*/
|
|
427
1422
|
FilterChange[FilterChange["MORE_STRICT_REWATCH"] = 5] = "MORE_STRICT_REWATCH";
|
|
428
1423
|
})(FilterChange || (FilterChange = {}));
|
|
1424
|
+
/**
|
|
1425
|
+
* Describes the known strictness of a filter.
|
|
1426
|
+
*
|
|
1427
|
+
* Note that for filters where the strictness is not known,
|
|
1428
|
+
* `GTK_FILTER_MATCH_SOME` is always an acceptable value,
|
|
1429
|
+
* even if a filter does match all or no items.
|
|
1430
|
+
*/
|
|
429
1431
|
export var FilterMatch;
|
|
430
1432
|
(function (FilterMatch) {
|
|
1433
|
+
/**
|
|
1434
|
+
* The filter matches some items,
|
|
1435
|
+
* [method@Gtk.Filter.match] may return true or false
|
|
1436
|
+
*/
|
|
431
1437
|
FilterMatch[FilterMatch["SOME"] = 0] = "SOME";
|
|
1438
|
+
/**
|
|
1439
|
+
* The filter does not match any item,
|
|
1440
|
+
* [method@Gtk.Filter.match] will always return false
|
|
1441
|
+
*/
|
|
432
1442
|
FilterMatch[FilterMatch["NONE"] = 1] = "NONE";
|
|
1443
|
+
/**
|
|
1444
|
+
* The filter matches all items,
|
|
1445
|
+
* [method@Gtk.Filter.match] will alays return true
|
|
1446
|
+
*/
|
|
433
1447
|
FilterMatch[FilterMatch["ALL"] = 2] = "ALL";
|
|
434
1448
|
})(FilterMatch || (FilterMatch = {}));
|
|
1449
|
+
/**
|
|
1450
|
+
* The level of granularity for the font selection.
|
|
1451
|
+
*
|
|
1452
|
+
* Depending on this value, the `PangoFontDescription` that
|
|
1453
|
+
* is returned by [method@Gtk.FontDialogButton.get_font_desc]
|
|
1454
|
+
* will have more or less fields set.
|
|
1455
|
+
*/
|
|
435
1456
|
export var FontLevel;
|
|
436
1457
|
(function (FontLevel) {
|
|
1458
|
+
/** Select a font family */
|
|
437
1459
|
FontLevel[FontLevel["FAMILY"] = 0] = "FAMILY";
|
|
1460
|
+
/** Select a font face (i.e. a family and a style) */
|
|
438
1461
|
FontLevel[FontLevel["FACE"] = 1] = "FACE";
|
|
1462
|
+
/** Select a font (i.e. a face with a size, and possibly font variations) */
|
|
439
1463
|
FontLevel[FontLevel["FONT"] = 2] = "FONT";
|
|
1464
|
+
/** Select a font and font features */
|
|
440
1465
|
FontLevel[FontLevel["FEATURES"] = 3] = "FEATURES";
|
|
441
1466
|
})(FontLevel || (FontLevel = {}));
|
|
1467
|
+
/**
|
|
1468
|
+
* Values for the [property@Gtk.Settings:gtk-font-rendering] setting
|
|
1469
|
+
* that influence how GTK renders fonts.
|
|
1470
|
+
*/
|
|
442
1471
|
export var FontRendering;
|
|
443
1472
|
(function (FontRendering) {
|
|
1473
|
+
/**
|
|
1474
|
+
* Set up font rendering automatically,
|
|
1475
|
+
* taking factors like screen resolution and scale into account
|
|
1476
|
+
*/
|
|
444
1477
|
FontRendering[FontRendering["AUTOMATIC"] = 0] = "AUTOMATIC";
|
|
1478
|
+
/**
|
|
1479
|
+
* Follow low-level font-related settings
|
|
1480
|
+
* when configuring font rendering
|
|
1481
|
+
*/
|
|
445
1482
|
FontRendering[FontRendering["MANUAL"] = 1] = "MANUAL";
|
|
446
1483
|
})(FontRendering || (FontRendering = {}));
|
|
1484
|
+
/** Represents the state of graphics offloading. */
|
|
447
1485
|
export var GraphicsOffloadEnabled;
|
|
448
1486
|
(function (GraphicsOffloadEnabled) {
|
|
1487
|
+
/** Graphics offloading is enabled. */
|
|
449
1488
|
GraphicsOffloadEnabled[GraphicsOffloadEnabled["ENABLED"] = 0] = "ENABLED";
|
|
1489
|
+
/** Graphics offloading is disabled. */
|
|
450
1490
|
GraphicsOffloadEnabled[GraphicsOffloadEnabled["DISABLED"] = 1] = "DISABLED";
|
|
451
1491
|
})(GraphicsOffloadEnabled || (GraphicsOffloadEnabled = {}));
|
|
1492
|
+
/**
|
|
1493
|
+
* Built-in icon sizes.
|
|
1494
|
+
*
|
|
1495
|
+
* Icon sizes default to being inherited. Where they cannot be
|
|
1496
|
+
* inherited, text size is the default.
|
|
1497
|
+
*
|
|
1498
|
+
* All widgets which use `GtkIconSize` set the normal-icons or
|
|
1499
|
+
* large-icons style classes correspondingly, and let themes
|
|
1500
|
+
* determine the actual size to be used with the
|
|
1501
|
+
* `-gtk-icon-size` CSS property.
|
|
1502
|
+
*/
|
|
452
1503
|
export var IconSize;
|
|
453
1504
|
(function (IconSize) {
|
|
1505
|
+
/** Keep the size of the parent element */
|
|
454
1506
|
IconSize[IconSize["INHERIT"] = 0] = "INHERIT";
|
|
1507
|
+
/** Size similar to text size */
|
|
455
1508
|
IconSize[IconSize["NORMAL"] = 1] = "NORMAL";
|
|
1509
|
+
/** Large size, for example in an icon view */
|
|
456
1510
|
IconSize[IconSize["LARGE"] = 2] = "LARGE";
|
|
457
1511
|
})(IconSize || (IconSize = {}));
|
|
1512
|
+
/** Error codes for `GtkIconTheme` operations. */
|
|
458
1513
|
export var IconThemeError;
|
|
459
1514
|
(function (IconThemeError) {
|
|
1515
|
+
/** The icon specified does not exist in the theme */
|
|
460
1516
|
IconThemeError[IconThemeError["NOT_FOUND"] = 0] = "NOT_FOUND";
|
|
1517
|
+
/** An unspecified error occurred. */
|
|
461
1518
|
IconThemeError[IconThemeError["FAILED"] = 1] = "FAILED";
|
|
462
1519
|
})(IconThemeError || (IconThemeError = {}));
|
|
1520
|
+
/** An enum for determining where a dropped item goes. */
|
|
463
1521
|
export var IconViewDropPosition;
|
|
464
1522
|
(function (IconViewDropPosition) {
|
|
1523
|
+
/** no drop possible */
|
|
465
1524
|
IconViewDropPosition[IconViewDropPosition["NO_DROP"] = 0] = "NO_DROP";
|
|
1525
|
+
/** dropped item replaces the item */
|
|
466
1526
|
IconViewDropPosition[IconViewDropPosition["DROP_INTO"] = 1] = "DROP_INTO";
|
|
1527
|
+
/** dropped item is inserted to the left */
|
|
467
1528
|
IconViewDropPosition[IconViewDropPosition["DROP_LEFT"] = 2] = "DROP_LEFT";
|
|
1529
|
+
/** dropped item is inserted to the right */
|
|
468
1530
|
IconViewDropPosition[IconViewDropPosition["DROP_RIGHT"] = 3] = "DROP_RIGHT";
|
|
1531
|
+
/** dropped item is inserted above */
|
|
469
1532
|
IconViewDropPosition[IconViewDropPosition["DROP_ABOVE"] = 4] = "DROP_ABOVE";
|
|
1533
|
+
/** dropped item is inserted below */
|
|
470
1534
|
IconViewDropPosition[IconViewDropPosition["DROP_BELOW"] = 5] = "DROP_BELOW";
|
|
471
1535
|
})(IconViewDropPosition || (IconViewDropPosition = {}));
|
|
1536
|
+
/**
|
|
1537
|
+
* Describes the image data representation used by a [class@Gtk.Image].
|
|
1538
|
+
*
|
|
1539
|
+
* If you want to get the image from the widget, you can only get the
|
|
1540
|
+
* currently-stored representation; for instance, if the gtk_image_get_storage_type()
|
|
1541
|
+
* returns %GTK_IMAGE_PAINTABLE, then you can call gtk_image_get_paintable().
|
|
1542
|
+
*
|
|
1543
|
+
* For empty images, you can request any storage type (call any of the "get"
|
|
1544
|
+
* functions), but they will all return %NULL values.
|
|
1545
|
+
*/
|
|
472
1546
|
export var ImageType;
|
|
473
1547
|
(function (ImageType) {
|
|
1548
|
+
/** there is no image displayed by the widget */
|
|
474
1549
|
ImageType[ImageType["EMPTY"] = 0] = "EMPTY";
|
|
1550
|
+
/** the widget contains a named icon */
|
|
475
1551
|
ImageType[ImageType["ICON_NAME"] = 1] = "ICON_NAME";
|
|
1552
|
+
/** the widget contains a `GIcon` */
|
|
476
1553
|
ImageType[ImageType["GICON"] = 2] = "GICON";
|
|
1554
|
+
/** the widget contains a `GdkPaintable` */
|
|
477
1555
|
ImageType[ImageType["PAINTABLE"] = 3] = "PAINTABLE";
|
|
478
1556
|
})(ImageType || (ImageType = {}));
|
|
1557
|
+
/**
|
|
1558
|
+
* Describes primary purpose of the input widget.
|
|
1559
|
+
*
|
|
1560
|
+
* This information is useful for on-screen keyboards and similar input
|
|
1561
|
+
* methods to decide which keys should be presented to the user.
|
|
1562
|
+
*
|
|
1563
|
+
* Note that the purpose is not meant to impose a totally strict rule
|
|
1564
|
+
* about allowed characters, and does not replace input validation.
|
|
1565
|
+
* It is fine for an on-screen keyboard to let the user override the
|
|
1566
|
+
* character set restriction that is expressed by the purpose. The
|
|
1567
|
+
* application is expected to validate the entry contents, even if
|
|
1568
|
+
* it specified a purpose.
|
|
1569
|
+
*
|
|
1570
|
+
* The difference between %GTK_INPUT_PURPOSE_DIGITS and
|
|
1571
|
+
* %GTK_INPUT_PURPOSE_NUMBER is that the former accepts only digits
|
|
1572
|
+
* while the latter also some punctuation (like commas or points, plus,
|
|
1573
|
+
* minus) and “e” or “E” as in 3.14E+000.
|
|
1574
|
+
*
|
|
1575
|
+
* This enumeration may be extended in the future; input methods should
|
|
1576
|
+
* interpret unknown values as “free form”.
|
|
1577
|
+
*/
|
|
479
1578
|
export var InputPurpose;
|
|
480
1579
|
(function (InputPurpose) {
|
|
1580
|
+
/** Allow any character */
|
|
481
1581
|
InputPurpose[InputPurpose["FREE_FORM"] = 0] = "FREE_FORM";
|
|
1582
|
+
/** Allow only alphabetic characters */
|
|
482
1583
|
InputPurpose[InputPurpose["ALPHA"] = 1] = "ALPHA";
|
|
1584
|
+
/** Allow only digits */
|
|
483
1585
|
InputPurpose[InputPurpose["DIGITS"] = 2] = "DIGITS";
|
|
1586
|
+
/** Edited field expects numbers */
|
|
484
1587
|
InputPurpose[InputPurpose["NUMBER"] = 3] = "NUMBER";
|
|
1588
|
+
/** Edited field expects phone number */
|
|
485
1589
|
InputPurpose[InputPurpose["PHONE"] = 4] = "PHONE";
|
|
1590
|
+
/** Edited field expects URL */
|
|
486
1591
|
InputPurpose[InputPurpose["URL"] = 5] = "URL";
|
|
1592
|
+
/** Edited field expects email address */
|
|
487
1593
|
InputPurpose[InputPurpose["EMAIL"] = 6] = "EMAIL";
|
|
1594
|
+
/** Edited field expects the name of a person */
|
|
488
1595
|
InputPurpose[InputPurpose["NAME"] = 7] = "NAME";
|
|
1596
|
+
/** Like %GTK_INPUT_PURPOSE_FREE_FORM, but characters are hidden */
|
|
489
1597
|
InputPurpose[InputPurpose["PASSWORD"] = 8] = "PASSWORD";
|
|
1598
|
+
/** Like %GTK_INPUT_PURPOSE_DIGITS, but characters are hidden */
|
|
490
1599
|
InputPurpose[InputPurpose["PIN"] = 9] = "PIN";
|
|
1600
|
+
/** Allow any character, in addition to control codes */
|
|
491
1601
|
InputPurpose[InputPurpose["TERMINAL"] = 10] = "TERMINAL";
|
|
492
1602
|
})(InputPurpose || (InputPurpose = {}));
|
|
1603
|
+
/**
|
|
1604
|
+
* The different methods to handle text in #GtkInscription when it doesn't
|
|
1605
|
+
* fit the available space.
|
|
1606
|
+
*/
|
|
493
1607
|
export var InscriptionOverflow;
|
|
494
1608
|
(function (InscriptionOverflow) {
|
|
1609
|
+
/** Clip the remaining text */
|
|
495
1610
|
InscriptionOverflow[InscriptionOverflow["CLIP"] = 0] = "CLIP";
|
|
1611
|
+
/** Omit characters at the start of the text */
|
|
496
1612
|
InscriptionOverflow[InscriptionOverflow["ELLIPSIZE_START"] = 1] = "ELLIPSIZE_START";
|
|
1613
|
+
/** Omit characters at the middle of the text */
|
|
497
1614
|
InscriptionOverflow[InscriptionOverflow["ELLIPSIZE_MIDDLE"] = 2] = "ELLIPSIZE_MIDDLE";
|
|
1615
|
+
/** Omit characters at the end of the text */
|
|
498
1616
|
InscriptionOverflow[InscriptionOverflow["ELLIPSIZE_END"] = 3] = "ELLIPSIZE_END";
|
|
499
1617
|
})(InscriptionOverflow || (InscriptionOverflow = {}));
|
|
1618
|
+
/**
|
|
1619
|
+
* Values for the [property@Gtk.Settings:gtk-interface-color-scheme]
|
|
1620
|
+
* and [property@Gtk.CssProvider:prefers-color-scheme] properties
|
|
1621
|
+
* that indicates what color scheme is used.
|
|
1622
|
+
*
|
|
1623
|
+
* This information can be used inside CSS via media queries.
|
|
1624
|
+
*
|
|
1625
|
+
* More values may be added to this enumeration. Unknown values
|
|
1626
|
+
* should be treated the same as `GTK_INTERFACE_COLOR_SCHEME_DEFAULT`.
|
|
1627
|
+
*/
|
|
500
1628
|
export var InterfaceColorScheme;
|
|
501
1629
|
(function (InterfaceColorScheme) {
|
|
1630
|
+
/** The system doesn't support color schemes */
|
|
502
1631
|
InterfaceColorScheme[InterfaceColorScheme["UNSUPPORTED"] = 0] = "UNSUPPORTED";
|
|
1632
|
+
/** The default color scheme is used */
|
|
503
1633
|
InterfaceColorScheme[InterfaceColorScheme["DEFAULT"] = 1] = "DEFAULT";
|
|
1634
|
+
/** A dark color scheme is used */
|
|
504
1635
|
InterfaceColorScheme[InterfaceColorScheme["DARK"] = 2] = "DARK";
|
|
1636
|
+
/** A light color scheme is used */
|
|
505
1637
|
InterfaceColorScheme[InterfaceColorScheme["LIGHT"] = 3] = "LIGHT";
|
|
506
1638
|
})(InterfaceColorScheme || (InterfaceColorScheme = {}));
|
|
1639
|
+
/**
|
|
1640
|
+
* Values for the [property@Gtk.Settings:gtk-interface-contrast]
|
|
1641
|
+
* and [property@Gtk.CssProvider:prefers-contrast] properties
|
|
1642
|
+
* that indicates the preferred level of contrast.
|
|
1643
|
+
*
|
|
1644
|
+
* This information can be used inside CSS via media queries.
|
|
1645
|
+
*
|
|
1646
|
+
* More values may be added to this enumeration. Unknown values
|
|
1647
|
+
* should be treated the same as `GTK_INTERFACE_CONTRAST_NO_PREFERENCE`.
|
|
1648
|
+
*/
|
|
507
1649
|
export var InterfaceContrast;
|
|
508
1650
|
(function (InterfaceContrast) {
|
|
1651
|
+
/** The system doesn't support contrast levels */
|
|
509
1652
|
InterfaceContrast[InterfaceContrast["UNSUPPORTED"] = 0] = "UNSUPPORTED";
|
|
1653
|
+
/** No particular preference for contrast */
|
|
510
1654
|
InterfaceContrast[InterfaceContrast["NO_PREFERENCE"] = 1] = "NO_PREFERENCE";
|
|
1655
|
+
/** More contrast is preferred */
|
|
511
1656
|
InterfaceContrast[InterfaceContrast["MORE"] = 2] = "MORE";
|
|
1657
|
+
/** Less contrast is preferred */
|
|
512
1658
|
InterfaceContrast[InterfaceContrast["LESS"] = 3] = "LESS";
|
|
513
1659
|
})(InterfaceContrast || (InterfaceContrast = {}));
|
|
1660
|
+
/** Used for justifying the text inside a [class@Label] widget. */
|
|
514
1661
|
export var Justification;
|
|
515
1662
|
(function (Justification) {
|
|
1663
|
+
/** The text is placed at the left edge of the label. */
|
|
516
1664
|
Justification[Justification["LEFT"] = 0] = "LEFT";
|
|
1665
|
+
/** The text is placed at the right edge of the label. */
|
|
517
1666
|
Justification[Justification["RIGHT"] = 1] = "RIGHT";
|
|
1667
|
+
/** The text is placed in the center of the label. */
|
|
518
1668
|
Justification[Justification["CENTER"] = 2] = "CENTER";
|
|
1669
|
+
/** The text is placed is distributed across the label. */
|
|
519
1670
|
Justification[Justification["FILL"] = 3] = "FILL";
|
|
520
1671
|
})(Justification || (Justification = {}));
|
|
1672
|
+
/**
|
|
1673
|
+
* Describes how [class@LevelBar] contents should be rendered.
|
|
1674
|
+
*
|
|
1675
|
+
* Note that this enumeration could be extended with additional modes
|
|
1676
|
+
* in the future.
|
|
1677
|
+
*/
|
|
521
1678
|
export var LevelBarMode;
|
|
522
1679
|
(function (LevelBarMode) {
|
|
1680
|
+
/** the bar has a continuous mode */
|
|
523
1681
|
LevelBarMode[LevelBarMode["CONTINUOUS"] = 0] = "CONTINUOUS";
|
|
1682
|
+
/** the bar has a discrete mode */
|
|
524
1683
|
LevelBarMode[LevelBarMode["DISCRETE"] = 1] = "DISCRETE";
|
|
525
1684
|
})(LevelBarMode || (LevelBarMode = {}));
|
|
1685
|
+
/**
|
|
1686
|
+
* The type of license for an application.
|
|
1687
|
+
*
|
|
1688
|
+
* This enumeration can be expanded at later date.
|
|
1689
|
+
*/
|
|
526
1690
|
export var License;
|
|
527
1691
|
(function (License) {
|
|
1692
|
+
/** No license specified */
|
|
528
1693
|
License[License["UNKNOWN"] = 0] = "UNKNOWN";
|
|
1694
|
+
/**
|
|
1695
|
+
* A license text is going to be specified by the
|
|
1696
|
+
* developer
|
|
1697
|
+
*/
|
|
529
1698
|
License[License["CUSTOM"] = 1] = "CUSTOM";
|
|
1699
|
+
/** The GNU General Public License, version 2.0 or later */
|
|
530
1700
|
License[License["GPL_2_0"] = 2] = "GPL_2_0";
|
|
1701
|
+
/** The GNU General Public License, version 3.0 or later */
|
|
531
1702
|
License[License["GPL_3_0"] = 3] = "GPL_3_0";
|
|
1703
|
+
/** The GNU Lesser General Public License, version 2.1 or later */
|
|
532
1704
|
License[License["LGPL_2_1"] = 4] = "LGPL_2_1";
|
|
1705
|
+
/** The GNU Lesser General Public License, version 3.0 or later */
|
|
533
1706
|
License[License["LGPL_3_0"] = 5] = "LGPL_3_0";
|
|
1707
|
+
/** The BSD standard license */
|
|
534
1708
|
License[License["BSD"] = 6] = "BSD";
|
|
1709
|
+
/** The MIT/X11 standard license */
|
|
535
1710
|
License[License["MIT_X11"] = 7] = "MIT_X11";
|
|
1711
|
+
/** The Artistic License, version 2.0 */
|
|
536
1712
|
License[License["ARTISTIC"] = 8] = "ARTISTIC";
|
|
1713
|
+
/** The GNU General Public License, version 2.0 only */
|
|
537
1714
|
License[License["GPL_2_0_ONLY"] = 9] = "GPL_2_0_ONLY";
|
|
1715
|
+
/** The GNU General Public License, version 3.0 only */
|
|
538
1716
|
License[License["GPL_3_0_ONLY"] = 10] = "GPL_3_0_ONLY";
|
|
1717
|
+
/** The GNU Lesser General Public License, version 2.1 only */
|
|
539
1718
|
License[License["LGPL_2_1_ONLY"] = 11] = "LGPL_2_1_ONLY";
|
|
1719
|
+
/** The GNU Lesser General Public License, version 3.0 only */
|
|
540
1720
|
License[License["LGPL_3_0_ONLY"] = 12] = "LGPL_3_0_ONLY";
|
|
1721
|
+
/** The GNU Affero General Public License, version 3.0 or later */
|
|
541
1722
|
License[License["AGPL_3_0"] = 13] = "AGPL_3_0";
|
|
1723
|
+
/** The GNU Affero General Public License, version 3.0 only */
|
|
542
1724
|
License[License["AGPL_3_0_ONLY"] = 14] = "AGPL_3_0_ONLY";
|
|
1725
|
+
/** The 3-clause BSD licence */
|
|
543
1726
|
License[License["BSD_3"] = 15] = "BSD_3";
|
|
1727
|
+
/** The Apache License, version 2.0 */
|
|
544
1728
|
License[License["APACHE_2_0"] = 16] = "APACHE_2_0";
|
|
1729
|
+
/** The Mozilla Public License, version 2.0 */
|
|
545
1730
|
License[License["MPL_2_0"] = 17] = "MPL_2_0";
|
|
1731
|
+
/** Zero-Clause BSD license */
|
|
546
1732
|
License[License["_0BSD"] = 18] = "_0BSD";
|
|
547
1733
|
})(License || (License = {}));
|
|
1734
|
+
/**
|
|
1735
|
+
* Used to configure the focus behavior in the `GTK_DIR_TAB_FORWARD`
|
|
1736
|
+
* and `GTK_DIR_TAB_BACKWARD` direction, like the `Tab` key
|
|
1737
|
+
* in a [class@Gtk.ListView].
|
|
1738
|
+
*/
|
|
548
1739
|
export var ListTabBehavior;
|
|
549
1740
|
(function (ListTabBehavior) {
|
|
1741
|
+
/** Cycle through all focusable items of the list */
|
|
550
1742
|
ListTabBehavior[ListTabBehavior["ALL"] = 0] = "ALL";
|
|
1743
|
+
/**
|
|
1744
|
+
* Cycle through a single list element, then move
|
|
1745
|
+
* focus out of the list. Moving focus between items needs to be
|
|
1746
|
+
* done with the arrow keys.
|
|
1747
|
+
*/
|
|
551
1748
|
ListTabBehavior[ListTabBehavior["ITEM"] = 1] = "ITEM";
|
|
1749
|
+
/**
|
|
1750
|
+
* Cycle only through a single cell, then
|
|
1751
|
+
* move focus out of the list. Moving focus between cells needs to
|
|
1752
|
+
* be done with the arrow keys. This is only relevant for
|
|
1753
|
+
* cell-based widgets like #GtkColumnView, otherwise it behaves
|
|
1754
|
+
* like `GTK_LIST_TAB_ITEM`.
|
|
1755
|
+
*/
|
|
552
1756
|
ListTabBehavior[ListTabBehavior["CELL"] = 2] = "CELL";
|
|
553
1757
|
})(ListTabBehavior || (ListTabBehavior = {}));
|
|
1758
|
+
/** The type of message being displayed in a [class@MessageDialog]. */
|
|
554
1759
|
export var MessageType;
|
|
555
1760
|
(function (MessageType) {
|
|
1761
|
+
/** Informational message */
|
|
556
1762
|
MessageType[MessageType["INFO"] = 0] = "INFO";
|
|
1763
|
+
/** Non-fatal warning message */
|
|
557
1764
|
MessageType[MessageType["WARNING"] = 1] = "WARNING";
|
|
1765
|
+
/** Question requiring a choice */
|
|
558
1766
|
MessageType[MessageType["QUESTION"] = 2] = "QUESTION";
|
|
1767
|
+
/** Fatal error message */
|
|
559
1768
|
MessageType[MessageType["ERROR"] = 3] = "ERROR";
|
|
1769
|
+
/** None of the above */
|
|
560
1770
|
MessageType[MessageType["OTHER"] = 4] = "OTHER";
|
|
561
1771
|
})(MessageType || (MessageType = {}));
|
|
1772
|
+
/**
|
|
1773
|
+
* Passed as argument to various keybinding signals for moving the
|
|
1774
|
+
* cursor position.
|
|
1775
|
+
*/
|
|
562
1776
|
export var MovementStep;
|
|
563
1777
|
(function (MovementStep) {
|
|
1778
|
+
/** Move forward or back by graphemes */
|
|
564
1779
|
MovementStep[MovementStep["LOGICAL_POSITIONS"] = 0] = "LOGICAL_POSITIONS";
|
|
1780
|
+
/** Move left or right by graphemes */
|
|
565
1781
|
MovementStep[MovementStep["VISUAL_POSITIONS"] = 1] = "VISUAL_POSITIONS";
|
|
1782
|
+
/** Move forward or back by words */
|
|
566
1783
|
MovementStep[MovementStep["WORDS"] = 2] = "WORDS";
|
|
1784
|
+
/** Move up or down lines (wrapped lines) */
|
|
567
1785
|
MovementStep[MovementStep["DISPLAY_LINES"] = 3] = "DISPLAY_LINES";
|
|
1786
|
+
/** Move to either end of a line */
|
|
568
1787
|
MovementStep[MovementStep["DISPLAY_LINE_ENDS"] = 4] = "DISPLAY_LINE_ENDS";
|
|
1788
|
+
/** Move up or down paragraphs (newline-ended lines) */
|
|
569
1789
|
MovementStep[MovementStep["PARAGRAPHS"] = 5] = "PARAGRAPHS";
|
|
1790
|
+
/** Move to either end of a paragraph */
|
|
570
1791
|
MovementStep[MovementStep["PARAGRAPH_ENDS"] = 6] = "PARAGRAPH_ENDS";
|
|
1792
|
+
/** Move by pages */
|
|
571
1793
|
MovementStep[MovementStep["PAGES"] = 7] = "PAGES";
|
|
1794
|
+
/** Move to ends of the buffer */
|
|
572
1795
|
MovementStep[MovementStep["BUFFER_ENDS"] = 8] = "BUFFER_ENDS";
|
|
1796
|
+
/** Move horizontally by pages */
|
|
573
1797
|
MovementStep[MovementStep["HORIZONTAL_PAGES"] = 9] = "HORIZONTAL_PAGES";
|
|
574
1798
|
})(MovementStep || (MovementStep = {}));
|
|
1799
|
+
/**
|
|
1800
|
+
* Options for selecting a different wrap mode for natural size
|
|
1801
|
+
* requests.
|
|
1802
|
+
*
|
|
1803
|
+
* See for example the [property@Gtk.Label:natural-wrap-mode] property.
|
|
1804
|
+
*/
|
|
575
1805
|
export var NaturalWrapMode;
|
|
576
1806
|
(function (NaturalWrapMode) {
|
|
1807
|
+
/**
|
|
1808
|
+
* Inherit the minimum size request.
|
|
1809
|
+
* In particular, this should be used with %PANGO_WRAP_CHAR.
|
|
1810
|
+
*/
|
|
577
1811
|
NaturalWrapMode[NaturalWrapMode["INHERIT"] = 0] = "INHERIT";
|
|
1812
|
+
/**
|
|
1813
|
+
* Try not to wrap the text. This mode is the
|
|
1814
|
+
* closest to GTK3's behavior but can lead to a wide label leaving
|
|
1815
|
+
* lots of empty space below the text.
|
|
1816
|
+
*/
|
|
578
1817
|
NaturalWrapMode[NaturalWrapMode["NONE"] = 1] = "NONE";
|
|
1818
|
+
/**
|
|
1819
|
+
* Attempt to wrap at word boundaries. This
|
|
1820
|
+
* is useful in particular when using %PANGO_WRAP_WORD_CHAR as the
|
|
1821
|
+
* wrap mode.
|
|
1822
|
+
*/
|
|
579
1823
|
NaturalWrapMode[NaturalWrapMode["WORD"] = 2] = "WORD";
|
|
580
1824
|
})(NaturalWrapMode || (NaturalWrapMode = {}));
|
|
1825
|
+
/** The parameter used in the action signals of `GtkNotebook`. */
|
|
581
1826
|
export var NotebookTab;
|
|
582
1827
|
(function (NotebookTab) {
|
|
1828
|
+
/** the first tab in the notebook */
|
|
583
1829
|
NotebookTab[NotebookTab["FIRST"] = 0] = "FIRST";
|
|
1830
|
+
/** the last tab in the notebook */
|
|
584
1831
|
NotebookTab[NotebookTab["LAST"] = 1] = "LAST";
|
|
585
1832
|
})(NotebookTab || (NotebookTab = {}));
|
|
1833
|
+
/**
|
|
1834
|
+
* Used to determine the layout of pages on a sheet when printing
|
|
1835
|
+
* multiple pages per sheet.
|
|
1836
|
+
*/
|
|
586
1837
|
export var NumberUpLayout;
|
|
587
1838
|
(function (NumberUpLayout) {
|
|
588
1839
|
NumberUpLayout[NumberUpLayout["LRTB"] = 0] = "LRTB";
|
|
@@ -594,573 +1845,1514 @@ export var NumberUpLayout;
|
|
|
594
1845
|
NumberUpLayout[NumberUpLayout["BTLR"] = 6] = "BTLR";
|
|
595
1846
|
NumberUpLayout[NumberUpLayout["BTRL"] = 7] = "BTRL";
|
|
596
1847
|
})(NumberUpLayout || (NumberUpLayout = {}));
|
|
1848
|
+
/**
|
|
1849
|
+
* Describes the way two values can be compared.
|
|
1850
|
+
*
|
|
1851
|
+
* These values can be used with a [callback@GLib.CompareFunc]. However,
|
|
1852
|
+
* a `GCompareFunc` is allowed to return any integer values.
|
|
1853
|
+
* For converting such a value to a `GtkOrdering` value, use
|
|
1854
|
+
* [func@Gtk.Ordering.from_cmpfunc].
|
|
1855
|
+
*/
|
|
597
1856
|
export var Ordering;
|
|
598
1857
|
(function (Ordering) {
|
|
1858
|
+
/** the first value is smaller than the second */
|
|
599
1859
|
Ordering[Ordering["SMALLER"] = -1] = "SMALLER";
|
|
1860
|
+
/** the two values are equal */
|
|
600
1861
|
Ordering[Ordering["EQUAL"] = 0] = "EQUAL";
|
|
1862
|
+
/** the first value is larger than the second */
|
|
601
1863
|
Ordering[Ordering["LARGER"] = 1] = "LARGER";
|
|
602
1864
|
})(Ordering || (Ordering = {}));
|
|
1865
|
+
/**
|
|
1866
|
+
* Represents the orientation of widgets and other objects.
|
|
1867
|
+
*
|
|
1868
|
+
* Typical examples are [class@Box] or [class@GesturePan].
|
|
1869
|
+
*/
|
|
603
1870
|
export var Orientation;
|
|
604
1871
|
(function (Orientation) {
|
|
1872
|
+
/** The element is in horizontal orientation. */
|
|
605
1873
|
Orientation[Orientation["HORIZONTAL"] = 0] = "HORIZONTAL";
|
|
1874
|
+
/** The element is in vertical orientation. */
|
|
606
1875
|
Orientation[Orientation["VERTICAL"] = 1] = "VERTICAL";
|
|
607
1876
|
})(Orientation || (Orientation = {}));
|
|
1877
|
+
/**
|
|
1878
|
+
* Defines how content overflowing a given area should be handled.
|
|
1879
|
+
*
|
|
1880
|
+
* This is used in [method@Gtk.Widget.set_overflow]. The
|
|
1881
|
+
* [property@Gtk.Widget:overflow] property is modeled after the
|
|
1882
|
+
* CSS overflow property, but implements it only partially.
|
|
1883
|
+
*/
|
|
608
1884
|
export var Overflow;
|
|
609
1885
|
(function (Overflow) {
|
|
1886
|
+
/**
|
|
1887
|
+
* No change is applied. Content is drawn at the specified
|
|
1888
|
+
* position.
|
|
1889
|
+
*/
|
|
610
1890
|
Overflow[Overflow["VISIBLE"] = 0] = "VISIBLE";
|
|
1891
|
+
/**
|
|
1892
|
+
* Content is clipped to the bounds of the area. Content
|
|
1893
|
+
* outside the area is not drawn and cannot be interacted with.
|
|
1894
|
+
*/
|
|
611
1895
|
Overflow[Overflow["HIDDEN"] = 1] = "HIDDEN";
|
|
612
1896
|
})(Overflow || (Overflow = {}));
|
|
1897
|
+
/**
|
|
1898
|
+
* Represents the packing location of a children in its parent.
|
|
1899
|
+
*
|
|
1900
|
+
* See [class@WindowControls] for example.
|
|
1901
|
+
*/
|
|
613
1902
|
export var PackType;
|
|
614
1903
|
(function (PackType) {
|
|
1904
|
+
/** The child is packed into the start of the widget */
|
|
615
1905
|
PackType[PackType["START"] = 0] = "START";
|
|
1906
|
+
/** The child is packed into the end of the widget */
|
|
616
1907
|
PackType[PackType["END"] = 1] = "END";
|
|
617
1908
|
})(PackType || (PackType = {}));
|
|
1909
|
+
/** The type of a pad action. */
|
|
618
1910
|
export var PadActionType;
|
|
619
1911
|
(function (PadActionType) {
|
|
1912
|
+
/** Action is triggered by a pad button */
|
|
620
1913
|
PadActionType[PadActionType["BUTTON"] = 0] = "BUTTON";
|
|
1914
|
+
/** Action is triggered by a pad ring */
|
|
621
1915
|
PadActionType[PadActionType["RING"] = 1] = "RING";
|
|
1916
|
+
/** Action is triggered by a pad strip */
|
|
622
1917
|
PadActionType[PadActionType["STRIP"] = 2] = "STRIP";
|
|
1918
|
+
/** Action is triggered by a pad dial */
|
|
623
1919
|
PadActionType[PadActionType["DIAL"] = 3] = "DIAL";
|
|
624
1920
|
})(PadActionType || (PadActionType = {}));
|
|
1921
|
+
/** See also gtk_print_settings_set_orientation(). */
|
|
625
1922
|
export var PageOrientation;
|
|
626
1923
|
(function (PageOrientation) {
|
|
1924
|
+
/** Portrait mode. */
|
|
627
1925
|
PageOrientation[PageOrientation["PORTRAIT"] = 0] = "PORTRAIT";
|
|
1926
|
+
/** Landscape mode. */
|
|
628
1927
|
PageOrientation[PageOrientation["LANDSCAPE"] = 1] = "LANDSCAPE";
|
|
1928
|
+
/** Reverse portrait mode. */
|
|
629
1929
|
PageOrientation[PageOrientation["REVERSE_PORTRAIT"] = 2] = "REVERSE_PORTRAIT";
|
|
1930
|
+
/** Reverse landscape mode. */
|
|
630
1931
|
PageOrientation[PageOrientation["REVERSE_LANDSCAPE"] = 3] = "REVERSE_LANDSCAPE";
|
|
631
1932
|
})(PageOrientation || (PageOrientation = {}));
|
|
1933
|
+
/** See also gtk_print_job_set_page_set(). */
|
|
632
1934
|
export var PageSet;
|
|
633
1935
|
(function (PageSet) {
|
|
1936
|
+
/** All pages. */
|
|
634
1937
|
PageSet[PageSet["ALL"] = 0] = "ALL";
|
|
1938
|
+
/** Even pages. */
|
|
635
1939
|
PageSet[PageSet["EVEN"] = 1] = "EVEN";
|
|
1940
|
+
/** Odd pages. */
|
|
636
1941
|
PageSet[PageSet["ODD"] = 2] = "ODD";
|
|
637
1942
|
})(PageSet || (PageSet = {}));
|
|
1943
|
+
/** Describes the panning direction of a [class@GesturePan]. */
|
|
638
1944
|
export var PanDirection;
|
|
639
1945
|
(function (PanDirection) {
|
|
1946
|
+
/** panned towards the left */
|
|
640
1947
|
PanDirection[PanDirection["LEFT"] = 0] = "LEFT";
|
|
1948
|
+
/** panned towards the right */
|
|
641
1949
|
PanDirection[PanDirection["RIGHT"] = 1] = "RIGHT";
|
|
1950
|
+
/** panned upwards */
|
|
642
1951
|
PanDirection[PanDirection["UP"] = 2] = "UP";
|
|
1952
|
+
/** panned downwards */
|
|
643
1953
|
PanDirection[PanDirection["DOWN"] = 3] = "DOWN";
|
|
644
1954
|
})(PanDirection || (PanDirection = {}));
|
|
1955
|
+
/**
|
|
1956
|
+
* Determines how the size should be computed to achieve the one of the
|
|
1957
|
+
* visibility mode for the scrollbars.
|
|
1958
|
+
*/
|
|
645
1959
|
export var PolicyType;
|
|
646
1960
|
(function (PolicyType) {
|
|
1961
|
+
/**
|
|
1962
|
+
* The scrollbar is always visible. The view size is
|
|
1963
|
+
* independent of the content.
|
|
1964
|
+
*/
|
|
647
1965
|
PolicyType[PolicyType["ALWAYS"] = 0] = "ALWAYS";
|
|
1966
|
+
/**
|
|
1967
|
+
* The scrollbar will appear and disappear as necessary.
|
|
1968
|
+
* For example, when all of a `GtkTreeView` can not be seen.
|
|
1969
|
+
*/
|
|
648
1970
|
PolicyType[PolicyType["AUTOMATIC"] = 1] = "AUTOMATIC";
|
|
1971
|
+
/**
|
|
1972
|
+
* The scrollbar should never appear. In this mode the
|
|
1973
|
+
* content determines the size.
|
|
1974
|
+
*/
|
|
649
1975
|
PolicyType[PolicyType["NEVER"] = 2] = "NEVER";
|
|
1976
|
+
/**
|
|
1977
|
+
* Don't show a scrollbar, but don't force the
|
|
1978
|
+
* size to follow the content. This can be used e.g. to make multiple
|
|
1979
|
+
* scrolled windows share a scrollbar.
|
|
1980
|
+
*/
|
|
650
1981
|
PolicyType[PolicyType["EXTERNAL"] = 3] = "EXTERNAL";
|
|
651
1982
|
})(PolicyType || (PolicyType = {}));
|
|
1983
|
+
/**
|
|
1984
|
+
* Describes which edge of a widget a certain feature is positioned at.
|
|
1985
|
+
*
|
|
1986
|
+
* For examples, see the tabs of a [class@Notebook], or the label
|
|
1987
|
+
* of a [class@Scale].
|
|
1988
|
+
*/
|
|
652
1989
|
export var PositionType;
|
|
653
1990
|
(function (PositionType) {
|
|
1991
|
+
/** The feature is at the left edge. */
|
|
654
1992
|
PositionType[PositionType["LEFT"] = 0] = "LEFT";
|
|
1993
|
+
/** The feature is at the right edge. */
|
|
655
1994
|
PositionType[PositionType["RIGHT"] = 1] = "RIGHT";
|
|
1995
|
+
/** The feature is at the top edge. */
|
|
656
1996
|
PositionType[PositionType["TOP"] = 2] = "TOP";
|
|
1997
|
+
/** The feature is at the bottom edge. */
|
|
657
1998
|
PositionType[PositionType["BOTTOM"] = 3] = "BOTTOM";
|
|
658
1999
|
})(PositionType || (PositionType = {}));
|
|
2000
|
+
/** See also gtk_print_settings_set_duplex(). */
|
|
659
2001
|
export var PrintDuplex;
|
|
660
2002
|
(function (PrintDuplex) {
|
|
2003
|
+
/** No duplex. */
|
|
661
2004
|
PrintDuplex[PrintDuplex["SIMPLEX"] = 0] = "SIMPLEX";
|
|
2005
|
+
/** Horizontal duplex. */
|
|
662
2006
|
PrintDuplex[PrintDuplex["HORIZONTAL"] = 1] = "HORIZONTAL";
|
|
2007
|
+
/** Vertical duplex. */
|
|
663
2008
|
PrintDuplex[PrintDuplex["VERTICAL"] = 2] = "VERTICAL";
|
|
664
2009
|
})(PrintDuplex || (PrintDuplex = {}));
|
|
2010
|
+
/**
|
|
2011
|
+
* Error codes that identify various errors that can occur while
|
|
2012
|
+
* using the GTK printing support.
|
|
2013
|
+
*/
|
|
665
2014
|
export var PrintError;
|
|
666
2015
|
(function (PrintError) {
|
|
2016
|
+
/** An unspecified error occurred. */
|
|
667
2017
|
PrintError[PrintError["GENERAL"] = 0] = "GENERAL";
|
|
2018
|
+
/** An internal error occurred. */
|
|
668
2019
|
PrintError[PrintError["INTERNAL_ERROR"] = 1] = "INTERNAL_ERROR";
|
|
2020
|
+
/** A memory allocation failed. */
|
|
669
2021
|
PrintError[PrintError["NOMEM"] = 2] = "NOMEM";
|
|
2022
|
+
/**
|
|
2023
|
+
* An error occurred while loading a page setup
|
|
2024
|
+
* or paper size from a key file.
|
|
2025
|
+
*/
|
|
670
2026
|
PrintError[PrintError["INVALID_FILE"] = 3] = "INVALID_FILE";
|
|
671
2027
|
})(PrintError || (PrintError = {}));
|
|
2028
|
+
/**
|
|
2029
|
+
* Determines what action the print operation should perform.
|
|
2030
|
+
*
|
|
2031
|
+
* A parameter of this typs is passed to [method@Gtk.PrintOperation.run].
|
|
2032
|
+
*/
|
|
672
2033
|
export var PrintOperationAction;
|
|
673
2034
|
(function (PrintOperationAction) {
|
|
2035
|
+
/** Show the print dialog. */
|
|
674
2036
|
PrintOperationAction[PrintOperationAction["PRINT_DIALOG"] = 0] = "PRINT_DIALOG";
|
|
2037
|
+
/**
|
|
2038
|
+
* Start to print without showing
|
|
2039
|
+
* the print dialog, based on the current print settings, if possible.
|
|
2040
|
+
* Depending on the platform, a print dialog might appear anyway.
|
|
2041
|
+
*/
|
|
675
2042
|
PrintOperationAction[PrintOperationAction["PRINT"] = 1] = "PRINT";
|
|
2043
|
+
/** Show the print preview. */
|
|
676
2044
|
PrintOperationAction[PrintOperationAction["PREVIEW"] = 2] = "PREVIEW";
|
|
2045
|
+
/**
|
|
2046
|
+
* Export to a file. This requires
|
|
2047
|
+
* the export-filename property to be set.
|
|
2048
|
+
*/
|
|
677
2049
|
PrintOperationAction[PrintOperationAction["EXPORT"] = 3] = "EXPORT";
|
|
678
2050
|
})(PrintOperationAction || (PrintOperationAction = {}));
|
|
2051
|
+
/**
|
|
2052
|
+
* The result of a print operation.
|
|
2053
|
+
*
|
|
2054
|
+
* A value of this type is returned by [method@Gtk.PrintOperation.run].
|
|
2055
|
+
*/
|
|
679
2056
|
export var PrintOperationResult;
|
|
680
2057
|
(function (PrintOperationResult) {
|
|
2058
|
+
/** An error has occurred. */
|
|
681
2059
|
PrintOperationResult[PrintOperationResult["ERROR"] = 0] = "ERROR";
|
|
2060
|
+
/** The print settings should be stored. */
|
|
682
2061
|
PrintOperationResult[PrintOperationResult["APPLY"] = 1] = "APPLY";
|
|
2062
|
+
/**
|
|
2063
|
+
* The print operation has been canceled,
|
|
2064
|
+
* the print settings should not be stored.
|
|
2065
|
+
*/
|
|
683
2066
|
PrintOperationResult[PrintOperationResult["CANCEL"] = 2] = "CANCEL";
|
|
2067
|
+
/**
|
|
2068
|
+
* The print operation is not complete
|
|
2069
|
+
* yet. This value will only be returned when running asynchronously.
|
|
2070
|
+
*/
|
|
684
2071
|
PrintOperationResult[PrintOperationResult["IN_PROGRESS"] = 3] = "IN_PROGRESS";
|
|
685
2072
|
})(PrintOperationResult || (PrintOperationResult = {}));
|
|
2073
|
+
/** See also gtk_print_job_set_pages() */
|
|
686
2074
|
export var PrintPages;
|
|
687
2075
|
(function (PrintPages) {
|
|
2076
|
+
/** All pages. */
|
|
688
2077
|
PrintPages[PrintPages["ALL"] = 0] = "ALL";
|
|
2078
|
+
/** Current page. */
|
|
689
2079
|
PrintPages[PrintPages["CURRENT"] = 1] = "CURRENT";
|
|
2080
|
+
/** Range of pages. */
|
|
690
2081
|
PrintPages[PrintPages["RANGES"] = 2] = "RANGES";
|
|
2082
|
+
/** Selected pages. */
|
|
691
2083
|
PrintPages[PrintPages["SELECTION"] = 3] = "SELECTION";
|
|
692
2084
|
})(PrintPages || (PrintPages = {}));
|
|
2085
|
+
/** See also gtk_print_settings_set_quality(). */
|
|
693
2086
|
export var PrintQuality;
|
|
694
2087
|
(function (PrintQuality) {
|
|
2088
|
+
/** Low quality. */
|
|
695
2089
|
PrintQuality[PrintQuality["LOW"] = 0] = "LOW";
|
|
2090
|
+
/** Normal quality. */
|
|
696
2091
|
PrintQuality[PrintQuality["NORMAL"] = 1] = "NORMAL";
|
|
2092
|
+
/** High quality. */
|
|
697
2093
|
PrintQuality[PrintQuality["HIGH"] = 2] = "HIGH";
|
|
2094
|
+
/** Draft quality. */
|
|
698
2095
|
PrintQuality[PrintQuality["DRAFT"] = 3] = "DRAFT";
|
|
699
2096
|
})(PrintQuality || (PrintQuality = {}));
|
|
2097
|
+
/**
|
|
2098
|
+
* The status gives a rough indication of the completion of a running
|
|
2099
|
+
* print operation.
|
|
2100
|
+
*/
|
|
700
2101
|
export var PrintStatus;
|
|
701
2102
|
(function (PrintStatus) {
|
|
2103
|
+
/**
|
|
2104
|
+
* The printing has not started yet; this
|
|
2105
|
+
* status is set initially, and while the print dialog is shown.
|
|
2106
|
+
*/
|
|
702
2107
|
PrintStatus[PrintStatus["INITIAL"] = 0] = "INITIAL";
|
|
2108
|
+
/**
|
|
2109
|
+
* This status is set while the begin-print
|
|
2110
|
+
* signal is emitted and during pagination.
|
|
2111
|
+
*/
|
|
703
2112
|
PrintStatus[PrintStatus["PREPARING"] = 1] = "PREPARING";
|
|
2113
|
+
/**
|
|
2114
|
+
* This status is set while the
|
|
2115
|
+
* pages are being rendered.
|
|
2116
|
+
*/
|
|
704
2117
|
PrintStatus[PrintStatus["GENERATING_DATA"] = 2] = "GENERATING_DATA";
|
|
2118
|
+
/**
|
|
2119
|
+
* The print job is being sent off to the
|
|
2120
|
+
* printer.
|
|
2121
|
+
*/
|
|
705
2122
|
PrintStatus[PrintStatus["SENDING_DATA"] = 3] = "SENDING_DATA";
|
|
2123
|
+
/**
|
|
2124
|
+
* The print job has been sent to the printer,
|
|
2125
|
+
* but is not printed for some reason, e.g. the printer may be stopped.
|
|
2126
|
+
*/
|
|
706
2127
|
PrintStatus[PrintStatus["PENDING"] = 4] = "PENDING";
|
|
2128
|
+
/**
|
|
2129
|
+
* Some problem has occurred during
|
|
2130
|
+
* printing, e.g. a paper jam.
|
|
2131
|
+
*/
|
|
707
2132
|
PrintStatus[PrintStatus["PENDING_ISSUE"] = 5] = "PENDING_ISSUE";
|
|
2133
|
+
/** The printer is processing the print job. */
|
|
708
2134
|
PrintStatus[PrintStatus["PRINTING"] = 6] = "PRINTING";
|
|
2135
|
+
/** The printing has been completed successfully. */
|
|
709
2136
|
PrintStatus[PrintStatus["FINISHED"] = 7] = "FINISHED";
|
|
2137
|
+
/** The printing has been aborted. */
|
|
710
2138
|
PrintStatus[PrintStatus["FINISHED_ABORTED"] = 8] = "FINISHED_ABORTED";
|
|
711
2139
|
})(PrintStatus || (PrintStatus = {}));
|
|
2140
|
+
/**
|
|
2141
|
+
* Describes limits of a [class@EventController] for handling events
|
|
2142
|
+
* targeting other widgets.
|
|
2143
|
+
*/
|
|
712
2144
|
export var PropagationLimit;
|
|
713
2145
|
(function (PropagationLimit) {
|
|
2146
|
+
/**
|
|
2147
|
+
* Events are handled regardless of what their
|
|
2148
|
+
* target is.
|
|
2149
|
+
*/
|
|
714
2150
|
PropagationLimit[PropagationLimit["NONE"] = 0] = "NONE";
|
|
2151
|
+
/**
|
|
2152
|
+
* Events are only handled if their target is in
|
|
2153
|
+
* the same [iface@Native] (or widget with [property@Gtk.Widget:limit-events]
|
|
2154
|
+
* set) as the event controllers widget.
|
|
2155
|
+
* Note that some event types have two targets (origin and destination).
|
|
2156
|
+
*/
|
|
715
2157
|
PropagationLimit[PropagationLimit["SAME_NATIVE"] = 1] = "SAME_NATIVE";
|
|
716
2158
|
})(PropagationLimit || (PropagationLimit = {}));
|
|
2159
|
+
/** Describes the stage at which events are fed into a [class@EventController]. */
|
|
717
2160
|
export var PropagationPhase;
|
|
718
2161
|
(function (PropagationPhase) {
|
|
2162
|
+
/** Events are not delivered. */
|
|
719
2163
|
PropagationPhase[PropagationPhase["NONE"] = 0] = "NONE";
|
|
2164
|
+
/**
|
|
2165
|
+
* Events are delivered in the capture phase. The
|
|
2166
|
+
* capture phase happens before the bubble phase, runs from the toplevel down
|
|
2167
|
+
* to the event widget. This option should only be used on containers that
|
|
2168
|
+
* might possibly handle events before their children do.
|
|
2169
|
+
*/
|
|
720
2170
|
PropagationPhase[PropagationPhase["CAPTURE"] = 1] = "CAPTURE";
|
|
2171
|
+
/**
|
|
2172
|
+
* Events are delivered in the bubble phase. The bubble
|
|
2173
|
+
* phase happens after the capture phase, and before the default handlers
|
|
2174
|
+
* are run. This phase runs from the event widget, up to the toplevel.
|
|
2175
|
+
*/
|
|
721
2176
|
PropagationPhase[PropagationPhase["BUBBLE"] = 2] = "BUBBLE";
|
|
2177
|
+
/**
|
|
2178
|
+
* Events are delivered in the default widget event handlers,
|
|
2179
|
+
* note that widget implementations must chain up on button, motion, touch and
|
|
2180
|
+
* grab broken handlers for controllers in this phase to be run.
|
|
2181
|
+
*/
|
|
722
2182
|
PropagationPhase[PropagationPhase["TARGET"] = 3] = "TARGET";
|
|
723
2183
|
})(PropagationPhase || (PropagationPhase = {}));
|
|
2184
|
+
/** Error codes for `GtkRecentManager` operations */
|
|
724
2185
|
export var RecentManagerError;
|
|
725
2186
|
(function (RecentManagerError) {
|
|
2187
|
+
/**
|
|
2188
|
+
* the URI specified does not exists in
|
|
2189
|
+
* the recently used resources list.
|
|
2190
|
+
*/
|
|
726
2191
|
RecentManagerError[RecentManagerError["NOT_FOUND"] = 0] = "NOT_FOUND";
|
|
2192
|
+
/** the URI specified is not valid. */
|
|
727
2193
|
RecentManagerError[RecentManagerError["INVALID_URI"] = 1] = "INVALID_URI";
|
|
2194
|
+
/**
|
|
2195
|
+
* the supplied string is not
|
|
2196
|
+
* UTF-8 encoded.
|
|
2197
|
+
*/
|
|
728
2198
|
RecentManagerError[RecentManagerError["INVALID_ENCODING"] = 2] = "INVALID_ENCODING";
|
|
2199
|
+
/**
|
|
2200
|
+
* no application has registered
|
|
2201
|
+
* the specified item.
|
|
2202
|
+
*/
|
|
729
2203
|
RecentManagerError[RecentManagerError["NOT_REGISTERED"] = 3] = "NOT_REGISTERED";
|
|
2204
|
+
/**
|
|
2205
|
+
* failure while reading the recently used
|
|
2206
|
+
* resources file.
|
|
2207
|
+
*/
|
|
730
2208
|
RecentManagerError[RecentManagerError["READ"] = 4] = "READ";
|
|
2209
|
+
/**
|
|
2210
|
+
* failure while writing the recently used
|
|
2211
|
+
* resources file.
|
|
2212
|
+
*/
|
|
731
2213
|
RecentManagerError[RecentManagerError["WRITE"] = 5] = "WRITE";
|
|
2214
|
+
/** unspecified error. */
|
|
732
2215
|
RecentManagerError[RecentManagerError["UNKNOWN"] = 6] = "UNKNOWN";
|
|
733
2216
|
})(RecentManagerError || (RecentManagerError = {}));
|
|
2217
|
+
/**
|
|
2218
|
+
* Predefined values for use as response ids in gtk_dialog_add_button().
|
|
2219
|
+
*
|
|
2220
|
+
* All predefined values are negative; GTK leaves values of 0 or greater for
|
|
2221
|
+
* application-defined response ids.
|
|
2222
|
+
*/
|
|
734
2223
|
export var ResponseType;
|
|
735
2224
|
(function (ResponseType) {
|
|
2225
|
+
/**
|
|
2226
|
+
* Returned if an action widget has no response id,
|
|
2227
|
+
* or if the dialog gets programmatically hidden or destroyed
|
|
2228
|
+
*/
|
|
736
2229
|
ResponseType[ResponseType["NONE"] = -1] = "NONE";
|
|
2230
|
+
/** Generic response id, not used by GTK dialogs */
|
|
737
2231
|
ResponseType[ResponseType["REJECT"] = -2] = "REJECT";
|
|
2232
|
+
/** Generic response id, not used by GTK dialogs */
|
|
738
2233
|
ResponseType[ResponseType["ACCEPT"] = -3] = "ACCEPT";
|
|
2234
|
+
/** Returned if the dialog is deleted */
|
|
739
2235
|
ResponseType[ResponseType["DELETE_EVENT"] = -4] = "DELETE_EVENT";
|
|
2236
|
+
/** Returned by OK buttons in GTK dialogs */
|
|
740
2237
|
ResponseType[ResponseType["OK"] = -5] = "OK";
|
|
2238
|
+
/** Returned by Cancel buttons in GTK dialogs */
|
|
741
2239
|
ResponseType[ResponseType["CANCEL"] = -6] = "CANCEL";
|
|
2240
|
+
/** Returned by Close buttons in GTK dialogs */
|
|
742
2241
|
ResponseType[ResponseType["CLOSE"] = -7] = "CLOSE";
|
|
2242
|
+
/** Returned by Yes buttons in GTK dialogs */
|
|
743
2243
|
ResponseType[ResponseType["YES"] = -8] = "YES";
|
|
2244
|
+
/** Returned by No buttons in GTK dialogs */
|
|
744
2245
|
ResponseType[ResponseType["NO"] = -9] = "NO";
|
|
2246
|
+
/** Returned by Apply buttons in GTK dialogs */
|
|
745
2247
|
ResponseType[ResponseType["APPLY"] = -10] = "APPLY";
|
|
2248
|
+
/** Returned by Help buttons in GTK dialogs */
|
|
746
2249
|
ResponseType[ResponseType["HELP"] = -11] = "HELP";
|
|
747
2250
|
})(ResponseType || (ResponseType = {}));
|
|
2251
|
+
/**
|
|
2252
|
+
* These enumeration values describe the possible transitions
|
|
2253
|
+
* when the child of a `GtkRevealer` widget is shown or hidden.
|
|
2254
|
+
*/
|
|
748
2255
|
export var RevealerTransitionType;
|
|
749
2256
|
(function (RevealerTransitionType) {
|
|
2257
|
+
/** No transition */
|
|
750
2258
|
RevealerTransitionType[RevealerTransitionType["NONE"] = 0] = "NONE";
|
|
2259
|
+
/** Fade in */
|
|
751
2260
|
RevealerTransitionType[RevealerTransitionType["CROSSFADE"] = 1] = "CROSSFADE";
|
|
2261
|
+
/** Slide in from the left */
|
|
752
2262
|
RevealerTransitionType[RevealerTransitionType["SLIDE_RIGHT"] = 2] = "SLIDE_RIGHT";
|
|
2263
|
+
/** Slide in from the right */
|
|
753
2264
|
RevealerTransitionType[RevealerTransitionType["SLIDE_LEFT"] = 3] = "SLIDE_LEFT";
|
|
2265
|
+
/** Slide in from the bottom */
|
|
754
2266
|
RevealerTransitionType[RevealerTransitionType["SLIDE_UP"] = 4] = "SLIDE_UP";
|
|
2267
|
+
/** Slide in from the top */
|
|
755
2268
|
RevealerTransitionType[RevealerTransitionType["SLIDE_DOWN"] = 5] = "SLIDE_DOWN";
|
|
2269
|
+
/** Floop in from the left */
|
|
756
2270
|
RevealerTransitionType[RevealerTransitionType["SWING_RIGHT"] = 6] = "SWING_RIGHT";
|
|
2271
|
+
/** Floop in from the right */
|
|
757
2272
|
RevealerTransitionType[RevealerTransitionType["SWING_LEFT"] = 7] = "SWING_LEFT";
|
|
2273
|
+
/** Floop in from the bottom */
|
|
758
2274
|
RevealerTransitionType[RevealerTransitionType["SWING_UP"] = 8] = "SWING_UP";
|
|
2275
|
+
/** Floop in from the top */
|
|
759
2276
|
RevealerTransitionType[RevealerTransitionType["SWING_DOWN"] = 9] = "SWING_DOWN";
|
|
760
2277
|
})(RevealerTransitionType || (RevealerTransitionType = {}));
|
|
2278
|
+
/** Passed as argument to various keybinding signals. */
|
|
761
2279
|
export var ScrollStep;
|
|
762
2280
|
(function (ScrollStep) {
|
|
2281
|
+
/** Scroll in steps. */
|
|
763
2282
|
ScrollStep[ScrollStep["STEPS"] = 0] = "STEPS";
|
|
2283
|
+
/** Scroll by pages. */
|
|
764
2284
|
ScrollStep[ScrollStep["PAGES"] = 1] = "PAGES";
|
|
2285
|
+
/** Scroll to ends. */
|
|
765
2286
|
ScrollStep[ScrollStep["ENDS"] = 2] = "ENDS";
|
|
2287
|
+
/** Scroll in horizontal steps. */
|
|
766
2288
|
ScrollStep[ScrollStep["HORIZONTAL_STEPS"] = 3] = "HORIZONTAL_STEPS";
|
|
2289
|
+
/** Scroll by horizontal pages. */
|
|
767
2290
|
ScrollStep[ScrollStep["HORIZONTAL_PAGES"] = 4] = "HORIZONTAL_PAGES";
|
|
2291
|
+
/** Scroll to the horizontal ends. */
|
|
768
2292
|
ScrollStep[ScrollStep["HORIZONTAL_ENDS"] = 5] = "HORIZONTAL_ENDS";
|
|
769
2293
|
})(ScrollStep || (ScrollStep = {}));
|
|
2294
|
+
/** Scrolling types. */
|
|
770
2295
|
export var ScrollType;
|
|
771
2296
|
(function (ScrollType) {
|
|
2297
|
+
/** No scrolling. */
|
|
772
2298
|
ScrollType[ScrollType["NONE"] = 0] = "NONE";
|
|
2299
|
+
/** Jump to new location. */
|
|
773
2300
|
ScrollType[ScrollType["JUMP"] = 1] = "JUMP";
|
|
2301
|
+
/** Step backward. */
|
|
774
2302
|
ScrollType[ScrollType["STEP_BACKWARD"] = 2] = "STEP_BACKWARD";
|
|
2303
|
+
/** Step forward. */
|
|
775
2304
|
ScrollType[ScrollType["STEP_FORWARD"] = 3] = "STEP_FORWARD";
|
|
2305
|
+
/** Page backward. */
|
|
776
2306
|
ScrollType[ScrollType["PAGE_BACKWARD"] = 4] = "PAGE_BACKWARD";
|
|
2307
|
+
/** Page forward. */
|
|
777
2308
|
ScrollType[ScrollType["PAGE_FORWARD"] = 5] = "PAGE_FORWARD";
|
|
2309
|
+
/** Step up. */
|
|
778
2310
|
ScrollType[ScrollType["STEP_UP"] = 6] = "STEP_UP";
|
|
2311
|
+
/** Step down. */
|
|
779
2312
|
ScrollType[ScrollType["STEP_DOWN"] = 7] = "STEP_DOWN";
|
|
2313
|
+
/** Page up. */
|
|
780
2314
|
ScrollType[ScrollType["PAGE_UP"] = 8] = "PAGE_UP";
|
|
2315
|
+
/** Page down. */
|
|
781
2316
|
ScrollType[ScrollType["PAGE_DOWN"] = 9] = "PAGE_DOWN";
|
|
2317
|
+
/** Step to the left. */
|
|
782
2318
|
ScrollType[ScrollType["STEP_LEFT"] = 10] = "STEP_LEFT";
|
|
2319
|
+
/** Step to the right. */
|
|
783
2320
|
ScrollType[ScrollType["STEP_RIGHT"] = 11] = "STEP_RIGHT";
|
|
2321
|
+
/** Page to the left. */
|
|
784
2322
|
ScrollType[ScrollType["PAGE_LEFT"] = 12] = "PAGE_LEFT";
|
|
2323
|
+
/** Page to the right. */
|
|
785
2324
|
ScrollType[ScrollType["PAGE_RIGHT"] = 13] = "PAGE_RIGHT";
|
|
2325
|
+
/** Scroll to start. */
|
|
786
2326
|
ScrollType[ScrollType["START"] = 14] = "START";
|
|
2327
|
+
/** Scroll to end. */
|
|
787
2328
|
ScrollType[ScrollType["END"] = 15] = "END";
|
|
788
2329
|
})(ScrollType || (ScrollType = {}));
|
|
2330
|
+
/**
|
|
2331
|
+
* Defines the policy to be used in a scrollable widget when updating
|
|
2332
|
+
* the scrolled window adjustments in a given orientation.
|
|
2333
|
+
*/
|
|
789
2334
|
export var ScrollablePolicy;
|
|
790
2335
|
(function (ScrollablePolicy) {
|
|
2336
|
+
/** Scrollable adjustments are based on the minimum size */
|
|
791
2337
|
ScrollablePolicy[ScrollablePolicy["MINIMUM"] = 0] = "MINIMUM";
|
|
2338
|
+
/** Scrollable adjustments are based on the natural size */
|
|
792
2339
|
ScrollablePolicy[ScrollablePolicy["NATURAL"] = 1] = "NATURAL";
|
|
793
2340
|
})(ScrollablePolicy || (ScrollablePolicy = {}));
|
|
2341
|
+
/** Used to control what selections users are allowed to make. */
|
|
794
2342
|
export var SelectionMode;
|
|
795
2343
|
(function (SelectionMode) {
|
|
2344
|
+
/** No selection is possible. */
|
|
796
2345
|
SelectionMode[SelectionMode["NONE"] = 0] = "NONE";
|
|
2346
|
+
/** Zero or one element may be selected. */
|
|
797
2347
|
SelectionMode[SelectionMode["SINGLE"] = 1] = "SINGLE";
|
|
2348
|
+
/**
|
|
2349
|
+
* Exactly one element is selected.
|
|
2350
|
+
* In some circumstances, such as initially or during a search
|
|
2351
|
+
* operation, it’s possible for no element to be selected with
|
|
2352
|
+
* %GTK_SELECTION_BROWSE. What is really enforced is that the user
|
|
2353
|
+
* can’t deselect a currently selected element except by selecting
|
|
2354
|
+
* another element.
|
|
2355
|
+
*/
|
|
798
2356
|
SelectionMode[SelectionMode["BROWSE"] = 2] = "BROWSE";
|
|
2357
|
+
/**
|
|
2358
|
+
* Any number of elements may be selected.
|
|
2359
|
+
* The Ctrl key may be used to enlarge the selection, and Shift
|
|
2360
|
+
* key to select between the focus and the child pointed to.
|
|
2361
|
+
* Some widgets may also allow Click-drag to select a range of elements.
|
|
2362
|
+
*/
|
|
799
2363
|
SelectionMode[SelectionMode["MULTIPLE"] = 3] = "MULTIPLE";
|
|
800
2364
|
})(SelectionMode || (SelectionMode = {}));
|
|
2365
|
+
/**
|
|
2366
|
+
* Determines how GTK handles the sensitivity of various controls,
|
|
2367
|
+
* such as combo box buttons.
|
|
2368
|
+
*/
|
|
801
2369
|
export var SensitivityType;
|
|
802
2370
|
(function (SensitivityType) {
|
|
2371
|
+
/**
|
|
2372
|
+
* The control is made insensitive if no
|
|
2373
|
+
* action can be triggered
|
|
2374
|
+
*/
|
|
803
2375
|
SensitivityType[SensitivityType["AUTO"] = 0] = "AUTO";
|
|
2376
|
+
/** The control is always sensitive */
|
|
804
2377
|
SensitivityType[SensitivityType["ON"] = 1] = "ON";
|
|
2378
|
+
/** The control is always insensitive */
|
|
805
2379
|
SensitivityType[SensitivityType["OFF"] = 2] = "OFF";
|
|
806
2380
|
})(SensitivityType || (SensitivityType = {}));
|
|
2381
|
+
/**
|
|
2382
|
+
* Describes where [class@Shortcut]s added to a
|
|
2383
|
+
* [class@ShortcutController] get handled.
|
|
2384
|
+
*/
|
|
807
2385
|
export var ShortcutScope;
|
|
808
2386
|
(function (ShortcutScope) {
|
|
2387
|
+
/**
|
|
2388
|
+
* Shortcuts are handled inside
|
|
2389
|
+
* the widget the controller belongs to.
|
|
2390
|
+
*/
|
|
809
2391
|
ShortcutScope[ShortcutScope["LOCAL"] = 0] = "LOCAL";
|
|
2392
|
+
/**
|
|
2393
|
+
* Shortcuts are handled by
|
|
2394
|
+
* the first ancestor that is a [iface@ShortcutManager]
|
|
2395
|
+
*/
|
|
810
2396
|
ShortcutScope[ShortcutScope["MANAGED"] = 1] = "MANAGED";
|
|
2397
|
+
/**
|
|
2398
|
+
* Shortcuts are handled by
|
|
2399
|
+
* the root widget.
|
|
2400
|
+
*/
|
|
811
2401
|
ShortcutScope[ShortcutScope["GLOBAL"] = 2] = "GLOBAL";
|
|
812
2402
|
})(ShortcutScope || (ShortcutScope = {}));
|
|
2403
|
+
/**
|
|
2404
|
+
* GtkShortcutType specifies the kind of shortcut that is being described.
|
|
2405
|
+
*
|
|
2406
|
+
* More values may be added to this enumeration over time.
|
|
2407
|
+
*/
|
|
813
2408
|
export var ShortcutType;
|
|
814
2409
|
(function (ShortcutType) {
|
|
2410
|
+
/**
|
|
2411
|
+
* The shortcut is a keyboard accelerator. The GtkShortcutsShortcut:accelerator
|
|
2412
|
+
* property will be used.
|
|
2413
|
+
*/
|
|
815
2414
|
ShortcutType[ShortcutType["ACCELERATOR"] = 0] = "ACCELERATOR";
|
|
2415
|
+
/** The shortcut is a pinch gesture. GTK provides an icon and subtitle. */
|
|
816
2416
|
ShortcutType[ShortcutType["GESTURE_PINCH"] = 1] = "GESTURE_PINCH";
|
|
2417
|
+
/** The shortcut is a stretch gesture. GTK provides an icon and subtitle. */
|
|
817
2418
|
ShortcutType[ShortcutType["GESTURE_STRETCH"] = 2] = "GESTURE_STRETCH";
|
|
2419
|
+
/**
|
|
2420
|
+
* The shortcut is a clockwise rotation gesture. GTK provides an icon and subtitle.
|
|
2421
|
+
*/
|
|
818
2422
|
ShortcutType[ShortcutType["GESTURE_ROTATE_CLOCKWISE"] = 3] = "GESTURE_ROTATE_CLOCKWISE";
|
|
2423
|
+
/**
|
|
2424
|
+
* The shortcut is a counterclockwise rotation gesture. GTK provides an icon and subtitle.
|
|
2425
|
+
*/
|
|
819
2426
|
ShortcutType[ShortcutType["GESTURE_ROTATE_COUNTERCLOCKWISE"] = 4] = "GESTURE_ROTATE_COUNTERCLOCKWISE";
|
|
2427
|
+
/** The shortcut is a two-finger swipe gesture. GTK provides an icon and subtitle. */
|
|
820
2428
|
ShortcutType[ShortcutType["GESTURE_TWO_FINGER_SWIPE_LEFT"] = 5] = "GESTURE_TWO_FINGER_SWIPE_LEFT";
|
|
2429
|
+
/** The shortcut is a two-finger swipe gesture. GTK provides an icon and subtitle. */
|
|
821
2430
|
ShortcutType[ShortcutType["GESTURE_TWO_FINGER_SWIPE_RIGHT"] = 6] = "GESTURE_TWO_FINGER_SWIPE_RIGHT";
|
|
2431
|
+
/**
|
|
2432
|
+
* The shortcut is a gesture. The GtkShortcutsShortcut:icon property will be
|
|
2433
|
+
* used.
|
|
2434
|
+
*/
|
|
822
2435
|
ShortcutType[ShortcutType["GESTURE"] = 7] = "GESTURE";
|
|
2436
|
+
/** The shortcut is a swipe gesture. GTK provides an icon and subtitle. */
|
|
823
2437
|
ShortcutType[ShortcutType["GESTURE_SWIPE_LEFT"] = 8] = "GESTURE_SWIPE_LEFT";
|
|
2438
|
+
/** The shortcut is a swipe gesture. GTK provides an icon and subtitle. */
|
|
824
2439
|
ShortcutType[ShortcutType["GESTURE_SWIPE_RIGHT"] = 9] = "GESTURE_SWIPE_RIGHT";
|
|
825
2440
|
})(ShortcutType || (ShortcutType = {}));
|
|
2441
|
+
/**
|
|
2442
|
+
* The mode of the size group determines the directions in which the size
|
|
2443
|
+
* group affects the requested sizes of its component widgets.
|
|
2444
|
+
*/
|
|
826
2445
|
export var SizeGroupMode;
|
|
827
2446
|
(function (SizeGroupMode) {
|
|
2447
|
+
/** group has no effect */
|
|
828
2448
|
SizeGroupMode[SizeGroupMode["NONE"] = 0] = "NONE";
|
|
2449
|
+
/** group affects horizontal requisition */
|
|
829
2450
|
SizeGroupMode[SizeGroupMode["HORIZONTAL"] = 1] = "HORIZONTAL";
|
|
2451
|
+
/** group affects vertical requisition */
|
|
830
2452
|
SizeGroupMode[SizeGroupMode["VERTICAL"] = 2] = "VERTICAL";
|
|
2453
|
+
/** group affects both horizontal and vertical requisition */
|
|
831
2454
|
SizeGroupMode[SizeGroupMode["BOTH"] = 3] = "BOTH";
|
|
832
2455
|
})(SizeGroupMode || (SizeGroupMode = {}));
|
|
2456
|
+
/**
|
|
2457
|
+
* Specifies a preference for height-for-width or
|
|
2458
|
+
* width-for-height geometry management.
|
|
2459
|
+
*/
|
|
833
2460
|
export var SizeRequestMode;
|
|
834
2461
|
(function (SizeRequestMode) {
|
|
2462
|
+
/** Prefer height-for-width geometry management */
|
|
835
2463
|
SizeRequestMode[SizeRequestMode["HEIGHT_FOR_WIDTH"] = 0] = "HEIGHT_FOR_WIDTH";
|
|
2464
|
+
/** Prefer width-for-height geometry management */
|
|
836
2465
|
SizeRequestMode[SizeRequestMode["WIDTH_FOR_HEIGHT"] = 1] = "WIDTH_FOR_HEIGHT";
|
|
2466
|
+
/** Don’t trade height-for-width or width-for-height */
|
|
837
2467
|
SizeRequestMode[SizeRequestMode["CONSTANT_SIZE"] = 2] = "CONSTANT_SIZE";
|
|
838
2468
|
})(SizeRequestMode || (SizeRequestMode = {}));
|
|
2469
|
+
/** Determines the direction of a sort. */
|
|
839
2470
|
export var SortType;
|
|
840
2471
|
(function (SortType) {
|
|
2472
|
+
/** Sorting is in ascending order. */
|
|
841
2473
|
SortType[SortType["ASCENDING"] = 0] = "ASCENDING";
|
|
2474
|
+
/** Sorting is in descending order. */
|
|
842
2475
|
SortType[SortType["DESCENDING"] = 1] = "DESCENDING";
|
|
843
2476
|
})(SortType || (SortType = {}));
|
|
2477
|
+
/**
|
|
2478
|
+
* Describes changes in a sorter in more detail and allows users
|
|
2479
|
+
* to optimize resorting.
|
|
2480
|
+
*/
|
|
844
2481
|
export var SorterChange;
|
|
845
2482
|
(function (SorterChange) {
|
|
2483
|
+
/**
|
|
2484
|
+
* The sorter change cannot be described
|
|
2485
|
+
* by any of the other enumeration values
|
|
2486
|
+
*/
|
|
846
2487
|
SorterChange[SorterChange["DIFFERENT"] = 0] = "DIFFERENT";
|
|
2488
|
+
/**
|
|
2489
|
+
* The sort order was inverted. Comparisons
|
|
2490
|
+
* that returned %GTK_ORDERING_SMALLER now return %GTK_ORDERING_LARGER
|
|
2491
|
+
* and vice versa. Other comparisons return the same values as before.
|
|
2492
|
+
*/
|
|
847
2493
|
SorterChange[SorterChange["INVERTED"] = 1] = "INVERTED";
|
|
2494
|
+
/**
|
|
2495
|
+
* The sorter is less strict: Comparisons
|
|
2496
|
+
* may now return %GTK_ORDERING_EQUAL that did not do so before.
|
|
2497
|
+
*/
|
|
848
2498
|
SorterChange[SorterChange["LESS_STRICT"] = 2] = "LESS_STRICT";
|
|
2499
|
+
/**
|
|
2500
|
+
* The sorter is more strict: Comparisons
|
|
2501
|
+
* that did return %GTK_ORDERING_EQUAL may not do so anymore.
|
|
2502
|
+
*/
|
|
849
2503
|
SorterChange[SorterChange["MORE_STRICT"] = 3] = "MORE_STRICT";
|
|
850
2504
|
})(SorterChange || (SorterChange = {}));
|
|
2505
|
+
/** Describes the type of order that a `GtkSorter` may produce. */
|
|
851
2506
|
export var SorterOrder;
|
|
852
2507
|
(function (SorterOrder) {
|
|
2508
|
+
/** A partial order. Any `GtkOrdering` is possible. */
|
|
853
2509
|
SorterOrder[SorterOrder["PARTIAL"] = 0] = "PARTIAL";
|
|
2510
|
+
/**
|
|
2511
|
+
* No order, all elements are considered equal.
|
|
2512
|
+
* gtk_sorter_compare() will only return %GTK_ORDERING_EQUAL.
|
|
2513
|
+
*/
|
|
854
2514
|
SorterOrder[SorterOrder["NONE"] = 1] = "NONE";
|
|
2515
|
+
/**
|
|
2516
|
+
* A total order. gtk_sorter_compare() will only
|
|
2517
|
+
* return %GTK_ORDERING_EQUAL if an item is compared with itself. Two
|
|
2518
|
+
* different items will never cause this value to be returned.
|
|
2519
|
+
*/
|
|
855
2520
|
SorterOrder[SorterOrder["TOTAL"] = 2] = "TOTAL";
|
|
856
2521
|
})(SorterOrder || (SorterOrder = {}));
|
|
2522
|
+
/**
|
|
2523
|
+
* Determines whether the spin button displays values outside the adjustment
|
|
2524
|
+
* bounds.
|
|
2525
|
+
*
|
|
2526
|
+
* See [method@Gtk.SpinButton.set_update_policy].
|
|
2527
|
+
*/
|
|
857
2528
|
export var SpinButtonUpdatePolicy;
|
|
858
2529
|
(function (SpinButtonUpdatePolicy) {
|
|
2530
|
+
/**
|
|
2531
|
+
* When refreshing your `GtkSpinButton`, the value is
|
|
2532
|
+
* always displayed
|
|
2533
|
+
*/
|
|
859
2534
|
SpinButtonUpdatePolicy[SpinButtonUpdatePolicy["ALWAYS"] = 0] = "ALWAYS";
|
|
2535
|
+
/**
|
|
2536
|
+
* When refreshing your `GtkSpinButton`, the value is
|
|
2537
|
+
* only displayed if it is valid within the bounds of the spin button's
|
|
2538
|
+
* adjustment
|
|
2539
|
+
*/
|
|
860
2540
|
SpinButtonUpdatePolicy[SpinButtonUpdatePolicy["IF_VALID"] = 1] = "IF_VALID";
|
|
861
2541
|
})(SpinButtonUpdatePolicy || (SpinButtonUpdatePolicy = {}));
|
|
2542
|
+
/**
|
|
2543
|
+
* The values of the GtkSpinType enumeration are used to specify the
|
|
2544
|
+
* change to make in gtk_spin_button_spin().
|
|
2545
|
+
*/
|
|
862
2546
|
export var SpinType;
|
|
863
2547
|
(function (SpinType) {
|
|
2548
|
+
/** Increment by the adjustments step increment. */
|
|
864
2549
|
SpinType[SpinType["STEP_FORWARD"] = 0] = "STEP_FORWARD";
|
|
2550
|
+
/** Decrement by the adjustments step increment. */
|
|
865
2551
|
SpinType[SpinType["STEP_BACKWARD"] = 1] = "STEP_BACKWARD";
|
|
2552
|
+
/** Increment by the adjustments page increment. */
|
|
866
2553
|
SpinType[SpinType["PAGE_FORWARD"] = 2] = "PAGE_FORWARD";
|
|
2554
|
+
/** Decrement by the adjustments page increment. */
|
|
867
2555
|
SpinType[SpinType["PAGE_BACKWARD"] = 3] = "PAGE_BACKWARD";
|
|
2556
|
+
/** Go to the adjustments lower bound. */
|
|
868
2557
|
SpinType[SpinType["HOME"] = 4] = "HOME";
|
|
2558
|
+
/** Go to the adjustments upper bound. */
|
|
869
2559
|
SpinType[SpinType["END"] = 5] = "END";
|
|
2560
|
+
/** Change by a specified amount. */
|
|
870
2561
|
SpinType[SpinType["USER_DEFINED"] = 6] = "USER_DEFINED";
|
|
871
2562
|
})(SpinType || (SpinType = {}));
|
|
2563
|
+
/**
|
|
2564
|
+
* Possible transitions between pages in a `GtkStack` widget.
|
|
2565
|
+
*
|
|
2566
|
+
* New values may be added to this enumeration over time.
|
|
2567
|
+
*/
|
|
872
2568
|
export var StackTransitionType;
|
|
873
2569
|
(function (StackTransitionType) {
|
|
2570
|
+
/** No transition */
|
|
874
2571
|
StackTransitionType[StackTransitionType["NONE"] = 0] = "NONE";
|
|
2572
|
+
/** A cross-fade */
|
|
875
2573
|
StackTransitionType[StackTransitionType["CROSSFADE"] = 1] = "CROSSFADE";
|
|
2574
|
+
/** Slide from left to right */
|
|
876
2575
|
StackTransitionType[StackTransitionType["SLIDE_RIGHT"] = 2] = "SLIDE_RIGHT";
|
|
2576
|
+
/** Slide from right to left */
|
|
877
2577
|
StackTransitionType[StackTransitionType["SLIDE_LEFT"] = 3] = "SLIDE_LEFT";
|
|
2578
|
+
/** Slide from bottom up */
|
|
878
2579
|
StackTransitionType[StackTransitionType["SLIDE_UP"] = 4] = "SLIDE_UP";
|
|
2580
|
+
/** Slide from top down */
|
|
879
2581
|
StackTransitionType[StackTransitionType["SLIDE_DOWN"] = 5] = "SLIDE_DOWN";
|
|
2582
|
+
/** Slide from left or right according to the children order */
|
|
880
2583
|
StackTransitionType[StackTransitionType["SLIDE_LEFT_RIGHT"] = 6] = "SLIDE_LEFT_RIGHT";
|
|
2584
|
+
/** Slide from top down or bottom up according to the order */
|
|
881
2585
|
StackTransitionType[StackTransitionType["SLIDE_UP_DOWN"] = 7] = "SLIDE_UP_DOWN";
|
|
2586
|
+
/** Cover the old page by sliding up */
|
|
882
2587
|
StackTransitionType[StackTransitionType["OVER_UP"] = 8] = "OVER_UP";
|
|
2588
|
+
/** Cover the old page by sliding down */
|
|
883
2589
|
StackTransitionType[StackTransitionType["OVER_DOWN"] = 9] = "OVER_DOWN";
|
|
2590
|
+
/** Cover the old page by sliding to the left */
|
|
884
2591
|
StackTransitionType[StackTransitionType["OVER_LEFT"] = 10] = "OVER_LEFT";
|
|
2592
|
+
/** Cover the old page by sliding to the right */
|
|
885
2593
|
StackTransitionType[StackTransitionType["OVER_RIGHT"] = 11] = "OVER_RIGHT";
|
|
2594
|
+
/** Uncover the new page by sliding up */
|
|
886
2595
|
StackTransitionType[StackTransitionType["UNDER_UP"] = 12] = "UNDER_UP";
|
|
2596
|
+
/** Uncover the new page by sliding down */
|
|
887
2597
|
StackTransitionType[StackTransitionType["UNDER_DOWN"] = 13] = "UNDER_DOWN";
|
|
2598
|
+
/** Uncover the new page by sliding to the left */
|
|
888
2599
|
StackTransitionType[StackTransitionType["UNDER_LEFT"] = 14] = "UNDER_LEFT";
|
|
2600
|
+
/** Uncover the new page by sliding to the right */
|
|
889
2601
|
StackTransitionType[StackTransitionType["UNDER_RIGHT"] = 15] = "UNDER_RIGHT";
|
|
2602
|
+
/**
|
|
2603
|
+
* Cover the old page sliding up or uncover the new page sliding down, according to order
|
|
2604
|
+
*/
|
|
890
2605
|
StackTransitionType[StackTransitionType["OVER_UP_DOWN"] = 16] = "OVER_UP_DOWN";
|
|
2606
|
+
/**
|
|
2607
|
+
* Cover the old page sliding down or uncover the new page sliding up, according to order
|
|
2608
|
+
*/
|
|
891
2609
|
StackTransitionType[StackTransitionType["OVER_DOWN_UP"] = 17] = "OVER_DOWN_UP";
|
|
2610
|
+
/**
|
|
2611
|
+
* Cover the old page sliding left or uncover the new page sliding right, according to order
|
|
2612
|
+
*/
|
|
892
2613
|
StackTransitionType[StackTransitionType["OVER_LEFT_RIGHT"] = 18] = "OVER_LEFT_RIGHT";
|
|
2614
|
+
/**
|
|
2615
|
+
* Cover the old page sliding right or uncover the new page sliding left, according to order
|
|
2616
|
+
*/
|
|
893
2617
|
StackTransitionType[StackTransitionType["OVER_RIGHT_LEFT"] = 19] = "OVER_RIGHT_LEFT";
|
|
2618
|
+
/** Pretend the pages are sides of a cube and rotate that cube to the left */
|
|
894
2619
|
StackTransitionType[StackTransitionType["ROTATE_LEFT"] = 20] = "ROTATE_LEFT";
|
|
2620
|
+
/** Pretend the pages are sides of a cube and rotate that cube to the right */
|
|
895
2621
|
StackTransitionType[StackTransitionType["ROTATE_RIGHT"] = 21] = "ROTATE_RIGHT";
|
|
2622
|
+
/**
|
|
2623
|
+
* Pretend the pages are sides of a cube and rotate that cube to the left or right according to the children order
|
|
2624
|
+
*/
|
|
896
2625
|
StackTransitionType[StackTransitionType["ROTATE_LEFT_RIGHT"] = 22] = "ROTATE_LEFT_RIGHT";
|
|
897
2626
|
})(StackTransitionType || (StackTransitionType = {}));
|
|
2627
|
+
/** Specifies how search strings are matched inside text. */
|
|
898
2628
|
export var StringFilterMatchMode;
|
|
899
2629
|
(function (StringFilterMatchMode) {
|
|
2630
|
+
/**
|
|
2631
|
+
* The search string and
|
|
2632
|
+
* text must match exactly
|
|
2633
|
+
*/
|
|
900
2634
|
StringFilterMatchMode[StringFilterMatchMode["EXACT"] = 0] = "EXACT";
|
|
2635
|
+
/**
|
|
2636
|
+
* The search string
|
|
2637
|
+
* must be contained as a substring inside the text
|
|
2638
|
+
*/
|
|
901
2639
|
StringFilterMatchMode[StringFilterMatchMode["SUBSTRING"] = 1] = "SUBSTRING";
|
|
2640
|
+
/**
|
|
2641
|
+
* The text must begin
|
|
2642
|
+
* with the search string
|
|
2643
|
+
*/
|
|
902
2644
|
StringFilterMatchMode[StringFilterMatchMode["PREFIX"] = 2] = "PREFIX";
|
|
903
2645
|
})(StringFilterMatchMode || (StringFilterMatchMode = {}));
|
|
2646
|
+
/**
|
|
2647
|
+
* The indexes of colors passed to symbolic color rendering, such as
|
|
2648
|
+
* [vfunc@Gtk.SymbolicPaintable.snapshot_symbolic].
|
|
2649
|
+
*
|
|
2650
|
+
* More values may be added over time.
|
|
2651
|
+
*/
|
|
904
2652
|
export var SymbolicColor;
|
|
905
2653
|
(function (SymbolicColor) {
|
|
2654
|
+
/** The default foreground color */
|
|
906
2655
|
SymbolicColor[SymbolicColor["FOREGROUND"] = 0] = "FOREGROUND";
|
|
2656
|
+
/** Indication color for errors */
|
|
907
2657
|
SymbolicColor[SymbolicColor["ERROR"] = 1] = "ERROR";
|
|
2658
|
+
/** Indication color for warnings */
|
|
908
2659
|
SymbolicColor[SymbolicColor["WARNING"] = 2] = "WARNING";
|
|
2660
|
+
/** Indication color for success */
|
|
909
2661
|
SymbolicColor[SymbolicColor["SUCCESS"] = 3] = "SUCCESS";
|
|
910
2662
|
})(SymbolicColor || (SymbolicColor = {}));
|
|
2663
|
+
/**
|
|
2664
|
+
* Values that can be passed to the [vfunc@Gtk.Widget.system_setting_changed]
|
|
2665
|
+
* vfunc.
|
|
2666
|
+
*
|
|
2667
|
+
* The values indicate which system setting has changed.
|
|
2668
|
+
* Widgets may need to drop caches, or react otherwise.
|
|
2669
|
+
*
|
|
2670
|
+
* Most of the values correspond to [class@Settings] properties.
|
|
2671
|
+
*
|
|
2672
|
+
* More values may be added over time.
|
|
2673
|
+
*/
|
|
911
2674
|
export var SystemSetting;
|
|
912
2675
|
(function (SystemSetting) {
|
|
2676
|
+
/** the [property@Gtk.Settings:gtk-xft-dpi] setting has changed */
|
|
913
2677
|
SystemSetting[SystemSetting["DPI"] = 0] = "DPI";
|
|
2678
|
+
/** The [property@Gtk.Settings:gtk-font-name] setting has changed */
|
|
914
2679
|
SystemSetting[SystemSetting["FONT_NAME"] = 1] = "FONT_NAME";
|
|
2680
|
+
/**
|
|
2681
|
+
* The font configuration has changed in a way that
|
|
2682
|
+
* requires text to be redrawn. This can be any of the
|
|
2683
|
+
* [property@Gtk.Settings:gtk-xft-antialias],
|
|
2684
|
+
* [property@Gtk.Settings:gtk-xft-hinting],
|
|
2685
|
+
* [property@Gtk.Settings:gtk-xft-hintstyle],
|
|
2686
|
+
* [property@Gtk.Settings:gtk-xft-rgba] or
|
|
2687
|
+
* [property@Gtk.Settings:gtk-fontconfig-timestamp] settings
|
|
2688
|
+
*/
|
|
915
2689
|
SystemSetting[SystemSetting["FONT_CONFIG"] = 2] = "FONT_CONFIG";
|
|
2690
|
+
/** The display has changed */
|
|
916
2691
|
SystemSetting[SystemSetting["DISPLAY"] = 3] = "DISPLAY";
|
|
2692
|
+
/**
|
|
2693
|
+
* The icon theme has changed in a way that requires
|
|
2694
|
+
* icons to be looked up again
|
|
2695
|
+
*/
|
|
917
2696
|
SystemSetting[SystemSetting["ICON_THEME"] = 4] = "ICON_THEME";
|
|
918
2697
|
})(SystemSetting || (SystemSetting = {}));
|
|
2698
|
+
/** Reading directions for text. */
|
|
919
2699
|
export var TextDirection;
|
|
920
2700
|
(function (TextDirection) {
|
|
2701
|
+
/** No direction. */
|
|
921
2702
|
TextDirection[TextDirection["NONE"] = 0] = "NONE";
|
|
2703
|
+
/** Left to right text direction. */
|
|
922
2704
|
TextDirection[TextDirection["LTR"] = 1] = "LTR";
|
|
2705
|
+
/** Right to left text direction. */
|
|
923
2706
|
TextDirection[TextDirection["RTL"] = 2] = "RTL";
|
|
924
2707
|
})(TextDirection || (TextDirection = {}));
|
|
2708
|
+
/**
|
|
2709
|
+
* Granularity types that extend the text selection. Use the
|
|
2710
|
+
* `GtkTextView::extend-selection` signal to customize the selection.
|
|
2711
|
+
*/
|
|
925
2712
|
export var TextExtendSelection;
|
|
926
2713
|
(function (TextExtendSelection) {
|
|
2714
|
+
/**
|
|
2715
|
+
* Selects the current word. It is triggered by
|
|
2716
|
+
* a double-click for example.
|
|
2717
|
+
*/
|
|
927
2718
|
TextExtendSelection[TextExtendSelection["WORD"] = 0] = "WORD";
|
|
2719
|
+
/**
|
|
2720
|
+
* Selects the current line. It is triggered by
|
|
2721
|
+
* a triple-click for example.
|
|
2722
|
+
*/
|
|
928
2723
|
TextExtendSelection[TextExtendSelection["LINE"] = 1] = "LINE";
|
|
929
2724
|
})(TextExtendSelection || (TextExtendSelection = {}));
|
|
2725
|
+
/**
|
|
2726
|
+
* Used to reference the layers of `GtkTextView` for the purpose of customized
|
|
2727
|
+
* drawing with the ::snapshot_layer vfunc.
|
|
2728
|
+
*/
|
|
930
2729
|
export var TextViewLayer;
|
|
931
2730
|
(function (TextViewLayer) {
|
|
2731
|
+
/** The layer rendered below the text (but above the background). */
|
|
932
2732
|
TextViewLayer[TextViewLayer["BELOW_TEXT"] = 0] = "BELOW_TEXT";
|
|
2733
|
+
/** The layer rendered above the text. */
|
|
933
2734
|
TextViewLayer[TextViewLayer["ABOVE_TEXT"] = 1] = "ABOVE_TEXT";
|
|
934
2735
|
})(TextViewLayer || (TextViewLayer = {}));
|
|
2736
|
+
/** Used to reference the parts of `GtkTextView`. */
|
|
935
2737
|
export var TextWindowType;
|
|
936
2738
|
(function (TextWindowType) {
|
|
2739
|
+
/** Window that floats over scrolling areas. */
|
|
937
2740
|
TextWindowType[TextWindowType["WIDGET"] = 1] = "WIDGET";
|
|
2741
|
+
/** Scrollable text window. */
|
|
938
2742
|
TextWindowType[TextWindowType["TEXT"] = 2] = "TEXT";
|
|
2743
|
+
/** Left side border window. */
|
|
939
2744
|
TextWindowType[TextWindowType["LEFT"] = 3] = "LEFT";
|
|
2745
|
+
/** Right side border window. */
|
|
940
2746
|
TextWindowType[TextWindowType["RIGHT"] = 4] = "RIGHT";
|
|
2747
|
+
/** Top border window. */
|
|
941
2748
|
TextWindowType[TextWindowType["TOP"] = 5] = "TOP";
|
|
2749
|
+
/** Bottom border window. */
|
|
942
2750
|
TextWindowType[TextWindowType["BOTTOM"] = 6] = "BOTTOM";
|
|
943
2751
|
})(TextWindowType || (TextWindowType = {}));
|
|
2752
|
+
/**
|
|
2753
|
+
* The sizing method the column uses to determine its width. Please note
|
|
2754
|
+
* that %GTK_TREE_VIEW_COLUMN_AUTOSIZE are inefficient for large views, and
|
|
2755
|
+
* can make columns appear choppy.
|
|
2756
|
+
*/
|
|
944
2757
|
export var TreeViewColumnSizing;
|
|
945
2758
|
(function (TreeViewColumnSizing) {
|
|
2759
|
+
/** Columns only get bigger in reaction to changes in the model */
|
|
946
2760
|
TreeViewColumnSizing[TreeViewColumnSizing["GROW_ONLY"] = 0] = "GROW_ONLY";
|
|
2761
|
+
/** Columns resize to be the optimal size every time the model changes. */
|
|
947
2762
|
TreeViewColumnSizing[TreeViewColumnSizing["AUTOSIZE"] = 1] = "AUTOSIZE";
|
|
2763
|
+
/** Columns are a fixed numbers of pixels wide. */
|
|
948
2764
|
TreeViewColumnSizing[TreeViewColumnSizing["FIXED"] = 2] = "FIXED";
|
|
949
2765
|
})(TreeViewColumnSizing || (TreeViewColumnSizing = {}));
|
|
2766
|
+
/** An enum for determining where a dropped row goes. */
|
|
950
2767
|
export var TreeViewDropPosition;
|
|
951
2768
|
(function (TreeViewDropPosition) {
|
|
2769
|
+
/** dropped row is inserted before */
|
|
952
2770
|
TreeViewDropPosition[TreeViewDropPosition["BEFORE"] = 0] = "BEFORE";
|
|
2771
|
+
/** dropped row is inserted after */
|
|
953
2772
|
TreeViewDropPosition[TreeViewDropPosition["AFTER"] = 1] = "AFTER";
|
|
2773
|
+
/** dropped row becomes a child or is inserted before */
|
|
954
2774
|
TreeViewDropPosition[TreeViewDropPosition["INTO_OR_BEFORE"] = 2] = "INTO_OR_BEFORE";
|
|
2775
|
+
/** dropped row becomes a child or is inserted after */
|
|
955
2776
|
TreeViewDropPosition[TreeViewDropPosition["INTO_OR_AFTER"] = 3] = "INTO_OR_AFTER";
|
|
956
2777
|
})(TreeViewDropPosition || (TreeViewDropPosition = {}));
|
|
2778
|
+
/** Used to indicate which grid lines to draw in a tree view. */
|
|
957
2779
|
export var TreeViewGridLines;
|
|
958
2780
|
(function (TreeViewGridLines) {
|
|
2781
|
+
/** No grid lines. */
|
|
959
2782
|
TreeViewGridLines[TreeViewGridLines["NONE"] = 0] = "NONE";
|
|
2783
|
+
/** Horizontal grid lines. */
|
|
960
2784
|
TreeViewGridLines[TreeViewGridLines["HORIZONTAL"] = 1] = "HORIZONTAL";
|
|
2785
|
+
/** Vertical grid lines. */
|
|
961
2786
|
TreeViewGridLines[TreeViewGridLines["VERTICAL"] = 2] = "VERTICAL";
|
|
2787
|
+
/** Horizontal and vertical grid lines. */
|
|
962
2788
|
TreeViewGridLines[TreeViewGridLines["BOTH"] = 3] = "BOTH";
|
|
963
2789
|
})(TreeViewGridLines || (TreeViewGridLines = {}));
|
|
2790
|
+
/** See also gtk_print_settings_set_paper_width(). */
|
|
964
2791
|
export var Unit;
|
|
965
2792
|
(function (Unit) {
|
|
2793
|
+
/** No units. */
|
|
966
2794
|
Unit[Unit["NONE"] = 0] = "NONE";
|
|
2795
|
+
/** Dimensions in points. */
|
|
967
2796
|
Unit[Unit["POINTS"] = 1] = "POINTS";
|
|
2797
|
+
/** Dimensions in inches. */
|
|
968
2798
|
Unit[Unit["INCH"] = 2] = "INCH";
|
|
2799
|
+
/** Dimensions in millimeters */
|
|
969
2800
|
Unit[Unit["MM"] = 3] = "MM";
|
|
970
2801
|
})(Unit || (Unit = {}));
|
|
2802
|
+
/**
|
|
2803
|
+
* Determines which point or edge of a window is meant to remain fixed
|
|
2804
|
+
* when a window changes size.
|
|
2805
|
+
*/
|
|
971
2806
|
export var WindowGravity;
|
|
972
2807
|
(function (WindowGravity) {
|
|
2808
|
+
/** The top left corner */
|
|
973
2809
|
WindowGravity[WindowGravity["TOP_LEFT"] = 0] = "TOP_LEFT";
|
|
2810
|
+
/** The top edge */
|
|
974
2811
|
WindowGravity[WindowGravity["TOP"] = 1] = "TOP";
|
|
2812
|
+
/** The top right corner */
|
|
975
2813
|
WindowGravity[WindowGravity["TOP_RIGHT"] = 2] = "TOP_RIGHT";
|
|
2814
|
+
/** The left edge */
|
|
976
2815
|
WindowGravity[WindowGravity["LEFT"] = 3] = "LEFT";
|
|
2816
|
+
/** The center pointer */
|
|
977
2817
|
WindowGravity[WindowGravity["CENTER"] = 4] = "CENTER";
|
|
2818
|
+
/** The right edge */
|
|
978
2819
|
WindowGravity[WindowGravity["RIGHT"] = 5] = "RIGHT";
|
|
2820
|
+
/** The bottom left corner */
|
|
979
2821
|
WindowGravity[WindowGravity["BOTTOM_LEFT"] = 6] = "BOTTOM_LEFT";
|
|
2822
|
+
/** the bottom edge */
|
|
980
2823
|
WindowGravity[WindowGravity["BOTTOM"] = 7] = "BOTTOM";
|
|
2824
|
+
/** The bottom right corner */
|
|
981
2825
|
WindowGravity[WindowGravity["BOTTOM_RIGHT"] = 8] = "BOTTOM_RIGHT";
|
|
2826
|
+
/**
|
|
2827
|
+
* The top left or top right corner,
|
|
2828
|
+
* depending on the text direction
|
|
2829
|
+
*/
|
|
982
2830
|
WindowGravity[WindowGravity["TOP_START"] = 9] = "TOP_START";
|
|
2831
|
+
/**
|
|
2832
|
+
* The top right or top left corner,
|
|
2833
|
+
* depending on the text direction
|
|
2834
|
+
*/
|
|
983
2835
|
WindowGravity[WindowGravity["TOP_END"] = 10] = "TOP_END";
|
|
2836
|
+
/**
|
|
2837
|
+
* The left or right edge,
|
|
2838
|
+
* depending on the text direction
|
|
2839
|
+
*/
|
|
984
2840
|
WindowGravity[WindowGravity["START"] = 11] = "START";
|
|
2841
|
+
/**
|
|
2842
|
+
* The right or left edge,
|
|
2843
|
+
* depending on the text direction
|
|
2844
|
+
*/
|
|
985
2845
|
WindowGravity[WindowGravity["END"] = 12] = "END";
|
|
2846
|
+
/**
|
|
2847
|
+
* The bottom left or top right corner,
|
|
2848
|
+
* depending on the text direction
|
|
2849
|
+
*/
|
|
986
2850
|
WindowGravity[WindowGravity["BOTTOM_START"] = 13] = "BOTTOM_START";
|
|
2851
|
+
/**
|
|
2852
|
+
* The bottom right or top left corner,
|
|
2853
|
+
* depending on the text direction
|
|
2854
|
+
*/
|
|
987
2855
|
WindowGravity[WindowGravity["BOTTOM_END"] = 14] = "BOTTOM_END";
|
|
988
2856
|
})(WindowGravity || (WindowGravity = {}));
|
|
2857
|
+
/** Describes a type of line wrapping. */
|
|
989
2858
|
export var WrapMode;
|
|
990
2859
|
(function (WrapMode) {
|
|
2860
|
+
/** do not wrap lines; just make the text area wider */
|
|
991
2861
|
WrapMode[WrapMode["NONE"] = 0] = "NONE";
|
|
2862
|
+
/**
|
|
2863
|
+
* wrap text, breaking lines anywhere the cursor can
|
|
2864
|
+
* appear (between characters, usually - if you want to be technical,
|
|
2865
|
+
* between graphemes, see pango_get_log_attrs())
|
|
2866
|
+
*/
|
|
992
2867
|
WrapMode[WrapMode["CHAR"] = 1] = "CHAR";
|
|
2868
|
+
/** wrap text, breaking lines in between words */
|
|
993
2869
|
WrapMode[WrapMode["WORD"] = 2] = "WORD";
|
|
2870
|
+
/**
|
|
2871
|
+
* wrap text, breaking lines in between words, or if
|
|
2872
|
+
* that is not enough, also between graphemes
|
|
2873
|
+
*/
|
|
994
2874
|
WrapMode[WrapMode["WORD_CHAR"] = 3] = "WORD_CHAR";
|
|
995
2875
|
})(WrapMode || (WrapMode = {}));
|
|
2876
|
+
/**
|
|
2877
|
+
* Types of user actions that may be blocked by `GtkApplication`.
|
|
2878
|
+
*
|
|
2879
|
+
* See [method@Gtk.Application.inhibit].
|
|
2880
|
+
*/
|
|
996
2881
|
export var ApplicationInhibitFlags;
|
|
997
2882
|
(function (ApplicationInhibitFlags) {
|
|
2883
|
+
/**
|
|
2884
|
+
* Inhibit ending the user session
|
|
2885
|
+
* by logging out or by shutting down the computer
|
|
2886
|
+
*/
|
|
998
2887
|
ApplicationInhibitFlags[ApplicationInhibitFlags["LOGOUT"] = 1] = "LOGOUT";
|
|
2888
|
+
/** Inhibit user switching */
|
|
999
2889
|
ApplicationInhibitFlags[ApplicationInhibitFlags["SWITCH"] = 2] = "SWITCH";
|
|
2890
|
+
/**
|
|
2891
|
+
* Inhibit suspending the
|
|
2892
|
+
* session or computer
|
|
2893
|
+
*/
|
|
1000
2894
|
ApplicationInhibitFlags[ApplicationInhibitFlags["SUSPEND"] = 4] = "SUSPEND";
|
|
2895
|
+
/**
|
|
2896
|
+
* Inhibit the session being
|
|
2897
|
+
* marked as idle (and possibly locked)
|
|
2898
|
+
*/
|
|
1001
2899
|
ApplicationInhibitFlags[ApplicationInhibitFlags["IDLE"] = 8] = "IDLE";
|
|
1002
2900
|
})(ApplicationInhibitFlags || (ApplicationInhibitFlags = {}));
|
|
2901
|
+
/**
|
|
2902
|
+
* The list of flags that can be passed to gtk_builder_create_closure().
|
|
2903
|
+
*
|
|
2904
|
+
* New values may be added in the future for new features, so external
|
|
2905
|
+
* implementations of [iface@Gtk.BuilderScope] should test the flags
|
|
2906
|
+
* for unknown values and raise a %GTK_BUILDER_ERROR_INVALID_ATTRIBUTE error
|
|
2907
|
+
* when they encounter one.
|
|
2908
|
+
*/
|
|
1003
2909
|
export var BuilderClosureFlags;
|
|
1004
2910
|
(function (BuilderClosureFlags) {
|
|
2911
|
+
/**
|
|
2912
|
+
* The closure should be created swapped. See
|
|
2913
|
+
* g_cclosure_new_swap() for details.
|
|
2914
|
+
*/
|
|
1005
2915
|
BuilderClosureFlags[BuilderClosureFlags["SWAPPED"] = 1] = "SWAPPED";
|
|
1006
2916
|
})(BuilderClosureFlags || (BuilderClosureFlags = {}));
|
|
2917
|
+
/** Tells how a cell is to be rendered. */
|
|
1007
2918
|
export var CellRendererState;
|
|
1008
2919
|
(function (CellRendererState) {
|
|
2920
|
+
/**
|
|
2921
|
+
* The cell is currently selected, and
|
|
2922
|
+
* probably has a selection colored background to render to.
|
|
2923
|
+
*/
|
|
1009
2924
|
CellRendererState[CellRendererState["SELECTED"] = 1] = "SELECTED";
|
|
2925
|
+
/** The mouse is hovering over the cell. */
|
|
1010
2926
|
CellRendererState[CellRendererState["PRELIT"] = 2] = "PRELIT";
|
|
2927
|
+
/** The cell is drawn in an insensitive manner */
|
|
1011
2928
|
CellRendererState[CellRendererState["INSENSITIVE"] = 4] = "INSENSITIVE";
|
|
2929
|
+
/** The cell is in a sorted row */
|
|
1012
2930
|
CellRendererState[CellRendererState["SORTED"] = 8] = "SORTED";
|
|
2931
|
+
/** The cell is in the focus row. */
|
|
1013
2932
|
CellRendererState[CellRendererState["FOCUSED"] = 16] = "FOCUSED";
|
|
2933
|
+
/** The cell is in a row that can be expanded */
|
|
1014
2934
|
CellRendererState[CellRendererState["EXPANDABLE"] = 32] = "EXPANDABLE";
|
|
2935
|
+
/** The cell is in a row that is expanded */
|
|
1015
2936
|
CellRendererState[CellRendererState["EXPANDED"] = 64] = "EXPANDED";
|
|
1016
2937
|
})(CellRendererState || (CellRendererState = {}));
|
|
2938
|
+
/**
|
|
2939
|
+
* Flags to use with gtk_set_debug_flags().
|
|
2940
|
+
*
|
|
2941
|
+
* Settings these flags causes GTK to print out different
|
|
2942
|
+
* types of debugging information. Some of these flags are
|
|
2943
|
+
* only available when GTK has been configured with `-Ddebug=true`.
|
|
2944
|
+
*/
|
|
1017
2945
|
export var DebugFlags;
|
|
1018
2946
|
(function (DebugFlags) {
|
|
2947
|
+
/** Information about GtkTextView */
|
|
1019
2948
|
DebugFlags[DebugFlags["TEXT"] = 1] = "TEXT";
|
|
2949
|
+
/** Information about GtkTreeView */
|
|
1020
2950
|
DebugFlags[DebugFlags["TREE"] = 2] = "TREE";
|
|
2951
|
+
/** Information about keyboard shortcuts */
|
|
1021
2952
|
DebugFlags[DebugFlags["KEYBINDINGS"] = 4] = "KEYBINDINGS";
|
|
2953
|
+
/** Information about modules and extensions */
|
|
1022
2954
|
DebugFlags[DebugFlags["MODULES"] = 8] = "MODULES";
|
|
2955
|
+
/** Information about size allocation */
|
|
1023
2956
|
DebugFlags[DebugFlags["GEOMETRY"] = 16] = "GEOMETRY";
|
|
2957
|
+
/** Information about icon themes */
|
|
1024
2958
|
DebugFlags[DebugFlags["ICONTHEME"] = 32] = "ICONTHEME";
|
|
2959
|
+
/** Information about printing */
|
|
1025
2960
|
DebugFlags[DebugFlags["PRINTING"] = 64] = "PRINTING";
|
|
2961
|
+
/** Trace GtkBuilder operation */
|
|
1026
2962
|
DebugFlags[DebugFlags["BUILDER_TRACE"] = 128] = "BUILDER_TRACE";
|
|
2963
|
+
/** Information about size requests */
|
|
1027
2964
|
DebugFlags[DebugFlags["SIZE_REQUEST"] = 256] = "SIZE_REQUEST";
|
|
2965
|
+
/** Disable the style property cache */
|
|
1028
2966
|
DebugFlags[DebugFlags["NO_CSS_CACHE"] = 512] = "NO_CSS_CACHE";
|
|
2967
|
+
/** Open the GTK inspector */
|
|
1029
2968
|
DebugFlags[DebugFlags["INTERACTIVE"] = 1024] = "INTERACTIVE";
|
|
2969
|
+
/** Show touch UI elements for pointer events. */
|
|
1030
2970
|
DebugFlags[DebugFlags["TOUCHSCREEN"] = 2048] = "TOUCHSCREEN";
|
|
2971
|
+
/** Information about actions and menu models */
|
|
1031
2972
|
DebugFlags[DebugFlags["ACTIONS"] = 4096] = "ACTIONS";
|
|
2973
|
+
/** Information from layout managers */
|
|
1032
2974
|
DebugFlags[DebugFlags["LAYOUT"] = 8192] = "LAYOUT";
|
|
2975
|
+
/** Include debug render nodes in the generated snapshots */
|
|
1033
2976
|
DebugFlags[DebugFlags["SNAPSHOT"] = 16384] = "SNAPSHOT";
|
|
2977
|
+
/** Information from the constraints solver */
|
|
1034
2978
|
DebugFlags[DebugFlags["CONSTRAINTS"] = 32768] = "CONSTRAINTS";
|
|
2979
|
+
/** Log unused GtkBuilder objects */
|
|
1035
2980
|
DebugFlags[DebugFlags["BUILDER_OBJECTS"] = 65536] = "BUILDER_OBJECTS";
|
|
2981
|
+
/** Information about accessibility state changes */
|
|
1036
2982
|
DebugFlags[DebugFlags["A11Y"] = 131072] = "A11Y";
|
|
2983
|
+
/** Information about icon fallback. */
|
|
1037
2984
|
DebugFlags[DebugFlags["ICONFALLBACK"] = 262144] = "ICONFALLBACK";
|
|
2985
|
+
/** Inverts the default text-direction. */
|
|
1038
2986
|
DebugFlags[DebugFlags["INVERT_TEXT_DIR"] = 524288] = "INVERT_TEXT_DIR";
|
|
2987
|
+
/** Information about deprecated CSS features. */
|
|
1039
2988
|
DebugFlags[DebugFlags["CSS"] = 1048576] = "CSS";
|
|
2989
|
+
/** Information about deprecated GtkBuilder features. */
|
|
1040
2990
|
DebugFlags[DebugFlags["BUILDER"] = 2097152] = "BUILDER";
|
|
1041
2991
|
})(DebugFlags || (DebugFlags = {}));
|
|
2992
|
+
/** Flags used to influence dialog construction. */
|
|
1042
2993
|
export var DialogFlags;
|
|
1043
2994
|
(function (DialogFlags) {
|
|
2995
|
+
/** Make the constructed dialog modal */
|
|
1044
2996
|
DialogFlags[DialogFlags["MODAL"] = 1] = "MODAL";
|
|
2997
|
+
/** Destroy the dialog when its parent is destroyed */
|
|
1045
2998
|
DialogFlags[DialogFlags["DESTROY_WITH_PARENT"] = 2] = "DESTROY_WITH_PARENT";
|
|
2999
|
+
/**
|
|
3000
|
+
* Create dialog with actions in header
|
|
3001
|
+
* bar instead of action area
|
|
3002
|
+
*/
|
|
1046
3003
|
DialogFlags[DialogFlags["USE_HEADER_BAR"] = 4] = "USE_HEADER_BAR";
|
|
1047
3004
|
})(DialogFlags || (DialogFlags = {}));
|
|
3005
|
+
/** Describes the behavior of a `GtkEventControllerScroll`. */
|
|
1048
3006
|
export var EventControllerScrollFlags;
|
|
1049
3007
|
(function (EventControllerScrollFlags) {
|
|
3008
|
+
/** Don't emit scroll. */
|
|
1050
3009
|
EventControllerScrollFlags[EventControllerScrollFlags["NONE"] = 0] = "NONE";
|
|
3010
|
+
/** Emit scroll with vertical deltas. */
|
|
1051
3011
|
EventControllerScrollFlags[EventControllerScrollFlags["VERTICAL"] = 1] = "VERTICAL";
|
|
3012
|
+
/** Emit scroll with horizontal deltas. */
|
|
1052
3013
|
EventControllerScrollFlags[EventControllerScrollFlags["HORIZONTAL"] = 2] = "HORIZONTAL";
|
|
3014
|
+
/** Only emit deltas that are multiples of 1. */
|
|
1053
3015
|
EventControllerScrollFlags[EventControllerScrollFlags["DISCRETE"] = 4] = "DISCRETE";
|
|
3016
|
+
/** Emit ::decelerate after continuous scroll finishes. */
|
|
1054
3017
|
EventControllerScrollFlags[EventControllerScrollFlags["KINETIC"] = 8] = "KINETIC";
|
|
3018
|
+
/**
|
|
3019
|
+
* A #GtkEventControllerScrollFlags value to prefer physical direction over
|
|
3020
|
+
* logical direction (i.e. oblivious to natural scroll).
|
|
3021
|
+
*/
|
|
1055
3022
|
EventControllerScrollFlags[EventControllerScrollFlags["PHYSICAL_DIRECTION"] = 16] = "PHYSICAL_DIRECTION";
|
|
3023
|
+
/** Emit scroll on both axes. */
|
|
1056
3024
|
EventControllerScrollFlags[EventControllerScrollFlags["BOTH_AXES"] = 3] = "BOTH_AXES";
|
|
1057
3025
|
})(EventControllerScrollFlags || (EventControllerScrollFlags = {}));
|
|
3026
|
+
/**
|
|
3027
|
+
* Specifies the granularity of font selection
|
|
3028
|
+
* that is desired in a `GtkFontChooser`.
|
|
3029
|
+
*
|
|
3030
|
+
* This enumeration may be extended in the future; applications should
|
|
3031
|
+
* ignore unknown values.
|
|
3032
|
+
*/
|
|
1058
3033
|
export var FontChooserLevel;
|
|
1059
3034
|
(function (FontChooserLevel) {
|
|
3035
|
+
/** Allow selecting a font family */
|
|
1060
3036
|
FontChooserLevel[FontChooserLevel["FAMILY"] = 0] = "FAMILY";
|
|
3037
|
+
/** Allow selecting a specific font face */
|
|
1061
3038
|
FontChooserLevel[FontChooserLevel["STYLE"] = 1] = "STYLE";
|
|
3039
|
+
/** Allow selecting a specific font size */
|
|
1062
3040
|
FontChooserLevel[FontChooserLevel["SIZE"] = 2] = "SIZE";
|
|
3041
|
+
/** Allow changing OpenType font variation axes */
|
|
1063
3042
|
FontChooserLevel[FontChooserLevel["VARIATIONS"] = 4] = "VARIATIONS";
|
|
3043
|
+
/** Allow selecting specific OpenType font features */
|
|
1064
3044
|
FontChooserLevel[FontChooserLevel["FEATURES"] = 8] = "FEATURES";
|
|
1065
3045
|
})(FontChooserLevel || (FontChooserLevel = {}));
|
|
3046
|
+
/** Used to specify options for gtk_icon_theme_lookup_icon(). */
|
|
1066
3047
|
export var IconLookupFlags;
|
|
1067
3048
|
(function (IconLookupFlags) {
|
|
3049
|
+
/** Perform a regular lookup. */
|
|
1068
3050
|
IconLookupFlags[IconLookupFlags["NONE"] = 0] = "NONE";
|
|
3051
|
+
/**
|
|
3052
|
+
* Try to always load regular icons, even
|
|
3053
|
+
* when symbolic icon names are given
|
|
3054
|
+
*/
|
|
1069
3055
|
IconLookupFlags[IconLookupFlags["FORCE_REGULAR"] = 1] = "FORCE_REGULAR";
|
|
3056
|
+
/**
|
|
3057
|
+
* Try to always load symbolic icons, even
|
|
3058
|
+
* when regular icon names are given
|
|
3059
|
+
*/
|
|
1070
3060
|
IconLookupFlags[IconLookupFlags["FORCE_SYMBOLIC"] = 2] = "FORCE_SYMBOLIC";
|
|
3061
|
+
/**
|
|
3062
|
+
* Starts loading the texture in the background
|
|
3063
|
+
* so it is ready when later needed.
|
|
3064
|
+
*/
|
|
1071
3065
|
IconLookupFlags[IconLookupFlags["PRELOAD"] = 4] = "PRELOAD";
|
|
1072
3066
|
})(IconLookupFlags || (IconLookupFlags = {}));
|
|
3067
|
+
/**
|
|
3068
|
+
* Describes hints that might be taken into account by input methods
|
|
3069
|
+
* or applications.
|
|
3070
|
+
*
|
|
3071
|
+
* Note that input methods may already tailor their behaviour according
|
|
3072
|
+
* to the [enum@InputPurpose] of the entry.
|
|
3073
|
+
*
|
|
3074
|
+
* Some common sense is expected when using these flags - mixing
|
|
3075
|
+
* %GTK_INPUT_HINT_LOWERCASE with any of the uppercase hints makes no sense.
|
|
3076
|
+
*
|
|
3077
|
+
* This enumeration may be extended in the future; input methods should
|
|
3078
|
+
* ignore unknown values.
|
|
3079
|
+
*/
|
|
1073
3080
|
export var InputHints;
|
|
1074
3081
|
(function (InputHints) {
|
|
3082
|
+
/** No special behaviour suggested */
|
|
1075
3083
|
InputHints[InputHints["NONE"] = 0] = "NONE";
|
|
3084
|
+
/** Suggest checking for typos */
|
|
1076
3085
|
InputHints[InputHints["SPELLCHECK"] = 1] = "SPELLCHECK";
|
|
3086
|
+
/** Suggest not checking for typos */
|
|
1077
3087
|
InputHints[InputHints["NO_SPELLCHECK"] = 2] = "NO_SPELLCHECK";
|
|
3088
|
+
/** Suggest word completion */
|
|
1078
3089
|
InputHints[InputHints["WORD_COMPLETION"] = 4] = "WORD_COMPLETION";
|
|
3090
|
+
/** Suggest to convert all text to lowercase */
|
|
1079
3091
|
InputHints[InputHints["LOWERCASE"] = 8] = "LOWERCASE";
|
|
3092
|
+
/** Suggest to capitalize all text */
|
|
1080
3093
|
InputHints[InputHints["UPPERCASE_CHARS"] = 16] = "UPPERCASE_CHARS";
|
|
3094
|
+
/**
|
|
3095
|
+
* Suggest to capitalize the first
|
|
3096
|
+
* character of each word
|
|
3097
|
+
*/
|
|
1081
3098
|
InputHints[InputHints["UPPERCASE_WORDS"] = 32] = "UPPERCASE_WORDS";
|
|
3099
|
+
/**
|
|
3100
|
+
* Suggest to capitalize the
|
|
3101
|
+
* first word of each sentence
|
|
3102
|
+
*/
|
|
1082
3103
|
InputHints[InputHints["UPPERCASE_SENTENCES"] = 64] = "UPPERCASE_SENTENCES";
|
|
3104
|
+
/**
|
|
3105
|
+
* Suggest to not show an onscreen keyboard
|
|
3106
|
+
* (e.g for a calculator that already has all the keys).
|
|
3107
|
+
*/
|
|
1083
3108
|
InputHints[InputHints["INHIBIT_OSK"] = 128] = "INHIBIT_OSK";
|
|
3109
|
+
/** The text is vertical */
|
|
1084
3110
|
InputHints[InputHints["VERTICAL_WRITING"] = 256] = "VERTICAL_WRITING";
|
|
3111
|
+
/** Suggest offering Emoji support */
|
|
1085
3112
|
InputHints[InputHints["EMOJI"] = 512] = "EMOJI";
|
|
3113
|
+
/** Suggest not offering Emoji support */
|
|
1086
3114
|
InputHints[InputHints["NO_EMOJI"] = 1024] = "NO_EMOJI";
|
|
3115
|
+
/**
|
|
3116
|
+
* Request that the input method should not
|
|
3117
|
+
* update personalized data (like typing history)
|
|
3118
|
+
*/
|
|
1087
3119
|
InputHints[InputHints["PRIVATE"] = 2048] = "PRIVATE";
|
|
1088
3120
|
})(InputHints || (InputHints = {}));
|
|
3121
|
+
/**
|
|
3122
|
+
* List of actions to perform when scrolling to items in
|
|
3123
|
+
* a list widget.
|
|
3124
|
+
*/
|
|
1089
3125
|
export var ListScrollFlags;
|
|
1090
3126
|
(function (ListScrollFlags) {
|
|
3127
|
+
/** Don't do anything extra */
|
|
1091
3128
|
ListScrollFlags[ListScrollFlags["NONE"] = 0] = "NONE";
|
|
3129
|
+
/** Focus the target item */
|
|
1092
3130
|
ListScrollFlags[ListScrollFlags["FOCUS"] = 1] = "FOCUS";
|
|
3131
|
+
/**
|
|
3132
|
+
* Select the target item and
|
|
3133
|
+
* unselect all other items.
|
|
3134
|
+
*/
|
|
1093
3135
|
ListScrollFlags[ListScrollFlags["SELECT"] = 2] = "SELECT";
|
|
1094
3136
|
})(ListScrollFlags || (ListScrollFlags = {}));
|
|
3137
|
+
/** Flags that influence the behavior of [method@Widget.pick]. */
|
|
1095
3138
|
export var PickFlags;
|
|
1096
3139
|
(function (PickFlags) {
|
|
3140
|
+
/** The default behavior, include widgets that are receiving events */
|
|
1097
3141
|
PickFlags[PickFlags["DEFAULT"] = 0] = "DEFAULT";
|
|
3142
|
+
/** Include widgets that are insensitive */
|
|
1098
3143
|
PickFlags[PickFlags["INSENSITIVE"] = 1] = "INSENSITIVE";
|
|
3144
|
+
/**
|
|
3145
|
+
* Include widgets that are marked as non-targetable. See [property@Widget:can-target]
|
|
3146
|
+
*/
|
|
1099
3147
|
PickFlags[PickFlags["NON_TARGETABLE"] = 2] = "NON_TARGETABLE";
|
|
1100
3148
|
})(PickFlags || (PickFlags = {}));
|
|
3149
|
+
/**
|
|
3150
|
+
* Flags that affect how [class@Gtk.PopoverMenu] widgets built from
|
|
3151
|
+
* a [class@Gio.MenuModel] are created and displayed.
|
|
3152
|
+
*/
|
|
1101
3153
|
export var PopoverMenuFlags;
|
|
1102
3154
|
(function (PopoverMenuFlags) {
|
|
3155
|
+
/** Submenus are presented as sliding submenus that replace the main menu. */
|
|
1103
3156
|
PopoverMenuFlags[PopoverMenuFlags["SLIDING"] = 0] = "SLIDING";
|
|
3157
|
+
/**
|
|
3158
|
+
* Submenus are presented as traditional, nested
|
|
3159
|
+
* popovers.
|
|
3160
|
+
*/
|
|
1104
3161
|
PopoverMenuFlags[PopoverMenuFlags["NESTED"] = 1] = "NESTED";
|
|
1105
3162
|
})(PopoverMenuFlags || (PopoverMenuFlags = {}));
|
|
3163
|
+
/**
|
|
3164
|
+
* Specifies which features the print dialog should offer.
|
|
3165
|
+
*
|
|
3166
|
+
* If neither %GTK_PRINT_CAPABILITY_GENERATE_PDF nor
|
|
3167
|
+
* %GTK_PRINT_CAPABILITY_GENERATE_PS is specified, GTK assumes that all
|
|
3168
|
+
* formats are supported.
|
|
3169
|
+
*/
|
|
1106
3170
|
export var PrintCapabilities;
|
|
1107
3171
|
(function (PrintCapabilities) {
|
|
3172
|
+
/** Print dialog will offer printing even/odd pages. */
|
|
1108
3173
|
PrintCapabilities[PrintCapabilities["PAGE_SET"] = 1] = "PAGE_SET";
|
|
3174
|
+
/** Print dialog will allow to print multiple copies. */
|
|
1109
3175
|
PrintCapabilities[PrintCapabilities["COPIES"] = 2] = "COPIES";
|
|
3176
|
+
/** Print dialog will allow to collate multiple copies. */
|
|
1110
3177
|
PrintCapabilities[PrintCapabilities["COLLATE"] = 4] = "COLLATE";
|
|
3178
|
+
/** Print dialog will allow to print pages in reverse order. */
|
|
1111
3179
|
PrintCapabilities[PrintCapabilities["REVERSE"] = 8] = "REVERSE";
|
|
3180
|
+
/** Print dialog will allow to scale the output. */
|
|
1112
3181
|
PrintCapabilities[PrintCapabilities["SCALE"] = 16] = "SCALE";
|
|
3182
|
+
/**
|
|
3183
|
+
* The program will send the document to
|
|
3184
|
+
* the printer in PDF format
|
|
3185
|
+
*/
|
|
1113
3186
|
PrintCapabilities[PrintCapabilities["GENERATE_PDF"] = 32] = "GENERATE_PDF";
|
|
3187
|
+
/**
|
|
3188
|
+
* The program will send the document to
|
|
3189
|
+
* the printer in Postscript format
|
|
3190
|
+
*/
|
|
1114
3191
|
PrintCapabilities[PrintCapabilities["GENERATE_PS"] = 64] = "GENERATE_PS";
|
|
3192
|
+
/** Print dialog will offer a preview */
|
|
1115
3193
|
PrintCapabilities[PrintCapabilities["PREVIEW"] = 128] = "PREVIEW";
|
|
3194
|
+
/**
|
|
3195
|
+
* Print dialog will offer printing multiple
|
|
3196
|
+
* pages per sheet
|
|
3197
|
+
*/
|
|
1116
3198
|
PrintCapabilities[PrintCapabilities["NUMBER_UP"] = 256] = "NUMBER_UP";
|
|
3199
|
+
/**
|
|
3200
|
+
* Print dialog will allow to rearrange
|
|
3201
|
+
* pages when printing multiple pages per sheet
|
|
3202
|
+
*/
|
|
1117
3203
|
PrintCapabilities[PrintCapabilities["NUMBER_UP_LAYOUT"] = 512] = "NUMBER_UP_LAYOUT";
|
|
1118
3204
|
})(PrintCapabilities || (PrintCapabilities = {}));
|
|
3205
|
+
/**
|
|
3206
|
+
* Flags that can be passed to action activation.
|
|
3207
|
+
*
|
|
3208
|
+
* More flags may be added in the future.
|
|
3209
|
+
*/
|
|
1119
3210
|
export var ShortcutActionFlags;
|
|
1120
3211
|
(function (ShortcutActionFlags) {
|
|
3212
|
+
/**
|
|
3213
|
+
* The action is the only
|
|
3214
|
+
* action that can be activated. If this flag is not set,
|
|
3215
|
+
* a future activation may select a different action.
|
|
3216
|
+
*/
|
|
1121
3217
|
ShortcutActionFlags[ShortcutActionFlags["EXCLUSIVE"] = 1] = "EXCLUSIVE";
|
|
1122
3218
|
})(ShortcutActionFlags || (ShortcutActionFlags = {}));
|
|
3219
|
+
/**
|
|
3220
|
+
* Describes a widget state.
|
|
3221
|
+
*
|
|
3222
|
+
* Widget states are used to match the widget against CSS pseudo-classes.
|
|
3223
|
+
* Note that GTK extends the regular CSS classes and sometimes uses
|
|
3224
|
+
* different names.
|
|
3225
|
+
*/
|
|
1123
3226
|
export var StateFlags;
|
|
1124
3227
|
(function (StateFlags) {
|
|
3228
|
+
/** State during normal operation */
|
|
1125
3229
|
StateFlags[StateFlags["NORMAL"] = 0] = "NORMAL";
|
|
3230
|
+
/** Widget is active */
|
|
1126
3231
|
StateFlags[StateFlags["ACTIVE"] = 1] = "ACTIVE";
|
|
3232
|
+
/** Widget has a mouse pointer over it */
|
|
1127
3233
|
StateFlags[StateFlags["PRELIGHT"] = 2] = "PRELIGHT";
|
|
3234
|
+
/** Widget is selected */
|
|
1128
3235
|
StateFlags[StateFlags["SELECTED"] = 4] = "SELECTED";
|
|
3236
|
+
/** Widget is insensitive */
|
|
1129
3237
|
StateFlags[StateFlags["INSENSITIVE"] = 8] = "INSENSITIVE";
|
|
3238
|
+
/** Widget is inconsistent */
|
|
1130
3239
|
StateFlags[StateFlags["INCONSISTENT"] = 16] = "INCONSISTENT";
|
|
3240
|
+
/** Widget has the keyboard focus */
|
|
1131
3241
|
StateFlags[StateFlags["FOCUSED"] = 32] = "FOCUSED";
|
|
3242
|
+
/** Widget is in a background toplevel window */
|
|
1132
3243
|
StateFlags[StateFlags["BACKDROP"] = 64] = "BACKDROP";
|
|
3244
|
+
/** Widget is in left-to-right text direction */
|
|
1133
3245
|
StateFlags[StateFlags["DIR_LTR"] = 128] = "DIR_LTR";
|
|
3246
|
+
/** Widget is in right-to-left text direction */
|
|
1134
3247
|
StateFlags[StateFlags["DIR_RTL"] = 256] = "DIR_RTL";
|
|
3248
|
+
/** Widget is a link */
|
|
1135
3249
|
StateFlags[StateFlags["LINK"] = 512] = "LINK";
|
|
3250
|
+
/** The location the widget points to has already been visited */
|
|
1136
3251
|
StateFlags[StateFlags["VISITED"] = 1024] = "VISITED";
|
|
3252
|
+
/** Widget is checked */
|
|
1137
3253
|
StateFlags[StateFlags["CHECKED"] = 2048] = "CHECKED";
|
|
3254
|
+
/** Widget is highlighted as a drop target for DND */
|
|
1138
3255
|
StateFlags[StateFlags["DROP_ACTIVE"] = 4096] = "DROP_ACTIVE";
|
|
3256
|
+
/** Widget has the visible focus */
|
|
1139
3257
|
StateFlags[StateFlags["FOCUS_VISIBLE"] = 8192] = "FOCUS_VISIBLE";
|
|
3258
|
+
/** Widget contains the keyboard focus */
|
|
1140
3259
|
StateFlags[StateFlags["FOCUS_WITHIN"] = 16384] = "FOCUS_WITHIN";
|
|
1141
3260
|
})(StateFlags || (StateFlags = {}));
|
|
3261
|
+
/**
|
|
3262
|
+
* Flags that modify the behavior of gtk_style_context_to_string().
|
|
3263
|
+
*
|
|
3264
|
+
* New values may be added to this enumeration.
|
|
3265
|
+
*/
|
|
1142
3266
|
export var StyleContextPrintFlags;
|
|
1143
3267
|
(function (StyleContextPrintFlags) {
|
|
3268
|
+
/** Default value. */
|
|
1144
3269
|
StyleContextPrintFlags[StyleContextPrintFlags["NONE"] = 0] = "NONE";
|
|
3270
|
+
/**
|
|
3271
|
+
* Print the entire tree of
|
|
3272
|
+
* CSS nodes starting at the style context's node
|
|
3273
|
+
*/
|
|
1145
3274
|
StyleContextPrintFlags[StyleContextPrintFlags["RECURSE"] = 1] = "RECURSE";
|
|
3275
|
+
/**
|
|
3276
|
+
* Show the values of the
|
|
3277
|
+
* CSS properties for each node
|
|
3278
|
+
*/
|
|
1146
3279
|
StyleContextPrintFlags[StyleContextPrintFlags["SHOW_STYLE"] = 2] = "SHOW_STYLE";
|
|
3280
|
+
/**
|
|
3281
|
+
* Show information about
|
|
3282
|
+
* what changes affect the styles
|
|
3283
|
+
*/
|
|
1147
3284
|
StyleContextPrintFlags[StyleContextPrintFlags["SHOW_CHANGE"] = 4] = "SHOW_CHANGE";
|
|
1148
3285
|
})(StyleContextPrintFlags || (StyleContextPrintFlags = {}));
|
|
3286
|
+
/**
|
|
3287
|
+
* Values for [callback@Gtk.TextBufferCommitNotify] to denote the
|
|
3288
|
+
* point of the notification.
|
|
3289
|
+
*/
|
|
1149
3290
|
export var TextBufferNotifyFlags;
|
|
1150
3291
|
(function (TextBufferNotifyFlags) {
|
|
3292
|
+
/**
|
|
3293
|
+
* Be notified before text
|
|
3294
|
+
* is inserted into the underlying buffer.
|
|
3295
|
+
*/
|
|
1151
3296
|
TextBufferNotifyFlags[TextBufferNotifyFlags["BEFORE_INSERT"] = 1] = "BEFORE_INSERT";
|
|
3297
|
+
/**
|
|
3298
|
+
* Be notified after text
|
|
3299
|
+
* has been inserted into the underlying buffer.
|
|
3300
|
+
*/
|
|
1152
3301
|
TextBufferNotifyFlags[TextBufferNotifyFlags["AFTER_INSERT"] = 2] = "AFTER_INSERT";
|
|
3302
|
+
/**
|
|
3303
|
+
* Be notified before text
|
|
3304
|
+
* is deleted from the underlying buffer.
|
|
3305
|
+
*/
|
|
1153
3306
|
TextBufferNotifyFlags[TextBufferNotifyFlags["BEFORE_DELETE"] = 4] = "BEFORE_DELETE";
|
|
3307
|
+
/**
|
|
3308
|
+
* Be notified after text
|
|
3309
|
+
* has been deleted from the underlying buffer.
|
|
3310
|
+
*/
|
|
1154
3311
|
TextBufferNotifyFlags[TextBufferNotifyFlags["AFTER_DELETE"] = 8] = "AFTER_DELETE";
|
|
1155
3312
|
})(TextBufferNotifyFlags || (TextBufferNotifyFlags = {}));
|
|
3313
|
+
/**
|
|
3314
|
+
* Flags affecting how a search is done.
|
|
3315
|
+
*
|
|
3316
|
+
* If neither `GTK_TEXT_SEARCH_VISIBLE_ONLY` nor `GTK_TEXT_SEARCH_TEXT_ONLY`
|
|
3317
|
+
* are enabled, the match must be exact; the special 0xFFFC character will
|
|
3318
|
+
* match embedded paintables or child widgets.
|
|
3319
|
+
*/
|
|
1156
3320
|
export var TextSearchFlags;
|
|
1157
3321
|
(function (TextSearchFlags) {
|
|
3322
|
+
/**
|
|
3323
|
+
* Search only visible data. A search match may
|
|
3324
|
+
* have invisible text interspersed.
|
|
3325
|
+
*/
|
|
1158
3326
|
TextSearchFlags[TextSearchFlags["VISIBLE_ONLY"] = 1] = "VISIBLE_ONLY";
|
|
3327
|
+
/**
|
|
3328
|
+
* Search only text. A match may have paintables or
|
|
3329
|
+
* child widgets mixed inside the matched range.
|
|
3330
|
+
*/
|
|
1159
3331
|
TextSearchFlags[TextSearchFlags["TEXT_ONLY"] = 2] = "TEXT_ONLY";
|
|
3332
|
+
/**
|
|
3333
|
+
* The text will be matched regardless of
|
|
3334
|
+
* what case it is in.
|
|
3335
|
+
*/
|
|
1160
3336
|
TextSearchFlags[TextSearchFlags["CASE_INSENSITIVE"] = 4] = "CASE_INSENSITIVE";
|
|
1161
3337
|
})(TextSearchFlags || (TextSearchFlags = {}));
|
|
3338
|
+
/**
|
|
3339
|
+
* These flags indicate various properties of a `GtkTreeModel`.
|
|
3340
|
+
*
|
|
3341
|
+
* They are returned by [method@Gtk.TreeModel.get_flags], and must be
|
|
3342
|
+
* static for the lifetime of the object. A more complete description
|
|
3343
|
+
* of %GTK_TREE_MODEL_ITERS_PERSIST can be found in the overview of
|
|
3344
|
+
* this section.
|
|
3345
|
+
*/
|
|
1162
3346
|
export var TreeModelFlags;
|
|
1163
3347
|
(function (TreeModelFlags) {
|
|
3348
|
+
/**
|
|
3349
|
+
* iterators survive all signals
|
|
3350
|
+
* emitted by the tree
|
|
3351
|
+
*/
|
|
1164
3352
|
TreeModelFlags[TreeModelFlags["ITERS_PERSIST"] = 1] = "ITERS_PERSIST";
|
|
3353
|
+
/**
|
|
3354
|
+
* the model is a list only, and never
|
|
3355
|
+
* has children
|
|
3356
|
+
*/
|
|
1165
3357
|
TreeModelFlags[TreeModelFlags["LIST_ONLY"] = 2] = "LIST_ONLY";
|
|
1166
3358
|
})(TreeModelFlags || (TreeModelFlags = {}));
|