Gama C Library
Gama C API Documentation
Loading...
Searching...
No Matches
gmwFrameTheme Struct Reference

Structure defining the visual theme for a frame widget. More...

#include <frame.h>

Data Fields

int enabled
gmColor background
gmColor border
double scale
struct { 
   gmColor   background 
   gmColor   border 
   double   scale 
focussed
struct { 
   gmColor   background 
   gmColor   border 
   double   scale 
inactive
double border_width

Detailed Description

Structure defining the visual theme for a frame widget.

Field Documentation

◆ background

gmColor gmwFrameTheme::background

Background color when normal

Background color when focused

Background color when inactive

◆ border

gmColor gmwFrameTheme::border

Border color when normal

Border color when focused

Border color when inactive

◆ border_width

double gmwFrameTheme::border_width

Width of the frame border

◆ enabled

int gmwFrameTheme::enabled

Whether the frame is enabled

◆ [struct]

struct { ... } gmwFrameTheme::focussed

◆ [struct]

struct { ... } gmwFrameTheme::inactive

◆ scale

double gmwFrameTheme::scale

Scale factor when normal

Scale factor when focused

Scale factor when inactive


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