ObjectivelyMVC 0.1.0
Object oriented MVC framework for OpenGL, SDL2 and GNU C
Data Fields
ViewPadding Struct Reference

Spacing applied to the inside of a View's frame. More...

#include <View.h>

Data Fields

int bottom
 
int left
 
int right
 
int top
 

Detailed Description

Spacing applied to the inside of a View's frame.

Definition at line 99 of file View.h.

Field Documentation

◆ bottom

int ViewPadding::bottom

Definition at line 100 of file View.h.

◆ left

int ViewPadding::left

Definition at line 100 of file View.h.

◆ right

int ViewPadding::right

Definition at line 100 of file View.h.

◆ top

int ViewPadding::top

Definition at line 100 of file View.h.


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