Gjsify LogoGjsify Logo

Hierarchy

  • PreferencesInterface

Index

Constructors

Properties

parent_interface: TypeInterface
name: string

Methods

  • add_custom(self: Dazzle.Preferences, page_name: string, group_name: string, widget: Gtk.Widget, keywords: string, priority: number): number
  • add_file_chooser(self: Dazzle.Preferences, page_name: string, group_name: string, schema_id: string, key: string, path: string, title: string, subtitle: string, action: Gtk.FileChooserAction, keywords: string, priority: number): number
  • add_font_button(self: Dazzle.Preferences, page_name: string, group_name: string, schema_id: string, key: string, title: string, keywords: string, priority: number): number
  • add_group(self: Dazzle.Preferences, page_name: string, group_name: string, title: string, priority: number): void
  • add_page(self: Dazzle.Preferences, page_name: string, title: string, priority: number): void
  • add_radio(self: Dazzle.Preferences, page_name: string, group_name: string, schema_id: string, key: string, path: string, variant_string: string, title: string, subtitle: string, keywords: string, priority: number): number
  • Parameters

    • self: Dazzle.Preferences
    • page_name: string
    • group_name: string
    • schema_id: string
    • key: string
    • path: string
    • variant_string: string
    • title: string
    • subtitle: string
    • keywords: string
    • priority: number

    Returns number

  • add_spin_button(self: Dazzle.Preferences, page_name: string, group_name: string, schema_id: string, key: string, path: string, title: string, subtitle: string, keywords: string, priority: number): number
  • add_switch(self: Dazzle.Preferences, page_name: string, group_name: string, schema_id: string, key: string, path: string, variant_string: string, title: string, subtitle: string, keywords: string, priority: number): number
  • Parameters

    • self: Dazzle.Preferences
    • page_name: string
    • group_name: string
    • schema_id: string
    • key: string
    • path: string
    • variant_string: string
    • title: string
    • subtitle: string
    • keywords: string
    • priority: number

    Returns number

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method