C++ DevKit
C++ set of OOP library
Loading...
Searching...
No Matches
struct_ConfigGraphicWidget Struct Reference

data structure used to configure graphic framebuffer More...

#include <canvas.h>

Collaboration diagram for struct_ConfigGraphicWidget:
Collaboration graph

Public Attributes

size_t pixel_frame_width
 the frame width of the graphic frame
 
size_t pixel_frame_height
 the frame height of the graphic frame
 
ColorIndex fg_color {ColorIndex::WHITE}
 the foreground color
 
ColorIndex bg_color {ColorIndex::BLACK}
 the background color
 
uint8_t widget_anchor_x {0}
 the x_axis anchor of the widget
 
uint8_t widget_anchor_y {0}
 the y-axis anchor of the widget
 
bool widget_with_border {false}
 a flag that indicates if the widget has a 1-pixel width border
 

Detailed Description

data structure used to configure graphic framebuffer


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