Gjsify LogoGjsify Logo

Index

Enumerations

Classes

Interfaces

Functions

Functions

  • ease_out_cubic(t: number): number
  • Returns the name of a [classEnumValueObject].

    This is a default implementation of [callbackComboRowGetEnumValueNameFunc] to be used with [methodComboRow.set_for_enum]. If the enumeration has a nickname, it will return it, otherwise it will return its name.

    Parameters

    • value: Handy.EnumValueObject

      the value from the enum from which to get a name

    • user_data: object

      unused user data

    Returns string

  • get_enable_animations(widget: Gtk.Widget): boolean
  • Checks whether animations are enabled for widget.

    This should be used when implementing an animated widget to know whether to animate it or not.

    Parameters

    Returns boolean

  • init(): void
  • Initializes Libhandy.

    Call this function just after initializing GTK, if you are using [classGtk.Application] it means it must be called when the [signalGio.Application::startup] signal is emitted.

    If Libhandy has already been initialized, the function will simply return.

    This makes sure translations, types, themes, and icons for the Handy library are set up properly.

    Returns void

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