gnome_help_display not working

2005-08-24 Thread harshavardhanreddy mandeepala
Hi I am using FC3. I developed one application using glade and Gtk. Using Glade i created one Gtkbutton and Gtkwindow. so now when i click on the button it should display helpfile which is already written by me. for that i used gnome_help_display(). but gnome_help_display() is not displaying

Re: glade and combo boxes

2005-08-24 Thread Gyözö Both
when i create a combo box in glade 2.6.8, the c code generated uses gtk_combo_box_new_text() instead of gtk_combo_box_new(), which is what i'd like to have. is there some way to make glade use the latter function? i didn't give any strings to put into the box in glade. p.s.: please no

Re: Partially disable checkbox

2005-08-24 Thread Greg Breland
I also have a problem detecting a mouse click on a treeview control. I'm currently trying the widget event button-press-event, but that doesn't seem to fire. On Wed, 2005-08-24 at 00:51, Greg Breland wrote: I need to partially disable a checkbox control. I don't want the checkbox to toggle

GTK+ 2.8.1 released

2005-08-24 Thread Matthias Clasen
GTK+ 2.8.1 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.8/ http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.8/ gtk+-2.8.1.tar.bz2 md5sum: 62ffb0e555dcc4eee3eba5e3214897e3 gtk+-2.8.1.tar.gzmd5sum: 12fb5ade5ad0735bbf9e6aa4a0547de0 This is a bug fix release and is source and

GTK+ 2.8.2 released

2005-08-24 Thread Matthias Clasen
GTK+ 2.8.2 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.8/ http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.8/ gtk+-2.8.2.tar.bz2 md5sum: 5b8b6d24f9f24469f96934b6efcc34b9 gtk+-2.8.2.tar.gzmd5sum: 9a0bb41b1c5e9993a1f5dd394c2e3434 This is a quick followup release to fix a

Re: creating a entry mask

2005-08-24 Thread Luca Cavalli
On Tue, 2005-08-23 at 15:15 -0300, Arx Henrique wrote: Hi all anyone have some example about how create a mask for a gtkentry? like __/__/ for date, when the user digit a number if the position = 3 insert a / and so on. i'm try to use text-inserted event to do this, but always i get

Re: creating a entry mask

2005-08-24 Thread Greg Breland
Thanks for this link. I too have been looking for something like this. For some reason the configure script requires GTK 2.6.8. FC4 only ships with 2.6.7, so this is a pretty steep requirement. I hacked the configure script to only require 2.6.7 and it worked fine. I also was able to get it

Re: Announcing: Project Ridley

2005-08-24 Thread JP Rosevear
On Mon, 2005-08-22 at 13:37 +0200, Rodrigo Moya wrote: what about libsoup/network library? Wouldn't it also make sense to move it to a libgnet in glib? I'm also for this, right now we are using multiple networking libraries and we fix the same bugs in multiple places. I think its odd as a

GTK+ 2.8.1 released

2005-08-24 Thread Matthias Clasen
GTK+ 2.8.1 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.8/ http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.8/ gtk+-2.8.1.tar.bz2 md5sum: 62ffb0e555dcc4eee3eba5e3214897e3 gtk+-2.8.1.tar.gzmd5sum: 12fb5ade5ad0735bbf9e6aa4a0547de0 This is a bug fix release and is source and

Re: Announcing: Project Ridley

2005-08-24 Thread Jonathan Blandford
JP Rosevear [EMAIL PROTECTED] writes: I'm also for this, right now we are using multiple networking libraries and we fix the same bugs in multiple places. I think its odd as a platform we have no official way to great an http/network connection (yes libsoup is in the platform for evolution,

Re: Announcing: Project Ridley

2005-08-24 Thread Havoc Pennington
On Wed, 2005-08-24 at 07:44 -0400, JP Rosevear wrote: On Mon, 2005-08-22 at 13:37 +0200, Rodrigo Moya wrote: what about libsoup/network library? Wouldn't it also make sense to move it to a libgnet in glib? I'm also for this, right now we are using multiple networking libraries and we fix