Minutes of the GTK+ Team Meeting - 2008-11-11

2008-11-11 Thread Emmanuele Bassi
= minutes for the 2008-11-11 meeting = 1. Orientation and default packing options * new classes created after the GtkOrientable interface addition can have new defaults for object and child properties * old classes retain their default values * before remove the abstract flag on the new

Re: Minutes of the GTK+ Team Meeting - 2008-11-11

2008-11-11 Thread Matthias Clasen
On Tue, Nov 11, 2008 at 4:23 PM, Emmanuele Bassi [EMAIL PROTECTED] wrote: ACTION: assemble a list of object+child properties on newly-instantiatable classes for new defaults (timj, mclasen) The list is here: http://live.gnome.org/GTK%2B/PropertyDefaults

Re: Problems trying to build gtk in Windows

2008-11-11 Thread Tor Lillqvist
Next I ran make. It ran for a while then stopped at this line of output with Windows reporting This application has failed to start because libglib-2.0-0.dll was not found: I have my GTK installation bin directory on the PATH in both the msys and Windows environments, and libglib-2.0-0.dll

Re: Flash and GTK

2008-11-11 Thread Michael Torrie
Roei Azachi wrote: Hi, I need to play a flash file in my gtk application. is it possible? if so can someone give me a code example. Thanks, You can embed gecko, which is the firefox rendering engine. If you stick that in a window and tell it to load the flash file, it will use the firefox

Re: Flash and GTK

2008-11-11 Thread Pierre-Luc Beaudoin
On Tue, 2008-11-11 at 11:47 -0700, Michael Torrie wrote: I'm sure the same thing could be done with webkit. Yes you can use WebKitGtk. You will probably less hate yourself for choosing WebKitGtk's nicer API. I am not sure though that you can simply point to the flash file, you might need to

Re: Flash and GTK

2008-11-11 Thread Michael Torrie
Pierre-Luc Beaudoin wrote: On Tue, 2008-11-11 at 11:47 -0700, Michael Torrie wrote: I'm sure the same thing could be done with webkit. Yes you can use WebKitGtk. You will probably less hate yourself for choosing WebKitGtk's nicer API. I am not sure though that you can simply point to the

Re: Flash and GTK

2008-11-11 Thread jcupitt
2008/11/11 Alexander Semenov [EMAIL PROTECTED]: I need to play a flash file in my gtk application. is it possible? if so can someone give me a code example. You can try to embed gnash (http://www.gnu.org/software/gnash/) into you app (I'm not sure this is quite simple). Also, try googling on

Re: Flash and GTK

2008-11-11 Thread Alexander Semenov
Roei Azachi wrote: Hi, I need to play a flash file in my gtk application. is it possible? if so can someone give me a code example. Thanks, Roei ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list Hi. You can

Flash and GTK

2008-11-11 Thread Roei Azachi
Hi, I need to play a flash file in my gtk application. is it possible? if so can someone give me a code example. Thanks, Roei ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

How can I open an uri use gtk function?

2008-11-11 Thread Guoling Gao
Hi all, Can I open URI use gtk function, except gnome-*? I want to open an URI from a program, but not find the right method. thanks. ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

RE: Problems trying to build gtk in Windows

2008-11-11 Thread Ian Puleston
-Original Message- From: Tor Lillqvist Sent: Tuesday, November 11, 2008 1:04 AM make ran for a while then stopped with Windows reporting This application has failed to start because libglib-2.0-0.dll was not found: I don't see why it can't find that DLL? Me neither. You

update Gtk::Dialog

2008-11-11 Thread isaya
Hello, in my program i have a Gtk::Dialog witch contain a FileChooserButton and a ComboBox. When i select a file i create a Gtk::ListStore but the combobox don't update with this list since i close the dialog and reopen it. How i can do this without restarting it. I try different thing and

Re: Native Gtk2-Perl apps on Mac OS X

2008-11-11 Thread Torsten Schoenfeld
ofey aikon wrote: The compilation error suggests that, despite cairo-ft.pc's presence, you don't have the FreeType development stuff installed. If you insist on not installing it, simply removing cairo-ft.pc should also work. I removed cairo-ft.pc and tried, but the error persists. You need

perl foreach with Gtk2::Helper/Glib::IO

2008-11-11 Thread MICHAEL MCGINN
Hi, I've been having trouble understanding why I'm not seeing the correct behavior when trying to use Gtk2::Helper/Glib::IO within a foreach loop. I've searched and seen occurrences of this particular issue but seem to still have problems. I've tried both Gtk2::Helper/Glib::IO with the same

Re: perl foreach with Gtk2::Helper/Glib::IO

2008-11-11 Thread muppet
On Nov 11, 2008, at 8:26 PM, MICHAEL MCGINN wrote: It works great for the last member in the array but will not process the other members. I'll wager you're blocking and it winds up slupring in all output from that process. if ($condition = 'in') { $line =

Re: Glade signal connect data and full

2008-11-11 Thread dhk
Mike Massonnet wrote: Hi, and really quickly, Le Mon, 10 Nov 2008 08:38:53 -0500, dhk [EMAIL PROTECTED] a écrit : All, Could some explain how to use glade_xml_signal_connect_data() and glade_xml_signal_connect_full()? Some good examples would be helpful also.

Re: Glade signal connect data and full

2008-11-11 Thread Tristan Van Berkom
Gah, my mail always misses the list ;-) On Tue, Nov 11, 2008 at 12:22 PM, Tristan Van Berkom [EMAIL PROTECTED] wrote: On Tue, Nov 11, 2008 at 6:32 AM, dhk [EMAIL PROTECTED] wrote: [...] Thanks, but this is a lot like the glade source. It doesn't explain the variables. I need to know what

question about GtkFileChooserButton

2008-11-11 Thread Jorge Cob
Hello i have this little problem: I have a GtkFileChooserButton, with the action set to GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER (it's show as a combo box witch its last element is other... and it shows a file chooser dialog), in an instant apply window, so i have to update a value when the user