Re: Strange warning when adding gtk_status_bar to gtk_hbox

2008-01-28 Thread Mikael Hallendal
27 jan 2008 kl. 15.22 skrev Torsten Reuss: Hi, Hi all, I'm in the process of porting an application from GTK 1.2 to GTK 2.12. One thing I can't get behind is a warning I am getting concerning a gtk_status_bar widget. The warning: Gdk-CRITICAL **: gdk_window_set_cursor: assertion

Setting background image to Window widget

2008-01-28 Thread Dharmosoth Seetharam
Hi All, I am new to GTK+ programming. I am using the C interface to work with gtk. I have problem in putting the background image to the Gtk window Widget. my program looks like : gtk_init(argc, argv); window = gtk_window_new(GTK_WINDOW_TOPLEVEL);

Re: Strange warning when adding gtk_status_bar to gtk_hbox

2008-01-28 Thread Torsten Reuss
Thanks for the reply, Mikael. On Jan 28, 2008 3:13 PM, Mikael Hallendal [EMAIL PROTECTED] wrote: I'm in the process of porting an application from GTK 1.2 to GTK 2.12. One thing I can't get behind is a warning I am getting concerning a gtk_status_bar widget. The warning: Gdk-CRITICAL

GLib 2.15.4 released

2008-01-28 Thread Matthias Clasen
GLib 2.15.4 is now available for download at: ftp://ftp.gtk.org/pub/glib/2.15/ http://ftp.gnome.org/pub/GNOME/sources/glib/2.15/ glib-2.15.4.tar.bz2 md5sum: 27aefcf0e57a56abbb9c9f1442dc2e8f glib-2.15.4.tar.gz md5sum: 14c3ce0d2e9befe607bae0c514500e9e This is the fifth development release

GTK+ 2.12.6 released

2008-01-28 Thread Matthias Clasen
GTK+ 2.12.6 is now available for download at: http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.12/ gtk+-2.12.6.tar.bz2 md5sum: c870a51276f7ad6eee94ab313a9e833a gtk+-2.12.6.tar.gzmd5sum: c90e918ac3ef77f5474dadbc57453893 This is a bug fix release in the 2.12 series. What is GTK+

Does libX11 use shared memory between several clients?

2008-01-28 Thread Bin Chen
Hi, Currently I am looking at libX11's source code, I am curios many libX11 doesn't send the message to the server but only modify some structure in the local memory, such as: void _XRegisterFilterByType( Display *display, Window window, int start_type, int end_type, Bool

Re: GTK+ Website Review - Final Draft

2008-01-28 Thread Martyn Russell
Bastiaan Veelo wrote: Hi, Hi, First off: congratulations with a clean site, good first impressions. I am not a GTK+ dev, but I happened to see your post and take the liberty to share my small comments. Thanks, it has taken long enough :) Logo: fresh look, I like it. However, it looks

Re: GTK+ Website Review - Final Draft

2008-01-28 Thread Christophe Dehais
Hi ! On Jan 28, 2008 10:48 AM, Martyn Russell [EMAIL PROTECTED] wrote: Logo: fresh look, I like it. However, it looks slightly distorted to me, if it is supposed to resemble a perfect cube. As you know, all parallel lines in a perspective projection share a common vanishing point. This

Re: GTK+ Website Review - Final Draft

2008-01-28 Thread Vincent Untz
Le lundi 28 janvier 2008, à 01:25 +0100, Andreas Nilsson a écrit : Olav Vitters wrote: http://imendio.com/~martyn/gtk/draft-final/development.html * links to [EMAIL PROTECTED] for donation things, shouldn't that rather use some private email address? IIRC there is a better one.

Re: GTK+ Website Review - Final Draft

2008-01-28 Thread Johan Dahlin
Martyn Russell wrote: Hi, The final draft of the new GTK+ web site has been complete with help from Andreas Nilsson and are now available here: http://imendio.com/~martyn/gtk/draft-final/ The plan is to upload these pages on Tuesday sometime. If anyone has any issues to take up

Re: GIO/GVFS questions

2008-01-28 Thread Bastien Nocera
On Mon, 2008-01-28 at 11:52 +0100, Carlos Garcia Campos wrote: El lun, 28-01-2008 a las 10:44 +, Bastien Nocera escribió: Heya, I was looking at porting Totem and totem-pl-parser to gio/gvfs, and ran into a few problems: - Is there an equivalent to gnome_vfs_uri_exists()? Or

Re: GTK+ Website Review - Final Draft

2008-01-28 Thread Murray Cumming
On Mon, 2008-01-28 at 09:26 -0200, Johan Dahlin wrote: Martyn Russell wrote: Hi, The final draft of the new GTK+ web site has been complete with help from Andreas Nilsson and are now available here: http://imendio.com/~martyn/gtk/draft-final/ The plan is to upload these

Re: GTK+ Website Review - Final Draft

2008-01-28 Thread Martyn Russell
Vincent Untz wrote: Le lundi 28 janvier 2008, à 01:25 +0100, Andreas Nilsson a écrit : Olav Vitters wrote: http://imendio.com/~martyn/gtk/draft-final/development.html * links to [EMAIL PROTECTED] for donation things, shouldn't that rather use some private email address? IIRC there is a

Re: GTK+ Website Review - Final Draft

2008-01-28 Thread Martyn Russell
Olav Vitters wrote: On Sun, Jan 27, 2008 at 11:37:47PM +, Martyn Russell wrote: Looks great. Tried to find very small things to note (nothing important): http://imendio.com/~martyn/gtk/draft-final/index.html * LGPL link is the v3 one Fixed.

Re: GIO/GVFS questions

