Re: [newbie]GtkTreeIter

2005-02-04 Thread Carlo Agrusti
Stefano Esposito ha scritto lo scorso 03/02/2005 21:48: Hi all, i'm a newbie, so... excuse me about this boring question :) using this code: ... GtkTreeIter *iter; GtkListStore *list; ... list = gtk_list_store_new(3, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, -1); gtk_list_store_append(list,

Re: blinking widgets...

2005-02-04 Thread Egon Andersen
Ben Johnson wrote: Hi. I can configure my Debian unstable gnome apps ring visibly when the system bell rings. I like that. Also, I noticed that Windows XP will do something similar when a modal dialogue is active and you try to click on some other piece of the application to get your attention.

gtk as untrusted client

2005-02-04 Thread Michel Van den Bergh
Hi, It seems gtk does not work reliably as an untrusted X client. Is this by design? Will this be fixed? Right now it seems one needs to enable trusted X11 forwarding (-Y) to make gtk applications work remotely. Regards, Michel ___ gtk-list mailing

How to static link a program?

2005-02-04 Thread James Frye
Hi, OK, this is probably a dumb question, but I can't find the answer. How can I statically link a Gtk program? That is, I've written a program that uses Gtk graphics (and the GtkGL extension widget to allow OpenGl). It works fine on my personal Linux boxes, where I have control and can

Re: How to static link a program?

2005-02-04 Thread Ben Johnson
On Fri, Feb 04, 2005 at 07:48:14PM -0800, James Frye wrote: ... So how can I statically link my program (or at least the GtkGl library part of it) so that the executable will run on any system? There doesn't seem to be a make or configure option to even make static libs... huh. as far as I

Re: How to static link a program?

2005-02-04 Thread Jean Bréfort
Le vendredi 04 fvrier 2005 21:28 -0800, Ben Johnson a crit : On Fri, Feb 04, 2005 at 07:48:14PM -0800, James Frye wrote: ... So how can I statically link my program (or at least the GtkGl library part of it) so that the executable will run on any system? There doesn't seem to be a

GTK+ 2.6.2 released

2005-02-04 Thread Matthias Clasen
GTK+ 2.6.2 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.6/ http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.6/ gtk+-2.6.2.tar.bz2 md5sum: f5cbbcb82627bc6d0d186063e6109399 gtk+-2.6.2.tar.gzmd5sum: c962f88c1fae247cef502ff205d879d9 This is a bug fix release and is source and

Glade dialogs or Gtk2::MessageDialog

2005-02-04 Thread Martin Junius
Dear list, in an application using a Glade GUI I need to add some error message and confirmation dialogs. What's the canonical way to do this? Designing the dialogs in glade? Advantages? Or simply using Gtk2::Dialog and Gtk2::MessageDialog? In particular MessageDialog seems way easier for

Gtk2::StatusIcon 0.010 (unstable)

2005-02-04 Thread Emmanuele Bassi
Hi all. In my recent effort to wrap some of the stuff in libegg, here's another binding for a module of that library. Gtk2::StatusIcon binds the EggStatusIcon object, which is a more complex and powerful widget to be placed inside the notification area than the Gtk2::TrayIcon object. The

Re: Using the motion-notify-event on Gtk2::TreeView

2005-02-04 Thread muppet
On Feb 4, 2005, at 3:13 PM, ofey aikon wrote: On Fri, 4 Feb 2005 14:42:54 -0500 (EST), muppet [EMAIL PROTECTED] wrote: oops, i meant to attach also a patch that does more correct and resource-friendly cursor handling, but i missed. here it is. Fantastic ! That works like a charm. Thank you

Re: Gtk2::Ex::MarkupTextBuffer

2005-02-04 Thread Kevin C. Krinke
As per muppet's suggestion (off-list), I've used XML::Parser and I'm surprised at how easy this was once I found the 'Style = Tree' option. :) The module is only 6k compressed so I'm assuming it's alright for an initial list post. Everything works as expected with the exception of the sub and

Gtk2::Ex::Utils 0.09

2005-02-04 Thread Kevin C. Krinke
Gtk2::Ex::Utils - Extra Gtk2 Utilities for working with Gnome2/Gtk2 in Perl. The source code is available from CPAN (mirrors will need time) http://search.cpan.org/~kck/Gtk2-Ex-Utils-0.09/ This module requires these other modules and libraries: Gtk2 (perl module) Overview of Changes in