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

Re: Introspection API

2005-02-25 Thread Matthias Clasen
On Fri, 2005-02-25 at 10:58 +, Gustavo J. A. M. Carneiro wrote: On Thu, 2005-02-24 at 18:16 -0500, Colin Walters wrote: On Thu, 2005-02-24 at 20:52 +, Gustavo J. A. M. Carneiro wrote: On Thu, 2005-02-24 at 15:20 -0500, Matthias Clasen wrote: I have written up a draft spec for the

Re: Introspection API

2005-02-25 Thread Havoc Pennington
On Fri, 2005-02-25 at 10:58 +, Gustavo J. A. M. Carneiro wrote: I'm not saying libffi is bad, if we have computer generated prototype descriptions. Manually using libffi is more of a problem due to the human tendency to make mistakes... Another concern about libffi is portability.