Struct

GtkBorder

Description [src]

struct GtkBorder {
  gint16 left;
  gint16 right;
  gint16 top;
  gint16 bottom;
}

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

Structure members
left: gint16

The width of the left border.

right: gint16

The width of the right border.

top: gint16

The width of the top border.

bottom: gint16

The width of the bottom border.

Constructors

gtk_border_new

Allocates a new GtkBorder-struct and initializes its elements to zero.

since: 2.14

Instance methods

gtk_border_copy

Copies a GtkBorder-struct.

gtk_border_free

Frees a GtkBorder-struct.