Re: GtkTextView and glade 3

2010-06-08 Thread Tristan Van Berkom
On Tue, Jun 8, 2010 at 1:43 AM, Mick bare...@tpg.com.au wrote: On Mon, 07 Jun 2010 22:12:57 -0700 Steve Harrington steven.harring...@verizon.net wrote: On 06/07/2010 09:36 PM, Mick wrote: I've spent the last month struggling with glade to layout the interface for my app, especially

gdk_draw_image() not working?

2010-06-08 Thread Tomasz Sterna
I am using the following code (stripped): 8 drawing = gtk_drawing_area_new (); gc = gdk_gc_new (drawing-window); image = gdk_image_new (GDK_IMAGE_FASTEST, gdk_visual_get_system(), w, h ); paint_image (image-mem); // custom painting function gdk_draw_image

Top down layout

2010-06-08 Thread Matthew Allen
I'm trying to port an application to GTK that uses top down layout... i.e. given a window of size 1000x700 it knows how to fill that space with widgets. However GTK seems adamant to do layout in a bottom up fashion... i.e. given buttons and lists and splitters it'll work out how big the window

Re: Top down layout

2010-06-08 Thread Matthew Allen
This sort of behaviour might not be possible with GTK. But at least I thought I'd ask. Actually whats the first signal generated when the user attempts to resize the GtkWindow? I should hook that and stop it get limited to the requested size... then my window is free to resize arbitrarily,

Re: Top down layout

2010-06-08 Thread Tristan Van Berkom
On Tue, Jun 8, 2010 at 10:36 PM, Matthew Allen l...@sydneyband.com.au wrote: This sort of behaviour might not be possible with GTK. But at least I thought I'd ask. Actually whats the first signal generated when the user attempts to resize the GtkWindow? I should hook that and stop it get

Re: Top down layout

2010-06-08 Thread Matthew Allen
-- Original Message -- To: Matthew Allen (l...@sydneyband.com.au) From: Tristan Van Berkom (t...@gnome.org) Subject: Re: Top down layout Date: 9/6/2010 12:55:44p On Tue, Jun 8, 2010 at 10:36 PM, Matthew Allen l...@sydneyband.com.au wrote: This sort of behaviour might not be

Re: Top down layout

2010-06-08 Thread Matthew Allen
-- Original Message -- To: Matthew Allen (l...@sydneyband.com.au) From: Tristan Van Berkom (t...@gnome.org) Subject: Re: Top down layout Date: 9/6/2010 1:44:30p On Tue, Jun 8, 2010 at 11:09 PM, Matthew Allen l...@sydneyband.com.au wrote: -- Original Message --

Re: GLib 2.25.8 released

2010-06-08 Thread Richard Hughes
On 8 June 2010 06:20, Matthias Clasen mcla...@redhat.com wrote: * GApplication: a basic application support class, with a D-Bus based  implementation I've ported gnome-color-manager to this (from libunique), and it seems to work fine. I'm wondering what branches of GTK are going to support

Re: GLib 2.25.8 released

2010-06-08 Thread Matthias Clasen
On Tue, Jun 8, 2010 at 5:54 AM, Richard Hughes hughsi...@gmail.com wrote: On 8 June 2010 06:20, Matthias Clasen mcla...@redhat.com wrote: * GApplication: a basic application support class, with a D-Bus based  implementation I've ported gnome-color-manager to this (from libunique), and it

Re: [Quartz] Gtk Selection

2010-06-08 Thread Kristian Rietveld
On May 24, 2010, at 3:15 PM, Paul Davis wrote: On Mon, May 24, 2010 at 1:21 AM, John Ralls jra...@ceridwen.us wrote: The structure of that part of Gdk follows very closely the X11 way of doing things, and Cocoa Foundation's way of handling selections and clipboards (which they call

Re: [Quartz] Gtk Selection

2010-06-08 Thread John Ralls
On Jun 8, 2010, at 6:13 AM, Kristian Rietveld wrote: On May 24, 2010, at 3:15 PM, Paul Davis wrote: On Mon, May 24, 2010 at 1:21 AM, John Ralls jra...@ceridwen.us wrote: The structure of that part of Gdk follows very closely the X11 way of doing things, and Cocoa Foundation's way of

Re: [Quartz] Gtk Selection

2010-06-08 Thread Kristian Rietveld
On Jun 8, 2010, at 4:02 PM, John Ralls wrote: Thanks for the encouragement. It's done, and a patch submitted against https://bugzilla.gnome.org/show_bug.cgi?id=571582. Ah, I missed that Bugzilla mail. It was already on my review list. I am a bit overloaded at the moment, also want to review

[REMINDER] gtk team IRC meeting - 2010-06-08

2010-06-08 Thread Emmanuele Bassi
this is a reminder for the GTK+ team IRC meeting, * date: 2010-06-08 * time: 20:00 UTC [0] * channel: #gtk-devel on irc.gnome.org * agenda: - how to deal with gtk-requiring libraries, wrt API/ABI break - GApplication and GtkApplication - GBinding - GObject::thaw-notify and GController -

Re: [Quartz] Gtk Selection

