libvtemm 0.25.0
|
Padding - simple class holding padding. More...
#include <libvtemm/padding.h>
Public Member Functions | |
Padding (int x_pad, int y_pad) | |
The only way to fill Gnome::Vte::Padding class. | |
int | get_x_pad () const |
Gets left/right-edge padding. | |
int | get_y_pad () const |
Gets top/bottom-edge padding. |
Padding - simple class holding padding.
Gnome::Vte::Padding::Padding | ( | int | x_pad, |
int | y_pad | ||
) |
The only way to fill Gnome::Vte::Padding class.
x_pad | Left/right-edge padding. |
y_pad | Top/botton-edge padding. |
int Gnome::Vte::Padding::get_x_pad | ( | ) | const |
Gets left/right-edge padding.
int Gnome::Vte::Padding::get_y_pad | ( | ) | const |
Gets top/bottom-edge padding.