gtk library

Classes

GtkApplication
A widget that can be used to listen to remote GTK application command-line arguments and file open requests from within the widget tree.
GtkApplicationNotifier
An object that can be used to listen to remote GTK application command-line arguments and file open requests outside the widget tree.
GtkSettings

Constants

kGtkAlternativeButtonOrder → const String
gtk-alternative-button-order
kGtkAlternativeSortArrows → const String
gtk-alternative-sort-arrows
kGtkApplicationPreferDarkTheme → const String
gtk-application-prefer-dark-theme
kGtkCursorAspectRatio → const String
gtk-cursor-aspect-ratio
gtk-cursor-blink
kGtkCursorBlinkTime → const String
gtk-cursor-blink-time
kGtkCursorBlinkTimeout → const String
gtk-cursor-blink-timeout
kGtkCursorThemeName → const String
gtk-cursor-theme-name
kGtkCursorThemeSize → const String
gtk-cursor-theme-size
kGtkDecorationLayout → const String
gtk-decoration-layout
kGtkDialogsUseHeader → const String
gtk-dialogs-use-header
kGtkDndDragThreshold → const String
gtk-dnd-drag-threshold
kGtkDoubleClickDistance → const String
gtk-double-click-distance
kGtkDoubleClickTime → const String
gtk-double-click-time
kGtkEnableAccels → const String
gtk-enable-accels
kGtkEnableAnimations → const String
gtk-enable-animations
kGtkEnableEventSounds → const String
gtk-enable-event-sounds
kGtkEnableInputFeedbackSounds → const String
gtk-enable-input-feedback-sounds
kGtkEnablePrimaryPaste → const String
gtk-enable-primary-paste
kGtkEntryPasswordHintTimeout → const String
gtk-entry-password-hint-timeout
kGtkEntrySelectOnFocus → const String
gtk-entry-select-on-focus
kGtkErrorBell → const String
gtk-error-bell
kGtkFontconfigTimestamp → const String
gtk-fontconfig-timestamp
kGtkFontName → const String
gtk-font-name
kGtkIconThemeName → const String
gtk-icon-theme-name
kGtkImModule → const String
gtk-im-module
kGtkKeynavUseCaret → const String
gtk-keynav-use-caret
kGtkKeyThemeName → const String
gtk-key-theme-name
kGtkLabelSelectOnFocus → const String
gtk-label-select-on-focus
kGtkLongPressTime → const String
gtk-long-press-time
kGtkModules → const String
gtk-modules
kGtkOverlayScrolling → const String
gtk-overlay-scrolling
kGtkPrimaryButtonWarpsSlider → const String
gtk-primary-button-warps-slider
kGtkPrintBackends → const String
gtk-print-backends
kGtkPrintPreviewCommand → const String
gtk-print-preview-command
kGtkRecentFilesEnabled → const String
gtk-recent-files-enabled
kGtkRecentFilesMaxAge → const String
gtk-recent-files-max-age
kGtkShellShowsAppMenu → const String
gtk-shell-shows-app-menu
kGtkShellShowsDesktop → const String
gtk-shell-shows-desktop
kGtkShellShowsMenubar → const String
gtk-shell-shows-menubar
kGtkSoundThemeName → const String
gtk-sound-theme-name
kGtkSplitCursor → const String
gtk-split-cursor
kGtkThemeName → const String
gtk-theme-name
kGtkTitlebarDoubleClick → const String
gtk-titlebar-double-click
kGtkTitlebarMiddleClick → const String
gtk-titlebar-middle-click
kGtkTitlebarRightClick → const String
gtk-titlebar-right-click
kGtkXftAntialias → const String
gtk-xft-antialias
kGtkXftDpi → const String
gtk-xft-dpi
kGtkXftHinting → const String
gtk-xft-hinting
kGtkXftHintstyle → const String
gtk-xft-hintstyle
kGtkXftRgba → const String
gtk-xft-rgba

Typedefs

GtkCommandLineListener = void Function(List<String> args)
The signature of a callback that receives remote command-line arguments.
GtkOpenListener = void Function(List<String> files, String hint)
The signature of a callback that receives remote file open requests.