entering date

2005-02-25 Thread Hubert Sokolowski
Hi! I use GtkCalendar for choosing date. But I also want to let user enter date by hand using only the keyboard. Is there such a widget that parses and validates the date that was entered by user? regards hs ___ gtk-app-devel-list mailing list

keyboard shortcut on entry

2005-02-25 Thread Hubert Sokolowski
Hi! I need to execute my function when Left arrow key was pressed in GtkEntry. I can add accelerator for GtkEntry widget that can emit some signal. But I don't want to emit a signal, just run my function. how to do that? regards hs ___

Re: keyboard shortcut on entry

2005-02-25 Thread Roger Leigh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hubert Sokolowski [EMAIL PROTECTED] writes: Dnia 25-02-2005, pi o godzinie 12:22 +0100, Hubert Sokolowski napisa: I need to execute my function when Left arrow key was pressed in GtkEntry. I can add accelerator for GtkEntry widget that can emit