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.

Re: Annotated online documentation

2005-02-25 Thread Owen Taylor
[ Cc'ing gtk-doc list ] On Wed, 2005-02-23 at 13:53 +0100, Murray Cumming wrote: I think it would be nifty if people could add comments to the online documentation. Obviously we'd rather have patches to the documentation/source, put people don't often go to that trouble after they have

Re: drawing in a for-loop

2005-02-25 Thread Carlo Agrusti
Ian Strascina ha scritto lo scorso 24/02/2005 23:18: OK, this is probably the stupidest post ever, but I need help drawing in a for-loop within a callback function... I've done this before, but for some reason, I'm not getting expose events to refresh my GtkDrawingArea... My code looks like

GnomeCanvas

2005-02-25 Thread sinsedrix
Hi, I saw that now GnomeCanvas belongs to libgnomecanvas-2.0, and no longer to libgnomeui, so it's a bit more independant.. Does anyone know if this library is now portable and can be compiled on any OS that supports gtk+-2.0 as any set of gtkwidgets and gtkobjects ? Thanks in advance.

CVS commit 1.189 (Owen) and gtk_window_set_has_frame

2005-02-25 Thread Stephane Raimbault
Hi, I previously did a report about this problem (august 04). The gtk+'s commit 1.189 (between GTK+ 2.2 and 2.4) introduced a new check in gdk/x11/gdkwindow-x11.c - gdk_window_set_icon() : g_return_if_fail (GDK_WINDOW_TYPE (window) != GDK_WINDOW_CHILD); Now this simple code shows a warning :

Trouble Compiling GLib 2.6.2 on Win98

2005-02-25 Thread Jeffery To
Hi, I'm trying to compile GLib 2.6.2, as a prelude to compiling GTK+, on Windows 98 (I know, not a very good idea), and I'm running into this error: if /bin/bash ../libtool --mode=compile gcc -mcpu=pentium3 -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\GLib-GObject\ -I.. -I../glib -I..

Re: how to get transparent background with tint

2005-02-25 Thread Paul Davis
What do I need to do to my .gtrc-2.0 file, if I want to get a background and/o r base, that is transparent, with some degree of tint, maybe? you don't. X servers and widget toolkits that support transparency are bleeding edge right now. --p ___

Re: Trouble Compiling GLib 2.6.2 on Win98

2005-02-25 Thread Benjamin
Jeffery To wrote: Hi, I'm trying to compile GLib 2.6.2, as a prelude to compiling GTK+, on Windows 98 (I know, not a very good idea), and I'm running into this error: if /bin/bash ../libtool --mode=compile gcc -mcpu=pentium3 -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\GLib-GObject\ -I..

Re: Newbie Question about installing GTK+-2.6

2005-02-25 Thread Antonio Gomes
Is there a binary package for GTK+-2.6, how can I install it? What distro are you using ?! If SuSE or Debian, RH, or FC I'm sure there is GTK 2.4.x (and its dependencies) binaries available by its respectively FTP sites ... but I don't not if the 2.6.X banaries are available ... Do I have to

Re: Newbie Question about installing GTK+-2.6

2005-02-25 Thread stian
I was using root account, but I got -bash: ./configure: Permission denied, why could this happen? You have uncompressed it onto a partition that is mounted noexec. Or to a filesystem that doesn't have filemodes like fat. Or you are not the same user as uncompressed it (but it should not be a

ATK installing problem

2005-02-25 Thread haimin
I have installed glib succesfully, and set the path PKG-CONFIG-PATH, then I began to install atk, the configure works fine, but I got the following error when I tried to install it. Can anybody help me? Thanks in advance Making install in atkmake[1]: Entering directory

Pango Error...

2005-02-25 Thread Your Guardian Angel
I try to install PANGO for GTK, but get the error configure: WARNING: X development libraries not found checking for pkg-config... /usr/bin/pkg-config checking for fontconfig = 1.0.1... Package fontconfig was not found in the pkg-config search path. Perhaps you should add the directory

Re: CVS commit 1.189 (Owen) and gtk_window_set_has_frame

2005-02-25 Thread Antonio Gomes
Could you paste the warnning here !? Best Regards Antonio Gomes On Fri, 25 Feb 2005 11:32:15 +0100, Stephane Raimbault [EMAIL PROTECTED] wrote: Hi, I previously did a report about this problem (august 04). The gtk+'s commit 1.189 (between GTK+ 2.2 and 2.4) introduced a new check in

Re: Pango Error...

2005-02-25 Thread Antonio Gomes
Hi ... type the command: pkg-config --modversion fontconfig what's it returns ?! What distro are you using !? What is the pango version you trying install !? Best Regards Antonio Gomes PS: Please, it's a gerenal comment: when anyone gets compile errors (configure, make, make install),

Re: CVS commit 1.189 (Owen) and gtk_window_set_has_frame

2005-02-25 Thread Manish Singh
On Fri, 25 Feb 2005 11:32:15 +0100, Stephane Raimbault wrote: Hi, I previously did a report about this problem (august 04). The gtk+'s commit 1.189 (between GTK+ 2.2 and 2.4) introduced a new check in gdk/x11/gdkwindow-x11.c - gdk_window_set_icon() : g_return_if_fail (GDK_WINDOW_TYPE

context menu when right clicking on a TreeViewColumn header

2005-02-25 Thread Lorenzo Gil Sanchez
Hi, I wonder how can I detect right click mouse button events on the header of a TreeView so I can display a context popup menu (like Evolution does). Button events on the rest of the TreeView are ok, it just I don't get them when clicking on the button headers. Regards Lorenzo Gil Sanchez

got it...

2005-02-25 Thread Your Guardian Angel
Thanks for the Help, but i got it up... I failed to read deeper and the GTK compile reason was PAngo was 1.6.0 and it needed 1.7.0, so i'm updating and it works. Thanks for the Help -- In three words I can sum up all i have learned about life, It Goes On. -Robert Frost

Re: GnomeCanvas

2005-02-25 Thread Roger Leigh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] writes: I saw that now GnomeCanvas belongs to libgnomecanvas-2.0, and no longer to libgnomeui, so it's a bit more independant.. Does anyone know if this library is now portable and can be compiled on any OS that supports