Re: systray icon

2005-12-17 Thread HuamiSoft Hubert Sokolowski
On Sat, 17 Dec 2005 00:53:17 +0100 Fernando ApesteguĂ­a [EMAIL PROTECTED] wrote: I've looked for that header file and I have not it installed neither in Ubuntu nor in Whitebox. I found the file in a web page of the GNU project, but don't I need a lib to link against? I downloaded the header,

cleanup data set with g_object_set_data()

2005-12-17 Thread Olivier Sessink
Hi all, if data is set with g_object_set_data(), is that automatically freed if the object is unreffed? Olivier ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: cleanup data set with g_object_set_data()

2005-12-17 Thread David Necas (Yeti)
On Sat, Dec 17, 2005 at 11:45:42AM +0100, Olivier Sessink wrote: if data is set with g_object_set_data(), is that automatically freed if the object is unreffed? No, but you can use g_object_set_data_full() instead and pass something like g_free as the last argument. Of course, the function is

question about combo

2005-12-17 Thread yeajchao
hello all In my application,i use combo in somewhere the problem is when i click on it he popup a list when i move mouse on the list the selected highligth don't move accordingly what can i do ? any help would be much appreciate __

about draw color line or polygon

2005-12-17 Thread yeajchao
kello all i want draw line or my own widget with color how can i draw a polygon with color ,and in the polygon, the color are not the same ,the coloe in the polygon have setp change from red to green any help would be much appreciate __

Re: ABI and API for g_object_ref_sink() (Re: GTK_FLOATING broken in 2.9?)

2005-12-17 Thread Murray Cumming
Thanks. But this is not completely clear to me yet. Will applications built against gtk+ 2.6 work when gtk+ 2.10 is installed, without rebuilding the applications? Murray Cumming [EMAIL PROTECTED] www.murrayc.com www.openismus.com ___ gtk-devel-list

Re: ABI and API for g_object_ref_sink() (Re: GTK_FLOATING broken in 2.9?)

2005-12-17 Thread Tim Janik
On Fri, 16 Dec 2005, Murray Cumming wrote: Thanks. But this is not completely clear to me yet. Will applications built against gtk+ 2.6 work when gtk+ 2.10 is installed, without rebuilding the applications? yes. Murray Cumming [EMAIL PROTECTED] www.murrayc.com www.openismus.com ---

Re: ABI and API for g_object_ref_sink() (Re: GTK_FLOATING broken in 2.9?)

2005-12-17 Thread Yevgen Muntyan
Tim Janik wrote: On Fri, 16 Dec 2005, Murray Cumming wrote: Thanks. But this is not completely clear to me yet. Will applications built against gtk+ 2.6 work when gtk+ 2.10 is installed, without rebuilding the applications? yes. But old libgtkmm binary and applications that use it will

Announce: Powerbox for Gtk, part of Plash 1.15

2005-12-17 Thread Mark Seaborn
I talked about this on this mailing list before. An implementation is now available: http://plash.beasts.org/powerbox/ http://plash.beasts.org/releases/plash-1.15.tar.gz Powerbox for Gtk is a patch to Gtk which replaces its GtkFileChooserDialog with a powerbox, a kind of file chooser that is