|
Gama C Library
Gama C API Documentation
|
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 |
Structure defining the visual theme for a frame widget.
| gmColor gmwFrameTheme::background |
Background color when normal
Background color when focused
Background color when inactive
| gmColor gmwFrameTheme::border |
Border color when normal
Border color when focused
Border color when inactive
| double gmwFrameTheme::border_width |
Width of the frame border
| int gmwFrameTheme::enabled |
Whether the frame is enabled
| struct { ... } gmwFrameTheme::focussed |
| struct { ... } gmwFrameTheme::inactive |
| double gmwFrameTheme::scale |
Scale factor when normal
Scale factor when focused
Scale factor when inactive