2010-06-08 Thread John Ralls
On Jun 8, 2010, at 7:45 AM, Kristian Rietveld wrote: On Jun 8, 2010, at 4:02 PM, John Ralls wrote: Thanks for the encouragement. It's done, and a patch submitted against https://bugzilla.gnome.org/show_bug.cgi?id=571582. Ah, I missed that Bugzilla mail. It was already on my review list.

Minutes of the gtk+ team IRC meeting - 2010-06-08

2010-06-08 Thread Emmanuele Bassi
• figure out how to make distcheck not touch any files under source control - distchecking gtk takes so long commits might happen in between - usually, translator commits - the distcheck phase touches files under revision control, named *.po - the Makefile.in.in from glib-gettext is the culprit -

Re: Minutes of the gtk+ team IRC meeting - 2010-06-08

2010-06-08 Thread Emilio Pozuelo Monfort
Hi, On 09/06/10 00:49, Emmanuele Bassi wrote: • how to deal with gtk-requiring libraries, with regards to the API/ABI break - libraries will have to do an ABI bump to match the ABI bump in gtk - we need to communicate this on the various venues and remind the maintainers ACTION: mclasen to

Re: Minutes of the gtk+ team IRC meeting - 2010-06-08

2010-06-08 Thread Havoc Pennington
Hi, On Tue, Jun 8, 2010 at 7:06 PM, Emilio Pozuelo Monfort poch...@gmail.com wrote: Hi, On 09/06/10 00:49, Emmanuele Bassi wrote: • how to deal with gtk-requiring libraries, with regards to the API/ABI break - libraries will have to do an ABI bump to match the ABI bump in gtk - we need to

GTK+ 2.90.2 released

2010-06-08 Thread Matthias Clasen
GTK+ 2.90.2 is now available for download at: ftp://ftp.gtk.org/pub/gtk/2.90/ http://download.gnome.org/sources/gtk+/2.90/ d8010a92297f4f926c73d6afa67d9f63032c2a827324b9590bc034efcd4f3a3f gtk +-2.90.2.tar.bz2 6d8d3c57f77169d1a2fac0e9dde5bf0287f867d9199490a0f1dc6b9a024f9c6f gtk

Re: popup and popdown signal of GtkScaleButton

2010-06-08 Thread Tadej Borovšak
Hello. I have tried to use the signals popup and popdown of the GtkScaleButton but they aren't triggered. Both of those signals are key binding signals that get emitted when user presses the right button while scale button has focus (try focusing scale button on your sample application and

Re: getting GVariantType serialized size ?

2010-06-08 Thread Laurent Wan
open a bug, either asking for clarification of the documentation on how to achieve what you want (after explaining *what you want to achieve*, obviously) or asking for the API to be added during the current GLib development cycle. ciao, Emmanuele. i opened bug 620931 as

problem about cross compiling win32 program under linux

2010-06-08 Thread Roy Chang
*I tend to compile win32 gtk program under linux using mingw like this:* i486-mingw32-gcc `pkg-config --libs --cflags gtk+-2.0` -Isoftware/win_gtk_dev/zlib-dev_1.2.4-2_win32/include -Lsoftware/win_gtk_dev/zlib-dev_1.2.4-2_win32/lib -lz -Isoftware/win_gtk_dev/gettext-runtime-dev-0.17-1/include

Re: problem about cross compiling win32 program under linux

2010-06-08 Thread Nicola Fontana
Il giorno Tue, 8 Jun 2010 21:14:59 +0800 Roy Chang acm@gmail.com ha scritto: *I tend to compile win32 gtk program under linux using mingw like this:* i486-mingw32-gcc `pkg-config --libs --cflags gtk+-2.0` -Isoftware/win_gtk_dev/zlib-dev_1.2.4-2_win32/include

Re: problem about cross compiling win32 program under linux

2010-06-08 Thread Roy Chang
thank you, the problem has been sovled according to your link. *I just changed the param's order like this*: i486-mingw32-gcc -Wall -g `pkg-config --cflags gtk+-2.0` -Isoftware/win_gtk_dev/gettext-runtime-dev-0.17-1/include hello.c -o hello.exe `pkg-config --libs gtk+-2.0`

GTK+ 2.90.2 released

2010-06-08 Thread Matthias Clasen
GTK+ 2.90.2 is now available for download at: ftp://ftp.gtk.org/pub/gtk/2.90/ http://download.gnome.org/sources/gtk+/2.90/ d8010a92297f4f926c73d6afa67d9f63032c2a827324b9590bc034efcd4f3a3f gtk +-2.90.2.tar.bz2 6d8d3c57f77169d1a2fac0e9dde5bf0287f867d9199490a0f1dc6b9a024f9c6f gtk

How to improve GTK aspect in Ekiga ?

2010-06-08 Thread YannUbuntu
Dear all, I am new here. I hope you can help with the following issue : Ekiga (SIP client for linux and windows) is coded in GTK 2.16 , but its main interface (tabs, lists...) does not look nice in Windows. Are there ways to get round tabs ? or nice skin with GTK ? Please see screenshot and dev

Re: Scrolling on Larger Fonts

2010-06-08 Thread Brian Manning
On Thu, Jun 3, 2010 at 2:49 PM, Zettai Muri zettaim...@ymail.com wrote: In the attached program there are two textviews, one uses the default fontsize and the other uses fontsize 12 - a little larger than the default.   After typing text into each of the text views (copying and pasting this