libvtemm 0.25.0
Public Member Functions
Gnome::Vte::Padding Class Reference

Padding - simple class holding padding. More...

#include <libvtemm/padding.h>

List of all members.

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.

Detailed Description

Padding - simple class holding padding.

Deprecated:
Use "inner-border" style property instead.

Constructor & Destructor Documentation

Gnome::Vte::Padding::Padding ( int  x_pad,
int  y_pad 
)

The only way to fill Gnome::Vte::Padding class.

Parameters:
x_padLeft/right-edge padding.
y_padTop/botton-edge padding.

Member Function Documentation

int Gnome::Vte::Padding::get_x_pad ( ) const

Gets left/right-edge padding.

Returns:
Left/right-edge padding.
int Gnome::Vte::Padding::get_y_pad ( ) const

Gets top/bottom-edge padding.

Returns:
Top/bottom-edge padding.