Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_GtkBorder Struct Reference

#include <gtkborder.h>

Data Fields

gint16 left
 
gint16 right
 
gint16 top
 
gint16 bottom
 

Detailed Description

GtkBorder: @left: The width of the left border @right: The width of the right border @top: The width of the top border @bottom: The width of the bottom border

A struct that specifies a border around a rectangular area.

Each side can have different width.

Definition at line 51 of file gtkborder.h.

Field Documentation

◆ bottom

gint16 _GtkBorder::bottom

Definition at line 56 of file gtkborder.h.

◆ left

gint16 _GtkBorder::left

Definition at line 53 of file gtkborder.h.

◆ right

gint16 _GtkBorder::right

Definition at line 54 of file gtkborder.h.

◆ top

gint16 _GtkBorder::top

Definition at line 55 of file gtkborder.h.


The documentation for this struct was generated from the following file: