Gjsify LogoGjsify Logo

Index

Enumerations

Classes

Interfaces

Functions

Functions

  • ease_out_cubic(t: number): number
  • This is a default implementation of #HdyComboRowGetEnumValueNameFunc to be used with hdy_combo_row_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
  • Returns whether animations are enabled for that widget. This should be used when implementing an animated widget to know whether to animate it or not.

    Parameters

    Returns boolean

  • init(argv?: string[]): [boolean, string[] | null]
  • Call this function before using any other Handy functions in your GUI applications. If libhandy has already been initialized, the function will simply return without processing the new arguments.

    Parameters

    • Optional argv: string[]

      Address of the argv parameter of main(), or %NULL. Any options understood by Handy are stripped before return.

    Returns [boolean, string[] | null]

  • Separates rows by using #GtkSeparator as headers. The first row doesn't have a separator as there is no row above it.

    Parameters

    • row: Gtk.ListBoxRow

      the row to update

    • before: Gtk.ListBoxRow

      the row before row, or %NULL if it is first

    • unused_user_data: object

      unused user data

    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