Class (GI Struct)

Gtk-3.0GtkBorder

A struct that specifies a border around a rectangular area that can be of different width on each side.

Index

Constructors

Properties

Methods

Constructors

  • Parameters

    • Optionalproperties: Partial<{ bottom: number; left: number; right: number; top: number }>

    Returns Gtk.Border

Properties

bottom: number
left: number
right: number
top: number
$gtype: GType<Gtk.Border>

Methods