Public Attributes | List of all members
ime::Borders Struct Reference

Widget borders. More...

#include <IWidgetRenderer.h>

Public Attributes

float left = 0.0f
 Left border. More...
 
float top = 0.0f
 Top border. More...
 
float right = 0.0f
 Right border. More...
 
float bottom = 0.0f
 Bottom border. More...
 

Detailed Description

Widget borders.

Definition at line 51 of file IWidgetRenderer.h.

Member Data Documentation

◆ bottom

float ime::Borders::bottom = 0.0f

Bottom border.

Definition at line 55 of file IWidgetRenderer.h.

◆ left

float ime::Borders::left = 0.0f

Left border.

Definition at line 52 of file IWidgetRenderer.h.

◆ right

float ime::Borders::right = 0.0f

Right border.

Definition at line 54 of file IWidgetRenderer.h.

◆ top

float ime::Borders::top = 0.0f

Top border.

Definition at line 53 of file IWidgetRenderer.h.


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