From b9f53aa7936686134f19c480346816a3d234f7f7 Mon Sep 17 00:00:00 2001 From: inmarket Date: Sun, 25 Jan 2015 17:40:34 +1000 Subject: Add the ability to flash a gwin window/widget. Only the button draws for checkbox's and radio's currently do anything about it. Widget demo updated to show this on Checkbox 3 (the toggle button). --- gfxconf.example.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gfxconf.example.h') diff --git a/gfxconf.example.h b/gfxconf.example.h index 3a91d21a..4c94bb18 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -148,6 +148,8 @@ //#define GWIN_NEED_WINDOWMANAGER FALSE // #define GWIN_REDRAW_IMMEDIATE FALSE // #define GWIN_REDRAW_SINGLEOP FALSE +// #define GWIN_NEED_FLASHING FALSE +// #define GWIN_FLASHING_PERIOD 250 //#define GWIN_NEED_CONSOLE FALSE // #define GWIN_CONSOLE_USE_HISTORY FALSE -- cgit v1.2.3