#include <theme.h>
Data Fields | |
char * | name |
int | keycode |
int | modifier |
int | x |
int | y |
int | width |
int | height |
int | active |
char * | exec |
char* theme_button::name |
Button name.
Corresponding keyboard code.
Corresponding keyboard modifier.
int theme_button::x |
Upper left x-coordinate of button.
int theme_button::y |
Upper left y-coordinate of button.
Width of button.
Height of button.
State of button (1: active, 0: inactive).
char* theme_button::exec |
Shell command to execute.