2008-01-28 Thread Matthias Clasen
On Jan 28, 2008 9:38 AM, David Zeuthen [EMAIL PROTECTED] wrote: isn't there yet but I've talked to alexl about adding it. Not sure about the API but it probably needs to include the device type as well; e.g. Alex recently added api for this: 2008-01-24 Alexander Larsson [EMAIL PROTECTED]

Re: GTK+ Website Review - Final Draft

2008-01-28 Thread Olav Vitters
On Mon, Jan 28, 2008 at 02:30:14PM +, Martyn Russell wrote: http://imendio.com/~martyn/gtk/draft-final/download-linux.html * outdated versions You disagree? It might not make sense to list unsupported versions here I agree, but we should definitely list older versions. No, I mean

Re: GIO/GVFS questions

2008-01-28 Thread David Zeuthen
On Mon, 2008-01-28 at 10:44 +, Bastien Nocera wrote: - Is there a way to get the device name for a GVolume, or get the GVolume for a particular device name? This is used in Totem when people (or the media insertion bits in Nautilus) call Totem with a device path. You probably mean GMount

Re: GTK+ Website Review - Final Draft

2008-01-28 Thread Martyn Russell
Philippe De Swert wrote: The new site look great. A few nit picks: features.html * Language Bindings Missing 2.12 column which should contain: gtkmm, pygtk, java-gnome, gtk2perl. * Foundations Missing new features from GIO and also GObject What about GModule, GFoo, GBar, GWhatEverNext :)

Re: GTK+ Website Review - Final Draft

2008-01-28 Thread Brian J. Tarricone
Michael L Torrie (sorta) wrote: I'm always amused by people who have big, hires screens and want to maximize windows. In my opinion, on a 20 wide screen, I want layouts to be narrow enough to be in a nice tall window that's narrow enough to allow easy reading. It's funny that you use the

Re: Gnome photo kiosk program

2008-01-28 Thread Murray Cumming
On Mon, 2008-01-28 at 07:57 +0200, [EMAIL PROTECTED] wrote: I would like to sponsor(budget ca. 800-900$) a new open source (GPL) linux project - gkiosk. It should be a Gnome photo kiosk program, smth. like this: http://xkiosk2.sourceforge.net/ - this program could/should be used as a start

GLib 2.15.4 released

2008-01-28 Thread Matthias Clasen
GLib 2.15.4 is now available for download at: ftp://ftp.gtk.org/pub/glib/2.15/ http://ftp.gnome.org/pub/GNOME/sources/glib/2.15/ glib-2.15.4.tar.bz2 md5sum: 27aefcf0e57a56abbb9c9f1442dc2e8f glib-2.15.4.tar.gz md5sum: 14c3ce0d2e9befe607bae0c514500e9e This is the fifth development release

Is there a way to make a combo box pulldown expand with displaying fixed number of items

2008-01-28 Thread Igor Korot
Hi, ALL, Is there a way to make a combo box not to drop to cover the screen from top to bottom? There is the function AtkObject *gtk_combo_box_get_popup_accessible(GtkComboBox *combo_box); that returns object corresponding to the popup. But when I tried to call the size function on this object,

GtkImageMenuItem image property

2008-01-28 Thread Andrew Cowie
GtkImageMenuItem has a 'image' property, of type GtkWidget, and a setter, gtk_image_menu_item_set_image(), likewise taking GtkWidget. Seems a bit strange that this is type GtkWidget and not GtkImage. Is this just some C API convenience, or is this actually a more generic capability that is used

GTK+ 2.12.6 released

2008-01-28 Thread Matthias Clasen
GTK+ 2.12.6 is now available for download at: http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.12/ gtk+-2.12.6.tar.bz2 md5sum: c870a51276f7ad6eee94ab313a9e833a gtk+-2.12.6.tar.gzmd5sum: c90e918ac3ef77f5474dadbc57453893 This is a bug fix release in the 2.12 series. What is GTK+

Re: Gnome2::DateEdit cant turn off time section

2008-01-28 Thread Mitchell Laks
On 22:37 Sun 27 Jan , muppet wrote: On Jan 27, 2008, at 1:21 PM, Mitchell Laks wrote: Hi, The Gome2::DateEdit widget has two sections, date and time. For my application the only relevant issue is the date. I don't want to display the time as it is not relevant and will confuse the

Re: Gnome2::DateEdit cant turn off time section

2008-01-28 Thread muppet
On Jan 28, 2008, at 3:33 AM, Mitchell Laks wrote: Now as you mention, I do not understand the flags bit at all. In my direct trial my $dateedit =Gnome2::DateEdit-new(0,0,0); my $scalar = $dateedit-get_flags; print my scalar is $scalar \n; I got printed out to console: my scalar is [

Re: changing label in a gtk2 stock item

2008-01-28 Thread zentara
On Mon, 28 Jan 2008 00:45:12 -0500 muppet [EMAIL PROTECTED] wrote: On Jan 26, 2008, at 10:39 AM, zentara wrote: Someone asked this on perlmonks, and I thought it would be easy. but not. :-) They want to change just the Label of a button from stock_id. Would you mind linking to the

object_browser 0.008

2008-01-28 Thread muppet
I just noticed that versions of gtk+ = 2.10.0 break my old object_browser; a simple one-line hack makes it work again. http://asofyet.org/muppet/software/gtk2-perl/object_browser-0.008 object_browser is a little utility which lets you browse the Glib::Object inheritance tree. If you

Re: OFF-TOPIC: Perl...

2008-01-28 Thread Sergei Steshenko
--- Juan José 'Peco' San Martín [EMAIL PROTECTED] wrote: Many thanks for your thoughts (Sergei and Chris). I'm not looking for a lang for all, but I'm afraid about Perl... IMHO, it needs a good push to jump into the 'new technologies' because other languages (in most of the cases, not as