Re: float params of a gobject

2006-07-10 Thread Christian Neumair
Am Montag, den 10.07.2006, 12:45 -0300 schrieb Daniel Alonso: > Hi, I'm trying to define a gobject class with a floating number > property. In the init class procedure I define the property the > following way: > > param_spec = g_param_spec_float > ("width" /* name */, >

Pango-1.13.3 released [unstable]

2006-07-10 Thread Behdad Esfahbod
Pango-1.13.3 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.11/ or http://download.gnome.org/sources/pango/1.13/ 9441c965bbf50d637a3e8016c628ee7e pango-1.13.3.tar.bz2 6f968aa797c1770e86c6641a2baccfc5 pango-1.13.3.tar.gz This is a development release leading up to Pango-1.1

Re: why button is hidden behind drawing area(win32)

2006-07-10 Thread tomas
On Sun, Jul 09, 2006 at 01:10:26AM -0400, Freddie Unpenstein wrote: > [...] > What I don't understand, is why the widgets aren't just placed in the order > they were created. Well, if it's not part of the documented interface, the implementors will do whatever seems convenient at the moment. In

gtk installation help needed!!

2006-07-10 Thread justforfun
My redhat enterprise 4 had gtk installed, works fine for me. However, I have a Fedora new machine now, which does not have gtk for developer installed. I downloaded gtk+-2.9.4.tar.gz and also gtk+-2.8.19.tar.gz I tried "./configure" and it works fine. However, I could not do a "make" It conpla

Re: float params of a gobject

2006-07-10 Thread Patrik Fimml
> But default value 0.0 is equal G_MINFLOAT and lesser than G_MAXFLOAT, > isn't it? Read. http://developer.gnome.org/doc/API/2.0/glib/glib-Limits-of-Basic-Types.html#G-MINFLOAT:CAPS »Smallest positive value«, which means it is something like 0.1.

GtkClipboard and MS Windows port

2006-07-10 Thread Filippo Rusconi
Hello, as I am trying to port a program written in C using Gtk+ on a Debian GNU/Linux to MS Windows (using the MingGW32 compiler set) I have a problem using GtkClipboard. The program should simply do copy/paste stuff with simple text. While I can happily use the X Window selection mechanisms (PRI

Re: float params of a gobject

2006-07-10 Thread Tristan Van Berkom
Daniel Alonso wrote: [...] > But default value 0.0 is equal G_MINFLOAT and lesser than G_MAXFLOAT, > isn't it? Not sure here, but could it be something really dumb like... should you be using something more violent like: "0.0F" or "((gfloat) 0 + 0.0)" ? Just a guess... Cheers, -

float params of a gobject

2006-07-10 Thread Daniel Alonso
Hi, I'm trying to define a gobject class with a floating number property. In the init class procedure I define the property the following way: param_spec = g_param_spec_float ("width" /* name */, _("Icon Width") /* nick */, _("The width of

Re: RADiola, a GTK RAD tool

2006-07-10 Thread Atanas Atanasov
Hi, I really like the idea. Looks great! The logical editor is a nice idea and it definitely outlines the ease with which the tool can be used. Can I get a sample version to try it? Atanas ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Re: why button is hidden behind drawing area(win32)

2006-07-10 Thread Atanas Atanasov
As a more general question: How is the drawing order in a GtkFixed determined? Can I control this since I might need it at a later stage of my project. Atanas ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/

Re: About gtk_object_set_data()

2006-07-10 Thread Stefan Kost
hi, chao yeaj wrote: > Hello everyone > > I have a check button >and the check button may have an associated data,which is an > source id returned by g_timeout_add() function > I do this,because,the check button may be need a function > periodically changing its attribut

should I delete the pointer by myself, or not?

2006-07-10 Thread Sun Wuan
hi, all Glib::RefPtr refXml;//<-- this pointer try { refXml = Gnome::Glade::Xml::create("somefile"); } catch (const Gnome::Glade::XmlError& ex) { // should i delete it ? // how to delete it by myself? g_print(ex.what().c_s