Re: High Quality Icon For GtkWindow

2012-06-22 Thread Mattias Gaertner
On Wed, 20 Jun 2012 12:49:32 -0400 Jasper St. Pierre jstpie...@mecheye.net wrote: The issue is that GTK+ doesn't transfer a high-quality icon over the wire. I don't think it's a good idea to try and transfer a 96x96 and 48x48 icon over the wire, either. I see. So it avoids overhead over for

Re: High Quality Icon For GtkWindow

2012-06-22 Thread Mattias Gaertner
On Fri, 22 Jun 2012 13:41:22 -0400 Jasper St. Pierre jstpie...@mecheye.net wrote: On Fri, Jun 22, 2012 at 1:20 PM, Mattias Gaertner nc-gaert...@netcologne.de wrote: On Wed, 20 Jun 2012 12:49:32 -0400 Jasper St. Pierre jstpie...@mecheye.net wrote: The issue is that GTK+ doesn't transfer

Re: High Quality Icon For GtkWindow

2012-06-20 Thread Mattias Gaertner
On Sat, 18 Feb 2012 06:15:40 +0330 Bijan Binaee bijanb...@gmail.com wrote: i find that gnome automatically set icon for known application for example eog! if you rename the eog binary file you see that the icon manually set with gtk_window_set_default_icon_name and the result is the icon

Re: Assigning fixed variables (data) via signal for items of a menu dynamically built

2008-08-08 Thread Mattias Gaertner
On Fri, 8 Aug 2008 03:17:19 -0700 (PDT) Tom__G [EMAIL PROTECTED] wrote: Hi there, For some reasons I must build a menu and sub-menus dynamically via a loop. My problem is how to assign a fixed value to the (g)pointer (data) parameter in order to handle click after ? Here is a bunch of

Re: gtkentry and return key

2006-11-02 Thread Mattias Gaertner
On Thu, 2 Nov 2006 09:51:22 +0200 Olexiy Avramchenko [EMAIL PROTECTED] wrote: On 11/2/06, Mattias Gaertner [EMAIL PROTECTED] wrote: Hi all, The gtkentry emits an 'activate' signal when you press return in it. Can this be deactivated, so that the key is not handled by the gtkentry? I

gtkentry and return key

2006-11-01 Thread Mattias Gaertner
Hi all, The gtkentry emits an 'activate' signal when you press return in it. Can this be deactivated, so that the key is not handled by the gtkentry? I want to use a generic key function. Mattias ___ gtk-list mailing list gtk-list@gnome.org

iconify and iconify

2006-06-28 Thread Mattias Gaertner
Hi all, When the user iconifies a window and/or when the user switches to another desktop, the gtk sends the 'window-state-event' signal with GDK_WINDOW_STATE_ICONIFIED. How can I find out, which one happened? Mattias ___ gtk-list mailing list

gdk_draw_line Start/End point

2005-10-29 Thread Mattias Gaertner
Hi all, I searched the gtk site, the internet and the archive, but I didn't found any clue. When drawing under linux/X with gdk_draw_line a line from 0,0 to 2,2, the point at 2,2 is missing. When drawing with gdk_draw_line a line from 2,2 to 0,4 the point at 2,2 is still missing. It seems

How can I catch gdk-errors?

2002-12-27 Thread Mattias Gaertner
Hi all, I have a gtk1 program, which produces Gdk-ERROR **: BadWindow (invalid Window parameter) serial 323 error_code 3 request_code 40 minor_code 0 I tried --g-fatal-warnings and gdb without success. The program simply exits. How can I debug such an error? Mattias

How to get all child widgets

2002-08-04 Thread Mattias Gaertner
Hi all, How to get all child widgets of a widget? Is there a generic way under gtk1.x ? thx in advance, Mattias Gaertner ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Getting two signals for one key

2002-07-27 Thread Mattias Gaertner
, if there is an accelerator for the key? thx in advance, Mattias Gaertner ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Moving a window wm independent

2002-05-21 Thread Mattias Gaertner
is it possible to move a window independent of the window manager? Mattias Gaertner ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

How to draw background?

2002-01-02 Thread Mattias Gaertner
this be achieved? Mattias Gaertner ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list