Re: [Pgui-devel] Focus Button
Use something like this to turn on the PG_EXEV_FOCUS flag: pgSetWidget(button, PG_WP_EXTDEVENTS, PG_EXEV_FOCUS, 0); On Sat, Mar 09, 2002 at 04:18:01PM +0200, Okan wrote: > Hi, > I want to get PW_WE_FOCUS event when I focus on a > button,it works on fie
[Pgui-devel] Focus Button
Hi, I want to get PW_WE_FOCUS event when I focus on a button,it works on fields as it says in the header ( #define PG_WE_FOCUS0x004 /* Sent when a button is focused, only if it has * PG_EXEV_FOCUS. The fie
