Simple GUI Library
insets.h File Reference
#include <stdint.h>
Include dependency graph for insets.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Sgl::Insets
 

Functions

Insets Sgl::operator+ (const Insets &first, const Insets &second)
 
Insets Sgl::operator- (const Insets &first, const Insets &second)
 

Detailed Description

Author
Nikita Mochalov (github.com/tralf-strues)
Date
2021-11-06

Definition in file insets.h.

Function Documentation

◆ operator+()

Insets Sgl::operator+ ( const Insets first,
const Insets second 
)

Definition at line 44 of file insets.cpp.

◆ operator-()

Insets Sgl::operator- ( const Insets first,
const Insets second 
)

Definition at line 52 of file insets.cpp.