Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gtkborder.h>
Data Fields | |
gint16 | left |
gint16 | right |
gint16 | top |
gint16 | bottom |
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.
gint16 _GtkBorder::bottom |
Definition at line 56 of file gtkborder.h.
gint16 _GtkBorder::left |
Definition at line 53 of file gtkborder.h.
gint16 _GtkBorder::right |
Definition at line 54 of file gtkborder.h.
gint16 _GtkBorder::top |
Definition at line 55 of file gtkborder.h.