static void draw_window(void *w_, void* user_data) {
}
int main (int argc, char ** argv)
{
return 0;
}
Xputty - the main struct. It should be declared before any other call to a Xputty function....
Color_state get_color_state(Widget_t *wid)
get_color_state - get the Color_state to use in relation to the Widget_t state
void use_bg_color_scheme(Widget_t *w, Color_state st)
use_bg_color_scheme - use background Colors to paint on Widget_t
This file contains definitions and structs used on all platforms. Platform specific definitions are l...
void main_quit(Xputty *main)
main_quit - destroy all remaining Widget_t's from the main->childlist. Free all resources which may...
void main_init(Xputty *main)
main_init - open the Display and init the main->childlist. Set the bool run to true....
void main_run(Xputty *main)
main_run - start the main event loop. It should be start after your Widget_t's been created....