From galaviel@bezeqint.net.il Tue Jul 1 05:14:20 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from ogi.bezeqint.net (unknown [192.115.106.14]) by mail.gnome.org (Postfix) with ESMTP id 30B6A18CDA for ; Tue, 1 Jul 2003 05:14:19 -0400 (EDT) Received: from bezeqint.net.il (bzq-218-223-91.red.bezeqint.net [81.218.223.91]) by ogi.bezeqint.net (Bezeq International SMTP out Mail Server) with ESMTP id 1A96037ED; Tue, 1 Jul 2003 12:08:00 +0300 (IDT) Message-ID: <3F0142D3.9010801@bezeqint.net.il> Date: Tue, 01 Jul 2003 11:14:11 +0300 From: Gal Aviel User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joelle Nakhle Cc: gtk-list@gnome.org Subject: Re: problems with glibc -- please help References: <1056957385.3effe3c92f74d@www.imp.polymtl.ca> In-Reply-To: <1056957385.3effe3c92f74d@www.imp.polymtl.ca> Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi,

First, disclaimer - I'm new to the Gtk worlds as well, be warned ...

I believe you have a small mixup. I just recently installed Gtk 2.2.2 from source
into a custom directory in my system, so that I could hack and experiment on it,
therefor I think I know what's wrong.

If you want to install Gtk from source, you basically need the Gtk tarball and
3 more tarballs.  According to  http://www.gtk.org/download/ "Installation Guide" link
(the below is just for general idea):

(start quote)

Three of the libraries that GTK+ depends on are maintained by by the GTK+ team: GLib, Pango, and ATK. Other libraries are maintained separately.

  • The GLib library provides core non-graphical functionality such as high level data types, Unicode manipulation, and an object and type system to C programs. It is available from the GTK+ FTP site.

  • Pango is a library for internationalized text handling. It is available from the GTK+ FTP site.. Either Pango-1.0 or Pango-1.2 can be used with GTK+-2.2, though Pango-1.2 is recommended.

  • ATK is the Accessibility Toolkit. It provides a set of generic interfaces allowing accessibility technologies such as screen readers to interact with a graphical user interface. It is available from the GTK+ FTP site.

(end quote)


I believe you installed *glibc* which to my best knowledge has nothing to do with *glib* which Gtk requires.
Glibc is (to my best knowledge) the GNU Standart C library where functions like printf() are defined.

To make a long story short, there exists some dependancies among the 4 mentioned packages, I believe they
have to be installed by order, and I think glib should go first. Try installing glib first and only then installing atk.

Please tell me if this helps (or I'll recall deeper what I did),

Gal.


Joelle Nakhle wrote:
Hi,

I downloaded glibc 2.2.2, pango 1.2.3 and atk 1.2.4 in order to install gtk.  I
installed glibc and it seemes to have installed properly.  But when i try to
install pango or atk it tells me:


checking for GLIB - version >= 2.1.3... no
*** Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB is incorrectly installed.
configure: error:
*** Glib 2.1.3 or better is required. The latest version of
*** Glib is always available from ftp://ftp.gtk.org/.



Waht is GLIB test program?  I went into my glib directory and then in the test
directory.  I tried running ./testglib, which i thought was what they were
talking about before and this is what i get:


** (process:9292): WARNING **: harmless warning with parameters: 42 Boo 0x3039
** Message: the next warning is a test:

(process:9292): GLib-CRITICAL **: file gmessages.c: line 840 (g_print):
assertion `format != NULL' failed
checking endian macros (host is little endian)...ok
checking file functions...
g_file_open_tmp correctly returns error: Template 'zap/barXXXXXX' invalid,
should not contain a '/'
g_file_open_tmp for template 'zapXXXXXX' used name '/tmp/zapAHZwJ2'
g_file_open_tmp for NULL template used name '/tmp/.CTE945'



What can i do to resolve the problem and finally get gtk to work?  

Thanks a lot,
Joelle
_______________________________________________
gtk-list mailing list
gtk-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-list

  

From Ken.Rastatter@Honeywell.com Tue Jul 1 11:25:33 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from tmpsmtp702.honeywell.com (tmpsmtp702.honeywell.com [199.64.7.102]) by mail.gnome.org (Postfix) with SMTP id 9BB72183DC for ; Tue, 1 Jul 2003 11:25:32 -0400 (EDT) Received: from 131.127.249.22 by tmpsmtp702.honeywell.com (InterScan E-Mail VirusWall NT); Tue, 01 Jul 2003 08:25:31 -0700 Received: by smtp.allied.com with Internet Mail Service (5.5.2656.59) id <3BG4FFXL>; Tue, 1 Jul 2003 08:25:31 -0700 Message-ID: From: "Rastatter, Ken (OH32)" To: "'gtk-list@gnome.org'" Subject: RE: gtk2 win32 and default font Date: Tue, 1 Jul 2003 08:25:26 -0700 X-Mailer: Internet Mail Service (5.5.2656.59) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Jiri Pavlovsky wrote on Thu, 26 Jun 2003: > I'm using gtk+-2.2.1 on win32. I need to change default font. After gtk_init() has been called, I do the following to change the font: gtk_rc_parse_string("gtk-font-name=\"sans 9\" \n"); I hope this helps. -- Ken Rastatter, Senior Design Engineer Honeywell Sensotec 2080 Arlingate Lane, Columbus, Ohio, 43228-4112 USA Home Page: http://www.sensotec.com "These opinions are mine and not necessarily those of Honeywell." From jpavlovsky@mbox.dkm.cz Tue Jul 1 11:40:27 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from p69.project-syndicate.org (ossf-sh.customer.vol.cz [195.122.194.205]) by mail.gnome.org (Postfix) with ESMTP id 0239E18405 for ; Tue, 1 Jul 2003 11:40:26 -0400 (EDT) Received: from jira.project-syndicate.org ([195.250.138.178]) (authenticated bits=0) by p69.project-syndicate.org (8.12.9/8.12.9) with ESMTP id h61FeN7d001080 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Tue, 1 Jul 2003 17:40:24 +0200 From: Jiri Pavlovsky To: "Rastatter, Ken (OH32)" , "'gtk-list@gnome.org'" Subject: Re: gtk2 win32 and default font Date: Tue, 1 Jul 2003 17:41:53 +0200 User-Agent: KMail/1.5 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307011741.53580.jpavlovsky@mbox.dkm.cz> X-Scanned-By: MIMEDefang 2.34 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Tuesday 01 July 2003 17:25, Rastatter, Ken (OH32) wrote: > Jiri Pavlovsky wrote on Thu, 26 Jun 2003: > > I'm using gtk+-2.2.1 on win32. I need to change default font. > > After gtk_init() has been called, I do the following to change the > font: > > gtk_rc_parse_string("gtk-font-name=\"sans 9\" \n"); Thanks. I found the following to work too: --------------------------------- PangoFontDescription *pdf; GtkStyle *style; . . . style = gtk_style_new(); pdf = pango_font_description_from_string("Sans 9"); style->font_desc = pdf; gtk_style_attach(style, GDK_WINDOW(window)); -- Jiri Pavlovsky jpavlovsky@mbox.dkm.cz tel: (+420) 737196433 From bott@campana.vi.it Tue Jul 1 16:57:53 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from sparc.campana.vi.it (ip-a1-37024.keycomm.it [62.152.37.24]) by mail.gnome.org (Postfix) with ESMTP id 2F76018DF3 for ; Tue, 1 Jul 2003 16:57:53 -0400 (EDT) Received: from dirac.campana.vi.it (dirac.campana.vi.it [192.168.0.4]) by sparc.campana.vi.it (Postfix) with ESMTP id 7BF73B468 for ; Tue, 1 Jul 2003 22:57:42 +0200 (CEST) Received: from bott by dirac.campana.vi.it with local (Exim 3.35 #1 (Debian)) id 19XSBr-0002uR-00 for ; Tue, 01 Jul 2003 22:57:27 +0200 Date: Tue, 1 Jul 2003 22:57:27 +0200 From: Ottavio Campana To: Gtk-list Subject: compass widget? Message-ID: <20030701205727.GA11167@campana.vi.it> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="W/nzBZO5zC0uMSeA" Content-Disposition: inline User-Agent: Mutt/1.3.28i X-Operating-System: Linux dirac 2.4.21-dirac X-Organization: Lega per la soppressione del Visual Basic X-Homepage: http://www.campana.vi.it/ottavio/ Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --W/nzBZO5zC0uMSeA Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable does anyone of you have written a compass widget for selecting a direction? I'm trying to hack gtkdial, but I'm having some problems.... --=20 Non c'=E8 pi=F9 forza nella normalit=E0, c'=E8 solo monotonia. --W/nzBZO5zC0uMSeA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/AfW3TVwmA6p94JARAjD7AJ9kKHsz+/Exeha1b+T+knS8CAadXACdHSJQ UjrPT608ueqOM9LkQpoS+Mw= =6Qv+ -----END PGP SIGNATURE----- --W/nzBZO5zC0uMSeA-- From michele.garoche@easyconnect.fr Tue Jul 1 22:09:37 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smarthost2.mail.easynet.fr (smarthost2.mail.easynet.fr [212.180.1.69]) by mail.gnome.org (Postfix) with ESMTP id 5FE9218198 for ; Tue, 1 Jul 2003 22:09:37 -0400 (EDT) Received: from [212.11.38.139] (helo=easyconnect.fr) by smarthost2.mail.easynet.fr with esmtp (Exim 3.35 #1 (Debian)) id 19XX3w-0005aH-00 for ; Wed, 02 Jul 2003 04:09:36 +0200 Date: Wed, 2 Jul 2003 04:09:34 +0200 Mime-Version: 1.0 (Apple Message framework v552) Content-Type: multipart/alternative; boundary=Apple-Mail-2--652320499 Subject: Compiling a simple gtk+ application on mac os X From: =?ISO-8859-1?Q?Mich=E8le_Garoche?= To: gtk-list@gnome.org Message-Id: <3989C032-AC32-11D7-BA31-000393AAC18A@easyconnect.fr> X-Mailer: Apple Mail (2.552) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --Apple-Mail-2--652320499 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=ISO-8859-1; format=flowed Hello, I'm using gtk+-2.0 on mac os 10.2.6. (XDarwin installed via Fink=20 unstable). I use this line to compile in a Terminal: cc prog01.c -o prog01 -Wall `pkg-config --cflags --libs gtk+-2.0` But I've got a lot of warnings like this one: symbol _ft_bitmap_glyph_class used from dynamic library=20 /usr/X11R6/lib/libfreetype.6.dylib(ftglyph.o) not from earlier dynamic=20= library /sw/lib/libfreetype.6.dylib(ftglyph.lo) Is there a way to avoid such warnings, i.e. force the compiler and=20 linker to search in sw/lib? Maybe I can do this within Project Builder, but I have no idea how to.=20= Or with a make file, but again I don't know how to do this. Thanks for any help. Mich=E8le = --Apple-Mail-2--652320499 Content-Transfer-Encoding: quoted-printable Content-Type: text/enriched; charset=ISO-8859-1 Hello, I'm using gtk+-2.0 on mac os 10.2.6. (XDarwin installed via Fink unstable). I use this line to compile in a Terminal: Lucida Grande 0000,0000,0000 cc prog01.c -o prog01 -Wall `pkg-config --cflags --libs gtk+-2.0` But I've got a lot of warnings like this one: symbol _ft_bitmap_glyph_class used from dynamic library /usr/X11R6/lib/libfreetype.6.dylib(ftglyph.o) not from earlier dynamic library /sw/lib/libfreetype.6.dylib(ftglyph.lo) Is there a way to avoid such warnings, i.e. force the compiler and linker to search in sw/lib? Maybe I can do this within Project Builder, but I have no idea how to. Or with a make file, but again I don't know how to do this. Thanks for any help. Mich=E8le <= --Apple-Mail-2--652320499-- From takahash@isit.or.jp Wed Jul 2 02:12:52 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mx.isit.or.jp (mx.isit.or.jp [202.214.210.83]) by mail.gnome.org (Postfix) with ESMTP id B5E3418108 for ; Wed, 2 Jul 2003 02:12:51 -0400 (EDT) Received: from agent (agent.isit.or.jp [202.214.211.146]) by mx.isit.or.jp (8.12.9/8.11.1) with SMTP id h626CjdN073709; Wed, 2 Jul 2003 15:12:49 +0900 (JST) (envelope-from takahash@isit.or.jp) Message-ID: <003f01c3405f$68524a00$92d3d6ca@isit.or.jp> Reply-To: "Kiyoshi TAKAHASHI" From: "Kiyoshi TAKAHASHI" To: "Jiri Pavlovsky" , References: <200307011741.53580.jpavlovsky@mbox.dkm.cz> Subject: Re: gtk2 win32 and default font Date: Wed, 2 Jul 2003 15:01:36 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: That's strange because when I use this, the font is not changed and I have the error message: "assertion GDK_IS_COLORMAP(colormap) failed". Up to now, I still wasn't able to change the default font size, in spite of the numerous solutions proposed :( Kiyoshi ----- Original Message ----- From: "Jiri Pavlovsky" To: "Rastatter, Ken (OH32)" ; Sent: Wednesday, July 02, 2003 12:41 AM Subject: Re: gtk2 win32 and default font > On Tuesday 01 July 2003 17:25, Rastatter, Ken (OH32) wrote: > > Jiri Pavlovsky wrote on Thu, 26 Jun 2003: > > > I'm using gtk+-2.2.1 on win32. I need to change default font. > > > > After gtk_init() has been called, I do the following to change the > > font: > > > > gtk_rc_parse_string("gtk-font-name=\"sans 9\" \n"); > > > Thanks. > I found the following to work too: > > --------------------------------- > PangoFontDescription *pdf; > GtkStyle *style; > . > . > . > > style = gtk_style_new(); > pdf = pango_font_description_from_string("Sans 9"); > style->font_desc = pdf; > gtk_style_attach(style, GDK_WINDOW(window)); > > -- > Jiri Pavlovsky > jpavlovsky@mbox.dkm.cz > tel: (+420) 737196433 > > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list > From takahash@isit.or.jp Wed Jul 2 04:45:45 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mx.isit.or.jp (mx.isit.or.jp [202.214.210.83]) by mail.gnome.org (Postfix) with ESMTP id 954EC180EA for ; Wed, 2 Jul 2003 04:45:44 -0400 (EDT) Received: from agent (agent.isit.or.jp [202.214.211.146]) by mx.isit.or.jp (8.12.9/8.11.1) with SMTP id h628jddN075928; Wed, 2 Jul 2003 17:45:39 +0900 (JST) (envelope-from takahash@isit.or.jp) Message-ID: <008c01c34074$c2a3bb00$92d3d6ca@isit.or.jp> Reply-To: "Kiyoshi TAKAHASHI" From: "Kiyoshi TAKAHASHI" To: "Jiri Pavlovsky" , References: <200307011741.53580.jpavlovsky@mbox.dkm.cz> <003f01c3405f$68524a00$92d3d6ca@isit.or.jp> <200307021034.10573.ps@project-syndicate.org> Subject: Re: gtk2 win32 and default font Date: Wed, 2 Jul 2003 17:34:32 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I can't see any modification in the font... Could you send me a little program which use a different font (just a "hello world" program will be ok)? Kiyoshi ----- Original Message ----- From: "Jiri Pavlovsky" To: "Kiyoshi TAKAHASHI" ; Sent: Wednesday, July 02, 2003 5:34 PM Subject: Re: gtk2 win32 and default font > On Wednesday 02 July 2003 08:01, Kiyoshi TAKAHASHI wrote: > > > ----- Original Message ----- > > From: "Jiri Pavlovsky" > > To: "Rastatter, Ken (OH32)" ; > > > > Sent: Wednesday, July 02, 2003 12:41 AM > > Subject: Re: gtk2 win32 and default font > > > > > On Tuesday 01 July 2003 17:25, Rastatter, Ken (OH32) wrote: > > > > Jiri Pavlovsky wrote on Thu, 26 Jun 2003: > > > > > I'm using gtk+-2.2.1 on win32. I need to change default font. > > > > > > > > After gtk_init() has been called, I do the following to change > > > > the font: > > > > > > > > gtk_rc_parse_string("gtk-font-name=\"sans 9\" \n"); > > > > > > Thanks. > > > I found the following to work too: > > > > > > --------------------------------- > > > PangoFontDescription *pdf; > > > GtkStyle *style; > > > . > > > . > > > . > > > > > > style = gtk_style_new(); > > > pdf = pango_font_description_from_string("Sans 9"); > > > style->font_desc = pdf; > > > gtk_style_attach(style, GDK_WINDOW(window)); > > > > > > That's strange because when I use this, the font is not changed and I > > have the error message: > > "assertion GDK_IS_COLORMAP(colormap) failed". > > I got this mesg too, but the font was changed > > -- > Jiri Pavlovsky > ps@project-syndicate.org > tel: +420221517657 > > From sven@gimp.org Wed Jul 2 05:56:10 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.convergence.de (mail.convergence.de [212.84.236.4]) by mail.gnome.org (Postfix) with ESMTP id 6F6A518948 for ; Wed, 2 Jul 2003 05:56:10 -0400 (EDT) Received: from [10.1.1.145] (helo=blixa) by mail.convergence.de with esmtp (Exim 4.14) id 19XeLP-0007sq-AF; Wed, 02 Jul 2003 11:56:07 +0200 Received: from neo by blixa with local (Exim 3.36 #1 (Debian)) id 19XeLO-0005F7-00; Wed, 02 Jul 2003 11:56:06 +0200 To: "Kiyoshi TAKAHASHI" Cc: "Jiri Pavlovsky" , Subject: Re: gtk2 win32 and default font References: <200307011741.53580.jpavlovsky@mbox.dkm.cz> <003f01c3405f$68524a00$92d3d6ca@isit.or.jp> From: Sven Neumann Date: Wed, 02 Jul 2003 11:56:06 +0200 In-Reply-To: <003f01c3405f$68524a00$92d3d6ca@isit.or.jp> (Kiyoshi TAKAHASHI's message of "Wed, 2 Jul 2003 15:01:36 +0900") Message-ID: User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/20.7 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, "Kiyoshi TAKAHASHI" writes: > That's strange because when I use this, the font is not changed and > I have the error message: "assertion GDK_IS_COLORMAP(colormap) > failed". Up to now, I still wasn't able to change the default font > size, in spite of the numerous solutions proposed :( If you want to change the font-size for all GTK2 applications, all you need is to edit the gtkrc-2.0 file. I am sure this file does also exist on Win32. You just need to add a line that says: gtk-font-name="Sans 18" or similar. Sven From olaf@cbk.poznan.pl Wed Jul 2 07:24:46 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from goliath.sylaba.poznan.pl (goliath.sylaba.poznan.pl [195.216.104.3]) by mail.gnome.org (Postfix) with ESMTP id 7C19118A2B for ; Wed, 2 Jul 2003 07:24:46 -0400 (EDT) Received: from goliath.sylaba.poznan.pl (smmsp@localhost.sylaba.poznan.pl [127.0.0.1]) by goliath.sylaba.poznan.pl (8.12.8/8.12.8) with ESMTP id h62BOinb025742 for ; Wed, 2 Jul 2003 13:24:44 +0200 (CEST) Received: by goliath.sylaba.poznan.pl (8.12.8/8.12.8/Submit) id h62BOhQj025741 for gtk-list@gnome.org.KAV; Wed, 2 Jul 2003 13:24:43 +0200 (CEST) Received: from venus.local.navi.pl (ps103.poznan.sdi.tpnet.pl [217.97.72.103]) by goliath.sylaba.poznan.pl (8.12.8/8.12.8) with ESMTP id h62BOenb025700; Wed, 2 Jul 2003 13:24:41 +0200 (CEST) Received: from venus.local.navi.pl (venus.local.navi.pl [127.0.0.1]) by venus.local.navi.pl (8.12.5/8.12.5) with ESMTP id h62BP5xr003222; Wed, 2 Jul 2003 13:25:06 +0200 Subject: Re: gtk2 win32 and default font From: Olaf =?iso-8859-2?Q?Fr=B1czyk?= To: Sven Neumann Cc: Kiyoshi TAKAHASHI , Jiri Pavlovsky , gtk-list@gnome.org In-Reply-To: References: <200307011741.53580.jpavlovsky@mbox.dkm.cz> <003f01c3405f$68524a00$92d3d6ca@isit.or.jp> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 (1.0.8-10) Date: 02 Jul 2003 13:25:05 +0200 Message-Id: <1057145106.2119.3.camel@venus> Mime-Version: 1.0 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Wed, 2003-07-02 at 11:56, Sven Neumann wrote: > Hi, > > "Kiyoshi TAKAHASHI" writes: > > > That's strange because when I use this, the font is not changed and > > I have the error message: "assertion GDK_IS_COLORMAP(colormap) > > failed". Up to now, I still wasn't able to change the default font > > size, in spite of the numerous solutions proposed :( > > If you want to change the font-size for all GTK2 applications, all you > need is to edit the gtkrc-2.0 file. I am sure this file does also > exist on Win32. You just need to add a line that says: > > gtk-font-name="Sans 18" > > or similar. Hi, I would also like to know how to do it for SINGLE application. In gtk-1.2 there was something like set_default_style. But there is no equivalent in gtk2. Regards, olaf Fraczyk From andreas@mtg.co.at Wed Jul 2 10:20:58 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from viefep14-int.chello.at (viefep14-int.chello.at [213.46.255.13]) by mail.gnome.org (Postfix) with ESMTP id 81A7D18E7A for ; Wed, 2 Jul 2003 10:20:57 -0400 (EDT) Received: from andi-lap ([80.108.209.54]) by viefep14-int.chello.at (InterMail vM.5.01.05.17 201-253-122-126-117-20021021) with SMTP id <20030702142054.TQGH29817.viefep14-int.chello.at@andi-lap> for ; Wed, 2 Jul 2003 16:20:54 +0200 Received: by andi-lap (sSMTP sendmail emulation); Wed, 2 Jul 2003 16:20:54 +0200 Subject: gtk 2.2 for Windows with mingw32 hosted under Linux From: Andreas Kostyrka To: gtk-list@gnome.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-vfKrBP2LauqNZR+0ckrY" Organization: Message-Id: <1057155653.3829.200.camel@andi-lap> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 02 Jul 2003 16:20:54 +0200 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --=-vfKrBP2LauqNZR+0ckrY Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi! I've been wondering if somebody ever tried to compile Gtk2.2 with a crosscompiling Mingw32 hosted on Linux? If so, how does one start such task? Andreas --=-vfKrBP2LauqNZR+0ckrY Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQA/AupFHJdudm4KnO0RAh1fAKDG60f78BY55n9k73Ss6oTnes8XIwCfUpFZ /DUxvIdqKtjGQpQArmuy0lI= =/4vx -----END PGP SIGNATURE----- --=-vfKrBP2LauqNZR+0ckrY-- From ali@avrc.city.ac.uk Wed Jul 2 10:28:59 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mailgate.city.ac.uk (mailgate.city.ac.uk [138.40.12.3]) by mail.gnome.org (Postfix) with ESMTP id B242D18D5F for ; Wed, 2 Jul 2003 10:28:58 -0400 (EDT) Received: from mailswitch.city.ac.uk ([138.40.12.12] helo=mailswitch) by mailgate.city.ac.uk with smtp (Exim 3.16 #2) id 19Xiau-0001yt-00 for gtk-list@gnome.org; Wed, 02 Jul 2003 15:28:24 +0100 Received: from optosun2.city.ac.uk ([138.40.167.2] helo=firewall.avrc.city.ac.uk) by mailswitch with esmtp (Exim 3.16 #5) id 19XibP-0001fz-00 for gtk-list@gnome.org; Wed, 02 Jul 2003 15:28:55 +0100 Received: from localhost.localdomain (tom [192.168.137.104]) by firewall.avrc.city.ac.uk (8.9.3/8.9.3) with ESMTP id QAA15738; Wed, 2 Jul 2003 16:44:07 +0100 Received: from tom (tom [127.0.0.1]) by localhost.localdomain (8.11.6/8.11.6) with ESMTP id h62ELhp12842; Wed, 2 Jul 2003 15:21:43 +0100 Date: Wed, 2 Jul 2003 15:21:41 +0100 From: "J. Ali Harlow" To: Andreas Kostyrka Cc: gtk-list@gnome.org Subject: Re: gtk 2.2 for Windows with mingw32 hosted under Linux Message-ID: <20030702142141.GC9307@tom.avrc.city.ac.uk> References: <1057155653.3829.200.camel@andi-lap> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1057155653.3829.200.camel@andi-lap>; from andreas@mtg.co.at on Wed, Jul 02, 2003 at 15:20:54 +0100 X-Mailer: Balsa 1.4.2 Lines: 27 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On 2003.07.02 15:20 Andreas Kostyrka wrote: > Hi! > > I've been wondering if somebody ever tried to compile Gtk2.2 with a > crosscompiling Mingw32 hosted on Linux? If so, how does one start such > task? Yes. I do this. I started top-down (ie., with Gtk+) using Tor's binaries for the low level libraries until I managed to get each one built. It would obviously be more logical to start from the bottom if you were prepared to accept the delay before having anything working. I can provide copies of my scripts, hacked version of libtool etc., if needed. I haven't yet tried to build Gtk+ 2.2.2 which I have a vague recollection is now based on libtool 1.5 (or was that 2.3?). I know that I'm going to have some serious problems with libtool 1.5, but these may not affect you if you start from scratch. HTH, -- Ali Harlow Email: ali@avrc.city.ac.uk Research programmer Tel: (020) 7040 4348 Applied Vision Research Centre Intl: +44 20 7040 4348 City University Fax: (020) 7040 5515 London Intl: +44 20 7040 5515 From gnome-gtk-list@m.gmane.org Wed Jul 2 04:24:38 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mail.gnome.org (Postfix) with ESMTP id 260E51839C for ; Wed, 2 Jul 2003 04:24:38 -0400 (EDT) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19XcuM-0003Pb-00 for ; Wed, 02 Jul 2003 10:24:06 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gtk-list@gnome.org Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19XcuL-0003PR-00 for ; Wed, 02 Jul 2003 10:24:05 +0200 From: Mark Howard Subject: TreeView Selections - Multiple signals Date: Wed, 02 Jul 2003 09:24:20 +0100 Lines: 12 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@main.gmane.org User-Agent: Pan/0.14.0 (I'm Being Nibbled to Death by Cats!) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, Whenever I select anything for the first time in a treeview (either by clicking on it or using gtk_tree_selection_select_iter, the changed signal is always called twice - once for the first item in the treeview and then again for the item I wanted selected. How do I stop the first of these? -- .''`. Mark Howard : :' : `. `' http://www.tildemh.com `- mh@debian.org | mh@tildemh.com | mh344@cam.ac.uk From ps@project-syndicate.org Wed Jul 2 04:32:43 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from p69.project-syndicate.org (ossf-sh.customer.vol.cz [195.122.194.205]) by mail.gnome.org (Postfix) with ESMTP id 0A67C1839C for ; Wed, 2 Jul 2003 04:32:43 -0400 (EDT) Received: from jira.project-syndicate.org ([195.250.138.178]) (authenticated bits=0) by p69.project-syndicate.org (8.12.9/8.12.9) with ESMTP id h628Wb7d003883 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Wed, 2 Jul 2003 10:32:37 +0200 From: Jiri Pavlovsky To: "Kiyoshi TAKAHASHI" , Subject: Re: gtk2 win32 and default font Date: Wed, 2 Jul 2003 10:34:10 +0200 User-Agent: KMail/1.5 References: <200307011741.53580.jpavlovsky@mbox.dkm.cz> <003f01c3405f$68524a00$92d3d6ca@isit.or.jp> In-Reply-To: <003f01c3405f$68524a00$92d3d6ca@isit.or.jp> Organization: Project Syndicate MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307021034.10573.ps@project-syndicate.org> X-Scanned-By: MIMEDefang 2.34 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Wednesday 02 July 2003 08:01, Kiyoshi TAKAHASHI wrote: > ----- Original Message ----- > From: "Jiri Pavlovsky" > To: "Rastatter, Ken (OH32)" ; > > Sent: Wednesday, July 02, 2003 12:41 AM > Subject: Re: gtk2 win32 and default font > > > On Tuesday 01 July 2003 17:25, Rastatter, Ken (OH32) wrote: > > > Jiri Pavlovsky wrote on Thu, 26 Jun 2003: > > > > I'm using gtk+-2.2.1 on win32. I need to change default font. > > > > > > After gtk_init() has been called, I do the following to change > > > the font: > > > > > > gtk_rc_parse_string("gtk-font-name=\"sans 9\" \n"); > > > > Thanks. > > I found the following to work too: > > > > --------------------------------- > > PangoFontDescription *pdf; > > GtkStyle *style; > > . > > . > > . > > > > style = gtk_style_new(); > > pdf = pango_font_description_from_string("Sans 9"); > > style->font_desc = pdf; > > gtk_style_attach(style, GDK_WINDOW(window)); > > > That's strange because when I use this, the font is not changed and I > have the error message: > "assertion GDK_IS_COLORMAP(colormap) failed". I got this mesg too, but the font was changed -- Jiri Pavlovsky ps@project-syndicate.org tel: +420221517657 From ps@project-syndicate.org Wed Jul 2 07:11:05 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from p69.project-syndicate.org (ossf-sh.customer.vol.cz [195.122.194.205]) by mail.gnome.org (Postfix) with ESMTP id 6D888181B7 for ; Wed, 2 Jul 2003 07:11:05 -0400 (EDT) Received: from jira.project-syndicate.org ([195.250.138.178]) (authenticated bits=0) by p69.project-syndicate.org (8.12.9/8.12.9) with ESMTP id h62BAx7d004755 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Wed, 2 Jul 2003 13:10:59 +0200 From: Jiri Pavlovsky Organization: Project Syndicate To: "Kiyoshi TAKAHASHI" , Subject: Re: gtk2 win32 and default font Date: Wed, 2 Jul 2003 13:12:34 +0200 User-Agent: KMail/1.5 References: <200307021034.10573.ps@project-syndicate.org> <008c01c34074$c2a3bb00$92d3d6ca@isit.or.jp> In-Reply-To: <008c01c34074$c2a3bb00$92d3d6ca@isit.or.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307021312.34375.ps@project-syndicate.org> X-Scanned-By: MIMEDefang 2.34 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > > > > I found the following to work too: > > > > > > > > --------------------------------- > > > > PangoFontDescription *pdf; > > > > GtkStyle *style; > > > > . > > > > . > > > > . > > > > > > > > style = gtk_style_new(); > > > > pdf = pango_font_description_from_string("Sans 9"); > > > > style->font_desc = pdf; > > > > gtk_style_attach(style, GDK_WINDOW(window)); > > > > > > That's strange because when I use this, the font is not changed > > > and I have the error message: > > > "assertion GDK_IS_COLORMAP(colormap) failed". > > > > I got this mesg too, but the font was changed > > I have to withdraw this statement I'm afraid. I'm now on different box(using linux), but it does not work. Will try later on win32 box. Jiri -- Jiri Pavlovsky ps@project-syndicate.org tel: +420221517657 From jackala82@hotmail.com Wed Jul 2 14:27:53 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hotmail.com (law8-f76.law8.hotmail.com [216.33.241.76]) by mail.gnome.org (Postfix) with ESMTP id C65801812B for ; Wed, 2 Jul 2003 14:27:52 -0400 (EDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 2 Jul 2003 11:27:52 -0700 Received: from 65.95.56.194 by lw8fd.law8.hotmail.msn.com with HTTP; Wed, 02 Jul 2003 18:27:51 GMT X-Originating-IP: [65.95.56.194] X-Originating-Email: [jackala82@hotmail.com] From: "Joëlle Nakhlé" To: gtk-list@gnome.org Subject: Re: problems with glibc -- please help Date: Wed, 02 Jul 2003 18:27:51 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 02 Jul 2003 18:27:52.0090 (UTC) FILETIME=[A5CDBFA0:01C340C7] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is the config.log file after i do ./configure for pango-1.2.3: //----------------------------------------------------------------------------------------------------------------- This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = localhost uname -m = i686 uname -r = 2.4.21-0.13mdk uname -s = Linux uname -v = #1 Fri Mar 14 15:08:06 EST 2003 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/X11R6/bin PATH: /usr/local/bin PATH: /bin PATH: /usr/bin PATH: /usr/games PATH: /home/joelle/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1558: checking for a BSD-compatible install configure:1612: result: /usr/bin/install -c configure:1623: checking whether build environment is sane configure:1666: result: yes configure:1681: checking whether make sets $(MAKE) configure:1701: result: yes configure:1733: checking for working aclocal-1.4 configure:1740: result: found configure:1748: checking for working autoconf configure:1755: result: found configure:1763: checking for working automake-1.4 configure:1770: result: found configure:1778: checking for working autoheader configure:1785: result: found configure:1793: checking for working makeinfo configure:1800: result: found configure:1862: checking for gcc configure:1878: found /usr/bin/gcc configure:1888: result: gcc configure:2132: checking for C compiler version configure:2135: gcc --version &5 gcc (GCC) 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2138: $? = 0 configure:2140: gcc -v &5 Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2.2/specs Configured with: ../configure --prefix=/usr --libdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-__cxa_atexit --enable-languages=c,c++,ada,f77,objc,java --host=i586-mandrake-linux-gnu --with-system-zlib Thread model: posix gcc version 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk) configure:2143: $? = 0 configure:2145: gcc -V &5 gcc: argument to `-V' is missing configure:2148: $? = 1 configure:2172: checking for C compiler default output configure:2175: gcc conftest.c >&5 configure:2178: $? = 0 configure:2224: result: a.out configure:2229: checking whether the C compiler works configure:2235: ./a.out configure:2238: $? = 0 configure:2255: result: yes configure:2262: checking whether we are cross compiling configure:2264: result: no configure:2267: checking for suffix of executables configure:2269: gcc -o conftest conftest.c >&5 configure:2272: $? = 0 configure:2297: result: configure:2303: checking for suffix of object files configure:2325: gcc -c conftest.c >&5 configure:2328: $? = 0 configure:2350: result: o configure:2354: checking whether we are using the GNU C compiler configure:2379: gcc -c conftest.c >&5 configure:2382: $? = 0 configure:2385: test -s conftest.o configure:2388: $? = 0 configure:2401: result: yes configure:2407: checking whether gcc accepts -g configure:2429: gcc -c -g conftest.c >&5 configure:2432: $? = 0 configure:2435: test -s conftest.o configure:2438: $? = 0 configure:2449: result: yes configure:2466: checking for gcc option to accept ANSI C configure:2527: gcc -c -g -O2 conftest.c >&5 configure:2530: $? = 0 configure:2533: test -s conftest.o configure:2536: $? = 0 configure:2554: result: none needed configure:2572: gcc -c -g -O2 conftest.c >&5 conftest.c:2: parse error before "me" configure:2575: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2689: checking for c++ configure:2705: found /usr/bin/c++ configure:2715: result: c++ configure:2828: checking for C++ compiler version configure:2831: c++ --version &5 c++ (GCC) 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2834: $? = 0 configure:2836: c++ -v &5 Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2.2/specs Configured with: ../configure --prefix=/usr --libdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-__cxa_atexit --enable-languages=c,c++,ada,f77,objc,java --host=i586-mandrake-linux-gnu --with-system-zlib Thread model: posix gcc version 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk) configure:2839: $? = 0 configure:2841: c++ -V &5 c++: argument to `-V' missing configure:2844: $? = 1 configure:2847: checking whether we are using the GNU C++ compiler configure:2872: c++ -c conftest.cc >&5 configure:2875: $? = 0 configure:2878: test -s conftest.o configure:2881: $? = 0 configure:2894: result: yes configure:2900: checking whether c++ accepts -g configure:2922: c++ -c -g conftest.cc >&5 configure:2925: $? = 0 configure:2928: test -s conftest.o configure:2931: $? = 0 configure:2942: result: yes configure:2986: c++ -c -g -O2 conftest.cc >&5 configure:2989: $? = 0 configure:2992: test -s conftest.o configure:2995: $? = 0 configure:3022: c++ -c -g -O2 conftest.cc >&5 configure: In function `int main()': configure:3019: `exit' undeclared (first use this function) configure:3019: (Each undeclared identifier is reported only once for each function it appears in.) configure:3025: $? = 1 configure: failed program was: | #line 3005 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pango" | #define VERSION "1.2.3" | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:2986: c++ -c -g -O2 conftest.cc >&5 configure:2989: $? = 0 configure:2992: test -s conftest.o configure:2995: $? = 0 configure:3022: c++ -c -g -O2 conftest.cc >&5 configure:3025: $? = 0 configure:3028: test -s conftest.o configure:3031: $? = 0 configure:3072: c++ -c -g -O2 conftest.cc >&5 configure:3075: $? = 0 configure:3078: test -s conftest.o configure:3081: $? = 0 configure:3188: checking build system type configure:3206: result: i686-pc-linux-gnu configure:3214: checking host system type configure:3228: result: i686-pc-linux-gnu configure:3236: checking for a sed that does not truncate output configure:3290: result: /bin/sed configure:3293: checking for egrep configure:3303: result: grep -E configure:3319: checking for ld used by gcc configure:3386: result: /usr/bin/ld configure:3395: checking if the linker (/usr/bin/ld) is GNU ld configure:3410: result: yes configure:3415: checking for /usr/bin/ld option to reload object files configure:3422: result: -r configure:3431: checking for BSD-compatible nm configure:3473: result: /usr/bin/nm -B configure:3477: checking whether ln -s works configure:3481: result: yes configure:3488: checking how to recognise dependent libraries configure:3688: result: pass_all configure:4134: checking how to run the C preprocessor configure:4170: gcc -E conftest.c configure:4176: $? = 0 configure:4208: gcc -E conftest.c configure:4212:28: ac_nonexistent.h: No such file or directory configure:4214: $? = 1 configure: failed program was: | #line 4199 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pango" | #define VERSION "1.2.3" | #ifdef __cplusplus | #include | #endif | /* end confdefs.h. */ | #include configure:4252: result: gcc -E configure:4277: gcc -E conftest.c configure:4283: $? = 0 configure:4315: gcc -E conftest.c configure:4319:28: ac_nonexistent.h: No such file or directory configure:4321: $? = 1 configure: failed program was: | #line 4306 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pango" | #define VERSION "1.2.3" | #ifdef __cplusplus | #include | #endif | /* end confdefs.h. */ | #include configure:4364: checking for ANSI C header files configure:4390: gcc -c -g -O2 conftest.c >&5 configure:4393: $? = 0 configure:4396: test -s conftest.o configure:4399: $? = 0 configure:4488: gcc -o conftest -g -O2 conftest.c >&5 configure:4491: $? = 0 configure:4493: ./conftest configure:4496: $? = 0 configure:4511: result: yes configure:4535: checking for sys/types.h configure:4552: gcc -c -g -O2 conftest.c >&5 configure:4555: $? = 0 configure:4558: test -s conftest.o configure:4561: $? = 0 configure:4572: result: yes configure:4535: checking for sys/stat.h configure:4552: gcc -c -g -O2 conftest.c >&5 configure:4555: $? = 0 configure:4558: test -s conftest.o configure:4561: $? = 0 configure:4572: result: yes configure:4535: checking for stdlib.h configure:4552: gcc -c -g -O2 conftest.c >&5 configure:4555: $? = 0 configure:4558: test -s conftest.o configure:4561: $? = 0 configure:4572: result: yes configure:4535: checking for string.h configure:4552: gcc -c -g -O2 conftest.c >&5 configure:4555: $? = 0 configure:4558: test -s conftest.o configure:4561: $? = 0 configure:4572: result: yes configure:4535: checking for memory.h configure:4552: gcc -c -g -O2 conftest.c >&5 configure:4555: $? = 0 configure:4558: test -s conftest.o configure:4561: $? = 0 configure:4572: result: yes configure:4535: checking for strings.h configure:4552: gcc -c -g -O2 conftest.c >&5 configure:4555: $? = 0 configure:4558: test -s conftest.o configure:4561: $? = 0 configure:4572: result: yes configure:4535: checking for inttypes.h configure:4552: gcc -c -g -O2 conftest.c >&5 configure:4555: $? = 0 configure:4558: test -s conftest.o configure:4561: $? = 0 configure:4572: result: yes configure:4535: checking for stdint.h configure:4552: gcc -c -g -O2 conftest.c >&5 configure:4555: $? = 0 configure:4558: test -s conftest.o configure:4561: $? = 0 configure:4572: result: yes configure:4535: checking for unistd.h configure:4552: gcc -c -g -O2 conftest.c >&5 configure:4555: $? = 0 configure:4558: test -s conftest.o configure:4561: $? = 0 configure:4572: result: yes configure:4598: checking dlfcn.h usability configure:4611: gcc -c -g -O2 conftest.c >&5 configure:4614: $? = 0 configure:4617: test -s conftest.o configure:4620: $? = 0 configure:4630: result: yes configure:4634: checking dlfcn.h presence configure:4645: gcc -E conftest.c configure:4651: $? = 0 configure:4670: result: yes configure:4706: checking for dlfcn.h configure:4713: result: yes configure:4731: checking how to run the C++ preprocessor configure:4763: c++ -E conftest.cc configure:4769: $? = 0 configure:4801: c++ -E conftest.cc configure:4816:28: ac_nonexistent.h: No such file or directory configure:4807: $? = 1 configure: failed program was: | #line 4792 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pango" | #define VERSION "1.2.3" | #ifdef __cplusplus | #include | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:4845: result: c++ -E configure:4870: c++ -E conftest.cc configure:4876: $? = 0 configure:4908: c++ -E conftest.cc configure:4923:28: ac_nonexistent.h: No such file or directory configure:4914: $? = 1 configure: failed program was: | #line 4899 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pango" | #define VERSION "1.2.3" | #ifdef __cplusplus | #include | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:5007: checking for g77 configure:5036: result: no configure:5007: checking for f77 configure:5036: result: no configure:5007: checking for xlf configure:5036: result: no configure:5007: checking for frt configure:5036: result: no configure:5007: checking for pgf77 configure:5036: result: no configure:5007: checking for fl32 configure:5036: result: no configure:5007: checking for af77 configure:5036: result: no configure:5007: checking for fort77 configure:5036: result: no configure:5007: checking for f90 configure:5036: result: no configure:5007: checking for xlf90 configure:5036: result: no configure:5007: checking for pgf90 configure:5036: result: no configure:5007: checking for epcf90 configure:5036: result: no configure:5007: checking for f95 configure:5036: result: no configure:5007: checking for fort configure:5036: result: no configure:5007: checking for xlf95 configure:5036: result: no configure:5007: checking for lf95 configure:5036: result: no configure:5007: checking for g95 configure:5036: result: no configure:5051: checking for Fortran 77 compiler version configure:5051: --version &5 ./configure: line 1: --version: command not found configure:5054: $? = 127 configure:5056: -v &5 ./configure: line 1: -v: command not found configure:5059: $? = 127 configure:5061: -V &5 ./configure: line 1: -V: command not found configure:5064: $? = 127 configure:5071: checking whether we are using the GNU Fortran 77 compiler configure:5085: -c conftest.F >&5 ./configure: line 1: -c: command not found configure:5088: $? = 127 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:5107: result: no configure:5114: checking whether accepts -g configure:5126: -c -g conftest.f >&5 ./configure: line 1: -c: command not found configure:5129: $? = 127 configure: failed program was: | program main | | end configure:5147: result: no configure:5175: checking the maximum length of command line arguments configure:5234: result: 32768 configure:5245: checking command to parse /usr/bin/nm -B output from gcc object configure:5334: gcc -c -g -O2 conftest.c >&5 configure:5337: $? = 0 configure:5341: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm configure:5344: $? = 0 configure:5396: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 configure:5399: $? = 0 configure:5437: result: ok configure:5441: checking for objdir configure:5456: result: .libs configure:5546: checking for ar configure:5562: found /usr/bin/ar configure:5573: result: ar configure:5626: checking for ranlib configure:5642: found /usr/bin/ranlib configure:5653: result: ranlib configure:5706: checking for strip configure:5722: found /usr/bin/strip configure:5733: result: strip configure:5995: checking if gcc static flag works configure:6018: result: yes configure:6035: checking if gcc supports -fno-rtti -fno-exceptions configure:6056: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 configure:6060: $? = 0 configure:6068: result: yes configure:6083: checking for gcc option to produce PIC configure:6260: result: -fPIC configure:6267: checking if gcc PIC flag -fPIC works configure:6288: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5 configure:6292: $? = 0 configure:6300: result: yes configure:6324: checking if gcc supports -c -o file.o configure:6355: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:6359: $? = 0 configure:6373: result: yes configure:6399: checking whether the gcc linker (/usr/bin/ld) supports shared libraries configure:7193: result: yes configure:7219: checking whether -lc should be explicitly linked in configure:7224: gcc -c -g -O2 conftest.c >&5 configure:7227: $? = 0 configure:7241: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:7244: $? = 0 configure:7256: result: no configure:7264: checking how to hardcode library paths into programs configure:7289: result: immediate configure:7303: checking whether stripping libraries is possible configure:7308: result: yes configure:7330: checking dynamic linker characteristics configure:7889: result: GNU/Linux ld.so configure:8615: checking if libtool supports shared libraries configure:8617: result: yes configure:8620: checking whether to build shared libraries configure:8669: result: yes configure:8672: checking whether to build static libraries configure:8676: result: no configure:8767: creating libtool configure:9311: checking for ld used by c++ configure:9378: result: /usr/bin/ld configure:9387: checking if the linker (/usr/bin/ld) is GNU ld configure:9402: result: yes configure:9453: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:10248: result: yes configure:10266: c++ -c -g -O2 conftest.cc >&5 configure:10269: $? = 0 configure:10365: checking for c++ option to produce PIC configure:10617: result: -fPIC configure:10624: checking if c++ PIC flag -fPIC works configure:10645: c++ -c -g -O2 -fPIC -DPIC conftest.cc >&5 configure:10649: $? = 0 configure:10657: result: yes configure:10681: checking if c++ supports -c -o file.o configure:10712: c++ -c -g -O2 -o out/conftest2.o conftest.cc >&5 configure:10716: $? = 0 configure:10730: result: yes configure:10756: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:10781: result: yes configure:10852: checking how to hardcode library paths into programs configure:10877: result: immediate configure:10891: checking whether stripping libraries is possible configure:10896: result: yes configure:10918: checking dynamic linker characteristics configure:11477: result: GNU/Linux ld.so configure:18439: checking for some Win32 platform configure:18449: result: no configure:18461: checking for native Win32 configure:18471: result: no configure:18586: checking for perl5 configure:18602: found /usr/bin/perl5 configure:18612: result: perl5 configure:18631: checking for X configure:18851: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include configure:19004: gcc -o conftest -g -O2 -Wall conftest.c -L/usr/X11R6/lib -lX11 >&5 configure:19007: $? = 0 configure:19010: test -s conftest configure:19013: $? = 0 configure:19150: checking for gethostbyname configure:19200: gcc -o conftest -g -O2 -Wall conftest.c >&5 configure:19203: $? = 0 configure:19206: test -s conftest configure:19209: $? = 0 configure:19220: result: yes configure:19351: checking for connect configure:19401: gcc -o conftest -g -O2 -Wall conftest.c >&5 configure:19404: $? = 0 configure:19407: test -s conftest configure:19410: $? = 0 configure:19421: result: yes configure:19486: checking for remove configure:19536: gcc -o conftest -g -O2 -Wall conftest.c >&5 configure:19539: $? = 0 configure:19542: test -s conftest configure:19545: $? = 0 configure:19556: result: yes configure:19621: checking for shmat configure:19671: gcc -o conftest -g -O2 -Wall conftest.c >&5 configure:19674: $? = 0 configure:19677: test -s conftest configure:19680: $? = 0 configure:19691: result: yes configure:19765: checking for IceConnectionNumber in -lICE configure:19796: gcc -o conftest -g -O2 -Wall -L/usr/X11R6/lib conftest.c -lICE >&5 configure:19799: $? = 0 configure:19802: test -s conftest configure:19805: $? = 0 configure:19817: result: yes configure:19859: checking for pkg-config configure:19877: found /usr/bin/pkg-config configure:19890: result: /usr/bin/pkg-config configure:19907: checking for fontconfig >= 1.0.1 configure:19911: result: yes configure:19915: checking FONTCONFIG_CFLAGS configure:19918: result: configure:19921: checking FONTCONFIG_LIBS configure:19924: result: -lfontconfig configure:19958: checking for freetype-config configure:19976: found /usr/bin/freetype-config configure:19989: result: /usr/bin/freetype-config configure:20002: checking for FT_Get_Next_Char in -lfreetype configure:20033: gcc -o conftest -g -O2 -Wall -lfreetype -lz conftest.c -lfreetype >&5 configure:20036: $? = 0 configure:20039: test -s conftest configure:20042: $? = 0 configure:20054: result: yes configure:20129: checking for xft >= 2.0.0 configure:20133: result: yes configure:20137: checking XFT_CFLAGS configure:20140: result: -I/usr/X11R6/include -I/usr/include/freetype2 configure:20143: checking XFT_LIBS configure:20146: result: -L/usr/X11R6/lib -lXft -lfreetype -lXrender -lfontconfig configure:20272: checking for pkg-config configure:20303: result: /usr/bin/pkg-config configure:20326: checking for GLIB - version >= 2.1.3 configure:20476: result: no configure:20510: gcc -o conftest -g -O2 -Wall conftest.c >&5 configure: In function `main': configure:20521: `glib_major_version' undeclared (first use in this function) configure:20521: (Each undeclared identifier is reported only once configure:20521: for each function it appears in.) configure:20521: `glib_minor_version' undeclared (first use in this function) configure:20521: `glib_micro_version' undeclared (first use in this function) configure:20513: $? = 1 configure: failed program was: | #line 20490 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pango" | #define VERSION "1.2.3" | #ifdef __cplusplus | #include | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | #include | #include | | int | main () | { | return ((glib_major_version) || (glib_minor_version) || (glib_micro_version)); | ; | return 0; | } configure:20549: error: *** Glib 2.1.3 or better is required. The latest version of *** Glib is always available from ftp://ftp.gtk.org/. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-pc-linux-gnu ac_cv_build_alias=i686-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_F77_set= ac_cv_env_F77_value= ac_cv_env_FFLAGS_set= ac_cv_env_FFLAGS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_f77_compiler_gnu=no ac_cv_func_connect=yes ac_cv_func_gethostbyname=yes ac_cv_func_remove=yes ac_cv_func_shmat=yes ac_cv_have_x='have_x=yes ac_x_includes=/usr/X11R6/include ac_x_libraries=/usr/X11R6/lib' ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=i686-pc-linux-gnu ac_cv_host_alias=i686-pc-linux-gnu ac_cv_lib_ICE_IceConnectionNumber=yes ac_cv_lib_freetype_FT_Get_Next_Char=yes ac_cv_objext=o ac_cv_path_FREETYPE_CONFIG=/usr/bin/freetype-config ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXX=c++ ac_cv_prog_CXXCPP='c++ -E' ac_cv_prog_PERL=perl5 ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_g=yes ac_cv_prog_egrep='grep -E' ac_cv_prog_f77_g=no ac_cv_prog_make_make_set=yes lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.3.1.so' lt_cv_ld_reload_flag=-r lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_LDCXX=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_SED=/bin/sed lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_rtti_exceptions=yes lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' lt_cv_sys_max_cmd_len=32768 lt_lt_cv_prog_compiler_c_o='"yes"' lt_lt_cv_prog_compiler_c_o_CXX='"yes"' lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"' lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='aclocal-1.4' AR='ar' AS='as' AUTOCONF='autoconf' AUTOHEADER='autoheader' AUTOMAKE='automake-1.4' BUILD_OT_TESTS_FALSE='' BUILD_OT_TESTS_TRUE='' BUILD_QT_TEST_FALSE='' BUILD_QT_TEST_TRUE='' CC='gcc' CFLAGS='-g -O2 -Wall' CPP='gcc -E' CPPFLAGS='' CROSS_COMPILING_FALSE='' CROSS_COMPILING_TRUE='#' CXX='c++' CXXCPP='c++ -E' CXXFLAGS='-g -O2' DB2HTML='' DEFS='' DISABLE_EXPLICIT_DEPS_FALSE='' DISABLE_EXPLICIT_DEPS_TRUE='' DLLTOOL='dlltool' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' ENABLE_GTK_DOC_FALSE='' ENABLE_GTK_DOC_TRUE='' EXEEXT='' F77='' FFLAGS='' FONTCONFIG_CFLAGS=' ' FONTCONFIG_LIBS='-lfontconfig ' FREETYPE_CFLAGS=' -I/usr/include/freetype2' FREETYPE_CONFIG='/usr/bin/freetype-config' FREETYPE_LIBS='-lfontconfig -lfreetype -lz' FRIBIDI_CFLAGS='' FRIBIDI_LIBS='' FRIBIDI_PC='' GLIB_CFLAGS='' GLIB_GENMARSHAL='' GLIB_LIBS='' GLIB_MKENUMS='' GOBJECT_QUERY='' GTKDOC='' HAVE_CXX_FALSE='#' HAVE_CXX_TRUE='' HAVE_DOCBOOK_FALSE='' HAVE_DOCBOOK_TRUE='' HAVE_FREETYPE_FALSE='#' HAVE_FREETYPE_TRUE='' HAVE_FRIBIDI_FALSE='' HAVE_FRIBIDI_TRUE='' HAVE_GTK_DOC='' HAVE_GTK_DOC_FALSE='' HAVE_GTK_DOC_TRUE='' HAVE_INCLUDED_MODULES_FALSE='' HAVE_INCLUDED_MODULES_TRUE='' HAVE_USP10_H_FALSE='' HAVE_USP10_H_TRUE='' HAVE_WIN32_FALSE='' HAVE_WIN32_TRUE='#' HAVE_XFT_FALSE='#' HAVE_XFT_TRUE='' HAVE_X_FALSE='#' HAVE_X_TRUE='' HTML_DIR='' INCLUDED_FT2_MODULES='' INCLUDED_WIN32_MODULES='' INCLUDED_XFT_MODULES='' INCLUDED_X_MODULES='' INCLUDE_ARABIC_FT2_FALSE='' INCLUDE_ARABIC_FT2_TRUE='' INCLUDE_ARABIC_XFT_FALSE='' INCLUDE_ARABIC_XFT_TRUE='' INCLUDE_ARABIC_X_FALSE='' INCLUDE_ARABIC_X_TRUE='' INCLUDE_BASIC_FT2_FALSE='' INCLUDE_BASIC_FT2_TRUE='' INCLUDE_BASIC_WIN32_FALSE='' INCLUDE_BASIC_WIN32_TRUE='' INCLUDE_BASIC_XFT_FALSE='' INCLUDE_BASIC_XFT_TRUE='' INCLUDE_BASIC_X_FALSE='' INCLUDE_BASIC_X_TRUE='' INCLUDE_BENGALI_X_FALSE='' INCLUDE_BENGALI_X_TRUE='' INCLUDE_DEVANAGARI_X_FALSE='' INCLUDE_DEVANAGARI_X_TRUE='' INCLUDE_GUJARATI_X_FALSE='' INCLUDE_GUJARATI_X_TRUE='' INCLUDE_GURMUKHI_X_FALSE='' INCLUDE_GURMUKHI_X_TRUE='' INCLUDE_HANGUL_XFT_FALSE='' INCLUDE_HANGUL_XFT_TRUE='' INCLUDE_HANGUL_X_FALSE='' INCLUDE_HANGUL_X_TRUE='' INCLUDE_HEBREW_FT2_FALSE='' INCLUDE_HEBREW_FT2_TRUE='' INCLUDE_HEBREW_XFT_FALSE='' INCLUDE_HEBREW_XFT_TRUE='' INCLUDE_HEBREW_X_FALSE='' INCLUDE_HEBREW_X_TRUE='' INCLUDE_INDIC_FT2_FALSE='' INCLUDE_INDIC_FT2_TRUE='' INCLUDE_INDIC_XFT_FALSE='' INCLUDE_INDIC_XFT_TRUE='' INCLUDE_MYANMAR_X_FALSE='' INCLUDE_MYANMAR_X_TRUE='' INCLUDE_TAMIL_X_FALSE='' INCLUDE_TAMIL_X_TRUE='' INCLUDE_THAI_FT2_FALSE='' INCLUDE_THAI_FT2_TRUE='' INCLUDE_THAI_XFT_FALSE='' INCLUDE_THAI_XFT_TRUE='' INCLUDE_THAI_X_FALSE='' INCLUDE_THAI_X_TRUE='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' LDFLAGS='' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LN_S='ln -s' LTLIBOBJS='' LT_CURRENT_MINUS_AGE='0' LT_VERSION_INFO='200:3:200' MAKEINFO='makeinfo' MS_LIB_AVAILABLE_FALSE='' MS_LIB_AVAILABLE_TRUE='#' OBJDUMP='objdump' OBJEXT='o' OS_WIN32_FALSE='' OS_WIN32_TRUE='#' PACKAGE='pango' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PANGO_API_VERSION='1.0' PANGO_BINARY_AGE='203' PANGO_DEBUG_FLAGS='-DG_DISABLE_CAST_CHECKS' PANGO_INTERFACE_AGE='3' PANGO_MAJOR_VERSION='1' PANGO_MICRO_VERSION='3' PANGO_MINOR_VERSION='2' PANGO_MODULE_VERSION='1.2.0' PANGO_VERSION='1.2.3' PATH_SEPARATOR=':' PERL='perl5' PKGCONFIG_FREETYPE_LIBS='' PKGCONFIG_XFT_LIBS='' PKGCONFIG_X_LIBS='' PKG_CONFIG='/usr/bin/pkg-config' PLATFORM_WIN32_FALSE='' PLATFORM_WIN32_TRUE='#' QTDIR='' RANLIB='ranlib' REBUILD='' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' USP10_H='' VERSION='1.2.3' WIN32_LIBS='' XFT_CFLAGS='-I/usr/X11R6/include -I/usr/include/freetype2 ' XFT_LIBS='-L/usr/X11R6/lib -lXft -lfreetype -lXrender -lfontconfig ' X_CFLAGS=' -I/usr/X11R6/include' X_EXTRA_LIBS='' X_LIBS=' -L/usr/X11R6/lib -lX11' X_PRE_LIBS=' -lSM -lICE' ac_ct_AR='ar' ac_ct_AS='' ac_ct_CC='gcc' ac_ct_CXX='' ac_ct_DLLTOOL='' ac_ct_F77='' ac_ct_OBJDUMP='' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' bindir='${exec_prefix}/bin' build='i686-pc-linux-gnu' build_alias='' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' datadir='${prefix}/share' exec_prefix='NONE' host='i686-pc-linux-gnu' host_alias='' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' ms_librarian='' oldincludedir='/usr/include' prefix='NONE' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_DLFCN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define PACKAGE "pango" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define STDC_HEADERS 1 #define VERSION "1.2.3" #endif #ifdef __cplusplus #include configure: exit 1 //-------------------------------------------------------------------------------------------------------------- So thats it. I am getting really impatient because it is not working even after i did ldconfig. Would it be a solution to try to remove glib and reinstall it? If so, how exactly do i remove it? Thanx, Joelle. _________________________________________________________________ The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail From andreas@mtg.co.at Wed Jul 2 14:39:06 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from viefep12-int.chello.at (viefep12-int.chello.at [213.46.255.25]) by mail.gnome.org (Postfix) with ESMTP id 4D2D3180F8 for ; Wed, 2 Jul 2003 14:39:05 -0400 (EDT) Received: from andi-lap ([80.108.209.54]) by viefep12-int.chello.at (InterMail vM.5.01.05.17 201-253-122-126-117-20021021) with SMTP id <20030702183903.HMNQ109.viefep12-int.chello.at@andi-lap>; Wed, 2 Jul 2003 20:39:03 +0200 Received: by andi-lap (sSMTP sendmail emulation); Wed, 2 Jul 2003 20:39:03 +0200 Subject: Re: gtk 2.2 for Windows with mingw32 hosted under Linux From: Andreas Kostyrka To: "J. Ali Harlow" Cc: gtk-list@gnome.org In-Reply-To: <20030702142141.GC9307@tom.avrc.city.ac.uk> References: <1057155653.3829.200.camel@andi-lap> <20030702142141.GC9307@tom.avrc.city.ac.uk> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-SzypHy/8vJxDvEyFeO9X" Organization: Message-Id: <1057171143.3829.202.camel@andi-lap> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 02 Jul 2003 20:39:03 +0200 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --=-SzypHy/8vJxDvEyFeO9X Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2003-07-02 at 16:21, J. Ali Harlow wrote: > On 2003.07.02 15:20 Andreas Kostyrka wrote: > > Hi! > >=20 > > I've been wondering if somebody ever tried to compile Gtk2.2 with a > > crosscompiling Mingw32 hosted on Linux? If so, how does one start such > > task? >=20 > Yes. I do this. I started top-down (ie., with Gtk+) using Tor's > binaries for the low level libraries until I managed to get each > one built. It would obviously be more logical to start from the > bottom if you were prepared to accept the delay before having > anything working. I can provide copies of my scripts, hacked > version of libtool etc., if needed. I haven't yet tried to Well, it would be very nice if you could share your scripts. Cheers, Andreas > build Gtk+ 2.2.2 which I have a vague recollection is now based > on libtool 1.5 (or was that 2.3?). I know that I'm going to have > some serious problems with libtool 1.5, but these may not affect > you if you start from scratch. >=20 > HTH, --=-SzypHy/8vJxDvEyFeO9X Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQA/AybHHJdudm4KnO0RAhbWAKC8ZXrFY8L2ZkjtFXJazQKM4Ym/mACgvWc4 sESLrWjXu7mJe0pLdZTOowU= =K30f -----END PGP SIGNATURE----- --=-SzypHy/8vJxDvEyFeO9X-- From Valdis.Kletnieks@vt.edu Wed Jul 2 14:58:18 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from turing-police.cc.vt.edu (turing-police.cc.vt.edu [128.173.14.107]) by mail.gnome.org (Postfix) with ESMTP id BB2171840C for ; Wed, 2 Jul 2003 14:58:18 -0400 (EDT) Received: from turing-police.cc.vt.edu (localhost [127.0.0.1]) by turing-police.cc.vt.edu (8.12.10.Beta0/8.12.10.Beta0) with ESMTP id h62IwIp3002360; Wed, 2 Jul 2003 14:58:18 -0400 Message-Id: <200307021858.h62IwIp3002360@turing-police.cc.vt.edu> X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4+dev To: =?ISO-8859-1?Q?Jo=EBlle_Nakhl=E9?= Cc: gtk-list@gnome.org Subject: Re: problems with glibc -- please help In-Reply-To: Your message of "Wed, 02 Jul 2003 18:27:51 -0000." From: Valdis.Kletnieks@vt.edu References: Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_-1582654608P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Wed, 02 Jul 2003 14:58:17 -0400 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --==_Exmh_-1582654608P Content-Type: text/plain; charset=us-ascii On Wed, 02 Jul 2003 18:27:51 -0000, =?ISO-8859-1?Q?Jo=EBlle_Nakhl=E9?= said: > This is the config.log file after i do ./configure for pango-1.2.3: > configure:20272: checking for pkg-config > configure:20303: result: /usr/bin/pkg-config > configure:20326: checking for GLIB - version >= 2.1.3 > configure:20476: result: no Bad karma here. Most likely, you need to set the PKG_CONFIG_PATH environment variable so it can find your packages, if you didn't install into /usr/. > configure:20510: gcc -o conftest -g -O2 -Wall conftest.c >&5 > configure: In function `main': > configure:20521: `glib_major_version' undeclared (first use in this > function) So it's not finding the glib *.h files it needs, because 'pkg-config --cflags' didn't give a -I/where/glib/is flag, and the headers aren't in /usr/include. --==_Exmh_-1582654608P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) Comment: Exmh version 2.5 07/13/2001 iD8DBQE/AytJcC3lWbTT17ARAgBFAJoDOpGd6qnW6R4VS/iMXfOQAi07qACg5om9 ZVUMBe24GcbzW+ol4SOmgvU= =SxQ7 -----END PGP SIGNATURE----- --==_Exmh_-1582654608P-- From viniciusromao@pop.com.br Wed Jul 2 15:38:18 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from relay2.pop.com.br (relay2.pop.com.br [200.175.8.31]) by mail.gnome.org (Postfix) with ESMTP id C099718417 for ; Wed, 2 Jul 2003 15:38:17 -0400 (EDT) Received: from smtp.pop.com.br (webmail3.pop.com.br [200.175.8.18]) by relay2.pop.com.br (Postfix) with SMTP id 0A825175D4B for ; Wed, 2 Jul 2003 16:27:30 -0300 (BRT) Received: (qmail 29496 invoked by uid 89); 2 Jul 2003 14:54:38 -0300 Message-ID: <20030702175438.29495.qmail@webmail3.pop.com.br> From: "Vinicius M. Romao" To: gtk-list@gnome.org Subject: C++ x GTK, where can i find good material? Importance: normal Date: Wed, 02 Jul 2003 14:54:38 -0300 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello Friends, Somebody know where can I find a good material talking about interface between C++ programs and GTK. Vinicius -- POP. Nem parece internet grátis. Seja POP você também! Acesse: http://www.pop.com.br/pop_discador.php e baixe o POPdiscador. From pgasper@designadvantage.com Wed Jul 2 17:35:54 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from server18.pronicsolutions.com (server18.pronicsolutions.com [64.94.233.81]) by mail.gnome.org (Postfix) with ESMTP id 1ED2318F17 for ; Wed, 2 Jul 2003 17:35:54 -0400 (EDT) Received: from host-150-180-220-24.midco.net ([24.220.180.150] helo=WORKGROUP) by server18.pronicsolutions.com with esmtp (Exim 3.36 #1) id 19XpEp-0004IT-00; Wed, 02 Jul 2003 17:34:03 -0400 Subject: Re: C++ x GTK, where can i find good material? From: Peter Gasper To: "Vinicius M. Romao" Cc: gtk-list@gnome.org In-Reply-To: <20030702175438.29495.qmail@webmail3.pop.com.br> References: <20030702175438.29495.qmail@webmail3.pop.com.br> Content-Type: text/plain Organization: Message-Id: <1057181653.2243.343.camel@WORKGROUP> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2-3mdk Date: 02 Jul 2003 15:34:13 -0600 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server18.pronicsolutions.com X-AntiAbuse: Original Domain - gnome.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [0 0] X-AntiAbuse: Sender Address Domain - designadvantage.com Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I'm not exactly sure what your getting at but you could start at www.gtkmm.org, they've had lots of experience with that sort of thing. On Wed, 2003-07-02 at 11:54, Vinicius M. Romao wrote: > > Hello Friends, > > > Somebody know where can I find a good material talking about interface > between C++ programs and GTK. > > > Vinicius > > -- Peter Gasper From torriem@chem.byu.edu Wed Jul 2 17:38:22 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.chem.byu.edu (mailchem.byu.edu [128.187.28.163]) by mail.gnome.org (Postfix) with ESMTP id B0FC518F2A for ; Wed, 2 Jul 2003 17:38:21 -0400 (EDT) Received: from isengard.chem.byu.edu (gondor.chem.byu.edu [192.168.105.35]) by mail.chem.byu.edu (8.11.6/8.11.6) with ESMTP id h62La6216144; Wed, 2 Jul 2003 15:36:06 -0600 Received: from isengard.chem.byu.edu (isengard [127.0.0.1]) by isengard.chem.byu.edu (8.12.8/8.12.5) with ESMTP id h62Lbdbe013426; Wed, 2 Jul 2003 15:37:39 -0600 Received: (from torriem@localhost) by isengard.chem.byu.edu (8.12.8/8.12.8/Submit) id h62LbdTG013424; Wed, 2 Jul 2003 15:37:39 -0600 X-Authentication-Warning: isengard.chem.byu.edu: torriem set sender to torriem@chem.byu.edu using -f Subject: Re: C++ x GTK, where can i find good material? From: Michael L Torrie To: "Vinicius M. Romao" Cc: gtk-list@gnome.org In-Reply-To: <20030702175438.29495.qmail@webmail3.pop.com.br> References: <20030702175438.29495.qmail@webmail3.pop.com.br> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1057181858.13279.2.camel@isengard> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 02 Jul 2003 15:37:38 -0600 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Wed, 2003-07-02 at 11:54, Vinicius M. Romao wrote: > > Hello Friends, > > > Somebody know where can I find a good material talking about interface > between C++ programs and GTK. see http://www.gtk.org and look for "bindings." the 2 main bindings are GTKMM (or gtk--) at http://gtkmm.sourceforge.net and inti at http://init.sourceforge.net Michael > > > Vinicius > > -- Michael L Torrie From tudorv@eircom.net Wed Jul 2 18:54:55 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail06.svc.cra.dublin.eircom.net (mail06.svc.cra.dublin.eircom.net [159.134.118.22]) by mail.gnome.org (Postfix) with SMTP id 00160184E4 for ; Wed, 2 Jul 2003 18:54:54 -0400 (EDT) Received: (qmail 85502 messnum 162501 invoked from network[159.134.180.185/p185.as1.qkr.cork1.eircom.net]); 2 Jul 2003 22:54:53 -0000 Received: from p185.as1.qkr.cork1.eircom.net (HELO tudor-pc.home) (159.134.180.185) by mail06.svc.cra.dublin.eircom.net (qp 85502) with SMTP; 2 Jul 2003 22:54:53 -0000 Received: by tudor-pc.home (Postfix, from userid 1001) id 15FC7126013; Wed, 2 Jul 2003 23:54:32 +0100 (IST) Date: Wed, 2 Jul 2003 23:54:32 +0100 From: Tudor Vinereanu To: gtk-list@gnome.org Subject: GtkCellRenderer Message-ID: <20030702225432.GA492@tudor-pc.home> Mail-Followup-To: gtk-list@gnome.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi All, I've been searching through the archives of the list, but I couldn't find an appropriate answer... Are there any other GtkCellRenderers planned for the next GTK version (2.4, or maybe 2.6)? I find TreeView great, but I'd like to use other cell renderers as well (for example GtkAdjustment). Are there any plans to provide these as standard? I know there was a lot of discussion about GtkCellRenderer, and many people wrote their own, but wouldn't it make sense to have them part of the standard distibution? TIA, Tudor From edscott@imp.mx Wed Jul 2 23:11:26 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from www.imp.mx (www.imp.mx [192.100.181.86]) by mail.gnome.org (Postfix) with ESMTP id 4CA6918345 for ; Wed, 2 Jul 2003 23:11:26 -0400 (EDT) Received: from [192.168.122.241] (IDENT:edscott@[192.168.122.241]) by www.imp.mx (SGI-8.9.3p2/8.9.3) with ESMTP id WAA30402; Wed, 2 Jul 2003 22:11:22 -0500 (CDT) Subject: Re: Better accelerator keys support From: edscott wilson garcia To: Martin Stubenschrott , gtk-list@gnome.org In-Reply-To: <1244792268.20030630215447@gmx.net> References: <1244792268.20030630215447@gmx.net> Content-Type: text/plain; charset=ISO-8859-15 Message-Id: <1057201880.12124.856.camel@sagitario.eco.imp.mx> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 02 Jul 2003 22:11:21 -0500 Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: El lun, 30-06-2003 a las 14:54, Martin Stubenschrott escribió: > Hi, > > I am not sure if this is acutally a GTK+ or Gnome thing, but there's > is really one thing with keyboard accelerators which could be > massively improved. > > In GTK+, if you have a button "&Test" (sorry, i am/was only a windows > developer, by putting the '&' bevore the 'T' I meant that T was > underlinded for quick access), you can use by pressing "Alt-T". This > is not bad, but Windows does this much better (and faster) I think. If > the focus is on a button, checkbox or optionbutton, it is enough just > to press "T" for selecting the button. The Alt key is only necessary > if the focus is in an edit-field or listbox because than it is unclear > if you want to write a "T" or select a button "&Test". > > This probably sounds very unimportant, but for an advanced keyboard > user, it will speed things up extremely. > > I hope it is clear what I mean, and I am looking forward for your > comments. Using the space bar to select the button (gtk default) is easy and natural. Even so, you can define a "windowy" behaviour by using the key-pressed signal on the widget. Edscott > > Best regards, > > Martin > > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list From charlet@ACT-Europe.FR Thu Jul 3 04:10:48 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from dublin.ACT-Europe.FR (dublin.act-europe.fr [212.157.227.154]) by mail.gnome.org (Postfix) with ESMTP id A26031821B; Thu, 3 Jul 2003 04:10:47 -0400 (EDT) Received: by dublin.ACT-Europe.FR (Postfix, from userid 525) id 5BF4922A0D0; Thu, 3 Jul 2003 10:10:46 +0200 (MET DST) Date: Thu, 3 Jul 2003 10:10:46 +0200 From: Arnaud Charlet To: gnome-announce-list@gnome.org, gtk-list@gnome.org, gtk-app-devel-list@gnome.org Subject: ANNOUNCE: GtkAda 2.2.0 release Message-ID: <20030703101046.B4671@dublin.act-europe.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: GtkAda 2.2.0 release -------------------- GtkAda is an Ada95 graphical toolkit based on Gtk+. It allows you to develop graphical applications in Ada95 using Gtk+ and Gnome. The primary download site is http://libre.act-europe.fr/GtkAda This version represents a major update compared to GtkAda 2.0.0, and is suitable for use with Gtk+ 2.2.0 and above. A binary package is also provided with this release for Windows platforms. New features in 2.2.0: - Support for Glade2 - Support for GtkExtra - Support for libglade2 - New functions bound in Gtk.Label - New type UTF8_String to make it clearer when UTF8 strings are expected - New capabilities in GtkAda.MDI, see spec for details - Support for drad-n-drop in GtkAda.MDI - Bugs and memory leak fixes in GtkAda.MDI - New package Glib.Graphs (was actually in GtkAda 2.0.0, but not announced) - Update to GNOME 2.0 API - Memory leaks fixed in Glib.XML - Code clean ups - Fixed Gtk.Text_Buffer.Cut|Copy|Paste_Clipboard - Speed improvements and code clean up in Gtkada.Canvas - Full support for Pango (font handling and internationalization support) - New package Glib.Messages - New package Glib.Unicode From Daniel.Betaille@lure.u-psud.fr Thu Jul 3 04:39:40 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mailer.lure.u-psud.fr (masterdns.lure.u-psud.fr [193.55.24.134]) by mail.gnome.org (Postfix) with ESMTP id F17E6183AE for ; Thu, 3 Jul 2003 04:39:39 -0400 (EDT) Received: from desinfectant.lure.u-psud.fr (desinfectant.lure.u-psud.fr [193.55.24.123]) by mailer.lure.u-psud.fr (Postfix) with SMTP id 6846518F444 for ; Thu, 3 Jul 2003 10:39:39 +0200 (CEST) Received: by ploumix.lure.u-psud.fr (sSMTP sendmail emulation); Thu, 3 Jul 2003 10:39:39 +0200 Received: from (pcbetaille.lure.u-psud.fr [193.55.21.131]) by ploumix.lure.u-psud.fr via smap (V2.1) id xma011666; Thu, 3 Jul 03 10:39:30 +0200 Message-ID: <013301c3413e$9fd01d60$831537c1@lure.upsud.fr> Reply-To: "Daniel Betaille" From: "Daniel Betaille" To: "gtk" Subject: execution errors Date: Thu, 3 Jul 2003 10:39:31 +0200 Organization: LURE MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPartTM-000-4ab4e7c3-abed-11d7-91bf-00b0d03b119d" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is a multi-part message in MIME format. ------=_NextPartTM-000-4ab4e7c3-abed-11d7-91bf-00b0d03b119d Content-Type: multipart/alternative; boundary="----=_NextPart_000_0130_01C3414F.632692C0" ------=_NextPart_000_0130_01C3414F.632692C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, I just begin to use gtk so I try to understand the examples included in = the tutorial. I use GTK+2.0 on redhat 8.0. I compile the prog that uses "menu factory item", I get no errors at = compilation but when I execute it I get: < (menu2:16445): Gtk-CRITICAL **: file gtkaccelmap.c: line 135 = (gtk_accel_map_add_entry): assertion `_gtk_accel_path_is_valid = (accel_path)' failed (menu2:16445): Gtk-CRITICAL **: file gtkwidget.c: line 2809 = (gtk_widget_set_accel_path): assertion `_gtk_accel_path_is_valid = (accel_path)' failed (menu2:16445): Gtk-CRITICAL **: file gtkmenu.c: line 968 = (gtk_menu_set_accel_path): assertion `accel_path[0] =3D=3D '<' && strchr = (accel_path, '/')' failed > The execution seems to be correct but why that errors? If anybody can help me ...... Thanks Daniel BETAILLE Tel : 01-64-46-81-68 LURE-CNRS Fax:: 01-64-46-47-48 B=E2t 201A B. P. 34 91898 ORSAY Cedex ------=_NextPart_000_0130_01C3414F.632692C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello,
I just begin to use gtk so I try to = understand the=20 examples included in the tutorial.
I use GTK+2.0 on redhat = 8.0.
I compile the prog that uses "menu = factory item", I=20 get no errors at compilation but when I execute it I get:
<

(menu2:16445): Gtk-CRITICAL **: file gtkaccelmap.c: line 135=20 (gtk_accel_map_add_entry): assertion `_gtk_accel_path_is_valid = (accel_path)'=20 failed

(menu2:16445): Gtk-CRITICAL **: file gtkwidget.c: line 2809=20 (gtk_widget_set_accel_path): assertion `_gtk_accel_path_is_valid = (accel_path)'=20 failed

(menu2:16445): Gtk-CRITICAL **: file gtkmenu.c: line 968=20 (gtk_menu_set_accel_path): assertion `accel_path[0] =3D=3D '<' = && strchr=20 (accel_path, '/')' failed

>

The execution seems to be correct but why that errors?

If anybody can help me ......

Thanks

Daniel=20 BETAILLE           = ;  =20 Tel  :=20 01-64-46-81-68
LURE-CNRS       &nbs= p;            = ; =20 Fax:: 01-64-46-47-48
B=E2t 201A
B. P. 34
91898 ORSAY = Cedex

 

------=_NextPart_000_0130_01C3414F.632692C0-- ------=_NextPartTM-000-4ab4e7c3-abed-11d7-91bf-00b0d03b119d-- From ali@avrc.city.ac.uk Thu Jul 3 06:03:02 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mailgate.city.ac.uk (mailgate.city.ac.uk [138.40.12.3]) by mail.gnome.org (Postfix) with ESMTP id 87B8E18438 for ; Thu, 3 Jul 2003 06:03:01 -0400 (EDT) Received: from mailswitch.city.ac.uk ([138.40.12.12] helo=mailswitch) by mailgate.city.ac.uk with smtp (Exim 3.16 #2) id 19Y0ux-0007Dg-00 for gtk-list@gnome.org; Thu, 03 Jul 2003 11:02:19 +0100 Received: from optosun2.city.ac.uk ([138.40.167.2] helo=firewall.avrc.city.ac.uk) by mailswitch with esmtp (Exim 3.16 #5) id 19Y0vT-0007IL-00 for gtk-list@gnome.org; Thu, 03 Jul 2003 11:02:51 +0100 Received: from localhost.localdomain (tom [192.168.137.104]) by firewall.avrc.city.ac.uk (8.9.3/8.9.3) with ESMTP id MAA17509; Thu, 3 Jul 2003 12:18:01 +0100 Received: from tom (tom [127.0.0.1]) by localhost.localdomain (8.11.6/8.11.6) with ESMTP id h639tZp05732; Thu, 3 Jul 2003 10:55:39 +0100 Date: Thu, 3 Jul 2003 10:55:32 +0100 From: "J. Ali Harlow" To: Andreas Kostyrka Cc: gtk-list@gnome.org Subject: Re: gtk 2.2 for Windows with mingw32 hosted under Linux Message-ID: <20030703095532.GA6964@tom.avrc.city.ac.uk> References: <1057155653.3829.200.camel@andi-lap> <20030702142141.GC9307@tom.avrc.city.ac.uk> <1057171143.3829.202.camel@andi-lap> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="wac7ysb48OaltWcw" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1057171143.3829.202.camel@andi-lap>; from andreas@mtg.co.at on Wed, Jul 02, 2003 at 19:39:03 +0100 X-Mailer: Balsa 1.4.2 Lines: 175 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --wac7ysb48OaltWcw Content-Type: text/plain; charset=ISO-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit On 2003.07.02 19:39 Andreas Kostyrka wrote: > On Wed, 2003-07-02 at 16:21, J. Ali Harlow wrote: > > > I can provide copies of my scripts, hacked > > version of libtool etc., if needed. > > Well, it would be very nice if you could share your scripts. No problem. -- Ali Harlow Email: ali@avrc.city.ac.uk Research programmer Tel: (020) 7040 4348 Applied Vision Research Centre Intl: +44 20 7040 4348 City University Fax: (020) 7040 5515 London Intl: +44 20 7040 5515 --wac7ysb48OaltWcw Content-Type: application/x-gzip Content-Disposition: attachment; filename="gtk_scripts.tgz" Content-Transfer-Encoding: base64 H4sIACz9Az8CA+xdeXebyLLPv9Kn6GvrTixZgFgk2XKUN97ieK634zgn8854HsGAJGIEDCAv yc13f9ULCCQheZO3oJNYqKmu7q6urqruX9PwQsc3zfDaM4WzgWUbXN9yupeyxAe9Nw/1qYm1 mqIob2rwERsy/Wa/4SMpYvNNrdlo1CRZERW4LyoNWXmDam8e4TMIQs1H6I124evT6Uw/ePPq Pov/Es4sRwh6xcXiIiod+a4x0MMWirQClVBp12ihUeWoXiCRl5BUq8lCrS6IMhJXWpLSqjUQ liTavvJQifA86VkBCnTf8kLKJUBhz0SMFfJcP0Ruh6TFhZpXoek7mo08Wh+ecDo2O0GruFjo haHXEoSuM7i0HFwbd+DrZsf1uybvmKHgafq51jWDWLX5XtgHDlYH/YUWSuICaqMFzl9Af6/h Yp0igo9vksq18Y3CIvoD9AIZLqkWuUGIgp7VCYsdqxiYIeLMYuDrhuW3S2LRckCPbJv8kgTW uCKRrd9HnN9BpSFJsX8OfxHnJRMFf+CEVt+k1eS+Q01ZndIV1T1gh0q0aFq3uDx8f0k30qlr 6LRYOFo/+dgWBoEv2K6u2YLuu0HAha5rB7iSrRImwISbm22Wj+vqOkn5sLe+86mNNo+O2NXu waeT9b29Nr67t0UTOcflBo5hdizHNPCN9eOYEQyw4/WDvd2NOMXXHNs6Q+ufhjQB5RYn2AY6 2I9/OX20tbd3cni4FycZto3rj7Mdbvyx9Xn/KL7lnn0zBn0Pfdk92DreHhYC+mL4JimJF3TX 6VjdgW8ijuu50N2RSnIckR/6StVVGDjWFaPmuwMzCL5iBhzn+dDaq2QfIm6zPLkThAQv3CGY qACaAVLAjVjD3ZrRPYyE6BK7RjzpVL3Xdw3UrNcjNmWsm/dUgCky62vnZvle/DEHxORFsrFr BD0WCDw0g7Q3HrjQx7yWGiVwl1YhkbiGQOsMxCPO0fomelvB+d7C+PItJ0T/BdlaLvwy+oiN MRA3ER13jLrL/p9Rcrn45lf78KP+39FC68J8SPc/y/+LstyI/L9E6LD/r+f+//n5/1g5Jrj/ ZktebSmrN3T/lNPNvf88fTeuRPsr86hCptEf8fElnO3RPDwtLe1aSNoac9poipuOfDRzy5Ez xu4X7rWxn429K4p8aew8x71lhuNL+R5WuVGXkUiO/MANzHngVnJz/ij2/0ENf8L+1+v1LPsv S2Dsqf0X5YYovcEeoV7L7f+zs/+R4RdThr/ekmsteeWGhv92c7zLy0s+DgZhgicAkeZ59rXq aaHeM4OlcvFHsQBzP0QSwOwXCwVT77loHZNBgMpulMgX3KQ/OfABXg29Y+nYOkcUhuuYxZ9F 38TWh/DHZtd2nS52FtSVYI9RkhJ+JX2F69OxbJNUB8x5ifwo/cBfP6EdVrdYCGCatBAIJcz4 lBdKhClcLOBKJSjRe5q9iKcLKRa4JFbZh3ePF6Duluu0JV7klSKTdnthoRjJq/3VuzS+CuxO 0jnSG4Z5Ydq3849BT/OjOs3wkSMug2ZdQ8niwH/G2saVWHvWioWz75YHkzxDx4L+eLi/Pb5g IIzl48FK8GffJXA/2F5cdRAH86GL8QJwseXsKgpwew2lVJipoBkQV74ITIFG8PQO/m/4ECb5 vJ5Ou4CUKdS9MepeivpMC6CJYRD67nnMfJhI0mgGOghQzBoxhnEBlRRdzBNFjIasKSUVzeI0 2QxCl0YNN6HEYQkn8XWZhB9k4Ae9sdUqFCnRZFYpzbxn9sV0HS51Ubwth/tkTpcex+t3EsCd coOKJYmi5Q9KXBlnUBw3DkKF3crDs8eM//Zh0GHvMpf4b8r8vyY1a/H8vy7LNP4T8/jvUeK/ KTFfpBAT1/pFsQUXiZivSCxEqxBFimNGZNSqQgjUi+PKYlG33bMz028VPhweb24XC6Wl4/0y MQ3U9NB4okjutnLT8GDj37bOLPCiF/PF/xpT8L+6wtb/lLokNyS6/pfP/550/hdpBbUFt0by 4uw3muWNAXi++83UQ6iVe4kNUMB7Pe9/ur478FTLaEt1sdF8NXhekuc4mpejfY+G9kXTiftC ffOE9yZji3Bbh4AZlDiHFsehRWjAEFkkVimHFbP9/5zwv8Y0/K8mDf0/2/8j5vt/Xor/nwDl TXX/jwflTbboj4bjjXv2IYqXY3w5xvcc7f+88L9mNv4Hcz6R2H9JbEqi1CTrP4qU2/8XYv8f ZK4XCF0zDIFDGvvrOgMC+4HFACLXv47I8JZO+/HAwPnhayK/wuFYWExibKHrxUDaEHAr0eRJ kFt061mAbpFCJEG37nfLizA3VtcxMh4y82H3+yjGNkZ4D4zt1eNPTw4ALaIPMAADF7y6b2oB 9FZykYit5bpm4LwNo+iAUBBuBqLrPaMwUsW2nMFV5W4wUjIEy8OFTP8/V/ynMQ3/EaP5n1hv RP4/X/99dPxn1OfniM6vMP67eH1sbtjPDfBfRW6S57+aIswS5CbZ/9dUGvn4f8r4H2vF1Ge/ oj2ADaG2ikSxVW+2xPo9nv0iBU6eQRy4oUmmEBwwNBF56CvOS/LheAI5boiCgUduQKeGFolE fc23cECxWEBo3blGGkwf+lCd0EV6T3O6JpQOlXRME1fOxTl9HJgQxkJ3EFp2wOvosmfBdAAz sRzdHhhQ3o76ZfdAltStvb399d0DFewYvlYP1ve3oZJhzx2ESIMiuwPNNwKSecns8lW8DqNu /3l0eHxS5p8Ex6ImnC6W4eiOrZell8ko0chi2TBnMXIX+JbQg3hPYNIXcJg+jCuiQnGCE9oZ 5Gxe94yhNrhPBRQPBV3To26YMyh3dDR18e8FI3Nxaxa43dKPhE79FNhIQ9ENqjxx+kKy2Qvc F7vKbRjXjtaHgc/tjfDCrYwSIz5wTXjsgETUne2D/fXjTx/X99qlH6Oq/5NoDrYIXNd0+poP Ewv7hrhiYshQLNGwAu3MNjlmozLxRY6oF4dD8vYkxcuEH5PY3yndaMyZ6G0g/N/pEiFVXfiP EbHTcpuvlITf2o4rvCU1MdFC0Krw5pVZRqdLYMG8Qdg+/Upmlacl+vu/mOPboIqpTkvV6tvT r6dltLYW5xPXkO0gLohzxBeYYG0NLaK/1vd2/0abMEMM8QqSc45tr2/+A6YnBO4sG6Sdm6YX zRM56IWj48Od4/X9T6gHE/zrFunAd7fBN9+nhPNscE6Y8BL9kvga7+nJa7LZO9mT0EOcTVS7 NVHPf6NSiSlB31sTdD+iezdWGMgokfRwsGw2CnC6NAqyunEC1zNtz/Sx6tB0Twt76C2ZudKi zQoobzkHD+4b/88B+71B/C8ptfH4X87j/2cW/6ef/bxP+D8BMM6M/ucPFmfGv5Ng4pvGvEPq 2RHviwCgh8aerNqMBaxoVoh6f3z6GUSK6XAPz/G4KG+76wwmwua3w8wfLgogzeR84izx9T0C hcms7hlK3GqXQDI+oBsF8jjgwf3/PLD/yP/Xp+L/o/5fUho5/v+8/P9DOP7sNb5CtEsgBf6H 5xj8fw0ov8RLfALhZyYR0jjd7Xsww+dgfkh2RvCE6KVvASANnAz/00hIs63hY7fQ0UIqB3na dnwjQIrm3psAbrwH4FZbABbRPtYMuvaTjHQ7lg/pAYQkJqJTZdb1bO15ZHXp6YH8Z7CZ4SEf Js13AUzx/5PWFx94/l/Lxv9reP9fswb/63Vy/odSF+Xc/z82/p/0+ZMU4mb+v4jZqPqFCoLV z9Wu714G7dKPSamO+zMfic9i/M9t788N1v9qck2O4n+5Vm+S+D/H/592/Kee/Z495vmjj4cH /8u2CuUbh17c+GeBsTBzYjKP8d9sNIb+Xwb/L9VkKT//4UnH/0xFmGwYGi1ZShkGw+rA7O1A G/gG4vmEftElJ4Fs5hFGi0D81NtFjuNuwa1wMjDRH5qDpBWoL5iulrhKKl5cXl6eURTJu69d I9RAotTC/xo07++/I05eqTbRMvn7++9krgjTvCKiV30FcVsbn3f3tg4+729sH7dLpCBn0Afb ht6VfJ2cCva+VOJBXr/9VuQKEVBMk2CiFBASuLdcKP1gi+ERnPxzAhl58JckF5FpByatCX4I Ixz4Dupolj1IHazDCxpMvue6/W/W/l9Zkuj+X1FsNOpNfP6r3Kjl639Puv4HWnHHox9wzsdG 8u6xy+1pdrH9OWvzxCTe2FEndhNhuud58kSJNO/GG9qS29jy3WqzMMij/+yom4cHH3Z3VKpE E5VW8M67VNGj7pnvdrV8M9pTbEYbHWiPdsBGfgT/q5n/DeO/OW3/mnn+l1gXWfzXFJUaif/q jXz95wXEfxN2cj1F+Jdv5LrVSSKT9nJlxptRpDllt9dI/PbMt3bN3hZ1py1Qd4vNSlGcNevw lcm7yLIKmdh1+TEt+Wea/5/X9q+Z57+IDSk+/wUIMf4ji/n7f16A/89y9q9+P5fIS3xtuJ8L 5MCRJM42OrbWDV7HLi7crFtt4kpmyNjDlSR5vC1c9znGJd96lW+9euX+f67bP2af/yIpbP6v SDLGgrH/z/d/PTr+m/D5+YaOX2b8e5rTdeeKAM/Cf5V6dP6jIopk/5ciSjn++6TxP9GKOyLA NO8LwoBnoLQ3g2Jb2QDKq0Bph890xo9yviDg9rFRU/Js6CDwxFoWsBZF1NECZ5zNHYTcFRpe /5MDsc8aiL2HZk0ch3snwG//aHdvWwVlPvwMMVGWDsGcexk/WkubEo5t1bsRJjzROEGVx9tL Y4VsC5JcSuaY5DirjwXBxS9YuKE1uv+5IeMHhpihnj8hPC3+mw8CPOv9Dw16/geN/5oyjf/y /b8vIv6bgAA/Tfh3Bwz4F0Jqx2O3hwNvXy/oOfHUidflXVL2f04I4Cz8TxJrw/c/yOT8h4aU 7/95EfY/29i/CowvcWYDaSlB+bIeiUFJEhwCDxxLdw2TC6/C1wEI0gbeChJMZ8kABdNEz/Rk hxwVzFHBVzv/mycCOBv/a0T7fxWJnv/UUHL879Hxv5TPzxHAX2T8d5/8+U9FZus/EP0r9P0v eEkoH/9PGP937/z8Z/dlPf856y0HOTY4GxtM77tf+IWhwp2t/6hHu39ufP6gbjLoJvNtAsY5 51lXZ4MOpw/RmttjjSC8o4Oddho/xOALOXkhmfLNM7vpFA/m3UO4EmoEtrBrhm36ipUcdfyF UMf7PDr68NgdyN6/zlxjTabQqSdYxL4Z5OcC3yv+e6rnP2tyna3/NvADIDT+y9///gLiv0kn +b+Y5z/B+WU//Qk3c3zwqfFBFtossAcyaYf9TD2Lmb5hw9XCi0UWI7+FVYR5wNz75Z/H8v9P 9vynIjH8V5JE6v8lWczf//sC/H+Ws3915/XTfZZToN8ERQjTxv7ADi2YOnu2ds0oTqHABFVi +m+7mgHljnPCNFZf676WlwLglt3upQDJHFkvBUjSPNcnSu/+VoCxVaIch85x6If2/8/j+U+8 /7feEKn/z/d/PTr+282f//xF4//4+O9Zcc5cxn9drsXjv4mf/5QgRz7+n3T8Rydsxwox/ZTs TwMHfTI9hA/HlvAJ20odn5It3eSE7S+mATMBH0kygoxyowUXr+iE7Rc6/kfmHvPz/5JMznyM xn8Dn//UyN//9+zGPygEG8FwBVOSvuZx5DffI8P/g3mGxCaq1VpSvVVLDf9pWT/4Fh39dfwC AXG1pdSGo7+uVFfRMvyNRn8XL2FeWkbYW4t/9kyr2wvhd5FDaMc438VaiypEedcKBZgOrMNc CyjBJoR0ASCiAoMAH1TBrzsKNcvBaxFkV7t1BWObj24LxWUoa6DDdAFVzqwwyGDbN/uuf53B DLPBVR7gOluB2nF9qLiDWkiEuv/E7bmV1PXCSW9AX2sA9pK8lKWmJF9rMC1rWuqS0hKlodTF moyNLv5qELn/wBUHmR0RJrt9z/5CNgiAjD0btRHb9bC/fqTu7h/tqWBG4e6Se/bN1MPyWio3 qlz6MAEHoSXzoSV8vXW8/mV9Y287xQWXUebes1zAbbyXgRWm4t7TPqfuATM8ODzZRku0iCrq qnQJfGkBBKJSiag4o0rEonYsR7Ot72YL/ds7dRaqYOuh9xHjxRr4cWP3hFQ4qlAZqkSkJspY WUVRYlIjvQ0FUeY9zTFsUw3xZgrVB0W5MGmjM/kyjSZtgvaDS3LhT1c1tFCDFh983tsjwuiq VNDqwPHNDhYYZMByIlJQDzf+2N48UTf31j99QksezHidUNVtLQhAqlGTk531E8olrrfWxA2S iTZEzvcnbZfha5ekJVTutHFQqR6MDpAqqVdCwKxngEAdSiQAj+kNuwHfX6K/qjH/Kh2CrBvo yK+yET9yzzA9fA8PT2jF8kj5OBmKJ4N3atdYDhh60JHfJvUNZVmuMt6ki4io6qskTKlHovox ovOUfi1rHCWqSruU2Igq+gaSgN5Wzzy7ShUBX5LWTSRhfAgNGjFZrNWgezhQUS80W7U6Ko5X 0BJRqX9RnaqSv0yp5eZKVZShZU0Jf0daQHkwFSR8Ey3INgiJZKqVsUSxgsAwJ41nXTWuPtx7 MLCk8ZNIWCNRLA4gWFoiGoM4JJaRgFbQMlysxaOKUU0qKRLzUKIj7ARoEOZWUZgE8AL3kgVU tTVkoXeRW0LW8nKZBa6Y4hul+AYUUUXhF6bhqB7jdvxlVYYVXEbf/oZMfcv3Xf+vJdqpZZIb 6OLWYrK/SZ0TXBLVvx2bG5lQOthVneycUju+2yfGCeyncfVvoz1qRdOjF00ZYJFNVVbEqiii ZaVZj20QNg2sr3TXdn08viJrSBWR3aV91UYB2Ddevxq5S2sR376OTFbaXtFOuaHRImTMwPqu GxkoDDPQKlSjwoZ3cJYLKxjAaOyaoRpcB6HZR0swIKg9iwnZoFxOVpINg8QwfCijNiMQ0Qd+ 4PrDQGRgogP3AuEgAmZ/zZbczAz/RrKmAxFlJTX5EyViVvHXCut9sJ6bhMORb13g/XoVj16s pe6iCi0n0+LSuSeRYxVV+lpwPrS+w+gipoJfQzISYyQiQkaFeyMiosYoMtMRAS6L3mYG+uPm 5+NPh8eol6htxBUUqvIP/L9yfRVngkvoUnK5lg6Fh0OKslFZKvsVxcdEonWw52C4RHBY4jBM gfmtZQywf14S0bt3YOhWOGrr/r1SLuP/2OaxgCQpFDx+hpKMAzCgGsoKG51IvjHFcsyHKXGK TSy+WJhpJpFD47IcWrKObCihdhuJMINP1Cx5p0p6ayKzCW6L8i8nGeD8MFShgAn0uMxyujhM zAY1SopjqqeJRcKoEjLJyFBEi1bHgLhwR90+IMH11vbG5x3c6xYEi8RmGebZoKuSg2sRrT6h Ual2Mu/1gypQUyFDsrnKDHKB8rGuSbMaZZIC/gd8wjnpIviJDfRSpNdllO4c8OlQW+u6kk6m DjgzM9GJZDY6pAqRH75ijvgK/CydL8I18cQF2hjEwkZS+Stc+eZqmTZxVSRNXG3cvYlJHbtl A4cqTzIl7MVDNE6SJLCly5LUjE0qm5hS1teM9XUygrmOQ5gfUZRy5y5l+f+5gbySiVE8ll32 ZI1Yzi5uoozpJ/oeFzcbmByMspVliCVjwWNRn3VVmNhf9qzQZNKWm1iVJEViqvSIgr6DsNBQ WJHXoURJvyKsrBVvLyAijXqdSKNReyhp3EdtZukAlkLkcB9KCjPCqmjWG0dH+66DtkwdoVW8 rqbILUXKDKzGMqdDq7rckuqJ0EqpK2RmF11EUzsyVVN3tnbVD+u7e9tbEOp/Mm1TDw/JAsEC Xc4ZrnzHXYMHQODr8QyK+rp3bbRSjnoAk4w5R5ypnCZHBWrChArasK0wxCtpeHaBNHCcSEEg 7hUOuo5FrMSAxWZ6ybUNGvXiYBtPRs1wa3djE88VTnA6qaahV1GtCrJpVFGUAaIcsJS1yIxO kMQoKywNbP2xODIEgF1Gmdj5mGi6CGiGUUs+LgoHiWMy+P/2jrW3bRv4OfkVrNeH35EsJU7d JYBbp6mBNAGsrBswDJ5qy45RRzIkGXGA9r/vjkdSlC3HXZthxcZDi7riw+Tx3seT6WTbPGci /uUKbO+LQJB+Cn2vyEcfB0laoVwJ9C+Xi4xn8BqxV/FR47DNHYoB+VPmx0zn3IP2GeaTgeJn CfPnScSkXwWOEZtMkRnZR9o9DWNVhuy78Of4AzxNdjZLb4KYLQHNGHfFAOs0jpYwDIbu4r3p KOfOINdhNNvuOC87tr2V67Rha/wGw471mGq7TZY3/yCd2XeD80tGsezer1eDHkil1QDYjCIZ 0NjrXnfBF+iBW10U+Xy1EZlWTseaa7AeE1pkTgT4pfd6sPE7Aji6BzAd+gm5nZsMQctUHTbp RU2bH6QFf759iQpPMkLw7VOJVATMpeIJ3z6ZdNRwj7vjTcA0b0EQfkTaj9kiiCcYCwlHATih dwHsbT5XrHC2Sqm8bRBMgcPKpFarbLIMR5zl0ohRFId3j3mvJt36zPrgzXZfEqWg6pfgTx5i 1Nty8ANRNSfXxmk8vmmGb4ABES36s8E09Eg2W5wKvSBFomfl51qvePQaebfO3nd/u7i6PNc+ gOC2ZHic615hPqD1IGhNGhHchqhtdsu1C0XGlKj1RiBeA390wyjExeLojsTuPJjwUsAYh4PM LbZLcibJPcqpTQuYr0jYDKts4cKeX4l1F0wubBacVjdv1ufTJ9IUqhf4MewLe/s8UzULl9Ey YbEfAudHE1YK8azhvwmFskT+qoQKZk9KDAtNRNJ9YO6iTl3fAuk8rVE8LXJRABa/rw6O/6ic npbbjfIKIw6V53amjzHdxqmRLwY1RElbIq5th3inpUlRjVcOuIQHwe50LLfjHG+V8PmRupBv dSz409aFvFtvWSjj4V9Xz5mg/m1ksnu/sSOkmKUOmMwOUChQ0Ci094S9x6r5ZInowc9JAumC rc16PqWoXQtFymaiRg5c78BxH1SBFKuyjtbPVNVQVBwP0WgBkR+NZj4W1qpNoqQJ2Mifz0GS zRI+TRwkiyhMZrhDJFYuntD68bW8CiWtuGVw63+SCVf5FSjDcK4D1Buiflk7g5p2BmFwp6H+ Aw/IsioFZutk06xhRaC0qEmis6hNoDJrUogUaFSpo7ya5yJfameV8YNlg2QYC3eHR5DT+wVs oqKyOA9kEGVSqrYrychUBz476bj+++752dB71x2c9fSvIaThKjGyJPOEuDTRUpYPK/pXq2H0 Qf/Sj/dpMIziscoZX3ivh2/7A+9a7yWVeXY7IKcKMDmpB0JdRxjJWnIz+8YFylxX+YIy1EMn OPGX87Qj5fh0eOfHPNlfLj3I1R06/JNn41Kd6SZRRcnwLXMp6nxoCsmZwqgahlE6jFGHAaeV ZfsXGffTfQ2Oj6Oj+hHG9ayvymDusEElzeupuDvuDKMNk7XPZAIVw4q2RXFFW0pOXKfwbk6I FCuF6cdHtVvzeS9O5OtpL2I2PBSyDrbku+7A+N6Z5XpUi1axUz7Rrgk3IdHE2uwsXf6QENCO XpGPPNgnJ5ptk4sUt6xDpKiW7YpII0dLTq8QNVe2E1vtq4hte177iZAqnz8z4fF+6Hu/dC8k IjIxuXWKbAZiGdhww87lyFstHi9uOVqK/AEKGuZJCHTbkM8sqKiIkPKenLjosIOw8LAailW+ my/+HSot3PjfIVnogn8FFqQu5dEQSVjV//V98wfvfxbVpz3+/W/70HKy+59tC+9/O7Z5/8OP d/9TEIQqF2r6tzxEzS8htjH377bVTULlShWN0u98tzuO02kdZW6U67h068NRkWkMn2LVWala rZYYvvuA7fF74A3QRm8GV54nfjOjf3m+36DoNP8RCiyA72hVdE1BzNApHM8mmHotmKG2OaAD Njst4Y1Wpgci51UWaonC+T0TjsYtIHUeJNx3WYai7Ax2Hax8kIYBVstOY/82aZZwN7W9NFpi 8efmQmu0m4IVsadl+ji8uL7ovx50B/0zr6KXDPKXCEj+BZRdXHV7ZwPvhN6hhG9O4P2oQ6Pa nPt/CuQCUrCOlZVWT5+KUSXUfS9WRaNeMKoGhaH8AN1jVP3uoZUzrhEIhZcRkz/SneFpGY4f BZdILNuwqSinJo8/m1ASS/bgNsGXZOk9Nn7TBGb4b8r/4irmf6T+xxXvfyX530L53zo09/9/ MPmPBJEcbJAFJSmvRikDvw0v/7dAnOvBtK3j8jrAPu44mg6w6y54g3XuCjZ+kr+R9XOSghU9 TZo3p/u19af4kGUPRf148dMkjUYbTeNPqK7wqakLNGDAgAEDBgwYMGDAgAEDBgwYMGDAgAED BgwYMGDAgAEDBgwYMGDAgAEDBgwYMPBjwl+s/cnUABgBAA== --wac7ysb48OaltWcw-- From andreas@mtg.co.at Thu Jul 3 07:43:46 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from viefep11-int.chello.at (viefep11-int.chello.at [213.46.255.27]) by mail.gnome.org (Postfix) with ESMTP id 28E0E18135 for ; Thu, 3 Jul 2003 07:43:46 -0400 (EDT) Received: from andi-lap ([80.108.209.54]) by viefep11-int.chello.at (InterMail vM.5.01.05.17 201-253-122-126-117-20021021) with SMTP id <20030703114344.VHNG1403.viefep11-int.chello.at@andi-lap>; Thu, 3 Jul 2003 13:43:44 +0200 Received: by andi-lap (sSMTP sendmail emulation); Thu, 3 Jul 2003 13:43:44 +0200 Subject: Re: gtk 2.2 for Windows with mingw32 hosted under Linux From: Andreas Kostyrka To: "J. Ali Harlow" Cc: gtk-list@gnome.org In-Reply-To: <20030703095532.GA6964@tom.avrc.city.ac.uk> References: <1057155653.3829.200.camel@andi-lap> <20030702142141.GC9307@tom.avrc.city.ac.uk> <1057171143.3829.202.camel@andi-lap> <20030703095532.GA6964@tom.avrc.city.ac.uk> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-lebZM98/uFSrhmyuPRmU" Organization: Message-Id: <1057232624.998.210.camel@andi-lap> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 03 Jul 2003 13:43:44 +0200 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --=-lebZM98/uFSrhmyuPRmU Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-07-03 at 11:55, J. Ali Harlow wrote: > On 2003.07.02 19:39 Andreas Kostyrka wrote: > > On Wed, 2003-07-02 at 16:21, J. Ali Harlow wrote: > > > > > I can provide copies of my scripts, hacked > > > version of libtool etc., if needed. > > > > Well, it would be very nice if you could share your scripts. >=20 > No problem. Seems you forgot /usr/local/cross-tools/libtool/bin/libtool ;) Andreas --=-lebZM98/uFSrhmyuPRmU Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQA/BBbwHJdudm4KnO0RAvkhAJ96BviJmd6/F6IXcwO0VmjOMscqAwCfV+eW McAXZl0ZMFn+JB1oVEZadFo= =BSFM -----END PGP SIGNATURE----- --=-lebZM98/uFSrhmyuPRmU-- From ali@avrc.city.ac.uk Thu Jul 3 08:02:10 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mailgate.city.ac.uk (mailgate.city.ac.uk [138.40.12.3]) by mail.gnome.org (Postfix) with ESMTP id BE45F1818D for ; Thu, 3 Jul 2003 08:02:09 -0400 (EDT) Received: from mailswitch.city.ac.uk ([138.40.12.12] helo=mailswitch) by mailgate.city.ac.uk with smtp (Exim 3.16 #2) id 19Y2mK-0004f0-00 for gtk-list@gnome.org; Thu, 03 Jul 2003 13:01:32 +0100 Received: from optosun2.city.ac.uk ([138.40.167.2] helo=firewall.avrc.city.ac.uk) by mailswitch with esmtp (Exim 3.16 #5) id 19Y2mm-0003u6-00 for gtk-list@gnome.org; Thu, 03 Jul 2003 13:02:00 +0100 Received: from localhost.localdomain (tom [192.168.137.104]) by firewall.avrc.city.ac.uk (8.9.3/8.9.3) with ESMTP id OAA17667; Thu, 3 Jul 2003 14:17:10 +0100 Received: from tom (tom [127.0.0.1]) by localhost.localdomain (8.11.6/8.11.6) with ESMTP id h63Bsmp14878; Thu, 3 Jul 2003 12:54:48 +0100 Date: Thu, 3 Jul 2003 12:54:45 +0100 From: "J. Ali Harlow" To: Andreas Kostyrka Cc: gtk-list@gnome.org Subject: Re: gtk 2.2 for Windows with mingw32 hosted under Linux Message-ID: <20030703115445.GC6964@tom.avrc.city.ac.uk> References: <1057155653.3829.200.camel@andi-lap> <20030702142141.GC9307@tom.avrc.city.ac.uk> <1057171143.3829.202.camel@andi-lap> <20030703095532.GA6964@tom.avrc.city.ac.uk> <1057232624.998.210.camel@andi-lap> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Fba/0zbH8Xs+Fj9o" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1057232624.998.210.camel@andi-lap>; from andreas@mtg.co.at on Thu, Jul 03, 2003 at 12:43:44 +0100 X-Mailer: Balsa 1.4.2 Lines: 63 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --Fba/0zbH8Xs+Fj9o Content-Type: text/plain; charset=ISO-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit On 2003.07.03 12:43 Andreas Kostyrka wrote: > Seems you forgot /usr/local/cross-tools/libtool/bin/libtool ;) Please find attached my scripts for building a hacked version of libtool 1.4.2. Be aware that this is a hack and that a different approach will need to be taken with libtool 1.5. Oh, and if you think I've forgotten the scripts to bulid the cross-compiler, let me know so I can remember them :-) Seriously, I'm happy to send you these as well if you want them, but you might be better off trying to get the latest version of mingw32 to build as a cross-compiler. This will make it much easier to use libtool 1.5. I think I'd start by looking at the debian cross-compiler package for ideas. Cheers, -- Ali Harlow Email: ali@avrc.city.ac.uk Research programmer Tel: (020) 7040 4348 Applied Vision Research Centre Intl: +44 20 7040 4348 City University Fax: (020) 7040 5515 London Intl: +44 20 7040 5515 --Fba/0zbH8Xs+Fj9o Content-Type: application/x-gzip Content-Disposition: attachment; filename="libtool-1.4.2-7A.tgz" Content-Transfer-Encoding: base64 H4sIADgYBD8CA+1YbVPbRhD2V/QrtkYzKjWnN78oMSWDgekkGQgZoNPOQCLL0tlW0dvoJByH wm/vnnS2ealdwqQJmdHzRefdvb3T3urZPavaIPcDj0z8qGmqbFz7H6Abum5Z7ZqOMFrWnSfC NA2zpluddsc02i1LR3vDMqwa6LVvgJxlTgpQcwJ/pd1/6X9QrP+kDfxIY2NpXVqHXZ4L4ECR DXBJU+bHEcRDCPxBFseBKgnZtqG2VFNa9yMMXxB4frrdTyZeX7uUhUWZUdItAy1nqRbErhNo bhozRrhHpgnXUuJk7tgQboSQFMsQq3dfQNB6TBhNaOpkcaoWk0sX5mNdeNPICX2XeEEg5rvj MPaAHEPemPw5e2cyeyOpiFQaAkmHD5Wjz34CxHPh1wc6FTNMHX2Gv4Gn2qchEOln13tgtgXF LoAkBjqRy3hsPNrUXGb6vnf6elnw8Y26MjeAcwkQe3vboR+NJk2TjFwXesfzn7jz4967gze7 c0nqRLgY9E4WNky4OdifyzCf3h3Of0Uh7B8cnB4dHcxFGH6+FzHzaPft/u+H7+faePCXl4eJ 0KqaG0dDf5SnFAgZxywDYYg/CyKDPhtDaaSOcspYHzVJSof+J5AXybgsVuUyj4tY6FzQr+UH xNY28CN87bgXkI0pjGjE05t6i8/PmVyAcgVJ6kcZXIP2EQ9ME6vNxPX61my0Dme9gzcf4BS9 FdHaw9iEiR/QdGH0+ujk1EY/53U88vN6Ha4V4fFWwIrcF9uAV8s0ahYmUni5Sr1MJ9UqfAeo T6PaL67/nZa+rP4bptHC+t/WWx3DMjtGTTdxRqeq/98ChBC4d+DzrzVsqXjsa7+lPrzNIzAN MJpd80W3bYGJbZvUaDRWzL0/72XXbJbzdnaAmHrT3LSgIZ47OwXhwNYWf04p2yx4/ZeNUoxe Uyed2liwKbNZQt1tRb5CKRdc96k7jkG+SmlAHUavsdAyJE1CQWHa2Zn64YNGtJHSl684P+dD rAXXKpYdRSLcOZsyG13ZjDqpO7Z5updL9OW9PSyxnCVJqSRIWgzdj1KaQP1juS2fsm59sWad abcUmlYXwi0NtFG9LzW+4ZpykNnupc1XK5egiVN8xWIv92KeYCFdFfJZoGeBvxNovgEtmWhK f/V5qEtPo2LjZ8n/D/rkp9z/Op3WMv5vNnWL87/BK0FHx3uiYTVb7Yr/nwH/i7NfO8Rr4Ns8 AEAuf9ltWl39xaNqwN15rVa3bS5qgNFsdzYNAxqzAa8Ca14c0a2SgwCG/s1sqNSRzTAHbTf0 WF1wN/aonC//CDax/0euIUPsbTflOM+SPLP55QG7TJnFnK4KA1AEJ7quzZ2xiY8ZrZQu6KYi cyGNsnSKMiSxf/VUOOGGKMahP8AnA9mjCY5xMOux7WHgjNhNSflfvtXCdlccwXfZuAi9LO5s eJVy2LbcO8EBeik8zjwTQj+5Qe5RwqbhAG84ILZUSm0hVfhUOlyyv0J1KzywMjykVOLCyTJD VN08NVOWu/yRkmjFW1T59TXya2HH/w25bydaJd7gqM6dVHxW6aXcTq9nnDLKomXlo4hmA+Zh y1o1chUqVKhQoUKFChUqVKhQoUKFCkvwDwBcp/EAKAAA --Fba/0zbH8Xs+Fj9o-- From andreas@mtg.co.at Thu Jul 3 08:15:27 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from viefep12-int.chello.at (viefep12-int.chello.at [213.46.255.25]) by mail.gnome.org (Postfix) with ESMTP id D8D01183D8 for ; Thu, 3 Jul 2003 08:15:26 -0400 (EDT) Received: from andi-lap ([80.108.209.54]) by viefep12-int.chello.at (InterMail vM.5.01.05.17 201-253-122-126-117-20021021) with SMTP id <20030703121525.FLCZ109.viefep12-int.chello.at@andi-lap>; Thu, 3 Jul 2003 14:15:25 +0200 Received: by andi-lap (sSMTP sendmail emulation); Thu, 3 Jul 2003 14:15:25 +0200 Subject: Re: gtk 2.2 for Windows with mingw32 hosted under Linux From: Andreas Kostyrka To: "J. Ali Harlow" Cc: gtk-list@gnome.org In-Reply-To: <20030703115445.GC6964@tom.avrc.city.ac.uk> References: <1057155653.3829.200.camel@andi-lap> <20030702142141.GC9307@tom.avrc.city.ac.uk> <1057171143.3829.202.camel@andi-lap> <20030703095532.GA6964@tom.avrc.city.ac.uk> <1057232624.998.210.camel@andi-lap> <20030703115445.GC6964@tom.avrc.city.ac.uk> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-323niUcseZPzb4szPQ+G" Organization: Message-Id: <1057234525.3829.224.camel@andi-lap> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 03 Jul 2003 14:15:25 +0200 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --=-323niUcseZPzb4szPQ+G Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-07-03 at 13:54, J. Ali Harlow wrote: > On 2003.07.03 12:43 Andreas Kostyrka wrote: >=20 > > Seems you forgot /usr/local/cross-tools/libtool/bin/libtool ;) >=20 > Please find attached my scripts for building a hacked version of > libtool 1.4.2. Be aware that this is a hack and that a different > approach will need to be taken with libtool 1.5. >=20 > Oh, and if you think I've forgotten the scripts to bulid the > cross-compiler, let me know so I can remember them :-) >=20 > Seriously, I'm happy to send you these as well if you want them, > but you might be better off trying to get the latest version of > mingw32 to build as a cross-compiler. This will make it much Well, I thought I had such, I use the Debian provided mingw32 cross compiler package ;) Andreas --=-323niUcseZPzb4szPQ+G Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQA/BB5cHJdudm4KnO0RAiIuAKDFqcdy1m+v1T5pDWJB8vwMmXDdtQCfb9D8 wRuU5AeUPou6/gV6G+e8lXQ= =A+8y -----END PGP SIGNATURE----- --=-323niUcseZPzb4szPQ+G-- From murrayc@usa.net Thu Jul 3 09:02:00 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cmsrelay02.mx.net (cmsrelay02.mx.net [165.212.11.111]) by mail.gnome.org (Postfix) with SMTP id F2323186C6 for ; Thu, 3 Jul 2003 09:01:39 -0400 (EDT) Received: from uadvg130.cms.usa.net (165.212.11.130) by cmsoutbound.mx.net with SMTP; 3 Jul 2003 13:01:39 -0000 Received: from [172.16.1.251] [195.226.162.108] by uadvg130.cms.usa.net (ASMTP/murrayc@usa.net) via mtad (C8.MAIN.3.08F) with ESMTP id 104HgcNBI0492M30; Thu, 03 Jul 2003 13:01:36 GMT X-USANET-Auth: 195.226.162.108 AUTH murrayc@usa.net [172.16.1.251] Subject: Re: GtkCellRenderer From: Murray Cumming Reply-To: murrayc@usa.net To: Tudor Vinereanu Cc: gtk-list In-Reply-To: <20030702225432.GA492@tudor-pc.home> References: <20030702225432.GA492@tudor-pc.home> Content-Type: text/plain Organization: Message-Id: <1057237291.2111.80.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-5) Date: 03 Jul 2003 15:01:32 +0200 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Thu, 2003-07-03 at 00:54, Tudor Vinereanu wrote: > Hi All, > > I've been searching through the archives of the list, but I > couldn't find an appropriate answer... > > Are there any other GtkCellRenderers planned for the next GTK > version (2.4, or maybe 2.6)? I find TreeView great, but I'd > like to use other cell renderers as well (for example > GtkAdjustment). How would this work/look exactly? > Are there any plans to provide these as standard? > > I know there was a lot of discussion about GtkCellRenderer, and > many people wrote their own, but wouldn't it make sense to have > them part of the standard distibution? See also: http://bugzilla.gnome.org/show_bug.cgi?id=116552 -- Murray Cumming murray@usa.net www.murrayc.com From edscott@imp.mx Thu Jul 3 09:12:24 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from www.imp.mx (www.imp.mx [192.100.181.86]) by mail.gnome.org (Postfix) with ESMTP id 88FFC1862C for ; Thu, 3 Jul 2003 09:12:24 -0400 (EDT) Received: from [192.168.122.241] (IDENT:edscott@[192.168.122.241]) by www.imp.mx (SGI-8.9.3p2/8.9.3) with ESMTP id IAA86246; Thu, 3 Jul 2003 08:11:56 -0500 (CDT) Subject: Re: Re[2]: Better accelerator keys support From: edscott wilson garcia To: Martin Stubenschrott Cc: gtk-list@gnome.org In-Reply-To: <139827209.20030703121353@gmx.net> References: <1244792268.20030630215447@gmx.net> <1057201880.12124.856.camel@sagitario.eco.imp.mx> <139827209.20030703121353@gmx.net> Content-Type: text/plain; charset=ISO-8859-15 Message-Id: <1057237895.7872.16.camel@sagitario.eco.imp.mx> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 03 Jul 2003 08:11:35 -0500 Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: El jue, 03-07-2003 a las 05:13, Martin Stubenschrott escribió: > Well, if the widget has the focus, then the space bar is natural. > Sorry, I think I didn't specify this clearly enough. I mean, when the > focus is on one button I can activate any other button with the > Alt-key support. Space bar only works if the widget has the focus, and > switching to one control out of dozens can be very time consuming. > > What I meant, was that e.g. if the focus is on the button "&Sample > button" I could activate the button "&Another button" by just pressing > 'A' instead of Alt-'A'. (On american keyboard this is not so annoying > since you have a second Alt-button right to the space bar, but on a > german keyboard layout, I don't have this second Alt button, which > means that I often need both hands to activate a shortcut). The American keyboard has the same issue because the right-alt-key does not generate the same modifier as the left. > > This really made me wondering when I tried to switch to Linux since I > am a keyboard guy, and I always thougth linux was much better than > windows in this area, but actually I found out that Windows keyboard > accessibility support is even better than Linux's. It's not windows, but the window's application you are talking about, just as linux is far removed from a gtk application. To get the thing you want bind the keypressed signal to all the buttons where you want the behaviour described and write a small callback that will generate a buttonclick signal depending on which letter was typed. This here is an example where a keypress signal will do the effect of pressing a button (without an accelerator being defined): static gboolean treeview_key(GtkWidget *w, GdkEventKey *event,gpointer data){ switch (event->keyval){ case GDK_Print: tb_print((GtkButton *)w,NULL); return TRUE; case GDK_Execute: on_run_activate((GtkMenuItem *)w, NULL); return TRUE; } Look at Edscott > From stubenschrott@gmx.net Thu Jul 3 06:13:57 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mail.gnome.org (Postfix) with SMTP id 55890182A7 for ; Thu, 3 Jul 2003 06:13:57 -0400 (EDT) Received: (qmail 16130 invoked by uid 65534); 3 Jul 2003 10:13:56 -0000 Received: from unknown (EHLO 192.168.10.14) (193.170.62.106) by mail.gmx.net (mp026) with SMTP; 03 Jul 2003 12:13:56 +0200 Date: Thu, 3 Jul 2003 12:13:53 +0200 From: Martin Stubenschrott X-Mailer: The Bat! (v1.62r) Reply-To: Martin Stubenschrott X-Priority: 3 (Normal) Message-ID: <139827209.20030703121353@gmx.net> To: edscott wilson garcia , gtk-list@gnome.org Subject: Re[2]: Better accelerator keys support In-Reply-To: <1057201880.12124.856.camel@sagitario.eco.imp.mx> References: <1244792268.20030630215447@gmx.net> <1057201880.12124.856.camel@sagitario.eco.imp.mx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello edscott, Thursday, July 3, 2003, 5:11:21 AM, you wrote: ewg> Using the space bar to select the button (gtk default) is easy and ewg> natural. Even so, you can define a "windowy" behaviour by using the ewg> key-pressed signal on the widget. ewg> Edscott Well, if the widget has the focus, then the space bar is natural. Sorry, I think I didn't specify this clearly enough. I mean, when the focus is on one button I can activate any other button with the Alt-key support. Space bar only works if the widget has the focus, and switching to one control out of dozens can be very time consuming. What I meant, was that e.g. if the focus is on the button "&Sample button" I could activate the button "&Another button" by just pressing 'A' instead of Alt-'A'. (On american keyboard this is not so annoying since you have a second Alt-button right to the space bar, but on a german keyboard layout, I don't have this second Alt button, which means that I often need both hands to activate a shortcut). This really made me wondering when I tried to switch to Linux since I am a keyboard guy, and I always thougth linux was much better than windows in this area, but actually I found out that Windows keyboard accessibility support is even better than Linux's. -- Best regards, Martin mailto:stubenschrott@gmx.net From otaylor@redhat.com Thu Jul 3 09:40:47 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 7B55A18703 for ; Thu, 3 Jul 2003 09:40:47 -0400 (EDT) Received: from vpn50-17.rdu.redhat.com (vpn50-17.rdu.redhat.com [172.16.50.17]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h63DecK11953; Thu, 3 Jul 2003 09:40:38 -0400 Subject: Re: Re[2]: Better accelerator keys support From: Owen Taylor To: edscott wilson garcia Cc: Martin Stubenschrott , gtk-list@gnome.org In-Reply-To: <1057237895.7872.16.camel@sagitario.eco.imp.mx> References: <1244792268.20030630215447@gmx.net> <1057201880.12124.856.camel@sagitario.eco.imp.mx> <139827209.20030703121353@gmx.net> <1057237895.7872.16.camel@sagitario.eco.imp.mx> Content-Type: text/plain; charset=UTF-8 Organization: Message-Id: <1057239612.22424.34.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-0) Date: 03 Jul 2003 09:40:12 -0400 Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Thu, 2003-07-03 at 09:11, edscott wilson garcia wrote: > El jue, 03-07-2003 a las 05:13, Martin Stubenschrott escribió: > > > Well, if the widget has the focus, then the space bar is natural. > > Sorry, I think I didn't specify this clearly enough. I mean, when the > > focus is on one button I can activate any other button with the > > Alt-key support. Space bar only works if the widget has the focus, and > > switching to one control out of dozens can be very time consuming. > > > > What I meant, was that e.g. if the focus is on the button "&Sample > > button" I could activate the button "&Another button" by just pressing > > 'A' instead of Alt-'A'. (On american keyboard this is not so annoying > > since you have a second Alt-button right to the space bar, but on a > > german keyboard layout, I don't have this second Alt button, which > > means that I often need both hands to activate a shortcut). > > The American keyboard has the same issue because the right-alt-key does > not generate the same modifier as the left. Most American keyboard layouts do have the same *modifier* for both alt keys. (Different key symbols, but that doesn't matter.) > > This really made me wondering when I tried to switch to Linux since I > > am a keyboard guy, and I always thougth linux was much better than > > windows in this area, but actually I found out that Windows keyboard > > accessibility support is even better than Linux's. > > It's not windows, but the window's application you are talking about, > just as linux is far removed from a gtk application. > > To get the thing you want bind the keypressed signal to all the buttons > where you want the behaviour described and write a small callback that > will generate a buttonclick signal depending on which letter was typed. > This here is an example where a keypress signal will do the effect of > pressing a button (without an accelerator being defined): > > static gboolean treeview_key(GtkWidget *w, > GdkEventKey *event,gpointer data){ > switch (event->keyval){ > case GDK_Print: > tb_print((GtkButton *)w,NULL); > return TRUE; > case GDK_Execute: > on_run_activate((GtkMenuItem *)w, NULL); > return TRUE; > } Some discussion of a clean solution, and in fact, a patch is in: http://bugzilla.gnome.org/show_bug.cgi?id=53709 Regards, Owen From gnome-announce-list-admin@gnome.org Thu Jul 3 10:01:02 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mailhost.ens-lyon.fr (pluvier.ens-lyon.fr [140.77.167.5]) by mail.gnome.org (Postfix) with ESMTP id 035DE18F13; Thu, 3 Jul 2003 10:01:02 -0400 (EDT) Received: from oceanite.ens-lyon.fr ([140.77.1.22]) by mailhost.ens-lyon.fr with esmtp (Exim 3.35 #1 (Debian)) id 19Y4dx-0002fB-00; Thu, 03 Jul 2003 16:01:01 +0200 Received: by oceanite.ens-lyon.fr (Postfix, from userid 1502) id B41F632005F; Thu, 3 Jul 2003 16:00:59 +0200 (CEST) Received: from mailhost.ens-lyon.fr (pluvier.ens-lyon.fr [140.77.167.5]) by oceanite.ens-lyon.fr (Postfix) with SMTP id 8333D320058 for ; Thu, 3 Jul 2003 16:00:59 +0200 (CEST) Received: from moniker.gnome.org ([209.116.70.73] helo=mail.gnome.org) by mailhost.ens-lyon.fr with smtp (Exim 3.35 #1 (Debian)) id 19Y4dr-0002en-00 for ; Thu, 03 Jul 2003 16:00:55 +0200 Received: from moniker.gnome.org (moniker.gnome.org [127.0.0.1]) by mail.gnome.org (Postfix) with ESMTP id DA39E18F75; Thu, 3 Jul 2003 09:56:05 -0400 (EDT) Delivered-To: gnome-announce-list@gnome.org Received: from dublin.ACT-Europe.FR (dublin.act-europe.fr [212.157.227.154]) by mail.gnome.org (Postfix) with ESMTP id A26031821B; Thu, 3 Jul 2003 04:10:47 -0400 (EDT) Received: by dublin.ACT-Europe.FR (Postfix, from userid 525) id 5BF4922A0D0; Thu, 3 Jul 2003 10:10:46 +0200 (MET DST) From: Arnaud Charlet To: gnome-announce-list@gnome.org, gtk-list@gnome.org, gtk-app-devel-list@gnome.org Subject: ANNOUNCE: GtkAda 2.2.0 release Message-ID: <20030703101046.B4671@dublin.act-europe.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-BeenThere: gnome-announce-list@gnome.org X-Loop: gnome-announce-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk Reply-To: gnome-hackers@gnome.org Date: Thu, 3 Jul 2003 10:10:46 +0200 X-Spam-Status: No, hits=-3.4 required=5.0 tests=KNOWN_MAILING_LIST,USER_AGENT_MUTT,X_LOOP version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) X-Spam-Report: ---- Start SpamAssassin results -3.40 points, 5 required; * 0.0 -- Has a X-Loop header * -0.9 -- Email came from some known mailing list software * -2.5 -- User-Agent header indicates a non-spam MUA (Mutt) ---- End of SpamAssassin results Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: GtkAda 2.2.0 release -------------------- GtkAda is an Ada95 graphical toolkit based on Gtk+. It allows you to develop graphical applications in Ada95 using Gtk+ and Gnome. The primary download site is http://libre.act-europe.fr/GtkAda This version represents a major update compared to GtkAda 2.0.0, and is suitable for use with Gtk+ 2.2.0 and above. A binary package is also provided with this release for Windows platforms. New features in 2.2.0: - Support for Glade2 - Support for GtkExtra - Support for libglade2 - New functions bound in Gtk.Label - New type UTF8_String to make it clearer when UTF8 strings are expected - New capabilities in GtkAda.MDI, see spec for details - Support for drad-n-drop in GtkAda.MDI - Bugs and memory leak fixes in GtkAda.MDI - New package Glib.Graphs (was actually in GtkAda 2.0.0, but not announced) - Update to GNOME 2.0 API - Memory leaks fixed in Glib.XML - Code clean ups - Fixed Gtk.Text_Buffer.Cut|Copy|Paste_Clipboard - Speed improvements and code clean up in Gtkada.Canvas - Full support for Pango (font handling and internationalization support) - New package Glib.Messages - New package Glib.Unicode _______________________________________________ gnome-announce-list mailing list gnome-announce-list@gnome.org http://mail.gnome.org/mailman/listinfo/gnome-announce-list From stubenschrott@gmx.net Thu Jul 3 09:53:41 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mail.gnome.org (Postfix) with SMTP id 52F86181AA for ; Thu, 3 Jul 2003 09:53:41 -0400 (EDT) Received: (qmail 13595 invoked by uid 65534); 3 Jul 2003 13:53:40 -0000 Received: from unknown (EHLO 192.168.10.6) (193.170.62.106) by mail.gmx.net (mp010) with SMTP; 03 Jul 2003 15:53:40 +0200 Date: Thu, 3 Jul 2003 15:53:38 +0200 From: Martin Stubenschrott X-Mailer: The Bat! (v1.62r) Reply-To: Martin Stubenschrott X-Priority: 3 (Normal) Message-ID: <1708387422.20030703155338@gmx.net> To: Owen Taylor , gtk-list@gnome.org Subject: Re[4]: Better accelerator keys support In-Reply-To: <1057239612.22424.34.camel@localhost.localdomain> References: <1244792268.20030630215447@gmx.net> <1057201880.12124.856.camel@sagitario.eco.imp.mx> <139827209.20030703121353@gmx.net> <1057237895.7872.16.camel@sagitario.eco.imp.mx> <1057239612.22424.34.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello Owen, Thursday, July 3, 2003, 3:40:12 PM, you wrote: OT> Some discussion of a clean solution, and in fact, a patch is in: OT> http://bugzilla.gnome.org/show_bug.cgi?id=53709 OT> Regards, OT> Owen Wow that's cool, I haven't tried the patch yet, but it's very nice to see that it is actually possible with Gnome/GTK+! If this really comes with GTK+ 2.4 and if the linux kernel 2.6 is really so good with GUI speed because of the new scheduler I think I can finally make it to switch completely to linux. Thanks for the answer :) -- Best regards, Martin mailto:stubenschrott@gmx.net From daveb@idealab.com Fri Jul 4 04:08:22 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from idealab.com (il-la.la.idealab.com [63.251.211.5]) by mail.gnome.org (Postfix) with SMTP id D042318FE2 for ; Fri, 4 Jul 2003 04:08:20 -0400 (EDT) Received: (qmail 18720 invoked by uid 535); 4 Jul 2003 08:08:19 -0000 Date: Fri, 4 Jul 2003 01:08:19 -0700 From: Dave Benson To: gtk-list@gnome.org Subject: g_type_register_static and thread-safety Message-ID: <20030704010819.U2131@luca.pas.lab> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello, Almost all get_type() functions contain code like GType whatever_get_type (void) { static GType object_type = 0; if (!object_type) { static const GTypeInfo object_info = { ... }; object_type = g_type_register_static (G_TYPE_OBJECT, "Whatever", &object_info, 0); } return object_type; } Is this thread-safe? I cannot see any guards in g_type_register_static that prevent a second type-node from being allocated in the obvious race condition... Am i missing something? The gtype docuemtnation does not mention thread-safety of this function. thanks, dave From otaylor@redhat.com Fri Jul 4 10:51:46 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id A2C4E183A3 for ; Fri, 4 Jul 2003 10:51:46 -0400 (EDT) Received: from vpn50-9.rdu.redhat.com (vpn50-9.rdu.redhat.com [172.16.50.9]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h64EphK32253; Fri, 4 Jul 2003 10:51:43 -0400 Subject: Re: g_type_register_static and thread-safety From: Owen Taylor To: Dave Benson Cc: gtk-list@gnome.org In-Reply-To: <20030704010819.U2131@luca.pas.lab> References: <20030704010819.U2131@luca.pas.lab> Content-Type: text/plain Organization: Message-Id: <1057330278.26133.35.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-0) Date: 04 Jul 2003 10:51:19 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Fri, 2003-07-04 at 04:08, Dave Benson wrote: > Hello, > > Almost all get_type() functions contain code > like > > GType > whatever_get_type (void) > { > static GType object_type = 0; > > if (!object_type) > { > static const GTypeInfo object_info = > { ... }; > > object_type = g_type_register_static (G_TYPE_OBJECT, "Whatever", &object_info, 0); > } > > return object_type; > } > > Is this thread-safe? I cannot see any guards in > g_type_register_static that prevent a second type-node from > being allocated in the obvious race condition No, it's not thread safe. You could have two type nodes allocated or the second call to check_type_name_I() could fail. The fact that whatever_get_type() isn't thread safe if "whatever" is gtk_, but it is a problem for functions in libgobject, like g_closure_get_type(). A bug about this in bugzilla would be appreciated (I think we've noted this before, but having it tracked officially would be good). There are two relevant other bugs: - To fix the above without a fairly big speed penalty, you need GOnce: http://bugzilla.gnome.org/show_bug.cgi?id=69668 (The obvious fix, to make g_type_register_static() return the already registered type is the dubiously safe "double checked locking" idiom) - Fixing this for object types doesn't do you much good without also fixing: http://bugzilla.gnome.org/show_bug.cgi?id=64764 What people do currently when using GObject in threaded applications is to call g_type_class_ref (MY_TYPE_WHATEVER) for all their types before creating the first thread. Regards, Owen From andrej.prsa@guest.arnes.si Fri Jul 4 12:40:05 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from rigljica.arnes.si (rigljica.arnes.si [193.2.1.82]) by mail.gnome.org (Postfix) with ESMTP id 36BDE181A9 for ; Fri, 4 Jul 2003 12:40:05 -0400 (EDT) Received: from razor.arnes.si (razor.arnes.si [193.2.1.80]) by rigljica.arnes.si (Postfix) with ESMTP id 6CA196E522 for ; Fri, 4 Jul 2003 18:40:04 +0200 (MEST) Received: from gemma (unknown [193.2.110.237]) by razor.arnes.si (Postfix) with SMTP id D663E3994AF for ; Fri, 4 Jul 2003 18:40:03 +0200 (MEST) Date: Fri, 4 Jul 2003 18:38:07 +0200 From: Andrej Prsa To: GTK Mailing list Subject: Trouble with GtkTreeModel & co. Message-Id: <20030704183807.49f1ee0d.andrej.prsa@guest.arnes.si> Organization: Faculty of Mathematics and Physics X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, everyone! I am trying to "upgrade" from CLists to GtkTreeViews since my transition from 1.2 to 2.0. I have a spin button that declares how many rows a GtkTreeModel (with a GtkListStore) should contain; attached to the "changed" signal for a spin-button I have a callback that should do this. While I worked with CLists, I simply used clist->rows to obtain the number of rows already present and compared this value to the value in a spin-button - thus knowing how to change the CList structure. So how do I do this with GtkTreeModel & Co.? Specifically, how do I extract the number of rows already present? Thanks, Andrej From grzegol@pld.org.pl Fri Jul 4 13:52:29 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from poczta.fm (ph94.wroclaw.cvx.ppp.tpnet.pl [217.99.226.94]) by mail.gnome.org (Postfix) with ESMTP id CC5E418393 for ; Fri, 4 Jul 2003 13:52:27 -0400 (EDT) Received: from poczta.fm (localhost.localdomain [127.0.0.1]) by poczta.fm (8.12.7/8.12.5) with ESMTP id h64HptSg029487 for ; Fri, 4 Jul 2003 19:51:57 +0200 Received: (from grzegol@localhost) by poczta.fm (8.12.7/8.12.5/Submit) id h64HpAhX029430 for gtk-list@gnome.org; Fri, 4 Jul 2003 19:51:10 +0200 X-Authentication-Warning: localhost.localdomain: grzegol set sender to grzegol@pld.org.pl using -f Subject: Test From: Grzegorz =?iso-8859-2?Q?Go=B3awski?= To: gtk-list@gnome.org Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: quoted-printable Message-Id: <1057341069.29403.1.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.2.99 (Preview Release) Date: 04 Jul 2003 19:51:10 +0200 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Sorry. Testing new configuration. --=20 <=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D> $+>> Grzegorz Go=B3awski <<+$ $+>> grzegol@pld.org.pl <<+$ <=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D> From edscott@imp.mx Fri Jul 4 14:44:55 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from www.imp.mx (www.imp.mx [192.100.181.86]) by mail.gnome.org (Postfix) with ESMTP id 0C15B182A3 for ; Fri, 4 Jul 2003 14:44:55 -0400 (EDT) Received: from [192.168.122.241] (IDENT:edscott@[192.168.122.241]) by www.imp.mx (SGI-8.9.3p2/8.9.3) with ESMTP id NAA13799; Fri, 4 Jul 2003 13:44:51 -0500 (CDT) Subject: Re: Trouble with GtkTreeModel & co. From: edscott wilson garcia To: Andrej Prsa Cc: GTK Mailing list In-Reply-To: <20030704183807.49f1ee0d.andrej.prsa@guest.arnes.si> References: <20030704183807.49f1ee0d.andrej.prsa@guest.arnes.si> Content-Type: text/plain; charset=ISO-8859-15 Message-Id: <1057344289.7872.69.camel@sagitario.eco.imp.mx> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 04 Jul 2003 13:44:49 -0500 Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: El vie, 04-07-2003 a las 11:38, Andrej Prsa escribió: > Hi, everyone! > > I am trying to "upgrade" from CLists to GtkTreeViews since my transition > from 1.2 to 2.0. I have a spin button that declares how many rows a > GtkTreeModel (with a GtkListStore) should contain; attached to the > "changed" signal for a spin-button I have a callback that should do this. > While I worked with CLists, I simply used clist->rows to obtain the number > of rows already present and compared this value to the value in a > spin-button - thus knowing how to change the CList structure. So how do I > do this with GtkTreeModel & Co.? Specifically, how do I extract the number > of rows already present? My suggestion would be to run a gtk_tree_model_foreach () on the treeview with a counter++, but there is probably a more clever solution. Edscott > > Thanks, > > Andrej > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list > From andrej.prsa@guest.arnes.si Fri Jul 4 15:44:26 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from rigljica.arnes.si (rigljica.arnes.si [193.2.1.82]) by mail.gnome.org (Postfix) with ESMTP id 24E2B18341 for ; Fri, 4 Jul 2003 15:44:26 -0400 (EDT) Received: from razor.arnes.si (razor.arnes.si [193.2.1.80]) by rigljica.arnes.si (Postfix) with ESMTP id 9F3FC6E514 for ; Fri, 4 Jul 2003 21:44:25 +0200 (MEST) Received: from gemma (unknown [193.2.110.237]) by razor.arnes.si (Postfix) with SMTP id EEFBA39953C for ; Fri, 4 Jul 2003 21:44:24 +0200 (MEST) Date: Fri, 4 Jul 2003 21:42:28 +0200 From: Andrej Prsa To: gtk-list@gnome.org Subject: Re: Trouble with GtkTreeModel & co. Message-Id: <20030704214228.7865d4b2.andrej.prsa@guest.arnes.si> In-Reply-To: <1057344289.7872.69.camel@sagitario.eco.imp.mx> References: <20030704183807.49f1ee0d.andrej.prsa@guest.arnes.si> <1057344289.7872.69.camel@sagitario.eco.imp.mx> Organization: Faculty of Mathematics and Physics X-Mailer: Sylpheed version 0.9.3 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: He=E8llo! > El vie, 04-07-2003 a las 11:38, Andrej Prsa escribi=F3: > > Hi, everyone! > >=20 > > I am trying to "upgrade" from CLists to GtkTreeViews since my > > transition from 1.2 to 2.0. I have a spin button that declares how > > many rows a GtkTreeModel (with a GtkListStore) should contain; > > attached to the"changed" signal for a spin-button I have a callback > > that should do this. While I worked with CLists, I simply used > > clist->rows to obtain the number of rows already present and compared > > this value to the value in a spin-button - thus knowing how to change > > the CList structure. So how do I do this with GtkTreeModel & Co.? > > Specifically, how do I extract the number of rows already present? >=20 > My suggestion would be to run a gtk_tree_model_foreach () on the > treeview with a counter++, but there is probably a more clever solution. Yep, I did something similar: sprintf (path_str, "%d", count); while (gtk_tree_model_get_iter_from_string (GTK_TREE_MODEL (store), &iter, = path_str) =3D=3D TRUE) { count++; sprintf (path_str, "%d", count); } But it's just so DAMN ugly! ;( Thanks for feedback, Andrej From hp@redhat.com Fri Jul 4 19:03:30 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from devserv.devel.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 621261813D for ; Fri, 4 Jul 2003 19:03:30 -0400 (EDT) Received: (from hp@localhost) by devserv.devel.redhat.com (8.11.6/8.11.0) id h64N3Sc13834; Fri, 4 Jul 2003 19:03:28 -0400 Date: Fri, 4 Jul 2003 19:03:28 -0400 From: Havoc Pennington To: Andrej Prsa Cc: gtk-list@gnome.org Subject: Re: Trouble with GtkTreeModel & co. Message-ID: <20030704190328.G9002@devserv.devel.redhat.com> References: <20030704183807.49f1ee0d.andrej.prsa@guest.arnes.si> <1057344289.7872.69.camel@sagitario.eco.imp.mx> <20030704214228.7865d4b2.andrej.prsa@guest.arnes.si> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20030704214228.7865d4b2.andrej.prsa@guest.arnes.si> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Fri, Jul 04, 2003 at 09:42:28PM +0200, Andrej Prsa wrote: > Yep, I did something similar: > > sprintf (path_str, "%d", count); > while (gtk_tree_model_get_iter_from_string (GTK_TREE_MODEL (store), &iter, path_str) == TRUE) > { > count++; > sprintf (path_str, "%d", count); > } > > But it's just so DAMN ugly! ;( > Well, you could at least use gtk_tree_model_iter_nth_child() instead of the sprintf! ;-) I think gtk_tree_model_iter_n_children() does what you want though, it allows NULL if you want the number of children at the root of the model. Havoc From msuarezalvarez@arnet.com.ar Fri Jul 4 23:02:31 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp2.arnet.com.ar (smtp2.arnet.com.ar [200.45.191.5]) by mail.gnome.org (Postfix) with SMTP id 1BDF5180F9 for ; Fri, 4 Jul 2003 23:02:31 -0400 (EDT) Received: (qmail 27265 invoked from network); 5 Jul 2003 02:59:26 -0000 Received: from unknown (HELO grothendieck.dyndns.org) (200.82.62.47) by smtp2.arnet.com.ar with SMTP; 5 Jul 2003 02:59:22 -0000 Received: from grothendieck.dyndns.org (mariano@localhost [127.0.0.1]) by grothendieck.dyndns.org (8.12.9/8.12.9) with ESMTP id h6531pPF013066 for ; Sat, 5 Jul 2003 00:01:54 -0300 Received: from localhost (mariano@localhost) by grothendieck.dyndns.org (8.12.9/8.12.9/Submit) with ESMTP id h6531mwN013063 for ; Sat, 5 Jul 2003 00:01:51 -0300 Date: Sat, 5 Jul 2003 00:01:48 -0300 (ART) From: Mariano Suarez-Alvarez Reply-To: =?ISO-8859-1?Q?Mariano_Su=E1rez-Alvarez?= To: gtk-list -- General discussion on GTK+ Subject: Re: Trouble with GtkTreeModel & co. In-Reply-To: <20030704190328.G9002@devserv.devel.redhat.com> Message-ID: References: <20030704183807.49f1ee0d.andrej.prsa@guest.arnes.si> <1057344289.7872.69.camel@sagitario.eco.imp.mx> <20030704214228.7865d4b2.andrej.prsa@guest.arnes.si> <20030704190328.G9002@devserv.devel.redhat.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Fri, 4 Jul 2003, Havoc Pennington wrote: > On Fri, Jul 04, 2003 at 09:42:28PM +0200, Andrej Prsa wrote: > > > Yep, I did something similar: > > > > sprintf (path_str, "%d", count); > > while (gtk_tree_model_get_iter_from_string (GTK_TREE_MODEL (store), &it= er, path_str) =3D=3D TRUE) > > { > > count++; > > sprintf (path_str, "%d", count); > > } > > > > But it's just so DAMN ugly! ;( > > > > Well, you could at least use gtk_tree_model_iter_nth_child() instead > of the sprintf! ;-) Or even move the sprintf out of the loop ;) -- m ----------------------------------------------------------------------- Mariano Su=E1rez-Alvarez Departamento de Matematica - FCEyN - Universidad de Buenos Aires Ciudad Universitaria, Pab. I. (1428) Ciudad de Buenos Aires, Argentina http://mate.dm.uba.ar/~aldoc9 De la observaci=F3n de la irreductibilidad de las creencias =FAltimas he sacado la mayor lecci=F3n de mi vida. Aprend=ED a respetar las ideas ajenas, a detenerme ante el secreto de las conciencias, a entender antes de discutir, a discutir antes de condenar. Y como estoy en vena de confesiones, hago una m=E1s, quiz=E1s superflua: detesto con toda mi alma a los fan=E1ticos. Norberto Bobbio, Italia civil. ----------------------------------------------------------------------- From andrej.prsa@guest.arnes.si Sat Jul 5 05:12:03 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from rigljica.arnes.si (rigljica.arnes.si [193.2.1.82]) by mail.gnome.org (Postfix) with ESMTP id AE31B18204 for ; Sat, 5 Jul 2003 05:12:03 -0400 (EDT) Received: from razor.arnes.si (razor.arnes.si [193.2.1.80]) by rigljica.arnes.si (Postfix) with ESMTP id 30F496E9A5 for ; Sat, 5 Jul 2003 11:12:03 +0200 (MEST) Received: from gemma (ar16-311i.dial-up.arnes.si [194.249.7.71]) by razor.arnes.si (Postfix) with SMTP id C17273994A6 for ; Sat, 5 Jul 2003 11:11:58 +0200 (MEST) Date: Sat, 5 Jul 2003 11:09:06 +0200 From: Andrej Prsa To: gtk-list@gnome.org Subject: Re: Trouble with GtkTreeModel & co. Message-Id: <20030705110906.40737573.andrej.prsa@guest.arnes.si> In-Reply-To: <20030704190328.G9002@devserv.devel.redhat.com> References: <20030704183807.49f1ee0d.andrej.prsa@guest.arnes.si> <1057344289.7872.69.camel@sagitario.eco.imp.mx> <20030704214228.7865d4b2.andrej.prsa@guest.arnes.si> <20030704190328.G9002@devserv.devel.redhat.com> Organization: Faculty of Mathematics and Physics X-Mailer: Sylpheed version 0.9.3 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi! > > Yep, I did something similar: > > > > sprintf (path_str, "%d", count); > > while (gtk_tree_model_get_iter_from_string (GTK_TREE_MODEL (store), > > &iter, path_str) == TRUE) > > { > > count++; > > sprintf (path_str, "%d", count); > > } > > > > But it's just so DAMN ugly! ;( > > > > Well, you could at least use gtk_tree_model_iter_nth_child() instead > of the sprintf! ;-) > > I think gtk_tree_model_iter_n_children() does what you want though, > it allows NULL if you want the number of children at the root of the > model. Yep, works like a charm! Thanks! :) Andrej From tomf@sjpc.org Sat Jul 5 08:41:30 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from front3.mail.megapathdsl.net (front3.mail.megapathdsl.net [66.80.60.32]) by mail.gnome.org (Postfix) with ESMTP id 351B11847B for ; Sat, 5 Jul 2003 08:41:30 -0400 (EDT) Received: from [66.80.61.166] (HELO [192.168.1.100]) by front3.mail.megapathdsl.net (CommuniGate Pro SMTP 3.5.8) with ESMTP id 85614991; Sat, 05 Jul 2003 05:38:12 -0700 Subject: What replaces GtkHTML in GTK2 From: Thomas Frayne To: gtk-list , redhat mailing list Content-Type: text/plain Organization: Message-Id: <1057408888.15799.30.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-5) Date: 05 Jul 2003 05:41:28 -0700 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I am using Redhat 9, Gnome 2.2. GtkHTML is defined in gtkhtml-types.h in GTK1, but I could not find a GTK2 header file containing GtkHTML. Am I missing a GTK2 header file? Is there a GTK2 replacement for GtkHTML? It would also help if I could find a function that used GtkHTML in GTK1 and was ported to GTK2 using some other feature. From tudorv@eircom.net Sat Jul 5 10:31:51 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail00.svc.cra.dublin.eircom.net (mail00.svc.cra.dublin.eircom.net [159.134.118.16]) by mail.gnome.org (Postfix) with SMTP id 51118185A0 for ; Sat, 5 Jul 2003 10:31:51 -0400 (EDT) Received: (qmail 61425 messnum 1710895 invoked from network[159.134.180.195/p195.as1.qkr.cork1.eircom.net]); 5 Jul 2003 14:31:50 -0000 Received: from p195.as1.qkr.cork1.eircom.net (HELO tudor-pc.home) (159.134.180.195) by mail00.svc.cra.dublin.eircom.net (qp 61425) with SMTP; 5 Jul 2003 14:31:50 -0000 Received: by tudor-pc.home (Postfix, from userid 1001) id B2664126013; Sat, 5 Jul 2003 15:31:13 +0100 (IST) Date: Sat, 5 Jul 2003 15:31:13 +0100 From: Tudor Vinereanu To: gtk-list Subject: Re: GtkCellRenderer Message-ID: <20030705143113.GA364@tudor-pc.home> Mail-Followup-To: gtk-list References: <20030702225432.GA492@tudor-pc.home> <1057237291.2111.80.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1057237291.2111.80.camel@localhost.localdomain> User-Agent: Mutt/1.5.4i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi again, > > Are there any other GtkCellRenderers planned for the next GTK > > version (2.4, or maybe 2.6)? I find TreeView great, but I'd > > like to use other cell renderers as well (for example > > GtkAdjustment). > > How would this work/look exactly? Sorry, what I meant there was GtkSpinButton... Basically I'm trying to go from a table containing GtkLabel, GtkEntry, GtkSpinButton, GtkCheckButton and GtkMenu, to a GtkTreeView. What is the best way to do it? I'm new to Gtk, but from what I've read it seems I would need custom CellRenderers for GtkSpinButton and GtkMenu. What is the reason behind having GtkCellRendererText and not having GtkCellRendererSpinButton, for example? Is it only a question of time, or there are some other reasons (like GtkTreeView being meant to be used in dedicated ways)? > > I know there was a lot of discussion about GtkCellRenderer, and > > many people wrote their own, but wouldn't it make sense to have > > them part of the standard distibution? > > See also: > http://bugzilla.gnome.org/show_bug.cgi?id=116552 Thanks for that! All the best, Tudor From Dexter.Filmore@gmx.de Sat Jul 5 16:11:22 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mail.gnome.org (Postfix) with SMTP id C57FB18718 for ; Sat, 5 Jul 2003 16:11:21 -0400 (EDT) Received: (qmail 13454 invoked by uid 65534); 5 Jul 2003 20:11:20 -0000 Received: from pD952D36A.dip.t-dialin.net (EHLO shodan.citadel) (217.82.211.106) by mail.gmx.net (mp002) with SMTP; 05 Jul 2003 22:11:20 +0200 Date: Sat, 5 Jul 2003 22:11:18 +0200 From: Dexter Filmore To: gtk-list@gnome.org Subject: gtk+1.x themes gone in Gnome2.2 Message-Id: <20030705221118.10af31e7.Dexter.Filmore@gmx.de> Organization: SCHWA Corporation X-Mailer: Sylpheed version 0.9.0claws (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Just upgraded Gnome from 2.0 to 2.2. Now my gtk-1.2 theme is gone and standard theme is used, which doesn't look too nice among my all-Aqua desktop. Is there any way to bring back the old theme? Dex -- -----BEGIN GEEK CODE BLOCK----- Version: 3.12 GCS d--(+)@ s-:+ a-- C++(+++) UL>+++ P+>++ L++>++++ E-- W++ N+ o? K- w--(---) !O M-- V- PS+ PE(+) Y+>++ PGP- t+(++) 5 X+(++) R++ tv--(+)@ b++(+++) DI+++ D G++(--) e* h r%>* y? ------END GEEK CODE BLOCK------ Against TCPA - nothing fights like the opposition http://www.againsttcpa.com From nthomas@cise.ufl.edu Sun Jul 6 17:06:18 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.cise.ufl.edu (beach.cise.ufl.edu [128.227.205.211]) by mail.gnome.org (Postfix) with ESMTP id 920601891F for ; Sun, 6 Jul 2003 17:06:18 -0400 (EDT) Received: from shine.cise.ufl.edu (shine.cise.ufl.edu [128.227.205.20]) by mail.cise.ufl.edu (Postfix) with ESMTP id 3220869C4 for ; Sun, 6 Jul 2003 17:06:18 -0400 (EDT) Received: (from nthomas@localhost) by shine.cise.ufl.edu (8.9.1a/8.9.1) id RAA02706 for gtk-list@gnome.org; Sun, 6 Jul 2003 17:06:18 -0400 (EDT) Date: Sun, 6 Jul 2003 17:06:18 -0400 From: "N. Thomas" To: gtk-list@gnome.org Subject: GLib gdate.c assertion error Message-ID: <20030706210617.GH4915@cise.ufl.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Relevant info: glib: glib-2.2.2 OS: Solaris 8 cc: gcc 3.1.1 The following code works as expected: #include #include int main (int argc, char*argv[]) { GDate *gdate; gdate = g_date_new_dmy (6, 7, 2003); if (g_date_valid(gdate)) printf ("date is good\n"); else printf ("date is bad\n"); return(0); } It outputs "date is good". However, when I change the input to g_date_new_dmy() to an invalid date, like this: gdate = g_date_new_dmy (56, 7, 2003); I get the following: $ ./datetest (process:2444): GLib-CRITICAL **: file gdate.c: line 57 (g_date_new_dmy): assertion `g_date_valid_dmy (day, m, y)' failed (process:2444): GLib-CRITICAL **: file gdate.c: line 102 (g_date_valid): assertion `d != NULL' failed date is bad Are the above GLib-CRITICAL statements supposed to be there? The main reason I am calling g_date_valid() is to check the validity of the inputted date, it doesn't seem to make sense that g_date_new_dmy() should barf when I feed it a bad date. Thomas -- N. Thomas nthomas@cise.ufl.edu http://www.cise.ufl.edu/~nthomas/ Etiamsi occiderit me, in ipso sperabo From salonj@hotmail.com Sun Jul 6 21:31:02 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hotmail.com (bay7-f75.bay7.hotmail.com [64.4.11.75]) by mail.gnome.org (Postfix) with ESMTP id DC72D180E8 for ; Sun, 6 Jul 2003 21:31:01 -0400 (EDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 6 Jul 2003 18:31:00 -0700 Received: from 61.183.77.196 by by7fd.bay7.hotmail.msn.com with HTTP; Mon, 07 Jul 2003 01:31:00 GMT X-Originating-IP: [61.183.77.196] X-Originating-Email: [salonj@hotmail.com] From: "salon j" To: gtk-list@gnome.org Subject: install glib-2.2.2 Date: Mon, 07 Jul 2003 01:31:00 +0000 Mime-Version: 1.0 Content-Type: text/plain; charset=gb2312; format=flowed Message-ID: X-OriginalArrivalTime: 07 Jul 2003 01:31:00.0728 (UTC) FILETIME=[6C437780:01C34427] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: i want to install glib-2.2.2 , but do i need gcc first? i have install pkg-config. i use cc compile first but it has many error ,it said "make all in trio ....cc Error trionan.c line 80 error must be compiled with option -ieee" why ? my os is alhpa tru64. _________________________________________________________________ ÓëÁª»úµÄÅóÓѽøÐн»Á÷£¬ÇëʹÓà MSN Messenger: http://messenger.msn.com/cn From hp@redhat.com Sun Jul 6 22:36:29 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from devserv.devel.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 33E5E18170 for ; Sun, 6 Jul 2003 22:36:29 -0400 (EDT) Received: (from hp@localhost) by devserv.devel.redhat.com (8.11.6/8.11.0) id h672aQV16847; Sun, 6 Jul 2003 22:36:26 -0400 Date: Sun, 6 Jul 2003 22:36:26 -0400 From: Havoc Pennington To: "N. Thomas" Cc: gtk-list@gnome.org Subject: Re: GLib gdate.c assertion error Message-ID: <20030706223626.M19769@devserv.devel.redhat.com> References: <20030706210617.GH4915@cise.ufl.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20030706210617.GH4915@cise.ufl.edu> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Sun, Jul 06, 2003 at 05:06:18PM -0400, N. Thomas wrote: > The main reason I am calling g_date_valid() is to check the validity of > the inputted date, it doesn't seem to make sense that g_date_new_dmy() > should barf when I feed it a bad date. To validate a dmy triplet use g_date_valid_dmy() instead. There's a family of valid_* functions. g_date_valid() is basically just used with g_date_parse it looks like. Kind of bizarre, granted. Havoc From jason.vowell@murraystate.edu Sun Jul 6 23:38:35 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from imf17aec.bellsouth.net (imf17aec.mail.bellsouth.net [205.152.59.65]) by mail.gnome.org (Postfix) with ESMTP id 496A918199 for ; Sun, 6 Jul 2003 23:38:35 -0400 (EDT) Received: from murraystate.edu ([66.156.147.167]) by imf17aec.bellsouth.net (InterMail vM.5.01.05.27 201-253-122-126-127-20021220) with ESMTP id <20030707033834.WTAD3647.imf17aec.bellsouth.net@murraystate.edu> for ; Sun, 6 Jul 2003 23:38:34 -0400 Date: Sun, 6 Jul 2003 22:38:34 -0500 Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: GNU license question From: Jason Vowell To: gtk-list@gnome.org Content-Transfer-Encoding: 7bit Message-Id: <7C4953F0-B02C-11D7-961E-000393B4AD32@murraystate.edu> X-Mailer: Apple Mail (2.552) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I want to write a proprietary application that utilizes the GTK toolkit in order to create the GUI interface. I do not wish to modify nor chance the GTK library in anyway. Can I legally sell this application under the GTK license? --thank you Jason Vowell From v_atekor@yahoo.fr Mon Jul 7 05:36:07 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp014.mail.yahoo.com (smtp014.mail.yahoo.com [216.136.173.58]) by mail.gnome.org (Postfix) with SMTP id B0716180E1 for ; Mon, 7 Jul 2003 05:36:06 -0400 (EDT) Received: from unknown (HELO pcroqueta.lirmm.fr) (v?atekor@193.49.108.127 with login) by smtp.mail.vip.sc5.yahoo.com with SMTP; 7 Jul 2003 09:36:05 -0000 From: Vincent ROQUETA Reply-To: v_atekor@yahoo.fr To: gtk-list@gnome.org Subject: Re: GNU license question Date: Mon, 7 Jul 2003 11:36:05 +0200 User-Agent: KMail/1.5 References: <7C4953F0-B02C-11D7-961E-000393B4AD32@murraystate.edu> In-Reply-To: <7C4953F0-B02C-11D7-961E-000393B4AD32@murraystate.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307071136.05949.v_atekor@yahoo.fr> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: short answer: Yes From rah@atc.ll.mit.edu Mon Jul 7 11:03:42 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from dfw-sun0.ATC.LL.MIT.EDU (dfw-sun0.ATC.LL.MIT.EDU [129.55.42.24]) by mail.gnome.org (Postfix) with ESMTP id 323D618AA6 for ; Mon, 7 Jul 2003 11:03:42 -0400 (EDT) Received: from draco.ll.g41g42 (draco [129.55.43.36]) by dfw-sun0.ATC.LL.MIT.EDU (8.12.9/8.12.6) with ESMTP id h67F3f3s025129 for ; Mon, 7 Jul 2003 11:03:41 -0400 (EDT) Received: from draco (draco [129.55.43.36]) by draco.ll.g41g42 (8.11.6+Sun/8.9.1) with SMTP id h67F3fo09712 for ; Mon, 7 Jul 2003 11:03:41 -0400 (EDT) Message-Id: <200307071503.h67F3fo09712@draco.ll.g41g42> Date: Mon, 7 Jul 2003 11:03:41 -0400 (EDT) From: "Richard A. Hogaboom" Reply-To: "Richard A. Hogaboom" Subject: Selection Color in GtkCTree To: gtk-list@gnome.org MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Content-MD5: WE/RNKLNSQG1wZpjSntfbQ== X-Mailer: dtmail 1.3.0 @(#)CDE Version 1.4.2 SunOS 5.8 sun4u sparc Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I want to have a GtkCTree(GTK 1.2+) that has multiple selections of different colors that are all set programatically. I've tried gdk_gc_set_foreground(style->fg_gc[GTK_STATE_SELECTED], &color_red); gtk_ctree_select(tree, widget); gdk_gc_set_foreground(style->fg_gc[GTK_STATE_SELECTED], &color_green); gtk_ctree_select(tree, other_widget); but this only changes all the selected widgets to the last color(green). There are 5 states, 7 gc's in a style, and both fore/back ground colors. Some combination must actually do it. Has anybody tried this? with maybe some example code? Dick ------------- Richard Hogaboom MIT / Lincoln Laboratory 244 Wood St. Lexington, MA 02173-9108 voice: (781)-981-0276 fax: (781)-981-3220 hogaboom@ll.mit.edu From roger@whinlatter.uklinux.net Mon Jul 7 15:00:15 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from zinc.btinternet.com (zinc.btinternet.com [194.73.73.148]) by mail.gnome.org (Postfix) with ESMTP id 7AC581812B for ; Mon, 7 Jul 2003 15:00:15 -0400 (EDT) Received: from dial81-135-105-176.in-addr.btopenworld.com ([81.135.105.176] helo=whinlatter.uklinux.net) by zinc.btinternet.com with esmtp (Exim 3.22 #23) id 19ZbDf-0003UH-00 for gtk-list@gnome.org; Mon, 07 Jul 2003 20:00:12 +0100 Received: from roger by whinlatter.uklinux.net with local (Exim 3.36 #1 (Debian)) id 19ZbEz-0001DB-00 for ; Mon, 07 Jul 2003 20:01:33 +0100 To: gtk-list@gnome.org Subject: Converting from GTK+ to Gtkmm From: Roger Leigh Date: Mon, 07 Jul 2003 20:01:33 +0100 Message-ID: <87k7auqhyq.fsf@whinlatter.uklinux.net> User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello, I have written a program in C using GTK+ and libglade. Its callbacks do things like this: void cb_reset( GtkWidget *widget, gpointer data ) { GladeXML *xml; GtkWidget *pg_val; GtkWidget *ri_val; GtkWidget *cf_val; GtkWidget *og_result; GtkWidget *abv_result; xml = glade_get_widget_tree (GTK_WIDGET (widget)); pg_val = glade_xml_get_widget (xml, "pg_entry"); ri_val = glade_xml_get_widget (xml, "ri_entry"); cf_val = glade_xml_get_widget (xml, "cf_entry"); og_result = glade_xml_get_widget (xml, "og_result"); abv_result = glade_xml_get_widget (xml, "abv_result"); gtk_spin_button_set_value (GTK_SPIN_BUTTON(pg_val), 0.0); [...] gtk_label_set_text (GTK_LABEL(abv_result), ""); gtk_widget_grab_focus (pg_val); } The callbacks have two parts: 1. Getting the XML tree and getting the widgets required from the tree. 2. Performing some actions using those widgets. This means that all of the interface construction is done entirely with Glade, and only the callbacks are in the C source file (no need to bung the widgets in a structure and pass them in as "gpointer data" like I did before). Looking at Glademm, it seems can do this, but I'm not sure how to get the XML tree (Gnome::Glade::Xml) from within the callback. Is it possible? The example callbacks I've seen didn't usually take arguments. In an ideal world, I'd like the callbacks to be set-up automatically by libglademm, like I get with glade_xml_signal_autoconnect(). Could this be done? Should using gtkmm/libglademm result in cleaner code than libgtk/libglade? From the little I've seen of it so far, things like signals actually look more complex, but I'm not yet as experienced with C++ as I am with C. Thanks, Roger -- Roger Leigh Printing on GNU/Linux? http://gimp-print.sourceforge.net/ GPG Public Key: 0x25BFB848 available on public keyservers From shaunm@wolfram.com Mon Jul 7 15:23:37 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from wolfram.com (wri-dns0.wolfram.com [140.177.205.10]) by mail.gnome.org (Postfix) with ESMTP id 849341835D for ; Mon, 7 Jul 2003 15:23:37 -0400 (EDT) Received: from shaunmlx.wolfram.com (shaunmlx.wolfram.com [140.177.4.220]) by wolfram.com (8.11.2/8.11.2) with ESMTP id h67JNYj06172; Mon, 7 Jul 2003 14:23:34 -0500 Subject: Re: What replaces GtkHTML in GTK2 From: Shaun McCance To: Thomas Frayne Cc: gtk-list In-Reply-To: <1057408888.15799.30.camel@localhost.localdomain> References: <1057408888.15799.30.camel@localhost.localdomain> Content-Type: text/plain Organization: Wolfram Research, Inc. Message-Id: <1057605753.23923.7.camel@shaunmlx.wolfram.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.1 Date: 07 Jul 2003 14:22:34 -0500 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: GtkHTML1 is replaced by GtkHTML2. GtkHTML2 is typically packaged separately from GTK2. On my system, the GtkHTML2 header files are located in /usr/include/gtkhtml-2.0/libgtkhtml. GtkHTML1 and GtkHTML2 are quite different. Yelp has both a GtkHTML1 backend and a GtkHTML2 backend. Take a look at Yelp's source to get an idea of how to use them, and how they're different. -- Shaun On Sat, 2003-07-05 at 07:41, Thomas Frayne wrote: > I am using Redhat 9, Gnome 2.2. > > GtkHTML is defined in gtkhtml-types.h in GTK1, but I could not find a > GTK2 header file containing GtkHTML. Am I missing a GTK2 header file? > Is there a GTK2 replacement for GtkHTML? > > It would also help if I could find a function that used GtkHTML in GTK1 > and was ported to GTK2 using some other feature. > > > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list From kdilip_s@yahoo.co.in Tue Jul 8 09:14:38 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from web8004.mail.in.yahoo.com (web8004.mail.in.yahoo.com [203.199.70.64]) by mail.gnome.org (Postfix) with SMTP id 2E8A9189C0 for ; Tue, 8 Jul 2003 09:14:38 -0400 (EDT) Message-ID: <20030708131435.19886.qmail@web8004.mail.in.yahoo.com> Received: from [193.166.111.227] by web8004.mail.in.yahoo.com via HTTP; Tue, 08 Jul 2003 14:14:35 BST Date: Tue, 8 Jul 2003 14:14:35 +0100 (BST) From: =?iso-8859-1?q?dilip=20kumar?= Subject: unsubcribe To: gtk-list@gnome.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: From froschi.der.grosse@web.de Sun Jul 6 15:26:51 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mailgate5.cinetic.de (mailgate5.cinetic.de [217.72.192.165]) by mail.gnome.org (Postfix) with ESMTP id 0B51D1836C for ; Sun, 6 Jul 2003 15:26:51 -0400 (EDT) Received: from web.de (fmomail02.dlan.cinetic.de [172.20.1.46]) by mailgate5.cinetic.de (8.11.6p2/8.11.2/SuSE Linux 8.11.0-0.4) with SMTP id h66JQnQ02089 for gtk-list@gnome.org; Sun, 6 Jul 2003 21:26:50 +0200 Date: Sun, 6 Jul 2003 21:26:50 +0200 Message-Id: <200307061926.h66JQnQ02089@mailgate5.cinetic.de> MIME-Version: 1.0 Organization: http://freemail.web.de/ From: =?iso-8859-1?Q? "Nase=20Wei=DF" ?= To: gtk-list@gnome.org Subject: Precedence: fm-user Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: hi. I would like to ask wether anyone could pleas send me the GTK+ 2.0 - Tutorial as a .zip or gz - file. Thank you.M ______________________________________________________________________________ Jetzt 52 verschiedene Briefpapiere fur Ihre E-Mails bei WEB.DE FreeMail - http://freemail.web.de/features/?mc=021140 From andrej.prsa@guest.arnes.si Tue Jul 8 12:26:28 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from rigljica.arnes.si (rigljica.arnes.si [193.2.1.82]) by mail.gnome.org (Postfix) with ESMTP id 8B618185E0 for ; Tue, 8 Jul 2003 12:26:28 -0400 (EDT) Received: from razor.arnes.si (razor.arnes.si [193.2.1.80]) by rigljica.arnes.si (Postfix) with ESMTP id E18006E7C9 for ; Tue, 8 Jul 2003 18:26:27 +0200 (MEST) Received: from gemma (unknown [193.2.110.237]) by razor.arnes.si (Postfix) with SMTP id D3A95399459 for ; Tue, 8 Jul 2003 18:26:26 +0200 (MEST) Date: Tue, 8 Jul 2003 18:24:34 +0200 From: Andrej Prsa To: GTK Mailing list Subject: Geting a GtkTreeModel out of GtkTreeViewColumn Message-Id: <20030708182434.320a7c4b.andrej.prsa@guest.arnes.si> Organization: Faculty of Mathematics and Physics X-Mailer: Sylpheed version 0.9.3 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello, everyone! Could anyone please tell me if it's possible to extract the parent GtkTreeModel out of GtkTreeViewColumn? Or, if someone could maybe suggest a better way to extract the data from the selected column in a function where GtkTreeViewColumn *column and int row are arguments, e.g. char *get_cell_contents (GtkTreeViewColumn *column, int row) { ??? } Thanks, Andrej From edscott@imp.mx Tue Jul 8 21:54:56 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from www.imp.mx (www.imp.mx [192.100.181.86]) by mail.gnome.org (Postfix) with ESMTP id C7B0818662 for ; Tue, 8 Jul 2003 21:54:54 -0400 (EDT) Received: from [192.168.122.241] (IDENT:edscott@[192.168.122.241]) by www.imp.mx (SGI-8.9.3p2/8.9.3) with ESMTP id UAA04961; Tue, 8 Jul 2003 20:54:48 -0500 (CDT) Subject: Re: Geting a GtkTreeModel out of GtkTreeViewColumn From: edscott wilson garcia To: andrej.prsa@guest.arnes.si, gtk-list@gnome.org In-Reply-To: <20030708182434.320a7c4b.andrej.prsa@guest.arnes.si> References: <20030708182434.320a7c4b.andrej.prsa@guest.arnes.si> Content-Type: text/plain; charset=ISO-8859-15 Message-Id: <1057715686.30875.23.camel@sagitario.eco.imp.mx> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 08 Jul 2003 20:54:46 -0500 Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: El mar, 08-07-2003 a las 11:24, Andrej Prsa escribió: > Hello, everyone! > > Could anyone please tell me if it's possible to extract the parent > GtkTreeModel out of GtkTreeViewColumn? > > Or, if someone could maybe suggest a better way to extract the data from > the selected column in a function where GtkTreeViewColumn *column and int > row are arguments, e.g. > > char *get_cell_contents (GtkTreeViewColumn *column, int row) > { > ??? > } > I would use g_object_set_data to associate the treemodel pointer with the treeviewcolumn upon creation of the treeviewcolumn, and then use g_object_get_data to retrieve the treemodel upon entering *get_cell_contents(). Although this is based on the "least effort" criteria, there is probably a simpler way (there always is). Edscott > Thanks, > > Andrej > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list > From diego@otello.alma.unibo.it Wed Jul 9 02:18:47 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from otello.alma.unibo.it (otello.alma.unibo.it [137.204.24.163]) by mail.gnome.org (Postfix) with ESMTP id E9ED018634 for ; Wed, 9 Jul 2003 02:18:46 -0400 (EDT) Received: from otello.alma.unibo.it (unknown [137.204.24.167]) by otello.alma.unibo.it (Postfix) with ESMTP id C0DFB6C3 for ; Wed, 9 Jul 2003 03:53:56 -0400 (EDT) Message-ID: <3F0BD05F.38CFFC36@otello.alma.unibo.it> Date: Wed, 09 Jul 2003 08:20:47 +0000 From: Diego Zuccato X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.21-rc6-ac2 i686) X-Accept-Language: it, en MIME-Version: 1.0 To: GtkList Subject: Re: Geting a GtkTreeModel out of GtkTreeViewColumn References: <20030708182434.320a7c4b.andrej.prsa@guest.arnes.si> <1057715686.30875.23.camel@sagitario.eco.imp.mx> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: edscott wilson garcia wrote: > I would use g_object_set_data to associate the treemodel pointer with > the treeviewcolumn upon creation of the treeviewcolumn, and then use > g_object_get_data to retrieve the treemodel upon entering > *get_cell_contents(). Although this is based on the "least effort" > criteria, there is probably a simpler way (there always is). Uhm... The GtkTreeViewColumn KNOWS in which GtkTreeView it is (column->tree_view), so no need to use set_data, except for a "conceptual" design issue (it's not good to access internal data directly - this usually is due to a missing API function). BYtE, Diego. From cvatavu@skim.com Wed Jul 9 05:34:47 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from spf13.us4.outblaze.com (205-158-62-67.outblaze.com [205.158.62.67]) by mail.gnome.org (Postfix) with ESMTP id 2BF6718D4A for ; Wed, 9 Jul 2003 05:34:47 -0400 (EDT) Received: from 205-158-62-68.outblaze.com (205-158-62-68.outblaze.com [205.158.62.68]) by spf13.us4.outblaze.com (Postfix) with QMQP id E5563181AA21 for ; Wed, 9 Jul 2003 09:34:45 +0000 (GMT) Received: (qmail 63826 invoked from network); 9 Jul 2003 09:34:45 -0000 Received: from unknown (HELO ws5-7.us4.outblaze.com) (205.158.62.156) by 205-158-62-153.outblaze.com with SMTP; 9 Jul 2003 09:34:45 -0000 Received: (qmail 8858 invoked by uid 1001); 9 Jul 2003 09:36:04 -0000 Message-ID: <20030709093604.8855.qmail@skim.com> Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-Mailer: MIME-tools 5.41 (Entity 5.404) Received: from [163.242.237.119] by ws5-7.us4.outblaze.com with http for cvatavu@skim.com; Wed, 09 Jul 2003 17:36:03 +0800 From: "cvatavu ::skim.com::" To: gtk-list@gnome.org Date: Wed, 09 Jul 2003 17:36:03 +0800 Subject: win32 problems... X-Originating-Ip: 163.242.237.119 X-Originating-Server: ws5-7.us4.outblaze.com Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi list. I have tried for several days to use the giochannels in win32, but without any success. The thread that should receive data through the channel doesn't receive anything at all (gtk_main) and the sender thread block after some time (buffer full?). (I'm using g_io_add_watch on a channel created with g_io_channel_unix_new on a pipe fd[0].) Then I downloaded the glib-2.2.2 for win32. This one can't even create a channel on a pipe()d fd: GLib-WARNING **: giowin32.c:1500: 3 is neither a file descriptor or a socket At giowin32.c:1500 there's a fstat() which should return 0!!! Then I tried to compile glib-2.2.2 myself (using MSVC) but again no success. Where's _g_trio_printf defined anyway ? Is glib-2.2.2 compilable on Win32 (I'm using WinNT SP6) ? Finally, is there another portable way to signal gtk_main from another thread besides g_io_add_watch ? Please enlighten me, and please excuse me if this has been reported allready. Thanks, Calin -- _______________________________________________ Get your free email from http://mymail.skim.com From Tottimyong@netscape.net Wed Jul 9 06:59:56 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from imo-r01.mx.aol.com (imo-r01.mx.aol.com [152.163.225.97]) by mail.gnome.org (Postfix) with ESMTP id BD2D218329; Wed, 9 Jul 2003 06:59:55 -0400 (EDT) Received: from Tottimyong@netscape.net by imo-r01.mx.aol.com (mail_out_v36_r1.1.) id h.ed.93baab5 (16227); Wed, 9 Jul 2003 06:59:47 -0400 (EDT) Received: from netscape.net ([218.87.60.39]) by air-in02.mx.aol.com (v94.1) with ESMTP id MAILININ23-3f633f0bf5a063; Wed, 09 Jul 2003 06:59:46 -0400 Message-ID: <3F0BF549.50701@netscape.net> Date: Wed, 09 Jul 2003 18:58:17 +0800 From: myong User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-devel-list , gtk-list Subject: about transparent Content-Type: text/plain; charset=gb18030; format=flowed Content-Transfer-Encoding: 7bit X-Mailer: Unknown (No Version) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello, We know the gnome-terminal and xchat can display transparent effect that we can see the desktop background. I want to know how to use gtk to do it? From andrej.prsa@guest.arnes.si Wed Jul 9 11:32:37 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from rigljica.arnes.si (rigljica.arnes.si [193.2.1.82]) by mail.gnome.org (Postfix) with ESMTP id A51B31813B for ; Wed, 9 Jul 2003 11:32:37 -0400 (EDT) Received: from razor.arnes.si (razor.arnes.si [193.2.1.80]) by rigljica.arnes.si (Postfix) with ESMTP id DEA626E705 for ; Wed, 9 Jul 2003 17:32:36 +0200 (MEST) Received: from gemma (ar16-140i.dial-up.arnes.si [194.249.11.140]) by razor.arnes.si (Postfix) with SMTP id 9C8A33994C1 for ; Wed, 9 Jul 2003 17:32:34 +0200 (MEST) Date: Wed, 9 Jul 2003 17:00:47 +0200 From: Andrej Prsa To: GTK Mailing list Subject: Getting column index out of GtkTreeViewColumn Message-Id: <20030709170047.701f7173.andrej.prsa@guest.arnes.si> Organization: Faculty of Mathematics and Physics X-Mailer: Sylpheed version 0.9.3 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi! I really missed a function that would return the index of a GtkTreeViewColumn given as an argument, so I wrote (a very inefficient and probably even messy but functional) routine myself; maybe someone would use it too, so here it goes: gint gtk_tree_view_column_get_index (GtkTreeViewColumn *column) { GtkTreeView *tree = GTK_TREE_VIEW (column->tree_view); GList *cols = gtk_tree_view_get_columns (tree); int counter = 0; while (cols != NULL) { if (column == GTK_TREE_VIEW_COLUMN (cols->data)) { g_list_free (cols); return counter; } cols = cols->next; counter++; } g_list_free (cols); return -1; } Best regards, Andrej From mrroach@okmaybe.com Wed Jul 9 11:53:58 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from flamingo.mail.pas.earthlink.net (flamingo.mail.pas.earthlink.net [207.217.120.232]) by mail.gnome.org (Postfix) with ESMTP id E6A9818E12 for ; Wed, 9 Jul 2003 11:53:57 -0400 (EDT) Received: from user-0cald46.cable.mindspring.com ([24.170.180.134] helo=localhost) by flamingo.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 19aHGU-0001qU-00 for gtk-list@gnome.org; Wed, 09 Jul 2003 08:53:55 -0700 Received: from localhost ([127.0.0.1] helo=[192.168.150.13]) by localhost with asmtp (Exim 3.35 #1 (Debian)) id 19aHGT-0000T3-00 for ; Wed, 09 Jul 2003 10:53:53 -0500 Subject: incremental image scaling with gdkpixbuf From: Mark Roach To: gtk-list@gnome.org Content-Type: text/plain Message-Id: <1057765761.14173.58.camel@flmrroach> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 09 Jul 2003 11:49:21 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I am using gdkpixbuf to scale some very large tiff images and am running into performance issues on some slower computers. The most important goal is for users to be able to switch "pages" quickly, so my thought was to do something similar to EOG and perform a low quality scale (NEAREST, I guess) and queue the BILINEAR scale in an idle handler, but I am unsure how to do this. EOG seems to make use of libart for this, but libart seems linked to X and this is a windows application. Can anyone give me some pointers on how I might do this with just GdkPixbuf? Thanks, Mark Roach From bdkr@highsidecafe.com Wed Jul 9 18:20:11 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cedar.phpwebhosting.com (unknown [64.239.37.230]) by mail.gnome.org (Postfix) with SMTP id CBBC0180F5 for ; Wed, 9 Jul 2003 18:20:10 -0400 (EDT) Received: (qmail 7739 invoked by uid 454); 9 Jul 2003 22:20:10 -0000 Received: from unknown (HELO highsidecafe.com) (200.62.21.142) by cedar.phpwebhosting.com with SMTP; 9 Jul 2003 22:20:10 -0000 Message-ID: <3F0C93FF.6030107@highsidecafe.com> Date: Wed, 09 Jul 2003 18:15:27 -0400 From: BDKR Organization: Highside Cafe User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.2.1) Gecko/20030225 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: Configure woes Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I'm sorry if this is somehow stupid, but is anybody else expereincing a problem with the configuration script? The first problem appears (in other words, I really don't know :-^) to be at line 3353. 3353 and 3354 are below. PHP_GTK_ARG_ENABLE(debug, whether to include debugging symbols, --enable-debug Compile with debugging symbols., no) I commented both of them out and the script continued past without any complaint. However, I later see this... checking for working mkdir -p... yes mkdir: too few arguments Try `mkdir --help' for more information. It seems the script isn't passing something too the mkdir command, however, I'm at a loss to see what it is. Anybody have any knowledge of this problem? Cheers, BDKR From Murray.Cumming@Comneon.com Thu Jul 10 03:59:26 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mx-in-01.simplementehosting.net (mx-in-01.simplementehosting.net [66.216.79.177]) by mail.gnome.org (Postfix) with ESMTP id 33C5F18147 for ; Thu, 10 Jul 2003 03:59:26 -0400 (EDT) Received: from smtp1.infineon.com (smtp1.infineon.com [194.175.117.76]) by mx-in-01.simplementehosting.net (Postfix) with ESMTP id 98FF1234054 for ; Thu, 10 Jul 2003 02:59:24 -0500 (CDT) Received: from vihsx03a.vih.infineon.com (vih.ifx-mail3.com [172.31.163.97]) by smtp1.infineon.com (8.12.9/8.12.9) with ESMTP id h6A7w3mS006185; Thu, 10 Jul 2003 09:58:03 +0200 (MEST) Received: by vihsx03a.vih.infineon.com with Internet Mail Service (5.5.2653.19) id ; Thu, 10 Jul 2003 09:59:49 +0200 Message-ID: <258B0164D480D5118D900800062B3858011C5E20@vihsx09a.vih.infineon.com> From: Murray.Cumming@Comneon.com To: bdkr@highsidecafe.com, gtk-list@gnome.org Subject: RE: Configure woes Date: Thu, 10 Jul 2003 09:59:02 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > From: BDKR [mailto:bdkr@highsidecafe.com] > I'm sorry if this is somehow stupid, but is anybody else > expereincing a > problem with the configuration script? For GTK+? What version? What linux/unix distro are you using? > The first problem appears (in other words, I really don't > know :-^) to > be at line 3353. 3353 and 3354 are below. > > PHP_GTK_ARG_ENABLE(debug, whether to include debugging symbols, > --enable-debug Compile with debugging symbols., no) > > I commented both of them out and the script continued past > without any > complaint. However, I later see this... > > checking for working mkdir -p... yes > mkdir: too few arguments > Try `mkdir --help' for more information. > > It seems the script isn't passing something too the mkdir command, > however, I'm at a loss to see what it is. Anybody have any > knowledge of > this problem? Murray Cumming murrayc@usa.net www.murrayc.com Remember to use the "Reply To All" feature with mailing lists. From andrew@solvo.ru Thu Jul 10 04:40:17 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mx-in-01.simplementehosting.net (mx-in-01.simplementehosting.net [66.216.79.177]) by mail.gnome.org (Postfix) with ESMTP id B6AB01818F; Thu, 10 Jul 2003 04:40:17 -0400 (EDT) Received: from gate.solvo.ru (gate.solvo.ru [195.201.44.1]) by mx-in-01.simplementehosting.net (Postfix) with ESMTP id D8D69234056; Thu, 10 Jul 2003 03:40:02 -0500 (CDT) Received: from tiger.solvo.ru (IDENT:postfix@tiger.solvo.ru [195.201.44.204]) by gate.solvo.ru (8.11.6/8.11.6) with ESMTP id h6A8csO19109; Thu, 10 Jul 2003 12:38:54 +0400 Received: by tiger.solvo.ru (Postfix, from userid 504) id 12DA590701; Thu, 10 Jul 2003 12:38:48 +0400 (MSD) Received: from solvo.ru (phoenix.solvo.ru [195.201.44.78]) by tiger.solvo.ru (Postfix) with ESMTP id B214A90700; Thu, 10 Jul 2003 12:38:47 +0400 (MSD) Message-ID: <3F0D26FC.3080601@solvo.ru> Date: Thu, 10 Jul 2003 12:42:36 +0400 From: "Andrew E. Makeev" Organization: Solvo Ltd. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225 X-Accept-Language: ru, en MIME-Version: 1.0 To: gtkmm-main , GTK-MAIN Subject: How to remove child_anchor from TextView? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Milter: Spamilter Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi all, How could I remove child_anchor from TextView buffer? I've tried that way: Gtk::TextIter iter = textBuffer->get_iter_at_child_anchor (myAnchor); textBuffer->erase (iter, iter); Any suggestion? Hopefully, I will get answer from GTKMM list... thanks in advance, -andrew From salonj@hotmail.com Thu Jul 10 04:40:23 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mx-in-01.simplementehosting.net (mx-in-01.simplementehosting.net [66.216.79.177]) by mail.gnome.org (Postfix) with ESMTP id 9FF9B1818F for ; Thu, 10 Jul 2003 04:40:23 -0400 (EDT) Received: from hotmail.com (bay7-f75.bay7.hotmail.com [64.4.11.75]) by mx-in-01.simplementehosting.net (Postfix) with ESMTP id C1450234054 for ; Thu, 10 Jul 2003 03:40:12 -0500 (CDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 10 Jul 2003 01:39:48 -0700 Received: from 219.140.158.53 by by7fd.bay7.hotmail.msn.com with HTTP; Thu, 10 Jul 2003 08:39:48 GMT X-Originating-IP: [219.140.158.53] X-Originating-Email: [salonj@hotmail.com] From: "salon j" To: gtk-list@gnome.org Subject: help....,urgent Date: Thu, 10 Jul 2003 08:39:48 +0000 Mime-Version: 1.0 Content-Type: text/plain; charset=gb2312; format=flowed Message-ID: X-OriginalArrivalTime: 10 Jul 2003 08:39:48.0699 (UTC) FILETIME=[D2918AB0:01C346BE] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: when i use gdk_pixmap_create_from_xpm()create pixmap, i return the NULL value. why, before i use i had unref the pixmap. _________________________________________________________________ ÓëÁª»úµÄÅóÓѽøÐн»Á÷£¬ÇëʹÓà MSN Messenger: http://messenger.msn.com/cn From bdkr@highsidecafe.com Thu Jul 10 08:00:11 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cedar.phpwebhosting.com (unknown [64.239.37.230]) by mail.gnome.org (Postfix) with SMTP id 03CD9182BD for ; Thu, 10 Jul 2003 08:00:11 -0400 (EDT) Received: (qmail 27562 invoked by uid 454); 10 Jul 2003 12:00:08 -0000 Received: from unknown (HELO highsidecafe.com) (200.62.21.142) by cedar.phpwebhosting.com with SMTP; 10 Jul 2003 12:00:08 -0000 Message-ID: <3F0D542F.6090005@highsidecafe.com> Date: Thu, 10 Jul 2003 07:55:27 -0400 From: BDKR Organization: Highside Cafe User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.2.1) Gecko/20030225 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Murray.Cumming@Comneon.com Cc: gtk-list@gnome.org Subject: Re: Configure woes References: <258B0164D480D5118D900800062B3858011C5E20@vihsx09a.vih.infineon.com> In-Reply-To: <258B0164D480D5118D900800062B3858011C5E20@vihsx09a.vih.infineon.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Murray.Cumming@Comneon.com wrote: >>From: BDKR [mailto:bdkr@highsidecafe.com] >>I'm sorry if this is somehow stupid, but is anybody else >>expereincing a >>problem with the configuration script? >> >> > >For GTK+? What version? > >What linux/unix distro are you using? > > > >>The first problem appears (in other words, I really don't >>know :-^) to >>be at line 3353. 3353 and 3354 are below. >> >>PHP_GTK_ARG_ENABLE(debug, whether to include debugging symbols, >>--enable-debug Compile with debugging symbols., no) >> >>I commented both of them out and the script continued past >>without any >>complaint. However, I later see this... >> >>checking for working mkdir -p... yes >>mkdir: too few arguments >>Try `mkdir --help' for more information. >> >>It seems the script isn't passing something too the mkdir command, >>however, I'm at a loss to see what it is. Anybody have any >>knowledge of >>this problem? >> >> > >Murray Cumming >murrayc@usa.net >www.murrayc.com >Remember to use the "Reply To All" feature with mailing lists. >_______________________________________________ >gtk-list mailing list >gtk-list@gnome.org >http://mail.gnome.org/mailman/listinfo/gtk-list > > > > Sorry about not supplying version info. RH9 and PHP-GTK 0.5.2 Cheers, BDKR From yanggolf@yeah.net Thu Jul 10 08:11:54 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from yeah.net (unknown [202.108.36.216]) by mail.gnome.org (Postfix) with SMTP id E6E7C1810A for ; Thu, 10 Jul 2003 08:11:53 -0400 (EDT) Received: from jetta (unknown [61.233.7.119]) by 192.168.1.216 (Coremail) with SMTP id T3wGAAdYDT9cAAd3.1 for ; Thu, 10 Jul 2003 20:11:52 +0800 (CST) X-Originating-IP: [61.233.7.119] From: "yangxiaoli" To: gdk-list Subject: gdk_gc_set_line_attribute does not work X-mailer: Foxmail 4.2 [cn] Mime-Version: 1.0 Content-Type: text/plain; charset="GB2312" Content-Transfer-Encoding: 7bit Date: Thu, 10 Jul 2003 20:10:8 +0800 Message-Id: <20030710121153.E6E7C1810A@mail.gnome.org> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: in my program I want to draw wide line ,but the wide of line drawed is only 1,not the value I set using "gdk_gc_set_line_attribute" why? GdkDrawable *pixmap; .... gc = gdk_gc_new (pixmap); gdk_gc_set_foreground(gc, (GdkColor *)color); gdk_gc_set_line_attributes(gc,9, GDK_LINE_SOLID,0,0); ... ========================= yangxiaoli yanggolf@yeah.net 2003-07-10 From Murray.Cumming@Comneon.com Thu Jul 10 08:16:54 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp1.infineon.com (smtp1.infineon.com [194.175.117.76]) by mail.gnome.org (Postfix) with ESMTP id C25481832A for ; Thu, 10 Jul 2003 08:16:53 -0400 (EDT) Received: from vihsx03a.vih.infineon.com (vih.ifx-mail3.com [172.31.163.97]) by smtp1.infineon.com (8.12.9/8.12.9) with ESMTP id h6ACFrmS025320; Thu, 10 Jul 2003 14:15:53 +0200 (MEST) Received: by vihsx03a.vih.infineon.com with Internet Mail Service (5.5.2653.19) id ; Thu, 10 Jul 2003 14:17:38 +0200 Message-ID: <258B0164D480D5118D900800062B3858011C5E45@vihsx09a.vih.infineon.com> From: Murray.Cumming@Comneon.com To: bdkr@highsidecafe.com Cc: gtk-list@gnome.org Subject: RE: Configure woes Date: Thu, 10 Jul 2003 14:16:51 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > Sorry about not supplying version info. > > RH9 and PHP-GTK 0.5.2 Isn't there a PHP-GTK mailing list? Murray Cumming murrayc@usa.net www.murrayc.com Remember to use the "Reply To All" feature with mailing lists. From bdkr@highsidecafe.com Thu Jul 10 08:23:55 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cedar.phpwebhosting.com (unknown [64.239.37.230]) by mail.gnome.org (Postfix) with SMTP id 8DE9D1831F for ; Thu, 10 Jul 2003 08:23:55 -0400 (EDT) Received: (qmail 29880 invoked by uid 454); 10 Jul 2003 12:23:53 -0000 Received: from unknown (HELO highsidecafe.com) (200.62.21.142) by cedar.phpwebhosting.com with SMTP; 10 Jul 2003 12:23:53 -0000 Message-ID: <3F0D59C1.1000700@highsidecafe.com> Date: Thu, 10 Jul 2003 08:19:13 -0400 From: BDKR Organization: Highside Cafe User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.2.1) Gecko/20030225 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Murray.Cumming@Comneon.com Cc: gtk-list@gnome.org Subject: Re: Configure woes References: <258B0164D480D5118D900800062B3858011C5E45@vihsx09a.vih.infineon.com> In-Reply-To: <258B0164D480D5118D900800062B3858011C5E45@vihsx09a.vih.infineon.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Murray.Cumming@Comneon.com wrote: >>Sorry about not supplying version info. >> >>RH9 and PHP-GTK 0.5.2 >> >> > >Isn't there a PHP-GTK mailing list? > >Murray Cumming >murrayc@usa.net >www.murrayc.com >Remember to use the "Reply To All" feature with mailing lists. > > > > I followed a sign up process on gtk.php.net. I must have mis-grokked something. Sorrry about that. I'll check again. Cheers, BDKR From Nicholas.Gortari@gdds.com Thu Jul 10 15:55:09 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from az25ege01.gd-decisionsystems.com (mail.gdds.com [63.226.32.21]) by mail.gnome.org (Postfix) with SMTP id 5C33718714 for ; Thu, 10 Jul 2003 15:55:08 -0400 (EDT) Received: from az25egi01.gddsi.com ([10.240.12.60]) by az25ege01 with InterScan Messaging Security Suite; Thu, 10 Jul 2003 12:59:19 -0700 Received: from az25exf01.gddsi.com ([10.240.12.50]) by 10.240.12.60 with InterScan Messaging Security Suite; Thu, 10 Jul 2003 12:51:23 -0700 Received: from AZ25EXM01N2.gddsi.com ([10.240.12.42]) by az25exf01.gddsi.com with Microsoft SMTPSVC(5.0.2195.5329); Thu, 10 Jul 2003 12:52:34 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: Internal Data Date: Thu, 10 Jul 2003 12:52:33 -0700 Message-ID: <5F5C6B5ACAB8CE4E8BB6D37A18CD45590264ABF7@AZ25EXM01N2.gddsi.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Internal Data Thread-Index: AcNHHM5De4l0a5YXTYuwSdVN+WdxCw== From: "Gortari Nicholas-p56512" To: X-OriginalArrivalTime: 10 Jul 2003 19:52:34.0348 (UTC) FILETIME=[CE5EC6C0:01C3471C] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Is there any way to add a widget or some sort of object to a window that = will hold internal/hidden data? I am writing a dialog that receives an = integer value on creation and then passes that same value to a = on_button_clicked callback. Ideas? From douglas@camelot.mssm.edu Thu Jul 10 16:14:10 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from camelot.mssm.edu (camelot.mssm.edu [146.203.28.32]) by mail.gnome.org (Postfix) with ESMTP id BDE3318440 for ; Thu, 10 Jul 2003 16:14:09 -0400 (EDT) Received: from SPIKE2 ([146.203.2.154]) by camelot.mssm.edu (8.11.6/8.11.2) with SMTP id h6AJsgD16729 for ; Thu, 10 Jul 2003 15:54:42 -0400 Message-ID: <001101c3471f$df388f50$9a02cb92@SPIKE2> From: "Doug Ehlenberger" To: Subject: g_type_class_unref() Date: Thu, 10 Jul 2003 16:14:27 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000E_01C346FE.562FDA40" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is a multi-part message in MIME format. ------=_NextPart_000_000E_01C346FE.562FDA40 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Can anyone explain the usage of g_type_class_unref()? I need to clean up = dynamically allocated memory within class structures. Thanks.=20 Doug ------=_NextPart_000_000E_01C346FE.562FDA40 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Can anyone explain the usage of=20 g_type_class_unref()? I need to clean up dynamically allocated memory = within=20 class structures. Thanks.
 
Doug
------=_NextPart_000_000E_01C346FE.562FDA40-- From david@davemalcolm.demon.co.uk Thu Jul 10 18:11:02 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from anchor-post-39.mail.demon.net (anchor-post-39.mail.demon.net [194.217.242.80]) by mail.gnome.org (Postfix) with ESMTP id 01145186AD for ; Thu, 10 Jul 2003 18:11:01 -0400 (EDT) Received: from davemalcolm.demon.co.uk ([80.177.172.172] helo=[192.168.0.2]) by anchor-post-39.mail.demon.net with esmtp (Exim 3.36 #2) id 19ajcw-0005oQ-0U; Thu, 10 Jul 2003 23:10:58 +0100 Subject: Re: Internal Data From: Dave Malcolm To: Gortari Nicholas-p56512 Cc: gtk-list@gnome.org In-Reply-To: <5F5C6B5ACAB8CE4E8BB6D37A18CD45590264ABF7@AZ25EXM01N2.gddsi.com> References: <5F5C6B5ACAB8CE4E8BB6D37A18CD45590264ABF7@AZ25EXM01N2.gddsi.com> Content-Type: text/plain Organization: Message-Id: <1057878739.2203.2021.camel@shirehorse1> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-5) Date: 10 Jul 2003 23:12:20 +0000 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Thu, 2003-07-10 at 19:52, Gortari Nicholas-p56512 wrote: > Is there any way to add a widget or some sort of object to a window that will hold internal/hidden data? I am writing a dialog that receives an integer value on creation and then passes that same value to a on_button_clicked callback. Ideas? You have at least three options: (i) Set the data as the user_data when you connect to the signal; it will get passed as a parameter to the callback - though only to that callback. (ii) If the data is shared between multiple callbacks, you can attach it as generic data to the dialog. Under GTK 2.* , look at g_object_set_data and g_object_get_data; under GTK 1.*, look at gtk_object_set_data, gtk_object_get_data (IIRC). This is good if you've got data shared between several callbacks. (iii) Create a custom dialog subclass. Do this if you've got lots of data, with complicated semantics. But it can be pain. I tend to go for method (ii) Good luck! Dave Malcolm From decio.alex@bol.com.br Thu Jul 10 23:00:38 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from sankara1.bol.com.br (sankara1.bol.com.br [200.221.24.109]) by mail.gnome.org (Postfix) with ESMTP id B4F53187B4 for ; Thu, 10 Jul 2003 23:00:37 -0400 (EDT) Received: from thot (unknown [172.26.5.200]) by sankara1.bol.com.br (Postfix) with SMTP id DAFC47D48 for ; Fri, 11 Jul 2003 00:00:32 -0300 (BRT) Message-ID: <001b01c34759$6e1a88c0$0100a8c0@thot> From: "Decio Alexandre" To: Subject: GTK and PHP Web Applications Date: Thu, 10 Jul 2003 23:56:39 -0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0009_01C3473E.E78ABEC0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Sender-IP: 200.149.11.43 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is a multi-part message in MIME format. ------=_NextPart_000_0009_01C3473E.E78ABEC0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi everyone! My name is Decio and i am new to the list as well as to PHP GTK. I live = in Brazil and I am primarily a designer but do love to do some = programing in my spare time. Well I have a question, and maybe you can help me. Me and my fiancee have been developping a web application to help = technicians manage their clients over the web. We are just about a week = or so from finishing it, just for the fun of it, actually. Well the = thing is that a few days ago her brother asked us if there was a way to = use this application offline, like a windows application. That's when I came to try and discover what PHP GTk was all about and i = have just loved it. But I am wondering if there's any way I can port my = application when it's finished to PHP GTk, or if I will have to do the = job all over again. In any of the two situations, what are the main aspects I should = consider and have to keep in mind before doing it? variable, functions, = MySQL interaction and all? Is there any tools in the web that could help = me do the work? Thanks for your help. D=E9cio --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.497 / Virus Database: 296 - Release Date: 04/07/03 ------=_NextPart_000_0009_01C3473E.E78ABEC0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi everyone!
 
My name is Decio and i am new to the = list as well=20 as to PHP GTK. I live in Brazil and I am primarily a designer but do = love to do=20 some programing in my spare time.
 
Well I have a question, and maybe you = can help=20 me.
 
Me and my fiancee have been = developping a web=20 application to help technicians manage their clients over the web. We = are just=20 about a week or so from finishing it, just for the fun of it, actually. = Well the=20 thing is that a few days ago her brother asked us if there was a way to = use this=20 application offline, like a windows application.
 
That's when I came to try and discover = what PHP GTk=20 was all about and i have just loved it. But I am wondering if there's = any way I=20 can port my application when it's finished to PHP GTk, or if I will have = to do=20 the job all over again.
 
In any of the two situations, what are = the main=20 aspects I should consider and have to keep in mind before doing it? = variable,=20 functions, MySQL interaction and all? Is there any tools in the web that = could=20 help me do the work?
 
Thanks for your help.
 
D=E9cio
 

---
Outgoing mail is certified = Virus=20 Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: = 6.0.497 /=20 Virus Database: 296 - Release Date: 04/07/03
------=_NextPart_000_0009_01C3473E.E78ABEC0-- From david.hansen@gmx.net Fri Jul 11 07:20:49 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mail.gnome.org (Postfix) with SMTP id B4FB618A2E for ; Fri, 11 Jul 2003 07:20:48 -0400 (EDT) Received: (qmail 16778 invoked by uid 65534); 11 Jul 2003 11:20:47 -0000 Received: from pD9E76EF7.dip.t-dialin.net (EHLO robotron.kosmorama) (217.231.110.247) by mail.gmx.net (mp002) with SMTP; 11 Jul 2003 13:20:47 +0200 Received: from dhansen by robotron.kosmorama with local (Exim 3.35 #1 (Debian)) id 19avxF-0000fN-00 for ; Fri, 11 Jul 2003 13:20:45 +0200 Date: Fri, 11 Jul 2003 13:20:45 +0200 From: David Hansen To: gtk-list@gnome.org Subject: Re: GTK and PHP Web Applications Message-ID: <20030711112045.GA872@robotron.ath.cx> Mail-Followup-To: gtk-list@gnome.org References: <001b01c34759$6e1a88c0$0100a8c0@thot> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="AhhlLboLdkugWU4S" Content-Disposition: inline In-Reply-To: <001b01c34759$6e1a88c0$0100a8c0@thot> User-Agent: Mutt/1.5.4i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --AhhlLboLdkugWU4S Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Jul 10 at 4:56+0200 Decio Alexandre wrote: > Me and my fiancee have been developping a web application to help technicians > manage their clients over the web. We are just about a week or so from > finishing it, just for the fun of it, actually. Well the thing is that a few > days ago her brother asked us if there was a way to use this application > offline, like a windows application. Why not just installing a local Web Server? David --AhhlLboLdkugWU4S Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/Dp2Nv64TGJeASRURAkl4AKCl6r3pK4ecHYSDqgatsNEx0xxHIgCfWJSf NTBTPGx803xA5RnAPgoFtVU= =HEB7 -----END PGP SIGNATURE----- --AhhlLboLdkugWU4S-- From decio.osiris@bol.com.br Fri Jul 11 13:03:18 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from sidney6.bol.com.br (sidney6.bol.com.br [200.221.24.124]) by mail.gnome.org (Postfix) with ESMTP id 6185918639 for ; Fri, 11 Jul 2003 13:03:12 -0400 (EDT) Received: from bol.com.br (200.221.24.138) by sidney6.bol.com.br (5.1.071) id 3EF03383001C1D24 for gtk-list@gnome.org; Fri, 11 Jul 2003 14:03:05 -0300 Date: Fri, 11 Jul 2003 14:03:05 -0300 Message-Id: Subject: Re:gtk-list digest, Vol 1 #1605 - 5 msgs MIME-Version: 1.0 Content-Type: text/plain;charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable From: "decio.osiris" To: gtk-list@gnome.org X-XaM3-API-Version: 2.4 R3 ( B4 ) X-SenderIP: 200.148.50.137 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: For the Moderators, I am a member of this list, but every time I try to send a message I get a reply saying I am not a member.. what is wrong? David... The problem is that, if this application starts paying off all the time we spent on it and we sell it to anyone it will be really a nightmare to install a web server, a MySql server and the php in there and hope that nothing ever goes wrong. Am I not right? So that`s when I begun wondering if php gtk was something worth studying and developping in. Thanks in advance. Decio > > Message: 5 > Date: Fri, 11 Jul 2003 13:20:45 +0200 > From: David Hansen > To: gtk-list@gnome.org > Subject: Re: GTK and PHP Web Applications > > On Thu, Jul 10 at 4:56+0200 Decio Alexandre wrote: > > Me and my fiancee have been developping a web applicat ion to help technicians > > manage their clients over the web. We are just about a week or so from > > finishing it, just for the fun of it, actually. Well t he thing is that a few > > days ago her brother asked us if there was a way to us e this application > > offline, like a windows application. > > Why not just installing a local Web Server? > > David > __________________________________________________________________________ Acabe com aquelas janelinhas que pulam na sua tela. AntiPop-up UOL - =C9 gr=E1tis! http://antipopup.uol.com.br/ From number6@ip120.gte16.rb1.bel.nwlink.com Fri Jul 11 13:34:59 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from ip120.gte16.rb1.bel.nwlink.com (ip120.gte16.rb1.bel.nwlink.com [207.202.156.120]) by mail.gnome.org (Postfix) with ESMTP id 396FE18690 for ; Fri, 11 Jul 2003 13:34:59 -0400 (EDT) Received: from localhost (number6@localhost) by ip120.gte16.rb1.bel.nwlink.com (8.9.3/8.9.3) with ESMTP id KAA19602; Fri, 11 Jul 2003 10:34:57 -0700 Date: Fri, 11 Jul 2003 10:34:56 -0700 (PDT) From: "no6@pobox.com" X-Sender: number6@robin.cybersafe.com To: gtk-list@gnome.org Cc: "decio.osiris" Subject: Re:gtk-list digest, Vol 1 #1605 - 5 msgs In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Fri, 11 Jul 2003, decio.osiris wrote: > For the Moderators, I am a member of this list, but every > time I try to send a message I get a reply saying I am > not a member.. what is wrong? > > > David... > David: I had the same trouble for quite a long time. My trouble was the e-mail address I registered did not match the one I was posting to the list with. My public address is no6@pobox.com, but this is NOT the address my mail sent from. Once I registered the address my outbound mail is sent from with the gtk-list, my posts then worked without requiring moderator intervention. Perhaps you have something similar occuring? Adam --- Adam Bernstein no6@pobox.com http://mpgedit.org/~number6 "Who are you? The new Number 2. Who is Number 1? You are, Number 6. I am not a number, I am a free man! Aha ha ha ha ha..." Key fingerprint = DD 2B 08 4C 51 B6 2B FF 18 41 84 E8 93 8A 27 8D From otaylor@redhat.com Fri Jul 11 14:30:58 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 06A6418113 for ; Fri, 11 Jul 2003 14:30:58 -0400 (EDT) Received: from poincare.devel.redhat.com (poincare.devel.redhat.com [172.16.58.30]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h6BITvK18442; Fri, 11 Jul 2003 14:29:57 -0400 Subject: Re: Re:gtk-list digest, Vol 1 #1605 - 5 msgs From: Owen Taylor To: "decio.osiris" Cc: gtk-list@gnome.org In-Reply-To: References: Content-Type: text/plain Message-Id: <1057948196.13280.27.camel@poincare.devel.redhat.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.92 (1.3.92-1) (Preview Release) Date: 11 Jul 2003 14:29:57 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Fri, 2003-07-11 at 13:03, decio.osiris wrote: > For the Moderators, I am a member of this list, but every > time I try to send a message I get a reply saying I am > not a member.. what is wrong? I bet that this message went through without moderation. The message you sent yesterday was from decio.alex@bol.com.br, which doesn't match your subscription address. http://mail.gnome.org/mailman/listinfo/post-only may be useful if you want to be able to post from multiple addresses. Regards, Owen From umesh@analytica-india.com Sat Jul 12 03:31:51 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from analytica-india.com (unknown [216.117.186.134]) by mail.gnome.org (Postfix) with ESMTP id D9E3218902 for ; Sat, 12 Jul 2003 03:31:50 -0400 (EDT) Received: from rhea (analytica.co.in [202.9.170.3]) by analytica-india.com (8.12.9/8.12.8) with SMTP id h6C7VgB3022999 for ; Sat, 12 Jul 2003 03:31:48 -0400 Message-ID: <003601c34847$5eaa1ab0$8001a8c0@milkyway.analytica.co.in> From: "umesh" To: Date: Sat, 12 Jul 2003 12:59:39 +0530 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_002D_01C34875.742FD090" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Subject: (no subject) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is a multi-part message in MIME format. ------=_NextPart_000_002D_01C34875.742FD090 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi,=20 I have designed GUI in wGLADE2. I am able to open source files = generated by glade in devC++. Problem is i am unable to create source = files in .cpp. In project options .C++ option is disabled. The only = available option is .C. Could u please help me in this regard. Regards Umesh ------=_NextPart_000_002D_01C34875.742FD090 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
 I have designed GUI in wGLADE2. I = am able to=20 open source files generated by glade in devC++. Problem is i am unable = to create=20 source files in .cpp. In project options .C++ option is disabled. The = only=20 available option is .C. Could u please help me in this = regard.
 
Regards
Umesh
------=_NextPart_000_002D_01C34875.742FD090-- From andrej.prsa@guest.arnes.si Sat Jul 12 05:27:37 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from rigljica.arnes.si (rigljica.arnes.si [193.2.1.82]) by mail.gnome.org (Postfix) with ESMTP id BF4EA18105 for ; Sat, 12 Jul 2003 05:27:36 -0400 (EDT) Received: from razor.arnes.si (razor.arnes.si [193.2.1.80]) by rigljica.arnes.si (Postfix) with ESMTP id E96616E98E for ; Sat, 12 Jul 2003 11:27:35 +0200 (MEST) Received: from gemma (ar16-369i.dial-up.arnes.si [194.249.20.73]) by razor.arnes.si (Postfix) with SMTP id 8FCA239941C for ; Sat, 12 Jul 2003 11:27:33 +0200 (MEST) Date: Sat, 12 Jul 2003 11:25:43 +0200 From: Andrej Prsa To: GTK Mailing list Subject: GtkCellEditable or a better way? Message-Id: <20030712112543.4d30d2dc.andrej.prsa@guest.arnes.si> Organization: Faculty of Mathematics and Physics X-Mailer: Sylpheed version 0.9.3 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi! I'm still struggling with GtkTreeView & co. I'm going to explain my problem and then perhaps someone may drop a hint... I need a GtkListStore of six columns: 1 ... a string (filter name) 2 ... a checkbox (should data be plotted) 3 ... a checkbox (should lines be drawn) 4 ... a pixbuf (choose the data color) 5 ... a pixbuf (choose the line color) 6 ... a double (vertical offset) These columns should be editable - the user should be able to change them directly within GtkTreeView. So far I have tried to create only the first two columns to get at least the toggle button working. I tried it like this: plot_lc_data_info_list_store = gtk_list_store_new (2, G_TYPE_STRING, G_TYPE_BOOLEAN); plot_lc_data_info_list_table = gtk_tree_view_new_with_model (GTK_TREE_MODEL (plot_lc_data_info_list_store)); plot_lc_data_info_list_renderer_text = gtk_cell_renderer_text_new (); plot_lc_data_info_list_renderer_toggle = gtk_cell_renderer_toggle_new (); plot_lc_data_info_list_column_1 = gtk_tree_view_column_new (); gtk_tree_view_column_set_alignment (plot_lc_data_info_list_column_1, 0.5); gtk_tree_view_column_set_title (plot_lc_data_info_list_column_1, "Filter"); gtk_tree_view_column_pack_start (plot_lc_data_info_list_column_1, plot_lc_data_info_list_renderer_text, FALSE); gtk_tree_view_column_add_attribute (plot_lc_data_info_list_column_1, plot_lc_data_info_list_renderer_text, "text", 0); gtk_tree_view_column_set_resizable (plot_lc_data_info_list_column_1, TRUE); gtk_tree_view_append_column (GTK_TREE_VIEW (plot_lc_data_info_list_table), plot_lc_data_info_list_column_1); plot_lc_data_info_list_column_2 = gtk_tree_view_column_new (); g_object_set_data (G_OBJECT (PHOEBE), "plot_lc_data_info_list_column_2", plot_lc_data_info_list_column_2); gtk_tree_view_column_set_alignment (plot_lc_data_info_list_column_2, 0.5); gtk_tree_view_column_set_title (plot_lc_data_info_list_column_2, "Plot experimental?"); gtk_tree_view_column_pack_start (plot_lc_data_info_list_column_2, plot_lc_data_info_list_renderer_toggle, FALSE); gtk_tree_view_column_add_attribute (plot_lc_data_info_list_column_2, plot_lc_data_info_list_renderer_toggle, "activatable", 1); gtk_tree_view_column_set_resizable (plot_lc_data_info_list_column_2, TRUE); gtk_tree_view_append_column (GTK_TREE_VIEW (plot_lc_data_info_list_table), plot_lc_data_info_list_column_2); gtk_list_store_append (plot_lc_data_info_list_store, &iter); gtk_list_store_set (plot_lc_data_info_list_store, &iter, 0, "Filter name", -1); gtk_list_store_set (plot_lc_data_info_list_store, &iter, 1, TRUE, -1); (I apologize for WAY too long lines above). This works in showing the rows properly, but I don't have a clue on how to make a checkbox editable. Help? Thanks, Andrej From manuel.op.de.coul@eon-benelux.com Sat Jul 12 09:17:45 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp.eon-benelux.com (unknown [137.174.153.60]) by mail.gnome.org (Postfix) with ESMTP id A25021816A for ; Sat, 12 Jul 2003 09:17:44 -0400 (EDT) Received: from SRV25.office.novaterra.nl ([137.174.153.68]) by smtp.eon-benelux.com with Microsoft SMTPSVC(5.0.2195.4453); Sat, 12 Jul 2003 15:17:06 +0200 Received: from Unknown [137.174.112.70] by SRV25.office.novaterra.nl - SurfControl E-mail Filter (4.6); Saturday, 12 July 2003, 15:17:42 Message-ID: From: "Manuel Op de Coul" To: gtk-list@gnome.org Date: Sat, 12 Jul 2003 15:17:39 +0200 Subject: Vscale MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Lotus Notes Release 5.0.3 (Intl) 21 March 2000 X-MIMETrack: Serialize by Router on domino2/EZH(Release 5.0.8 |June 18, 2001) at 07/12/2003 03:17:42 PM X-OriginalArrivalTime: 12 Jul 2003 13:17:06.0078 (UTC) FILETIME=[E40B9BE0:01C34877] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I recently started replacing Gtk 1.2 with Gtk 2.2 and I thought the problem of GtkVscale only working the opposite way (up=lower) was solved, but I don't see how this works? I'd like it to work the straight way: up=higher. Thanks, Manuel From randhol@pvv.org Sat Jul 12 10:26:41 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from kiuk0152.chembio.ntnu.no (kiuk0152.chembio.ntnu.no [129.241.83.78]) by mail.gnome.org (Postfix) with ESMTP id 5317118A39 for ; Sat, 12 Jul 2003 10:26:41 -0400 (EDT) Received: from randhol by kiuk0152.chembio.ntnu.no with local (Exim 3.35 #1 (Debian)) id 19bLKX-0001TA-00; Sat, 12 Jul 2003 16:26:29 +0200 Date: Sat, 12 Jul 2003 16:26:28 +0200 From: Preben Randhol To: Manuel Op de Coul Cc: gtk-list@gnome.org Subject: Re: Vscale Message-ID: <20030712142628.GC5201@pvv.org> Mail-Followup-To: Manuel Op de Coul , gtk-list@gnome.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.3.28i Organization: PVV Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Manuel Op de Coul wrote on 12/07/2003 (15:19) : > I recently started replacing Gtk 1.2 with Gtk 2.2 and I thought > the problem of GtkVscale only working the opposite way (up=lower) > was solved, but I don't see how this works? I'd like it to work > the straight way: up=higher. Can you switch start and end points? -- Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 -- «For me, Ada95 puts back the joy in programming.» From number6@ip120.gte16.rb1.bel.nwlink.com Sat Jul 12 11:27:40 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from ip120.gte16.rb1.bel.nwlink.com (ip120.gte16.rb1.bel.nwlink.com [207.202.156.120]) by mail.gnome.org (Postfix) with ESMTP id A69B618A5E for ; Sat, 12 Jul 2003 11:27:39 -0400 (EDT) Received: from localhost (number6@localhost) by ip120.gte16.rb1.bel.nwlink.com (8.9.3/8.9.3) with ESMTP id IAA23857 for ; Sat, 12 Jul 2003 08:27:36 -0700 Date: Sat, 12 Jul 2003 08:27:35 -0700 (PDT) From: "no6@pobox.com" X-Sender: number6@robin.cybersafe.com To: gtk-list@gnome.org Subject: Making menu item unselectable Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: How do I make a menu item that appears on a menu not selectable? I want it to be in that half visable, grayed out state, but you can't select that menu item. I also need to be able to change its state back to selectable. There must be a property that controls this, but I can't seem to find it. Thanks, Adam --- Adam Bernstein no6@pobox.com http://mpgedit.org/~number6 "Who are you? The new Number 2. Who is Number 1? You are, Number 6. I am not a number, I am a free man! Aha ha ha ha ha..." Key fingerprint = DD 2B 08 4C 51 B6 2B FF 18 41 84 E8 93 8A 27 8D From otaylor@redhat.com Sat Jul 12 11:31:30 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id C2F0A18A58 for ; Sat, 12 Jul 2003 11:31:29 -0400 (EDT) Received: from vpn50-42.rdu.redhat.com (vpn50-42.rdu.redhat.com [172.16.50.42]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h6CFVRK07193; Sat, 12 Jul 2003 11:31:28 -0400 Subject: Re: Vscale From: Owen Taylor To: Manuel Op de Coul Cc: gtk-list@gnome.org In-Reply-To: References: Content-Type: text/plain Organization: Message-Id: <1058023858.8475.57.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-0) Date: 12 Jul 2003 11:30:58 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Sat, 2003-07-12 at 09:17, Manuel Op de Coul wrote: > I recently started replacing Gtk 1.2 with Gtk 2.2 and I thought > the problem of GtkVscale only working the opposite way (up=lower) > was solved, but I don't see how this works? I'd like it to work > the straight way: up=higher. void gtk_range_set_inverted (GtkRange *range, gboolean setting); Regards, Owen From nlevitt@columbia.edu Sat Jul 12 11:36:13 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from computer.cc.columbia.edu (computer.cc.columbia.edu [128.59.31.237]) by mail.gnome.org (Postfix) with ESMTP id 0E4BF18798 for ; Sat, 12 Jul 2003 11:36:13 -0400 (EDT) Received: from nlevitt by computer.cc.columbia.edu with local (Exim 3.36 #1) id 19bMPv-0004tu-00; Sat, 12 Jul 2003 11:36:07 -0400 Date: Sat, 12 Jul 2003 11:36:07 -0400 From: Noah Levitt To: "no6@pobox.com" Cc: gtk-list@gnome.org Subject: Re: Making menu item unselectable Message-ID: <20030712153607.GA18829@columbia.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Secret-NSA-Message-ID: 3b026257dfe9ed894171dbbb76f5b2ba User-Agent: Mutt/1.5.4i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: gtk_widget_set_sensitive? On Sat, Jul 12, 2003 at 8:27:35 -0700, no6@pobox.com wrote: > How do I make a menu item that appears on a menu not selectable? I want > it to be in that half visable, grayed out state, but you can't select > that menu item. I also need to be able to change its state back to > selectable. There must be a property that controls this, but I can't seem > to find it. > > Thanks, > Adam From sandmann@daimi.au.dk Sat Jul 12 11:40:15 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from localhost.localdomain (unknown [62.199.202.21]) by mail.gnome.org (Postfix) with ESMTP id 06F47188C0 for ; Sat, 12 Jul 2003 11:40:14 -0400 (EDT) Received: (from ssp@localhost) by localhost.localdomain (8.11.6/8.11.6) id h6CFpL901624; Sat, 12 Jul 2003 17:51:21 +0200 X-Authentication-Warning: localhost.localdomain: ssp set sender to sandmann@daimi.au.dk using -f Subject: Re: Making menu item unselectable From: Soeren Sandmann To: "no6@pobox.com" Cc: gtk-list@gnome.org In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1058025081.1551.0.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 12 Jul 2003 17:51:21 +0200 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Sat, 2003-07-12 at 17:27, no6@pobox.com wrote: > How do I make a menu item that appears on a menu not selectable? I want > it to be in that half visable, grayed out state, but you can't select > that menu item. I also need to be able to change its state back to > selectable. There must be a property that controls this, but I can't seem > to find it. Use gtk_widget_set_sensitive (GTK_WIDGET (menu_item), FALSE)); Soeren From number6@ip120.gte16.rb1.bel.nwlink.com Sat Jul 12 11:45:19 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from ip120.gte16.rb1.bel.nwlink.com (ip120.gte16.rb1.bel.nwlink.com [207.202.156.120]) by mail.gnome.org (Postfix) with ESMTP id DD07F18A45 for ; Sat, 12 Jul 2003 11:45:18 -0400 (EDT) Received: from localhost (number6@localhost) by ip120.gte16.rb1.bel.nwlink.com (8.9.3/8.9.3) with ESMTP id IAA23951; Sat, 12 Jul 2003 08:45:16 -0700 Date: Sat, 12 Jul 2003 08:45:15 -0700 (PDT) From: "no6@pobox.com" X-Sender: number6@robin.cybersafe.com To: Noah Levitt Cc: gtk-list@gnome.org Subject: Re: Making menu item unselectable In-Reply-To: <20030712153607.GA18829@columbia.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > > How do I make a menu item that appears on a menu not selectable? I want On Sat, 12 Jul 2003, Noah Levitt wrote: > gtk_widget_set_sensitive? > That's it. Thanks, Adam --- Adam Bernstein no6@pobox.com http://mpgedit.org/~number6 "Who are you? The new Number 2. Who is Number 1? You are, Number 6. I am not a number, I am a free man! Aha ha ha ha ha..." Key fingerprint = DD 2B 08 4C 51 B6 2B FF 18 41 84 E8 93 8A 27 8D From Murray.Cumming@Comneon.com Sat Jul 12 12:05:41 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp1.infineon.com (smtp1.infineon.com [194.175.117.76]) by mail.gnome.org (Postfix) with ESMTP id 6024618187 for ; Sat, 12 Jul 2003 12:05:41 -0400 (EDT) Received: from vihsx03a.vih.infineon.com (vih.ifx-mail3.com [172.31.163.97]) by smtp1.infineon.com (8.12.9/8.12.9) with ESMTP id h6CG4emR013091; Sat, 12 Jul 2003 18:04:40 +0200 (MEST) Received: by vihsx03a.vih.infineon.com with Internet Mail Service (5.5.2653.19) id ; Sat, 12 Jul 2003 18:06:27 +0200 Message-ID: <258B0164D480D5118D900800062B3858011C5EDC@vihsx09a.vih.infineon.com> From: Murray.Cumming@Comneon.com To: andrej.prsa@guest.arnes.si, gtk-list@gnome.org Subject: RE: GtkCellEditable or a better way? Date: Sat, 12 Jul 2003 18:05:34 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > From: Andrej Prsa [mailto:andrej.prsa@guest.arnes.si] [snip] > This works in > showing the rows > properly, but I don't have a clue on how to make a checkbox editable. You have to connect your own callbacks to the CellRenders and set the new data in the model. It's tedious. See the editable_cells part of the gtk-demo, in the GTK+ tarball. It's much easier in gtkmm. We have Gtk::TreeView::append_column_editable(): http://www.gtkmm.org/gtkmm2/docs/tutorial/html/ch08s02.html#id2877740 Murray Cumming murrayc@usa.net www.murrayc.com From bdkr@highsidecafe.com Sat Jul 12 12:34:43 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cedar.phpwebhosting.com (unknown [64.239.37.230]) by mail.gnome.org (Postfix) with SMTP id E0822180DB for ; Sat, 12 Jul 2003 12:34:42 -0400 (EDT) Received: (qmail 14056 invoked by uid 454); 12 Jul 2003 16:34:41 -0000 Received: from unknown (HELO highsidecafe.com) (200.62.21.142) by cedar.phpwebhosting.com with SMTP; 12 Jul 2003 16:34:41 -0000 Message-ID: <3F103790.1060107@highsidecafe.com> Date: Sat, 12 Jul 2003 12:30:08 -0400 From: BDKR Organization: Highside Cafe User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.2.1) Gecko/20030225 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: (no subject) Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: From mus47@voila.fr Sat Jul 12 08:13:46 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mailsmtp5.ftmms (smtp-out.voila.wanadooportails.com [193.252.117.74]) by mail.gnome.org (Postfix) with ESMTP id 6463E189A9 for ; Sat, 12 Jul 2003 08:13:46 -0400 (EDT) Received: from voila.fr (10.3.7.82) by mailsmtp5.ftmms (6.7.015) id 3EBFD5AE00910B99 for gtk-list@gnome.org; Sat, 12 Jul 2003 14:13:06 +0200 Date: Sat, 12 Jul 2003 14:13:06 +0200 Message-Id: MIME-Version: 1.0 X-Sensitivity: 3 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable From: "=?utf-8?Q?mus47@voila.fr?=" To: "=?iso-8859-1?Q?gtk-list?=" X-XaM3-API-Version: 3.2 R27 (B52-pl4) X-type: 0 X-SenderIP: 212.217.51.7 Subject: (no subject) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi=0D=0AI have a problem when using gtk2.0 in Mandrake 9.1 :=0D=0A- In g= tk-demo and precisely in the Text Widget part the arabic =0D=0A charact= ers are not connected =0D=0AThank you.=0D=0A-----------------------------= -------------=0D=0A=0D=0AFaites un voeu et puis Voila ! www.voila.fr =0D=0A= From Murray.Cumming@Comneon.com Sun Jul 13 09:46:45 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp1.infineon.com (smtp1.infineon.com [194.175.117.76]) by mail.gnome.org (Postfix) with ESMTP id 5D17B1835C for ; Sun, 13 Jul 2003 09:46:31 -0400 (EDT) Received: from vihsx03a.vih.infineon.com (vih.ifx-mail3.com [172.31.163.97]) by smtp1.infineon.com (8.12.9/8.12.9) with ESMTP id h6DDjTmR004494; Sun, 13 Jul 2003 15:45:29 +0200 (MEST) Received: by vihsx03a.vih.infineon.com with Internet Mail Service (5.5.2653.19) id ; Sun, 13 Jul 2003 15:47:17 +0200 Message-ID: <258B0164D480D5118D900800062B3858011C5EEC@vihsx09a.vih.infineon.com> From: Murray.Cumming@Comneon.com To: andrej.prsa@guest.arnes.si Cc: gtk-list@gnome.org Subject: RE: GtkCellEditable or a better way? Date: Sun, 13 Jul 2003 15:46:24 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > From: Andrej Prsa [mailto:andrej.prsa@guest.arnes.si]=20 > > You have to connect your own callbacks to the CellRenders=20 > and set the > > new data in the model. It's tedious. See the editable_cells=20 > part of the > > gtk-demo, in the GTK+ tarball. >=20 > I see; so why is there a GtkCellRendererMode > GTK_CELL_RENDERER_MODE_EDITAB=C8LE? You just can't make a=20 > widget within a > tree editable simply by somehow attaching a property of some=20 > kind e.g. "mode")? I don't really understand the question. I've said that it's not that = simple in plain GTK+. Maybe you need to mark it as editable somehow too. Have = you looked at the demo code yet? Murray Cumming murrayc@usa.net www.murrayc.com Remember to use the "Reply To All" feature with mailing lists. From igorbounov@voronezh.serw.ru Mon Jul 14 02:08:03 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.serw.ru (igate-main.serw.ru [213.129.120.3]) by mail.gnome.org (Postfix) with ESMTP id 7292318445; Mon, 14 Jul 2003 02:07:58 -0400 (EDT) Received: from mail-58000.voronezh.serw.mps (unknown [10.58.0.61]) by mail.serw.ru (Postfix) with ESMTP id B3826C711; Mon, 14 Jul 2003 09:50:02 +0300 (EEST) Received: from voronezh.serw.ru ([10.58.5.9]) by mail-58000.voronezh.serw.mps with Microsoft SMTPSVC(5.0.2195.5329); Mon, 14 Jul 2003 10:07:57 +0400 Message-ID: <3F1248BB.7060008@voronezh.serw.ru> Date: Mon, 14 Jul 2003 10:07:55 +0400 From: Igor Gorbounov Reply-To: igorbounov@voronezh.serw.ru User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030619 X-Accept-Language: ru, en MIME-Version: 1.0 To: gtk-list@gnome.org, gtkmm-list@gnome.org Subject: Printing in GTK+ environment Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 14 Jul 2003 06:07:57.0004 (UTC) FILETIME=[453A38C0:01C349CE] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, All! I need a hint about printing. I need some ways of printing for my plots (build by using GtkDrawingArea) and reports (build and viewed through GtkTreeView). No idea where to dig to... Hopefully, Igor Gorbounov From Murray.Cumming@Comneon.com Mon Jul 14 02:14:38 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp1.infineon.com (smtp1.infineon.com [194.175.117.76]) by mail.gnome.org (Postfix) with ESMTP id CB8D2183F2; Mon, 14 Jul 2003 02:14:37 -0400 (EDT) Received: from vihsx03a.vih.infineon.com (vih.ifx-mail3.com [172.31.163.97]) by smtp1.infineon.com (8.12.9/8.12.9) with ESMTP id h6E6DZmR024681; Mon, 14 Jul 2003 08:13:35 +0200 (MEST) Received: by vihsx03a.vih.infineon.com with Internet Mail Service (5.5.2653.19) id ; Mon, 14 Jul 2003 08:15:24 +0200 Message-ID: <258B0164D480D5118D900800062B3858011C5F15@vihsx09a.vih.infineon.com> From: Murray.Cumming@Comneon.com To: igorbounov@voronezh.serw.ru, gtk-list@gnome.org, gtkmm-list@gnome.org Subject: RE: [gtkmm] Printing in GTK+ environment Date: Mon, 14 Jul 2003 08:14:34 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > From: Igor Gorbounov [mailto:igorbounov@voronezh.serw.ru] > > Hi, All! > I need a hint about printing. I need some ways of printing > for my plots > (build > by using GtkDrawingArea) and reports (build and viewed > through GtkTreeView). > No idea where to dig to... > Hopefully, > Igor Gorbounov I would investigate libgnomeprint and libgnomeprintui. Murray Cumming murrayc@usa.net www.murrayc.com Remember to use the "Reply To All" feature with mailing lists. From manuel.op.de.coul@eon-benelux.com Mon Jul 14 05:00:06 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp.eon-benelux.com (unknown [137.174.153.60]) by mail.gnome.org (Postfix) with ESMTP id 78BA118BDF for ; Mon, 14 Jul 2003 05:00:05 -0400 (EDT) Received: from SRV25.office.novaterra.nl ([137.174.153.68]) by smtp.eon-benelux.com with Microsoft SMTPSVC(5.0.2195.4453); Mon, 14 Jul 2003 10:59:22 +0200 Received: from Unknown [137.174.112.70] by SRV25.office.novaterra.nl - SurfControl E-mail Filter (4.6); Monday, 14 July 2003, 10:59:58 Message-ID: From: "Manuel Op de Coul" To: gtk-list@gnome.org Date: Mon, 14 Jul 2003 10:59:57 +0200 Subject: Menu item label MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Mailer: Lotus Notes Release 5.0.10 March 22, 2002 X-MIMETrack: Serialize by Router on domino2/EZH(Release 5.0.8 |June 18, 2001) at 07/14/2003 10:59:58 AM, Serialize complete at 07/14/2003 10:59:58 AM X-OriginalArrivalTime: 14 Jul 2003 08:59:22.0281 (UTC) FILETIME=[37BAF190:01C349E6] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Thanks for the responses. I have another question, when the label of a menu item is changed to one with a mnemonic, the label becomes centre-justified instead of left-justified. Is there a rationale for this, and how can I set it back to left-justified again? Manuel From igorbounov@voronezh.serw.ru Mon Jul 14 07:02:48 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.serw.ru (igate-main.serw.ru [213.129.120.3]) by mail.gnome.org (Postfix) with ESMTP id 3610E18577; Mon, 14 Jul 2003 07:02:42 -0400 (EDT) Received: from mail-58000.voronezh.serw.mps (unknown [10.58.0.61]) by mail.serw.ru (Postfix) with ESMTP id 3FA65C731; Mon, 14 Jul 2003 14:44:46 +0300 (EEST) Received: from voronezh.serw.ru ([10.58.5.9]) by mail-58000.voronezh.serw.mps with Microsoft SMTPSVC(5.0.2195.5329); Mon, 14 Jul 2003 15:02:39 +0400 Message-ID: <3F128DCF.2010307@voronezh.serw.ru> Date: Mon, 14 Jul 2003 15:02:39 +0400 From: Igor Gorbounov Reply-To: igorbounov@voronezh.serw.ru User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030619 X-Accept-Language: ru, en MIME-Version: 1.0 To: Murray.Cumming@Comneon.com Cc: igorbounov@voronezh.serw.mps, gtk-list@gnome.org, gtkmm-list@gnome.org Subject: Re: [gtkmm] Printing in GTK+ environment References: <258B0164D480D5118D900800062B3858011C5F15@vihsx09a.vih.infineon.com> In-Reply-To: <258B0164D480D5118D900800062B3858011C5F15@vihsx09a.vih.infineon.com> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 14 Jul 2003 11:02:39.0909 (UTC) FILETIME=[710F6550:01C349F7] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Murray.Cumming@Comneon.com wrote: >>From: Igor Gorbounov [mailto:igorbounov@voronezh.serw.ru] >> >>Hi, All! >>I need a hint about printing. I need some ways of printing >>for my plots >>(build >>by using GtkDrawingArea) and reports (build and viewed >>through GtkTreeView). >>No idea where to dig to... >> Hopefully, >> Igor Gorbounov >> >> > >I would investigate libgnomeprint and libgnomeprintui. > >Murray Cumming > > So it's not wraped for C++ yet... Igor Gorbounov > > > From Murray.Cumming@Comneon.com Mon Jul 14 07:32:44 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp1.infineon.com (smtp1.infineon.com [194.175.117.76]) by mail.gnome.org (Postfix) with ESMTP id CDFAA181C8 for ; Mon, 14 Jul 2003 07:32:43 -0400 (EDT) Received: from vihsx03a.vih.infineon.com (vih.ifx-mail3.com [172.31.163.97]) by smtp1.infineon.com (8.12.9/8.12.9) with ESMTP id h6EBVfmR009886; Mon, 14 Jul 2003 13:31:41 +0200 (MEST) Received: by vihsx03a.vih.infineon.com with Internet Mail Service (5.5.2653.19) id ; Mon, 14 Jul 2003 13:33:30 +0200 Message-ID: <258B0164D480D5118D900800062B3858011C5F4B@vihsx09a.vih.infineon.com> From: Murray.Cumming@Comneon.com To: igorbounov@voronezh.serw.ru Cc: igorbounov@voronezh.serw.mps, gtk-list@gnome.org Subject: RE: [gtkmm] Printing in GTK+ environment Date: Mon, 14 Jul 2003 13:32:40 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > From: Igor Gorbounov [mailto:igorbounov@voronezh.serw.ru] >> >I would investigate libgnomeprint and libgnomeprintui. > > > So it's not wraped for C++ yet... > Igor Gorbounov No, it's not. That should be quite easy to do, by looking at existing *mm projects. Murray Cumming murrayc@usa.net www.murrayc.com From john@cellform.com.au Mon Jul 14 19:54:17 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from freyja.cellform.com (ns1.cellform.com [202.61.130.74]) by mail.gnome.org (Postfix) with ESMTP id 40E941820E for ; Mon, 14 Jul 2003 19:54:12 -0400 (EDT) Received: from marilyn.intra (john@marilyn.intra [192.168.0.2]) by freyja.cellform.com (8.12.3/8.12.3/Debian-6.4) with SMTP id h6ENrove003493 for ; Tue, 15 Jul 2003 07:54:07 +0800 Received: by marilyn.intra (sSMTP sendmail emulation); Tue, 15 Jul 2003 07:53:50 +0800 From: "John Darrington" Date: Tue, 15 Jul 2003 07:53:50 +0800 To: gtk-list@gnome.org Subject: UTF-8 Internationalisation Message-ID: <20030714235350.GB17049@cellform.com.au> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="NDin8bjvE/0mNLFQ" Content-Disposition: inline User-Agent: Mutt/1.3.28i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --NDin8bjvE/0mNLFQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable OK. =20 So I've just ported my application from gtk-1.2 to gtk-2.0, but I can't sort out the internationalisation business with UTF8 charsets I've run iconv -f iso-8859-1 -t utf-8 on all the po files. and I've changed the charset=3D"iso-8859-1" to charset=3D"utf8". But when I set LANG to (say) de, as soon as the application has to print a non ascii character it says: Gtk-WARNING **: Invalid input string What else am I supposed to do. BTW. Is there a recommended editor that one can edit po files in UTF8 ?? --- emacs, vi and all my others can't handle it. --=20 PGP Public key ID: 1024D/2DE827B3=20 fingerprint =3D 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 See http://wwwkeys.pgp.net or any PGP keyserver for public key. --NDin8bjvE/0mNLFQ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE/E0KOimdxnC3oJ7MRAjfsAJ9ByRoLehYxcTR1Abll+M5iMSYOmgCfSy6E Df3fERq2TxX3atj/+s9CA0w= =meXs -----END PGP SIGNATURE----- --NDin8bjvE/0mNLFQ-- From ptrottier@invers.fi Tue Jul 15 04:26:59 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp.tele.fi (smtp.tele.fi [192.89.123.25]) by mail.gnome.org (Postfix) with ESMTP id 3386D1811D for ; Tue, 15 Jul 2003 04:26:59 -0400 (EDT) Received: from invers.fi (unknown [194.252.160.219]) by smtp.tele.fi (Postfix) with ESMTP id B2E3E3843A for ; Tue, 15 Jul 2003 11:26:58 +0300 (EEST) Date: Tue, 15 Jul 2003 11:26:57 +0300 Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: powerpc-apple-darwin6.6 From: Philippe Trottier To: gtk-list@gnome.org Content-Transfer-Encoding: 7bit Message-Id: <19535D4C-B69E-11D7-A7C4-003065B31A30@invers.fi> X-Mailer: Apple Mail (2.552) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello, I have succeded to compile and make glib-2.2.2 gtk+-2.2.2 behave on mac osx with X11. for some reason, The support things I had to install: pkg-config-0.15.0 pango-1.2.3 gettext-0.12.1 jpeg-6b libiconv-1.8 atk-1.3.4 few oups : -libintl and libiconv have the same calls, so I had to remove one of them... -there is problems to install the packages in other locations. I have added to most of my other project something like this in configure.ac/in. I do that mainly for development project and been able to relocate and test with different versions of libraries just using proper shell variables. AC_MSG_CHECKING([prefix for libraries and headers]) AC_ARG_ENABLE([search-prefix], AC_HELP_STRING([--enable-search-prefix], [search installation location for libraries and headers\ . [[Default=yes]]]), , enableval="yes" ) if test "$enableval" = "yes" ; then AC_MSG_RESULT([yes]) AC_MSG_CHECKING([Headers directory at]) test -d ${includedir} && CPPFLAGS="-I${includedir} $CPPFLAGS" && AC_MSG_RESULT($includedir) AC_MSG_CHECKING([Library directory at]) test -d ${libdir} && LDFLAGS="-L${libdir} $LDFLAGS" && AC_MSG_RESULT($libdir) else AC_MSG_RESULT([no]) fi -getc_unlocked is not available on darwin6.6 in one of the demos... I could send some non intrusive patch later on, I need to redo the process once more with my notes and get it clean. So far so good it works, Philippe Trottier From anukeey@yahoo.com.tw Tue Jul 15 08:25:47 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from web16310.mail.tpe.yahoo.com (web16310.mail.tpe.yahoo.com [202.1.238.196]) by mail.gnome.org (Postfix) with SMTP id 02AE618280 for ; Tue, 15 Jul 2003 08:25:46 -0400 (EDT) Message-ID: <20030715122543.55156.qmail@web16310.mail.tpe.yahoo.com> Received: from [202.145.83.27] by web16310.mail.tpe.yahoo.com via HTTP; Tue, 15 Jul 2003 20:25:43 CST Date: Tue, 15 Jul 2003 20:25:43 +0800 (CST) From: =?big5?q?anukeey?= Reply-To: anukeey@yahoo.com.tw Subject: Is it possible? To: gtk-list@gnome.org MIME-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi all: I have a question with gtk+ programming. Now I had created a notebook container and added five pages. How could I add these pages independently? I mean could I make these pages as share libraries and add them one by one, then I can design my page as an independent source and decrease the side effects between these pages. Is it possible? Or any suggestion to this case? Thanks for kindly help of everybody. anukeey ----------------------------------------------------------------- ¨C¤Ñ³£ Yahoo!©_¼¯ ¸Ó´«¤u§@¤F¶Ü? - À°§Aºâ¥X³Ì¦X¾Aªº¨D¾¤è¦V http://fate.yahoo.com.tw/ From pmesquita@atech.br Tue Jul 15 09:31:50 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from amazonas.atech.br (unknown [200.178.5.5]) by mail.gnome.org (Postfix) with ESMTP id 29FCE1823F for ; Tue, 15 Jul 2003 09:31:50 -0400 (EDT) Received: by AMAZONAS with Internet Mail Service (5.5.2653.19) id ; Tue, 15 Jul 2003 10:28:46 -0300 Message-ID: <343A2EB3C881D711AA1700508B6517511E65E3@AMAZONAS> From: Paulo Ricardo Batista Mesquita To: "'gtk-list@gnome.org'" Subject: Doubts about gtk 2.0 Date: Tue, 15 Jul 2003 10:28:46 -0300 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi dears, I am a newbie using GTK+. I installed the sources, and now I am trying to write a simple application. I included the line #include and I tried to compile this using gcc -g -s testeGTK.c -o testeGTK 'pkg-config --cflags --libs gtk+-2.0'. As a result, I got errors messages which told me that the header files couldn't be find. I changed the include line to #include "/usr/include/gtk-2.0/gtk/gtk.h" after that, I tried to compile, when I got a message error telling me that the directory 'pkg-config --cflags --libs gtk+-2.0' couldn't be found. I checked the archive gtk+-2.0.pc, and the environment variables are corrects. May someone give me a help, please? Thanks, Paulo Ricardo From nlevitt@columbia.edu Tue Jul 15 09:47:07 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from computer.cc.columbia.edu (computer.cc.columbia.edu [128.59.31.237]) by mail.gnome.org (Postfix) with ESMTP id C1814182B2 for ; Tue, 15 Jul 2003 09:47:07 -0400 (EDT) Received: from nlevitt by computer.cc.columbia.edu with local (Exim 3.36 #1) id 19cQ3y-0001dH-00; Tue, 15 Jul 2003 09:41:50 -0400 Date: Tue, 15 Jul 2003 09:41:50 -0400 From: Noah Levitt To: Paulo Ricardo Batista Mesquita Cc: "'gtk-list@gnome.org'" Subject: Re: Doubts about gtk 2.0 Message-ID: <20030715134150.GC6199@columbia.edu> References: <343A2EB3C881D711AA1700508B6517511E65E3@AMAZONAS> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <343A2EB3C881D711AA1700508B6517511E65E3@AMAZONAS> Secret-NSA-Message-ID: 3b026257dfe9ed894171dbbb76f5b2ba User-Agent: Mutt/1.5.4i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Tue, Jul 15, 2003 at 10:28:46 -0300, Paulo Ricardo Batista Mesquita wrote: > > #include #include > > gcc -g -s testeGTK.c -o testeGTK 'pkg-config --cflags --libs gtk+-2.0'. gcc -g -s testeGTK.c -o testeGTK `pkg-config --cflags --libs gtk+-2.0` Those are backticks, not single quotes. (What's -s?) Noah From otaylor@redhat.com Tue Jul 15 09:52:29 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id ABEFA182B2 for ; Tue, 15 Jul 2003 09:52:28 -0400 (EDT) Received: from poincare.devel.redhat.com (poincare.devel.redhat.com [172.16.58.30]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h6FDpFK32299; Tue, 15 Jul 2003 09:51:15 -0400 Subject: Re: Doubts about gtk 2.0 From: Owen Taylor To: Paulo Ricardo Batista Mesquita Cc: "'gtk-list@gnome.org'" In-Reply-To: <343A2EB3C881D711AA1700508B6517511E65E3@AMAZONAS> References: <343A2EB3C881D711AA1700508B6517511E65E3@AMAZONAS> Content-Type: text/plain Message-Id: <1058277074.7496.25.camel@poincare.devel.redhat.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.92 (1.3.92-1) (Preview Release) Date: 15 Jul 2003 09:51:14 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Tue, 2003-07-15 at 09:28, Paulo Ricardo Batista Mesquita wrote: > Hi dears, > > I am a newbie using GTK+. > > I installed the sources, and now I am trying to write a simple application. > I included the line > > #include > > and I tried to compile this using > > gcc -g -s testeGTK.c -o testeGTK 'pkg-config --cflags --libs gtk+-2.0'. http://developer.gnome.org/doc/API/2.0/gtk/gtk-compiling.html The simplest way to compile a program is to use the "backticks" feature of the shell. If you enclose a command in backticks (not single quotes), then its output will be substituted into the command line before execution. So to compile a GTK+ Hello, World, you would type the following: $ cc `pkg-config --cflags --libs gtk+-2.0` hello.c -o Note: "not single quotes" Regards, Owen From sremington@saberlogic.com Tue Jul 15 09:54:42 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from morpheus.saberlogic.com (rrcs-central-24-123-247-26.biz.rr.com [24.123.247.26]) by mail.gnome.org (Postfix) with ESMTP id A69B0182D4 for ; Tue, 15 Jul 2003 09:54:42 -0400 (EDT) Received: from morpheus.saberlogic.com (morpheus.saberlogic.com [127.0.0.1]) by morpheus.saberlogic.com (8.12.8/8.12.8) with ESMTP id h6FDtkHr009640; Tue, 15 Jul 2003 09:56:26 -0400 Received: from localhost (sremington@localhost) by morpheus.saberlogic.com (8.12.8/8.12.8/Submit) with ESMTP id h6FDtY16009636; Tue, 15 Jul 2003 09:55:46 -0400 Date: Tue, 15 Jul 2003 09:55:34 -0400 (EDT) From: Seth Remington To: Paulo Ricardo Batista Mesquita Cc: "'gtk-list@gnome.org'" Subject: Re: Doubts about gtk 2.0 In-Reply-To: <343A2EB3C881D711AA1700508B6517511E65E3@AMAZONAS> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Tue, 15 Jul 2003, Paulo Ricardo Batista Mesquita wrote: > I included the line > > #include Use a forward slash instead of a backslash. > > and I tried to compile this using > > gcc -g -s testeGTK.c -o testeGTK 'pkg-config --cflags --libs gtk+-2.0'. Use the backtick (`) instead of single quotes ('). It's a common newbie error. The backtick operator is special. It sends the command(s) it encloses to the shell and returns the output in-line. -Seth -- Seth Remington SaberLogic, LLC 661-B Weber Drive Wadsworth, Ohio 44281 Phone: (330)335-6442 Fax: (330)336-8559 From sandmann@daimi.au.dk Tue Jul 15 09:55:15 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from horse09.daimi.au.dk (horse09.daimi.au.dk [130.225.18.249]) by mail.gnome.org (Postfix) with ESMTP id C960A182D8 for ; Tue, 15 Jul 2003 09:55:14 -0400 (EDT) Received: (from sandmann@localhost) by horse09.daimi.au.dk (8.11.6/8.11.6) id h6FDpp513179; Tue, 15 Jul 2003 15:51:51 +0200 To: Paulo Ricardo Batista Mesquita Cc: "'gtk-list@gnome.org'" Subject: Re: Doubts about gtk 2.0 References: <343A2EB3C881D711AA1700508B6517511E65E3@AMAZONAS> From: Soeren Sandmann Date: 15 Jul 2003 15:51:51 +0200 In-Reply-To: <343A2EB3C881D711AA1700508B6517511E65E3@AMAZONAS> Message-ID: Lines: 17 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Paulo Ricardo Batista Mesquita writes: > and I tried to compile this using > > gcc -g -s testeGTK.c -o testeGTK 'pkg-config --cflags --libs gtk+-2.0'. The quotes around the pkg-config bit are wrong. It has to be: `pkg-config --cflags --libs gtk+-2.0` not 'pkg-config --cflags --libs gtk+-2.0' On unix putting things into `-quotes (backpings) means "execute this command and put its output here". From chris.wareham@iosystems.co.uk Tue Jul 15 09:56:57 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.io (www.iosystems.co.uk [217.33.203.130]) by mail.gnome.org (Postfix) with SMTP id 90A1A182D0 for ; Tue, 15 Jul 2003 09:56:56 -0400 (EDT) Received: (qmail 9551 invoked from network); 15 Jul 2003 13:56:55 -0000 Received: from chrisw.io (HELO iosystems.co.uk) (128.0.0.222) by 0 with SMTP; 15 Jul 2003 13:56:55 -0000 Message-ID: <3F1409FB.4040906@iosystems.co.uk> Date: Tue, 15 Jul 2003 15:04:43 +0100 From: Chris Wareham Organization: Io Systems Ltd User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030703 X-Accept-Language: en MIME-Version: 1.0 To: Noah Levitt Cc: "'gtk-list@gnome.org'" Subject: Re: Doubts about gtk 2.0 References: <343A2EB3C881D711AA1700508B6517511E65E3@AMAZONAS> <20030715134150.GC6199@columbia.edu> In-Reply-To: <20030715134150.GC6199@columbia.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Noah Levitt wrote: > > gcc -g -s testeGTK.c -o testeGTK `pkg-config --cflags --libs gtk+-2.0` > Those are backticks, not single quotes. (What's -s?) > -s means strip the binary, pretty daft if you're including -g for debugging symbols. Chris -- chris.wareham@iosystems.co.uk (work) chris.wareham@btopenworld.com (home) From trashbox777@hotmail.com Tue Jul 15 13:15:23 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hotmail.com (law9-f115.law9.hotmail.com [64.4.9.115]) by mail.gnome.org (Postfix) with ESMTP id 741591829E for ; Tue, 15 Jul 2003 13:15:23 -0400 (EDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 15 Jul 2003 10:15:23 -0700 Received: from 128.156.10.12 by lw9fd.law9.hotmail.msn.com with HTTP; Tue, 15 Jul 2003 17:15:23 GMT X-Originating-IP: [128.156.10.12] X-Originating-Email: [trashbox777@hotmail.com] From: "Billy Bob" To: gtk-list@gnome.org Subject: Compile problem with ld Date: Tue, 15 Jul 2003 17:15:23 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 15 Jul 2003 17:15:23.0288 (UTC) FILETIME=[AD15F980:01C34AF4] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I am having trouble compling GTK, and any help would be appreciated: I am trying to install GTK on: Linux version 2.4.20-18.8 (bhcompile@daffy.perf.redhat.com) (gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #1 Thu May 29 07:40:27 EDT 2003 It is a little complicated by the fact that I do not have access to root, so everything I install is in $HOME/usr. I have downloaded glib-2.2.0, pango-1.2.3, atk-1.2.4, jpeg-6b, tiff-v3.5.7 and installed them all in my $HOME/usr directory ($HOME/usr/bin, $HOME/usr/lib, ect..). I downloaded gtk+-2.2.2, and used ./configure --prefix=$HOME/usr/local --exec-prefix=$HOME/usr but, to get the configure script to recgonize everything I had to create the following environment variables: LD_LIBRARY_PATH=$HOME/usr/lib:/usr/lib:/usr/kerberos/lib:/usr/X11R6/lib:/usr/lib/sane C_INCLUDE_PATH=$HOME/usr/include CPLUS_INCLUDE_PATH=$HOME/usr/include LDFLAGS=-L $HOME/usr/lib So then the configure script works fine, but when I type make, it gets to the gtk+-2.2.2/gdk-pixbuf/pixops/ folder and prints the following: make[3]: Entering directory `/home/s03bpa/usr/src/gtk/gtk+-2.2.2/gdk-pixbuf/pixops' /bin/sh ../../libtool --mode=link gcc -g -O2 -Wall -L /home/s03bpa/usr/lib -o timescale timescale.o libpixops.la -Wl,--export-dynamic -pthread -L/home/s03bpa/usr//lib -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 -lm gcc -g -O2 -Wall /home/s03bpa/usr/lib -o timescale timescale.o -Wl,--export-dynamic -pthread -L/home/s03bpa/usr/src/gtk/gtk+-2.2.2/gdk-pixbuf/pixops ./.libs/libpixops.a -L/home/s03bpa/usr//lib /home/s03bpa/usr//lib/libgobject-2.0.so /home/s03bpa/usr//lib/libgmodule-2.0.so -ldl /home/s03bpa/usr//lib/libgthread-2.0.so -lpthread /home/s03bpa/usr//lib/libglib-2.0.so -lm -Wl,--rpath -Wl,/home/s03bpa/usr//lib -Wl,--rpath -Wl,/home/s03bpa/usr//lib /home/s03bpa/usr/lib: file not recognized: Is a directory collect2: ld returned 1 exit status make[3]: *** [timescale] Error 1 make[3]: Leaving directory `/home/s03bpa/usr/src/gtk/gtk+-2.2.2/gdk-pixbuf/pixops' Can anyone see what I've done wrong, or why this error appears? I cannot decipher it. Thanks Brian _________________________________________________________________ MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus From mhadasht@freefluid.dyndns.org Tue Jul 15 13:43:46 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from freefluid.dyndns.org (m92.net195-132-237.noos.fr [195.132.237.92]) by mail.gnome.org (Postfix) with ESMTP id B8C6C183EC for ; Tue, 15 Jul 2003 13:43:45 -0400 (EDT) Received: (from mhadasht@localhost) by freefluid.dyndns.org (8.9.3/8.9.3) id TAA14169; Tue, 15 Jul 2003 19:43:45 +0200 Date: Tue, 15 Jul 2003 19:40:32 +0200 Message-ID: In-Reply-To: References: User-Agent: XetPan/0.0.23 libEtPan!/0.0.0 To: gtk-list@gnome.org From: Melvin Hadasht Subject: Re: Compile problem with ld MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi Billy, You wrote: > LDFLAGS=-L $HOME/usr/lib There must not be a space between -L and the directory, so it should read: LDFLAGS=-L$HOME/usr/lib HTH -- Melvin Hadasht From nagaraja@ncoretech.com Wed Jul 16 04:11:44 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from vsnl-1.ncoretech.com (vsnl-1.ncoretech.com [203.197.173.75]) by mail.gnome.org (Postfix) with ESMTP id 981091836D for ; Wed, 16 Jul 2003 04:11:43 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by vsnl-1.ncoretech.com (Postfix) with ESMTP id 1213CFA58 for ; Wed, 16 Jul 2003 13:41:51 +0530 (IST) Received: from vsnl-1.ncoretech.com ([127.0.0.1]) by localhost (vsnl-1.ncoretech.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 15553-03-14 for ; Wed, 16 Jul 2003 13:41:50 +0530 (IST) Received: from gateway.ncoretech.com (gateway.ncoretech.com [164.164.42.6]) by vsnl-1.ncoretech.com (Postfix) with ESMTP id 87A77FA45 for ; Wed, 16 Jul 2003 13:41:50 +0530 (IST) Received: from mail.ncoretech.com (mail.ncoretech.com [192.168.1.3]) by gateway.ncoretech.com (Postfix) with ESMTP id 99CED11E39 for ; Wed, 16 Jul 2003 13:44:58 +0530 (IST) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.ncoretech.com (Postfix) with ESMTP id 09E7214087 for ; Wed, 16 Jul 2003 13:58:48 +0530 (IST) Received: from mail.ncoretech.com ([127.0.0.1]) by localhost (mail.ncoretech.com [127.0.0.1]) (amavisd-new) with ESMTP id 05191-09 for ; Wed, 16 Jul 2003 13:58:47 -0000 (IST) Received: from ncoretech.com (ws168.ncoretech.com [192.168.1.168]) by mail.ncoretech.com (Postfix) with ESMTP id 9DB551402A for ; Wed, 16 Jul 2003 13:58:47 +0530 (IST) Message-ID: <3F150A35.9080809@ncoretech.com> Date: Wed, 16 Jul 2003 13:47:57 +0530 From: Nagaraja User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020830 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: glib-1.2.10 make error ? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at ncoretech.com Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi All, I am trying to compile gtk-1.2.10 ,while configuring it stop with error : configure: error: *** GLIB 1.2.8 or better is required. The latest version of GLIB my present GLIB is 1.2.7. So I tried recompiling glib-1.2.10 and got this error: Making all in gthread make[2]: Entering directory `/home/BUILD/glib-1.2.10/gthread' /bin/sh ../libtool --mode=link gcc -g -O2 -Wall -D_REENTRANT -o testgthread testgthread.o ../libglib.la libgthread.la gcc -g -O2 -Wall -D_REENTRANT -o .libs/testgthread testgthread.o ../.libs/libglib.so .libs/libgthread.so testgthread.o: In function `new_thread': /home/BUILD/glib-1.2.10/gthread/testgthread.c:89: undefined reference to `pthread_create' testgthread.o: In function `test_private': /home/BUILD/glib-1.2.10/gthread/testgthread.c:197: undefined reference to `pthread_join' .libs/libgthread.so: undefined reference to `pthread_getspecific' .libs/libgthread.so: undefined reference to `pthread_key_create' .libs/libgthread.so: undefined reference to `pthread_mutex_trylock' .libs/libgthread.so: undefined reference to `pthread_cond_timedwait' .libs/libgthread.so: undefined reference to `pthread_setspecific' collect2: ld returned 1 exit status make[2]: *** [testgthread] Error 1 make[2]: Leaving directory `/home/BUILD/glib-1.2.10/gthread' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/BUILD/glib-1.2.10' make: *** [all-recursive-am] Error 2 Could anyone please tell me as to what this error message would signify. my host machine is armsa1110 using binutils-2.10.91 gcc-2.95.3 and glibc-2.2.2 . My build enviroment seems to be OK since I manage to build a new toolchain with binutils-2.13.2.1 gcc-2.95.3 and glibc-2.2.5 Thanks in advance Nagaraj From Tottimyong@netscape.net Wed Jul 16 04:17:25 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from imo-d01.mx.aol.com (imo-d01.mx.aol.com [205.188.157.33]) by mail.gnome.org (Postfix) with ESMTP id 3876B18396 for ; Wed, 16 Jul 2003 04:17:25 -0400 (EDT) Received: from Tottimyong@netscape.net by imo-d01.mx.aol.com (mail_out_v36_r1.1.) id h.1b7.6cbb27d (16228) for ; Wed, 16 Jul 2003 04:17:20 -0400 (EDT) Received: from netscape.net ([218.87.61.35]) by air-in02.mx.aol.com (v94.1) with ESMTP id MAILININ24-3f643f150a0a109; Wed, 16 Jul 2003 04:17:19 -0400 Message-ID: <3F150998.10401@netscape.net> Date: Wed, 16 Jul 2003 16:15:20 +0800 From: myong User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list Subject: about gdktarget Content-Type: text/plain; charset=gb18030; format=flowed Content-Transfer-Encoding: 7bit X-Mailer: Unknown (No Version) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello, By using --with-gdktarget argument, I can select running platform at configuring and compiling of gtk lib(default is X11). I want to run programme at both X11 and framebuffer mode. if I use "configure --with-gdktarget=linux-fb" configure gtk lib, can I arrive above target? From andrej.prsa@guest.arnes.si Wed Jul 16 07:19:36 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from rigljica.arnes.si (rigljica.arnes.si [193.2.1.82]) by mail.gnome.org (Postfix) with ESMTP id F0CFE18615 for ; Wed, 16 Jul 2003 07:19:35 -0400 (EDT) Received: from razor.arnes.si (razor.arnes.si [193.2.1.80]) by rigljica.arnes.si (Postfix) with ESMTP id A53AB6F191 for ; Wed, 16 Jul 2003 13:19:35 +0200 (MEST) Received: from gemma (unknown [193.2.110.237]) by razor.arnes.si (Postfix) with SMTP id E5BEF3995A0 for ; Wed, 16 Jul 2003 13:19:34 +0200 (MEST) Date: Wed, 16 Jul 2003 13:17:46 +0200 From: Andrej Prsa To: GTK Mailing list Subject: GtkCellRendererPixbuf and signals Message-Id: <20030716131747.2df141f5.andrej.prsa@guest.arnes.si> Organization: Faculty of Mathematics and Physics X-Mailer: Sylpheed version 0.9.3 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello! Could anyone please give me a hint on how to attach a "clicked" signal to the pixbuf that is in the GtkTreeView? GtkCellRendererPixbuf doesn't have any signals? Thanks, Andrej PS. Thanks, Murray, for your answer(s); I worked my way through editable cells! From info@rwonder.com Wed Jul 16 17:39:11 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail15.atl.registeredsite.com (mail15.atl.registeredsite.com [64.224.219.99]) by mail.gnome.org (Postfix) with ESMTP id 60D5E1854A for ; Wed, 16 Jul 2003 17:39:11 -0400 (EDT) Received: from imta02a2.registeredsite.com (imta02a2.registeredsite.com [64.225.255.11]) by mail15.atl.registeredsite.com (8.12.9/8.12.9) with ESMTP id h6GLdA3C007716 for ; Wed, 16 Jul 2003 17:39:11 -0400 Received: from newdell.rwonder.com ([162.84.161.198]) by imta02a2.registeredsite.com with ESMTP id <20030716213909.ZOWM16584.imta02a2.registeredsite.com@newdell.rwonder.com> for ; Wed, 16 Jul 2003 17:39:09 -0400 Message-Id: <5.2.1.1.0.20030716173936.025fa1d0@pop.registeredsite.com> X-Sender: usr243@rwonder.com@pop.registeredsite.com X-Mailer: QUALCOMM Windows Eudora Version 5.2.1 Date: Wed, 16 Jul 2003 17:40:01 -0400 To: gtk-list@gnome.org From: "richard wonder & associates, inc" Subject: gtk-list digest, Vol 1 #1610 - 5 msgs Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Send gtk-list mailing list submissions to gtk-list@gnome.org To subscribe or unsubscribe via the World Wide Web, visit http://mail.gnome.org/mailman/listinfo/gtk-list or, via email, send a message with subject or body 'help' to gtk-list-request@gnome.org You can reach the person managing the list at gtk-list-admin@gnome.org When replying, please edit your Subject line so it is more specific than "Re: Contents of gtk-list digest..." Today's Topics: 1. Compile problem with ld (Billy Bob) 2. Re: Compile problem with ld (Melvin Hadasht) 3. glib-1.2.10 make error ? (Nagaraja) 4. about gdktarget (myong) 5. GtkCellRendererPixbuf and signals (Andrej Prsa) --__--__-- Message: 1 From: "Billy Bob" To: gtk-list@gnome.org Subject: Compile problem with ld Date: Tue, 15 Jul 2003 17:15:23 +0000 I am having trouble compling GTK, and any help would be appreciated: I am trying to install GTK on: Linux version 2.4.20-18.8 (bhcompile@daffy.perf.redhat.com) (gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #1 Thu May 29 07:40:27 EDT 2003 It is a little complicated by the fact that I do not have access to root, so everything I install is in $HOME/usr. I have downloaded glib-2.2.0, pango-1.2.3, atk-1.2.4, jpeg-6b, tiff-v3.5.7 and installed them all in my $HOME/usr directory ($HOME/usr/bin, $HOME/usr/lib, ect..). I downloaded gtk+-2.2.2, and used ./configure --prefix=$HOME/usr/local --exec-prefix=$HOME/usr but, to get the configure script to recgonize everything I had to create the following environment variables: LD_LIBRARY_PATH=$HOME/usr/lib:/usr/lib:/usr/kerberos/lib:/usr/X11R6/lib:/usr/lib/sane C_INCLUDE_PATH=$HOME/usr/include CPLUS_INCLUDE_PATH=$HOME/usr/include LDFLAGS=-L $HOME/usr/lib So then the configure script works fine, but when I type make, it gets to the gtk+-2.2.2/gdk-pixbuf/pixops/ folder and prints the following: make[3]: Entering directory `/home/s03bpa/usr/src/gtk/gtk+-2.2.2/gdk-pixbuf/pixops' /bin/sh ../../libtool --mode=link gcc -g -O2 -Wall -L /home/s03bpa/usr/lib -o timescale timescale.o libpixops.la -Wl,--export-dynamic -pthread -L/home/s03bpa/usr//lib -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 -lm gcc -g -O2 -Wall /home/s03bpa/usr/lib -o timescale timescale.o -Wl,--export-dynamic -pthread -L/home/s03bpa/usr/src/gtk/gtk+-2.2.2/gdk-pixbuf/pixops ./.libs/libpixops.a -L/home/s03bpa/usr//lib /home/s03bpa/usr//lib/libgobject-2.0.so /home/s03bpa/usr//lib/libgmodule-2.0.so -ldl /home/s03bpa/usr//lib/libgthread-2.0.so -lpthread /home/s03bpa/usr//lib/libglib-2.0.so -lm -Wl,--rpath -Wl,/home/s03bpa/usr//lib -Wl,--rpath -Wl,/home/s03bpa/usr//lib /home/s03bpa/usr/lib: file not recognized: Is a directory collect2: ld returned 1 exit status make[3]: *** [timescale] Error 1 make[3]: Leaving directory `/home/s03bpa/usr/src/gtk/gtk+-2.2.2/gdk-pixbuf/pixops' Can anyone see what I've done wrong, or why this error appears? I cannot decipher it. Thanks Brian _________________________________________________________________ MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus --__--__-- Message: 2 Date: Tue, 15 Jul 2003 19:40:32 +0200 To: gtk-list@gnome.org From: Melvin Hadasht Subject: Re: Compile problem with ld Hi Billy, You wrote: > LDFLAGS=-L $HOME/usr/lib There must not be a space between -L and the directory, so it should read: LDFLAGS=-L$HOME/usr/lib HTH -- Melvin Hadasht --__--__-- Message: 3 Date: Wed, 16 Jul 2003 13:47:57 +0530 From: Nagaraja To: gtk-list@gnome.org Subject: glib-1.2.10 make error ? Hi All, I am trying to compile gtk-1.2.10 ,while configuring it stop with error : configure: error: *** GLIB 1.2.8 or better is required. The latest version of GLIB my present GLIB is 1.2.7. So I tried recompiling glib-1.2.10 and got this error: Making all in gthread make[2]: Entering directory `/home/BUILD/glib-1.2.10/gthread' /bin/sh ../libtool --mode=link gcc -g -O2 -Wall -D_REENTRANT -o testgthread testgthread.o ../libglib.la libgthread.la gcc -g -O2 -Wall -D_REENTRANT -o .libs/testgthread testgthread.o ../.libs/libglib.so .libs/libgthread.so testgthread.o: In function `new_thread': /home/BUILD/glib-1.2.10/gthread/testgthread.c:89: undefined reference to `pthread_create' testgthread.o: In function `test_private': /home/BUILD/glib-1.2.10/gthread/testgthread.c:197: undefined reference to `pthread_join' .libs/libgthread.so: undefined reference to `pthread_getspecific' .libs/libgthread.so: undefined reference to `pthread_key_create' .libs/libgthread.so: undefined reference to `pthread_mutex_trylock' .libs/libgthread.so: undefined reference to `pthread_cond_timedwait' .libs/libgthread.so: undefined reference to `pthread_setspecific' collect2: ld returned 1 exit status make[2]: *** [testgthread] Error 1 make[2]: Leaving directory `/home/BUILD/glib-1.2.10/gthread' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/BUILD/glib-1.2.10' make: *** [all-recursive-am] Error 2 Could anyone please tell me as to what this error message would signify. my host machine is armsa1110 using binutils-2.10.91 gcc-2.95.3 and glibc-2.2.2 . My build enviroment seems to be OK since I manage to build a new toolchain with binutils-2.13.2.1 gcc-2.95.3 and glibc-2.2.5 Thanks in advance Nagaraj --__--__-- Message: 4 Date: Wed, 16 Jul 2003 16:15:20 +0800 From: myong To: gtk-list Subject: about gdktarget Hello, By using --with-gdktarget argument, I can select running platform at configuring and compiling of gtk lib(default is X11). I want to run programme at both X11 and framebuffer mode. if I use "configure --with-gdktarget=linux-fb" configure gtk lib, can I arrive above target? --__--__-- Message: 5 Date: Wed, 16 Jul 2003 13:17:46 +0200 From: Andrej Prsa To: GTK Mailing list Subject: GtkCellRendererPixbuf and signals Organization: Faculty of Mathematics and Physics Hello! Could anyone please give me a hint on how to attach a "clicked" signal to the pixbuf that is in the GtkTreeView? GtkCellRendererPixbuf doesn't have any signals? Thanks, Andrej PS. Thanks, Murray, for your answer(s); I worked my way through editable cells! --__--__-- _______________________________________________ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list End of gtk-list Digest From valkadesh@libero.it Wed Jul 16 07:58:14 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from vsmtp2.tin.it (vsmtp2.tin.it [212.216.176.222]) by mail.gnome.org (Postfix) with ESMTP id 6AAFE1898F for ; Wed, 16 Jul 2003 07:58:14 -0400 (EDT) Received: from [80.116.242.17] (80.116.242.17) by vsmtp2.tin.it (6.7.016) id 3EE0613200FB3AF8 for gtk-list@gnome.org; Wed, 16 Jul 2003 13:58:14 +0200 Subject: Obtaining all instances of a GType From: Giovanni Corriga To: gtk-list@gnome.org Content-Type: text/plain Message-Id: <1058356628.2937.20.camel@rincewind> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.3 Date: 16 Jul 2003 13:57:09 +0200 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi all. In Smalltalk, I usually send the 'allInstances' message to a Class instance to obtain a collection of all the instances of that class. I use this technique, for example, to obtain all the Window objects with a given title. Is there something similar for the GObject system? Something like GList* instances = g_type_get_all_instances(gtk_window_get_type()); Thanks Giovanni From hp@redhat.com Wed Jul 16 21:59:51 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from devserv.devel.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 8EA14180FF for ; Wed, 16 Jul 2003 21:59:51 -0400 (EDT) Received: (from hp@localhost) by devserv.devel.redhat.com (8.11.6/8.11.0) id h6H1xoo03814; Wed, 16 Jul 2003 21:59:50 -0400 Date: Wed, 16 Jul 2003 21:59:50 -0400 From: Havoc Pennington To: Giovanni Corriga Cc: gtk-list@gnome.org Subject: Re: Obtaining all instances of a GType Message-ID: <20030716215950.C32223@devserv.devel.redhat.com> References: <1058356628.2937.20.camel@rincewind> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <1058356628.2937.20.camel@rincewind> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Wed, Jul 16, 2003 at 01:57:09PM +0200, Giovanni Corriga wrote: > Is there something similar for the GObject system? Something like > > GList* instances = g_type_get_all_instances(gtk_window_get_type()); No, a list of instances isn't kept. However GtkWindow instances specifically are tracked by GTK, see gtk_window_list_toplevels(). Havoc From dav@cs.utah.edu Wed Jul 16 20:32:41 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail-svr1.cs.utah.edu (mail-svr1.cs.utah.edu [155.99.198.200]) by mail.gnome.org (Postfix) with ESMTP id 35DCF185EE for ; Wed, 16 Jul 2003 20:32:41 -0400 (EDT) Received: from faith.cs.utah.edu (faith.cs.utah.edu [155.99.198.108]) by mail-svr1.cs.utah.edu (Postfix) with ESMTP id DD19A3476D; Wed, 16 Jul 2003 18:32:40 -0600 (MDT) Received: (from dav@localhost) by faith.cs.utah.edu (8.11.6+Sun/8.11.1) id h6H0Weo15323; Wed, 16 Jul 2003 18:32:40 -0600 (MDT) Date: Wed, 16 Jul 2003 18:32:40 -0600 (MDT) Message-Id: <200307170032.h6H0Weo15323@faith.cs.utah.edu> X-Authentication-Warning: faith.cs.utah.edu: dav set sender to dav@cs.utah.edu using -f From: "J. Davison de St. Germain" To: gtk-list@gnome.org, dav@cs.utah.edu Subject: Installing local/individual GTK Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, I'm trying to build the newest GTK (and the myriad of packages it requires). There are some badly installed, older versions of GTK (and its support packages) on my system, therefore I am installing all of the files for the new versions into my home directory, but some of the system files are apparently still visible. After hacking on most of support packages' build systems for hours I finally, I think, got them installed. (In ~/gtk_stuff.) Now, when I try to build GTK itself, the pkg-manager thing keeps dieing with various errors about system libs. It doesn't seem to be able to figure out that I only want it to look at the ones I've installed myself in my home dir. Here is one of the errors I get from configure: checking for XOpenDisplay in -lX11... no configure: error: *** libX11 not found. Check 'config.log' for more details. I've tracked this down to the fact that in the compile line, there is a "-L" with no path on it, thus clearing out all paths. I'm not sure why this is getting set this way, but it appears to be some problem in the configure script with $PKG_CONFIG either not being set or being used to early. (Note, I also get errors like this from configure: checking for libpng12... ./configure[22890]: --exists: not found. Again, this seems to be some bug with the GTK configure (I did run autoconf (2.53) on it.) It seems to be a heck of an ordeal to compile and install GTK. I would appreciate any help you can give me in addressing all of these issues. (BTW, I am trying to install this on a IRIX SGI.) Thanks, Dave PS. Please respond via email in addition to posting to the list. ----------------------------------------------------------------------- - J. Davison de St. Germain dav@cs.utah.edu (801) 581-4078 - - Chief Software Engineer http://www.cs.utah.edu/~dav - - SCI Institute, SE C-SAFE University of Utah - ----------------------------------------------------------------------- From dav@cs.utah.edu Wed Jul 16 20:44:49 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail-svr1.cs.utah.edu (mail-svr1.cs.utah.edu [155.99.198.200]) by mail.gnome.org (Postfix) with ESMTP id 39000180EE for ; Wed, 16 Jul 2003 20:44:49 -0400 (EDT) Received: from faith.cs.utah.edu (faith.cs.utah.edu [155.99.198.108]) by mail-svr1.cs.utah.edu (Postfix) with ESMTP id 7BBCB34767 for ; Wed, 16 Jul 2003 18:44:49 -0600 (MDT) Received: (from dav@localhost) by faith.cs.utah.edu (8.11.6+Sun/8.11.1) id h6H0inG15635; Wed, 16 Jul 2003 18:44:49 -0600 (MDT) Date: Wed, 16 Jul 2003 18:44:49 -0600 (MDT) Message-Id: <200307170044.h6H0inG15635@faith.cs.utah.edu> X-Authentication-Warning: faith.cs.utah.edu: dav set sender to dav@cs.utah.edu using -f From: "J. Davison de St. Germain" To: gtk-list@gnome.org Subject: Font problem Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, Perhaps it would be easier to use the older system version of gtk. We have tried using it, but whenever we run our application, it freezes for 5-10 minutes, then crashes with this error: No fonts found; this probably means that the fontconfig library is not correctly configured. You may need to edit the fonts.conf configuration file. More information about fontconfig can be found in the fontconfig(3) manual page and on http://fontconfig.org I've browsed the lists and google, and tried some of the suggestions on how to get the fonts to show up, but I've had no success. I have a ~/.fonts.conf file. A .fonts.cache-1 file is created with: "/usr/local/lib/pango/1.2.0/modules" 0 104269593 ".dir" in it. That dir has a lot of what I guess must be fonts (bunch of .so's) Any help with this would be much appreciated. Again this is running on an IRIX SGI system. Thanks, Dave PS. Please email reponse in addition to posting. ----------------------------------------------------------------------- - J. Davison de St. Germain dav@cs.utah.edu (801) 581-4078 - - Chief Software Engineer http://www.cs.utah.edu/~dav - - SCI Institute, SE C-SAFE University of Utah - ----------------------------------------------------------------------- From nliu@cienettechnologies.com Thu Jul 17 05:26:42 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.cienettechnologies.com (unknown [218.106.171.118]) by mail.gnome.org (Postfix) with SMTP id 0BC1018734 for ; Thu, 17 Jul 2003 05:26:41 -0400 (EDT) Received: (qmail 10815 invoked from network); 17 Jul 2003 09:40:22 -0000 Received: from unknown (HELO nliu) (nliu@218.106.171.126) by 0 with SMTP; 17 Jul 2003 09:40:22 -0000 Message-ID: <002701c34c45$2e8fdb60$5502a8c0@cienetmotorola.local> From: "Liu, Nian(Neo)" To: Subject: two questions about themes(urgent) Date: Thu, 17 Jul 2003 17:24:11 +0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0024_01C34C88.3CAE3960" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is a multi-part message in MIME format. ------=_NextPart_000_0024_01C34C88.3CAE3960 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable hi, folks, i have two questions here and since the time is really limited, your = quick response will be greatly appreciated. 1. as i know, .gtkrc file works on widget(s), can I specify it to a = specific application. in other words, can i use different theme for = different applications? 2. since gtk2.x can run in gnome1.x which is based on gtk1.x, i want to = know how to assign the rc file for gtk2. and, please reply to me DIRECTLY since i'm not a member of the list at = present. thanks in advance and best regards, Liu, Nian ------=_NextPart_000_0024_01C34C88.3CAE3960 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
hi, folks,
 
i have two questions here and since the = time is=20 really limited, your quick response will be greatly = appreciated.
 
1. as i know, .gtkrc file works on = widget(s), can I=20 specify it to a specific application. in other words, can i use = different theme=20 for different applications?
 
2. since gtk2.x can run in gnome1.x = which is based=20 on gtk1.x, i want to know how to assign the rc file for = gtk2.
 
and, please reply to me DIRECTLY since = i'm not a=20 member of the list at present.
 
thanks in advance and best = regards,
 
Liu, Nian
------=_NextPart_000_0024_01C34C88.3CAE3960-- From sachin_kulkarni@persistent.co.in Thu Jul 17 06:35:31 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp.pspl.co.in (unknown [202.54.11.65]) by mail.gnome.org (Postfix) with ESMTP id E4B89180E9 for ; Thu, 17 Jul 2003 06:35:30 -0400 (EDT) Received: (from root@localhost) by smtp.pspl.co.in (8.12.9/8.12.9) id h6HAdQlX005805 for ; Thu, 17 Jul 2003 16:09:26 +0530 Received: from ps0130 (PS0130.intranet.pspl.co.in [192.168.2.130]) (authenticated bits=0) by smtp.pspl.co.in (8.12.9/8.12.9) with ESMTP id h6HAdPuf005792 for ; Thu, 17 Jul 2003 16:09:25 +0530 Message-ID: <000801c34c4f$5fdea520$8202a8c0@persistent.co.in> From: "Sachin Kulkarni" To: Subject: building ui on hp-ux Date: Thu, 17 Jul 2003 16:06:59 +0530 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C34C7D.740EB610" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 X-Spam-Status: No, hits=0.6 required=6.0 tests=HTML_50_60,HTML_MESSAGE version=2.54 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.54 (1.174.2.17-2003-05-11-exp) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C34C7D.740EB610 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I want to build a user interface on hp-ux. Will it be ok to use gtk = for that. or i should use SWING? what r the other options available for = me? regards, -Sachin ------=_NextPart_000_0005_01C34C7D.740EB610 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
  I want to build a user interface = on hp-ux.=20 Will it be ok to use gtk for that. or i should use SWING? what r the = other=20 options available for me?
 
regards,
-Sachin
------=_NextPart_000_0005_01C34C7D.740EB610-- From firefly@diku.dk Thu Jul 17 08:38:47 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hugin.diku.dk (hugin.diku.dk [130.225.96.144]) by mail.gnome.org (Postfix) with SMTP id 70A5F187F6 for ; Thu, 17 Jul 2003 08:38:46 -0400 (EDT) Received: (qmail 30971 invoked from network); 17 Jul 2003 12:38:45 -0000 Received: from ask.diku.dk (firefly@130.225.96.225) by hugin.diku.dk with QMQP; 17 Jul 2003 12:38:45 -0000 Date: Thu, 17 Jul 2003 14:38:45 +0200 (MEST) From: "Peter \"Firefly\" Lund" To: Sachin Kulkarni Cc: gtk-list@gnome.org Subject: Re: building ui on hp-ux In-Reply-To: <000801c34c4f$5fdea520$8202a8c0@persistent.co.in> Message-ID: References: <000801c34c4f$5fdea520$8202a8c0@persistent.co.in> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Thu, 17 Jul 2003, Sachin Kulkarni wrote: > Hi, > I want to build a user interface on hp-ux. Will it be ok to use gtk It should be possible - but the HPUX C compiler might not like you. > for that. or i should use SWING? what r the other options available for > me? Oh, you are talking about Java? You could also try Tcl/Tk -- or Tk in other languages than Tcl. Or you could try FLTK. Or KDE. Or curses. Or s-lang. ;) -Peter From trashbox777@hotmail.com Thu Jul 17 09:36:28 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hotmail.com (law9-f105.law9.hotmail.com [64.4.9.105]) by mail.gnome.org (Postfix) with ESMTP id 1CAFF1885A for ; Thu, 17 Jul 2003 09:36:28 -0400 (EDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 17 Jul 2003 06:36:28 -0700 Received: from 128.156.10.11 by lw9fd.law9.hotmail.msn.com with HTTP; Thu, 17 Jul 2003 13:36:27 GMT X-Originating-IP: [128.156.10.11] X-Originating-Email: [trashbox777@hotmail.com] From: "Billy Bob" To: gtk-list@gnome.org Subject: Re: gtk-list digest, Vol 1 #1610 - 5 msgs Date: Thu, 17 Jul 2003 13:36:27 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 17 Jul 2003 13:36:28.0112 (UTC) FILETIME=[6CBCAD00:01C34C68] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Thanks Melvin, that worked. B >From: gtk-list-request@gnome.org >Reply-To: gtk-list@gnome.org >To: gtk-list@gnome.org >Subject: gtk-list digest, Vol 1 #1610 - 5 msgs >Date: Wed, 16 Jul 2003 12:00:09 -0400 > >Send gtk-list mailing list submissions to > gtk-list@gnome.org > >To subscribe or unsubscribe via the World Wide Web, visit > http://mail.gnome.org/mailman/listinfo/gtk-list >or, via email, send a message with subject or body 'help' to > gtk-list-request@gnome.org > >You can reach the person managing the list at > gtk-list-admin@gnome.org > >When replying, please edit your Subject line so it is more specific >than "Re: Contents of gtk-list digest..." > > >Today's Topics: > > 1. Compile problem with ld (Billy Bob) > 2. Re: Compile problem with ld (Melvin Hadasht) > 3. glib-1.2.10 make error ? (Nagaraja) > 4. about gdktarget (myong) > 5. GtkCellRendererPixbuf and signals (Andrej Prsa) > >--__--__-- > >Message: 1 >From: "Billy Bob" >To: gtk-list@gnome.org >Subject: Compile problem with ld >Date: Tue, 15 Jul 2003 17:15:23 +0000 > >I am having trouble compling GTK, and any help would be appreciated: > >I am trying to install GTK on: > >Linux version 2.4.20-18.8 (bhcompile@daffy.perf.redhat.com) (gcc version >3.2 >20020903 (Red Hat Linux 8.0 3.2-7)) #1 Thu May 29 07:40:27 EDT 2003 > >It is a little complicated by the fact that I do not have access to root, >so >everything I install is in $HOME/usr. > >I have downloaded glib-2.2.0, pango-1.2.3, atk-1.2.4, jpeg-6b, tiff-v3.5.7 >and installed them all in my $HOME/usr directory ($HOME/usr/bin, >$HOME/usr/lib, ect..). > >I downloaded gtk+-2.2.2, and used ./configure --prefix=$HOME/usr/local >--exec-prefix=$HOME/usr > >but, to get the configure script to recgonize everything I had to create >the >following environment variables: > >LD_LIBRARY_PATH=$HOME/usr/lib:/usr/lib:/usr/kerberos/lib:/usr/X11R6/lib:/usr/lib/sane >C_INCLUDE_PATH=$HOME/usr/include >CPLUS_INCLUDE_PATH=$HOME/usr/include >LDFLAGS=-L $HOME/usr/lib > >So then the configure script works fine, but when I type make, it gets to >the gtk+-2.2.2/gdk-pixbuf/pixops/ folder and prints the following: > >make[3]: Entering directory >`/home/s03bpa/usr/src/gtk/gtk+-2.2.2/gdk-pixbuf/pixops' >/bin/sh ../../libtool --mode=link gcc -g -O2 -Wall -L /home/s03bpa/usr/lib >-o timescale timescale.o libpixops.la -Wl,--export-dynamic -pthread >-L/home/s03bpa/usr//lib -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 >-lglib-2.0 -lm >gcc -g -O2 -Wall /home/s03bpa/usr/lib -o timescale timescale.o >-Wl,--export-dynamic -pthread >-L/home/s03bpa/usr/src/gtk/gtk+-2.2.2/gdk-pixbuf/pixops ./.libs/libpixops.a >-L/home/s03bpa/usr//lib /home/s03bpa/usr//lib/libgobject-2.0.so >/home/s03bpa/usr//lib/libgmodule-2.0.so -ldl >/home/s03bpa/usr//lib/libgthread-2.0.so -lpthread >/home/s03bpa/usr//lib/libglib-2.0.so -lm -Wl,--rpath >-Wl,/home/s03bpa/usr//lib -Wl,--rpath -Wl,/home/s03bpa/usr//lib >/home/s03bpa/usr/lib: file not recognized: Is a directory >collect2: ld returned 1 exit status >make[3]: *** [timescale] Error 1 >make[3]: Leaving directory >`/home/s03bpa/usr/src/gtk/gtk+-2.2.2/gdk-pixbuf/pixops' > > >Can anyone see what I've done wrong, or why this error appears? I cannot >decipher it. > >Thanks >Brian > >_________________________________________________________________ >MSN 8 with e-mail virus protection service: 2 months FREE* >http://join.msn.com/?page=features/virus > > >--__--__-- > >Message: 2 >Date: Tue, 15 Jul 2003 19:40:32 +0200 >To: gtk-list@gnome.org >From: Melvin Hadasht >Subject: Re: Compile problem with ld > >Hi Billy, > >You wrote: > > LDFLAGS=-L $HOME/usr/lib > >There must not be a space between -L and the directory, >so it should read: >LDFLAGS=-L$HOME/usr/lib > >HTH > >-- >Melvin Hadasht > >--__--__-- > >Message: 3 >Date: Wed, 16 Jul 2003 13:47:57 +0530 >From: Nagaraja >To: gtk-list@gnome.org >Subject: glib-1.2.10 make error ? > >Hi All, > >I am trying to compile gtk-1.2.10 ,while configuring it stop with error : > >configure: error: >*** GLIB 1.2.8 or better is required. The latest version of GLIB > >my present GLIB is 1.2.7. So I tried recompiling glib-1.2.10 and got >this error: > >Making all in gthread >make[2]: Entering directory `/home/BUILD/glib-1.2.10/gthread' >/bin/sh ../libtool --mode=link gcc -g -O2 -Wall -D_REENTRANT -o >testgthread testgthread.o ../libglib.la libgthread.la >gcc -g -O2 -Wall -D_REENTRANT -o .libs/testgthread testgthread.o >../.libs/libglib.so .libs/libgthread.so >testgthread.o: In function `new_thread': >/home/BUILD/glib-1.2.10/gthread/testgthread.c:89: undefined reference to >`pthread_create' >testgthread.o: In function `test_private': >/home/BUILD/glib-1.2.10/gthread/testgthread.c:197: undefined reference >to `pthread_join' >.libs/libgthread.so: undefined reference to `pthread_getspecific' >.libs/libgthread.so: undefined reference to `pthread_key_create' >.libs/libgthread.so: undefined reference to `pthread_mutex_trylock' >.libs/libgthread.so: undefined reference to `pthread_cond_timedwait' >.libs/libgthread.so: undefined reference to `pthread_setspecific' >collect2: ld returned 1 exit status >make[2]: *** [testgthread] Error 1 >make[2]: Leaving directory `/home/BUILD/glib-1.2.10/gthread' >make[1]: *** [all-recursive] Error 1 >make[1]: Leaving directory `/home/BUILD/glib-1.2.10' >make: *** [all-recursive-am] Error 2 > >Could anyone please tell me as to what this error message would signify. > >my host machine is armsa1110 using binutils-2.10.91 gcc-2.95.3 and >glibc-2.2.2 . > >My build enviroment seems to be OK since I manage to build a new >toolchain with binutils-2.13.2.1 gcc-2.95.3 and glibc-2.2.5 > >Thanks in advance >Nagaraj > > >--__--__-- > >Message: 4 >Date: Wed, 16 Jul 2003 16:15:20 +0800 >From: myong >To: gtk-list >Subject: about gdktarget > >Hello, > > By using --with-gdktarget argument, I can select running platform at >configuring and compiling of gtk lib(default is X11). I want to run >programme at both X11 and framebuffer mode. > > if I use "configure --with-gdktarget=linux-fb" configure gtk lib, >can I arrive above target? > > > > >--__--__-- > >Message: 5 >Date: Wed, 16 Jul 2003 13:17:46 +0200 >From: Andrej Prsa >To: GTK Mailing list >Subject: GtkCellRendererPixbuf and signals >Organization: Faculty of Mathematics and Physics > >Hello! > >Could anyone please give me a hint on how to attach a "clicked" signal to >the pixbuf that is in the GtkTreeView? GtkCellRendererPixbuf doesn't have >any signals? > >Thanks, > >Andrej > >PS. Thanks, Murray, for your answer(s); I worked my way through editable >cells! > > > > >--__--__-- > >_______________________________________________ >gtk-list mailing list >gtk-list@gnome.org >http://mail.gnome.org/mailman/listinfo/gtk-list > > >End of gtk-list Digest _________________________________________________________________ Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail From robert@valiant.us Thu Jul 17 11:59:23 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from harrier.mail.pas.earthlink.net (harrier.mail.pas.earthlink.net [207.217.120.12]) by mail.gnome.org (Postfix) with ESMTP id 0DB24189C9 for ; Thu, 17 Jul 2003 11:59:23 -0400 (EDT) Received: from h-69-3-238-129.sttnwaho.covad.net ([69.3.238.129] helo=10.0.1.2) by harrier.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 19dBAA-0006H8-00 for gtk-list@gnome.org; Thu, 17 Jul 2003 08:59:22 -0700 From: "Robert G. Valiant" Organization: Valiant Group To: gtk-list@gnome.org Subject: Help for possible botched GTK2 install? Date: Thu, 17 Jul 2003 08:58:24 -0700 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307170858.24787.robert@valiant.us> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello -- I apologize if this is the wrong place to ask this question. I'm very new with GTK2 (I'm a user, not a coder) and I'm trying to figure out what I have done wrong in my install. I installed GTK2 and dependencies from tarballs as specified on the install page. When running a program, I get the following segfault: =================================================== Program received signal SIGSEGV, Segmentation fault. g_type_check_instance_cast (type_instance=0x20323030, iface_type=269431656) at gtype.c:2771 2771 if (type_instance->g_class) (gdb) bt #0 g_type_check_instance_cast (type_instance=0x20323030, iface_type=269431656) at gtype.c:2771 #1 0x0fb4eed4 in g_type_check_instance_cast (type_instance=0x100f4990, iface_type=268763136) at gtype.c:2768 #2 0x0f6e8f0c in __libc_start_main () from /lib/libc.so.6 ==================================================== Being a simpleton, I can't tell if the program is botched or if I have a problem with my setup -- I'm using PPC Mandrake 9.1 which seems to have some GTK2 "issues." Before installing from tarballs, I removed all RPMs that I could find that related to GTK2. Thank you, and again -- my apologies if my message is burdensome. Bob in Seattle From jeff@purple.com Thu Jul 17 13:40:35 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from ftp.ece.villanova.edu (ftp.ece.villanova.edu [153.104.63.227]) by mail.gnome.org (Postfix) with ESMTP id 490D918A63 for ; Thu, 17 Jul 2003 13:40:35 -0400 (EDT) X-AntiVirus-Scanned: by ftp.ece.villanova.edu - http://safeinternetemail.com/ Received: (from Ustyx@localhost) by ftp.ece.villanova.edu (8.11.7/8.11.7) with UUCP id h6HHe5Q26296 for gtk-list@gnome.org; Thu, 17 Jul 2003 13:40:05 -0400 (EDT) Received: from asterix.purple.com ([192.168.0.6]) by diderot.purple.com (8.12.3/8.12.3/Debian -4) with ESMTP id h6HHZxRJ006584 for ; Thu, 17 Jul 2003 13:35:59 -0400 Received: from jeff by asterix.purple.com with local (Exim 3.36 #1 (Debian)) id 19dCff-00053t-00 for ; Thu, 17 Jul 2003 13:35:59 -0400 Date: Thu, 17 Jul 2003 13:35:59 -0400 From: Jeff Abrahamson To: gtk-list@gnome.org Subject: glade-perl and killing a window Message-ID: <20030717173559.GQ30412@purple.com> Mail-Followup-To: gtk-list@gnome.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline User-Agent: Mutt/1.5.4i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: A gtk question, said in perl: I have an app, push a button on its main window, a new window comes up. The new window let's me do some stuff, then I dismiss it. I'm not quitting the new window correctly. Here's the code: Press "pda" from main window: sub on_pda_button_clicked { my ($class, $data, $object, $instance, $event) = @_; my $me = __PACKAGE__."->on_button1_clicked"; # Get ref to hash of all widgets on our form my $form = $__PACKAGE__::all_forms->{$instance}; pda_window->run(); return; } Press "dismiss" from pda_window: Gtk->main_quit; $class->parent()->parent()->destroy(); That last is a kludge, because if the user hits dismiss twice from the parent window, the whole app quits (kill two nested event loops). Can someone point me in the right direction? Thanks. -- Jeff Jeff Abrahamson GPG fingerprint: 1A1A BA95 D082 A558 A276 63C6 16BF 8C4C 0D1D AE4B From dav@cs.utah.edu Thu Jul 17 14:21:10 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail-svr1.cs.utah.edu (brahma.cs.utah.edu [155.99.198.200]) by mail.gnome.org (Postfix) with ESMTP id 319AF181EA for ; Thu, 17 Jul 2003 14:21:10 -0400 (EDT) Received: from faith.cs.utah.edu (faith.cs.utah.edu [155.99.198.108]) by mail-svr1.cs.utah.edu (Postfix) with ESMTP id 8454634766 for ; Thu, 17 Jul 2003 12:21:10 -0600 (MDT) Received: (from dav@localhost) by faith.cs.utah.edu (8.11.6+Sun/8.11.1) id h6HILAk05960; Thu, 17 Jul 2003 12:21:10 -0600 (MDT) Date: Thu, 17 Jul 2003 12:21:10 -0600 (MDT) Message-Id: <200307171821.h6HILAk05960@faith.cs.utah.edu> X-Authentication-Warning: faith.cs.utah.edu: dav set sender to dav@cs.utah.edu using -f From: "J. Davison de St. Germain" To: gtk-list@gnome.org Subject: Re: Installing local/individual GTK Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: [I'm sending this email again as the last one seemed to get trapped in moderator limbo.] Hi, I'm trying to build the newest GTK (and the myriad of packages it requires). On my current computer, there are some badly installed and/or older versions of GTK (and its support packages), therefore I am trying to install all of the files for the new versions into my home directory. (However some of the system installed libraries are apparently still visible.) After hacking on most of support packages' build systems for hours I finally, I think, got them installed. (In ~/gtk_stuff.) Now, when I try to build GTK itself, the pkg-manager thing keeps dieing with various errors about system libs. It doesn't seem to be able to figure out that I only want it to look at the ones I've installed myself in my home dir. It seems to be a heck of an ordeal to compile and install GTK. I would appreciate any help you can give me in creating a installation of GTK in my home directory. (BTW, I am trying to install this on a IRIX SGI.) Thanks, Dave PS. Please respond via email in addition to posting to the list. PPS. I'm trying to install it locally because our program that links against the older/system installed libs exhibits strange behavior and also to learn about the GTK system. The strange behavior is this: The program comes up but when I try to bring up a menu (which needs a font) it "freezes" up. After about 4 minutes, it returns printing out a message that says something like "font not found, please look at your .fonts.conf file... etc." I have /usr/local/lib/pango/1.2.0/modules (which have a bunch of .so's in it) in my .fonts.conf file. (BTW, a .fonts.cahce-1 files is created with that path in it.) I've searched the web trying to find out how to make this work, but I can't find anything. It is unclear to me how all these pieces fit together and I can't find a lot of docs on all the different pieces. Perhaps solving this problem is easier than the installing of GTK. Any help on this problem is also greatly appreciated. Thanks again in advance. ----------------------------------------------------------------------- - J. Davison de St. Germain dav@cs.utah.edu (801) 581-4078 - - Chief Software Engineer http://www.cs.utah.edu/~dav - - SCI Institute, SE C-SAFE University of Utah - ----------------------------------------------------------------------- From sven@gimp.org Thu Jul 17 14:40:25 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.convergence.de (mail.convergence.de [212.84.236.4]) by mail.gnome.org (Postfix) with ESMTP id C078918859 for ; Thu, 17 Jul 2003 14:40:25 -0400 (EDT) Received: from [10.1.1.145] (helo=blixa) by mail.convergence.de with esmtp (Exim 4.14) id 19dDg0-0006QB-4g; Thu, 17 Jul 2003 20:40:24 +0200 Received: from neo by blixa with local (Exim 3.36 #1 (Debian)) id 19dDfz-00081r-00; Thu, 17 Jul 2003 20:40:23 +0200 To: "J. Davison de St. Germain" Cc: gtk-list@gnome.org Subject: Re: Installing local/individual GTK References: <200307171821.h6HILAk05960@faith.cs.utah.edu> From: Sven Neumann Date: Thu, 17 Jul 2003 20:40:23 +0200 In-Reply-To: <200307171821.h6HILAk05960@faith.cs.utah.edu> (J. Davison de St. Germain's message of "Thu, 17 Jul 2003 12:21:10 -0600 (MDT)") Message-ID: User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, "J. Davison de St. Germain" writes: > PPS. I'm trying to install it locally because our program that links > against the older/system installed libs exhibits strange behavior and > also to learn about the GTK system. The strange behavior is this: > > The program comes up but when I try to bring up a menu (which needs a > font) it "freezes" up. After about 4 minutes, it returns printing out > a message that says something like "font not found, please look at > your .fonts.conf file... etc." I have > /usr/local/lib/pango/1.2.0/modules (which have a bunch of .so's in it) > in my .fonts.conf file. (BTW, a .fonts.cahce-1 files is created with > that path in it.) I've searched the web trying to find out how > to make this work, but I can't find anything. It is unclear to me how > all these pieces fit together and I can't find a lot of docs on all > the different pieces. Perhaps solving this problem is easier than the > installing of GTK. Any help on this problem is also greatly > appreciated. Thanks again in advance. It should be sufficient to make sure that there is at least one useable font installed in the directory configured in /etc/fonts/fonts.conf or ~/.fonts.conf. You also need to run fc-cache once (as root for globally installed font files). Sven From dav@cs.utah.edu Thu Jul 17 15:47:59 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail-svr1.cs.utah.edu (mail-svr1.cs.utah.edu [155.99.198.200]) by mail.gnome.org (Postfix) with ESMTP id 74BA0181F1 for ; Thu, 17 Jul 2003 15:47:59 -0400 (EDT) Received: from faith.cs.utah.edu (faith.cs.utah.edu [155.99.198.108]) by mail-svr1.cs.utah.edu (Postfix) with ESMTP id 8233B3476B for ; Thu, 17 Jul 2003 13:47:59 -0600 (MDT) Received: (from dav@localhost) by faith.cs.utah.edu (8.11.6+Sun/8.11.1) id h6HJlxg08743; Thu, 17 Jul 2003 13:47:59 -0600 (MDT) Date: Thu, 17 Jul 2003 13:47:59 -0600 (MDT) Message-Id: <200307171947.h6HJlxg08743@faith.cs.utah.edu> X-Authentication-Warning: faith.cs.utah.edu: dav set sender to dav@cs.utah.edu using -f From: "J. Davison de St. Germain" To: gtk-list@gnome.org Subject: Re: Installing local/individual GTK Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > > The program comes up but when I try to bring up a menu (which needs a > > font) it "freezes" up. After about 4 minutes, it returns printing out > > a message that says something like "font not found, please look at > > your .fonts.conf file... etc." I have > > /usr/local/lib/pango/1.2.0/modules (which have a bunch of .so's in it) > > ... > > It should be sufficient to make sure that there is at least one > useable font installed in the directory configured in > /etc/fonts/fonts.conf or ~/.fonts.conf. You also need to run fc-cache > once (as root for globally installed font files). Hi, I did try running fc-cache, but as me... I don't have root. Must one run it as root? Is there a way to install it such that you don't have to be root. Also, here is a list of files in the pango modules dir: > ls /usr/local/lib/pango/1.2.0/modules/ pango-arabic-ft2.la pango-arabic-ft2.so pango-arabic-x.la pango-arabic-x.so pango-arabic-xft.la pango-arabic-xft.so pango-basic-ft2.la pango-basic-ft2.so pango-basic-x.la pango-basic-x.so pango-basic-xft.la pango-basic-xft.so ... I assume that at least one of those is a "usable font". Thanks again for your help. - Dave ----------------------------------------------------------------------- - J. Davison de St. Germain dav@cs.utah.edu (801) 581-4078 - - Chief Software Engineer http://www.cs.utah.edu/~dav - - SCI Institute, SE C-SAFE University of Utah - ----------------------------------------------------------------------- From nlevitt@columbia.edu Thu Jul 17 15:54:06 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from computer.cc.columbia.edu (computer.cc.columbia.edu [128.59.31.237]) by mail.gnome.org (Postfix) with ESMTP id 3CB7618AAA for ; Thu, 17 Jul 2003 15:54:06 -0400 (EDT) Received: from nlevitt by computer.cc.columbia.edu with local (Exim 3.36 #1) id 19dEoi-0001Mm-00; Thu, 17 Jul 2003 15:53:28 -0400 Date: Thu, 17 Jul 2003 15:53:28 -0400 From: Noah Levitt To: "J. Davison de St. Germain" Cc: gtk-list@gnome.org Subject: Re: Installing local/individual GTK Message-ID: <20030717195328.GD4458@columbia.edu> References: <200307171947.h6HJlxg08743@faith.cs.utah.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200307171947.h6HJlxg08743@faith.cs.utah.edu> Secret-NSA-Message-ID: 3b026257dfe9ed894171dbbb76f5b2ba User-Agent: Mutt/1.5.4i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Thu, Jul 17, 2003 at 13:47:59 -0600, J. Davison de St. Germain wrote: > > Also, here is a list of files in the pango modules dir: > [...] > > I assume that at least one of those is a "usable font". Thanks again > for your help. Those aren't fonts. It seems like you don't have any. Easiest thing to do is download the bitstream vera fonts from http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/1.10/ and put them in ~/.fonts. That might not work depending on your fontconfig setup, but I'd say odds are in your favor. Noah From vadim@berezniker.com Thu Jul 17 22:54:05 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from gorlovka.vmpn.net (unknown [216.254.75.9]) by mail.gnome.org (Postfix) with SMTP id A35F4181C4 for ; Thu, 17 Jul 2003 22:54:05 -0400 (EDT) Received: (qmail 4420 invoked from network); 18 Jul 2003 02:54:06 -0000 Received: from vadim.homenetwork (HELO berezniker.com) (10.0.1.25) by www.75.254.216.in-addr.arpa with SMTP; 18 Jul 2003 02:54:06 -0000 Message-ID: <3F176128.901@berezniker.com> Date: Thu, 17 Jul 2003 22:53:28 -0400 From: Vadim Berezniker User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030714 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: pango layout extents (ok under linux, problems under win32) X-Enigmail-Version: 0.76.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Using pango 1.2.1 and gtk 2.2.1 in 'English' locale. (For both windows and linux). I create a new label, set the text and then attempt to calculate extents using the various extents functions availabe. i.e. I tried retrieving the extents via the appropriate pango function, tried iterating over the lines of the layout and calculating their individual extents, etc and under all these circumstances the extents returned are smaller in width than the actual width of the text. The contents of the label is a mix of English and Japanese. (Which I guess attributes to the problem). (The same code works perfectly under Linux) From vivek@lantana.tenet.res.in Fri Jul 18 01:13:14 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lantana.iitm.ernet.in (lantana.tenet.res.in [202.144.28.166]) by mail.gnome.org (Postfix) with ESMTP id 50E7118584 for ; Fri, 18 Jul 2003 01:13:12 -0400 (EDT) Received: from dodo.lli.tenet.res.in (aster [144.16.241.214]) by lantana.iitm.ernet.in (8.11.6/8.11.6) with ESMTP id h6I5Cxe17320 for ; Fri, 18 Jul 2003 10:43:00 +0530 Subject: UTF-8 characters From: Viveka Nathan K To: gtk-list@gnome.org Content-Type: multipart/alternative; boundary="=-hSdchi0eJM7i6pOMwzXJ" Organization: TeNeT Group Message-Id: <1058505119.877.10.camel@dodo.lli.tenet.res.in> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-4) Date: 18 Jul 2003 10:41:59 +0530 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --=-hSdchi0eJM7i6pOMwzXJ Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi all. I am using the function g_utf8_get_char() to read Unicode values from a text file. The strings are fetched by using fscanf() function. It fetches upto SPACE or NEWLINE. But both these characters are returned as NULL. How can I fetch the SPACE as SPACE and NEWLINE as NEWLINE ? -- Viveka Nathan K TeNeT Group --=-hSdchi0eJM7i6pOMwzXJ Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit Hi all.
  I am using the function g_utf8_get_char() to read Unicode values from a text file. The strings are
fetched by using fscanf() function. It fetches upto SPACE or NEWLINE. But both these characters
are returned as NULL. How can I fetch the SPACE as SPACE and NEWLINE as NEWLINE ?
--
Viveka Nathan K <vivek@lantana.tenet.res.in>
TeNeT Group
--=-hSdchi0eJM7i6pOMwzXJ-- From john@cellform.com.au Fri Jul 18 01:50:09 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from freyja.cellform.com (ns1.cellform.com [202.61.130.74]) by mail.gnome.org (Postfix) with ESMTP id ECE2618E0D for ; Fri, 18 Jul 2003 01:50:07 -0400 (EDT) Received: from marilyn.intra (john@marilyn.intra [192.168.0.2]) by freyja.cellform.com (8.12.3/8.12.3/Debian-6.4) with SMTP id h6I5nkve016613; Fri, 18 Jul 2003 13:50:02 +0800 Received: by marilyn.intra (sSMTP sendmail emulation); Fri, 18 Jul 2003 13:49:46 +0800 From: "John Darrington" Date: Fri, 18 Jul 2003 13:49:46 +0800 To: Viveka Nathan K Cc: gtk-list@gnome.org Subject: Re: UTF-8 characters Message-ID: <20030718054946.GA359@cellform.com.au> References: <1058505119.877.10.camel@dodo.lli.tenet.res.in> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pf9I7BMVVzbSWLtt" Content-Disposition: inline In-Reply-To: <1058505119.877.10.camel@dodo.lli.tenet.res.in> User-Agent: Mutt/1.3.28i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --pf9I7BMVVzbSWLtt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 18, 2003 at 10:41:59AM +0530, Viveka Nathan K wrote: Hi all. I am using the function g_utf8_get_char() to read Unicode values from a text file. The strings are fetched by using fscanf() function. It fetches upto SPACE or NEWLINE. But both these characters are returned as NULL. How can I fetch the SPACE as SPACE and NEWLINE as NEWLINE ? As I understand it, that's what scanf is supposed to do. Unicode or no unicode. If you want everything to be interpreted literally, then why not use fgets ?? J' --=20 PGP Public key ID: 1024D/2DE827B3=20 fingerprint =3D 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 See http://wwwkeys.pgp.net or any PGP keyserver for public key. --pf9I7BMVVzbSWLtt Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE/F4p6imdxnC3oJ7MRAjkwAJ49BE9t2Yucc8QcQTnuY3I3sQyjIwCfcqp8 UlvyzSx9Ei44PKliM1TYiCU= =5Ag3 -----END PGP SIGNATURE----- --pf9I7BMVVzbSWLtt-- From leen.toelen@cropdesign.com Fri Jul 18 08:44:16 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cropdesign.com (212-123-24-116.iFiber.telenet-ops.be [212.123.24.116]) by mail.gnome.org (Postfix) with ESMTP id 01D9518A76 for ; Fri, 18 Jul 2003 08:44:15 -0400 (EDT) Received: from cropdesign.com by cropdesign.com (MDaemon.PRO.v6.8.4.R) with ESMTP id 33-md50000000018.tmp for ; Fri, 18 Jul 2003 14:43:50 +0200 Message-ID: <3F17EB85.2040308@cropdesign.com> Date: Fri, 18 Jul 2003 14:43:49 +0200 From: Leen Toelen User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030702 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: group buttons Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Processed: cropdesign.com, Fri, 18 Jul 2003 14:43:50 +0200 (not processed: message from valid local sender) X-Return-Path: leen.toelen@cropdesign.com X-MDaemon-Deliver-To: gtk-list@gnome.org Reply-To: leen.toelen@cropdesign.com Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, I am trying to figure out if it is possible to group some buttons in gtk together. In Aqua this is possible, eg safari uses it for the back/next buttons, and iCal for the back/day/week/month/next. This works by cutting the edges off the middle buttons, and only showing those at the ends of the groups. The results is that those buttons are visually bound to each other. I find this much more elegant than the current evolution setup, and would love to use this in gtk as well. Thanks, Leen Toelen From swalker@caspercollege.edu Fri Jul 18 09:30:59 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.caspercollege.edu (mail.caspercollege.edu [63.227.163.240]) by mail.gnome.org (Postfix) with ESMTP id 5AF38180E7 for ; Fri, 18 Jul 2003 09:30:59 -0400 (EDT) Received: from admin.cc.whecn.edu (admin.cc.whecn.edu [137.84.130.10]) by mail.caspercollege.edu (8.11.6/8.11.6) with SMTP id h6IDACp04635 for ; Fri, 18 Jul 2003 07:10:12 -0600 Received: from ADMIN/SpoolDir by admin.cc.whecn.edu (Mercury 1.48); 18 Jul 03 07:31:04 -0700 Received: from SpoolDir by ADMIN (Mercury 1.48); 18 Jul 03 07:30:39 -0700 Received: from CC53814 (137.84.128.234) by admin.cc.whecn.edu (Mercury 1.48) with ESMTP; 18 Jul 03 07:30:36 -0700 From: "Stewart Walker" Organization: Casper College To: gtk-list@gnome.org Date: Fri, 18 Jul 2003 07:30:35 -0600 MIME-Version: 1.0 Subject: glib 1.2.8 & gtk+ make problems in cgywin Message-ID: <3F17A21D.24207.1828EF@localhost> Priority: normal X-mailer: Pegasus Mail for Windows (v4.01) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Sorry if this is covered ground. Did scan the archives but didn't find anything pretaining to this Trying to get the gimp up and running on an I386 running a fresh install of cgywin (selected all). glib 1.2.8 ./configure runs and doesn't display any problems /* .. done updating cache ./config.cache creating ./config.status creating glib.spec creating Makefile creating glib-config creating gmodule/gmoduleconf.h creating gmodule/Makefile creating gthread/Makefile creating docs/Makefile creating docs/glib-config.1 creating tests/Makefile creating config.h creating glibconfig.h glibconfig.h is unchanged /* glib 1.2.8 make /* make all-recursive make[1]: Entering directory `/home/root/progs/gimp/glib-1.2.8' Making all in . make[2]: Entering directory `/home/root/progs/gimp/glib-1.2.8' /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN= g_log_domain_glib -g -O2 -Wall -D_REENTRANT -c gstrfuncs.c gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -g -O2 -Wall -D _REENTRANT -c gstrfuncs.c -o gstrfuncs.o gstrfuncs.c: In function `g_strsignal': gstrfuncs.c:674: conflicting types for `strsignal' /usr/include/string.h:75: previous declaration of `strsignal' gstrfuncs.c:674: warning: extern declaration of `strsignal' doesn't match global one make[2]: *** [gstrfuncs.lo] Error 1 make[2]: Leaving directory `/home/root/progs/gimp/glib-1.2.8' Any help would be greatly appreciated. Thanks Stew make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/root/progs/gimp/glib-1.2.8' make: *** [all-recursive-am] Error 2 /* From dav@cs.utah.edu Fri Jul 18 13:49:17 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail-svr1.cs.utah.edu (mail-svr1.cs.utah.edu [155.99.198.200]) by mail.gnome.org (Postfix) with ESMTP id 14DDD18200 for ; Fri, 18 Jul 2003 13:49:17 -0400 (EDT) Received: from faith.cs.utah.edu (faith.cs.utah.edu [155.99.198.108]) by mail-svr1.cs.utah.edu (Postfix) with ESMTP id 10DB234765 for ; Fri, 18 Jul 2003 11:49:17 -0600 (MDT) Received: (from dav@localhost) by faith.cs.utah.edu (8.11.6+Sun/8.11.1) id h6IHnGj11648; Fri, 18 Jul 2003 11:49:16 -0600 (MDT) Date: Fri, 18 Jul 2003 11:49:16 -0600 (MDT) Message-Id: <200307181749.h6IHnGj11648@faith.cs.utah.edu> X-Authentication-Warning: faith.cs.utah.edu: dav set sender to dav@cs.utah.edu using -f From: "J. Davison de St. Germain" To: gtk-list@gnome.org Subject: Re: Installing local/individual GTK Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > > Also, here is a list of files in the pango modules dir: > [...] > > I assume that at least one of those is a "usable font". Thanks again > > for your help. > > Those aren't fonts. It seems like you don't have any. > Easiest thing to do is download the bitstream vera fonts > from http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/1.10/ > and put them in ~/.fonts. That might not work depending on > your fontconfig setup, but I'd say odds are in your favor. After downloading those fonts and trimming the .fonts.conf file down to a very minimum (just the dir for the fonts), my program now works. I also experimented with putting the X11 fonts dir in the .fonts.conf file and running fc-cache (as root) and it seems to now let me use some of the fonts in the X11 installation dir. I appreciate your help immensely. Thanks, Dav ----------------------------------------------------------------------- - J. Davison de St. Germain dav@cs.utah.edu (801) 581-4078 - - Chief Software Engineer http://www.cs.utah.edu/~dav - - SCI Institute, SE C-SAFE University of Utah - ----------------------------------------------------------------------- From galaviel@bezeqint.net.il Fri Jul 18 14:27:18 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from ogi.bezeqint.net (unknown [192.115.106.14]) by mail.gnome.org (Postfix) with ESMTP id 3085B18B8E for ; Fri, 18 Jul 2003 14:27:18 -0400 (EDT) Received: from bezeqint.net.il (bzq-218-211-18.red.bezeqint.net [81.218.211.18]) by ogi.bezeqint.net (Bezeq International SMTP out Mail Server) with ESMTP id 04CB845D2 for ; Fri, 18 Jul 2003 21:19:50 +0300 (IDT) Message-ID: <3F182DF6.8050702@bezeqint.net.il> Date: Fri, 18 Jul 2003 20:27:18 +0300 From: Gal Aviel User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: [Fwd: GtkSocket - howto set initial size] Content-Type: multipart/mixed; boundary="------------090407000502040206060705" Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is a multi-part message in MIME format. --------------090407000502040206060705 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit --------------090407000502040206060705 Content-Type: message/rfc822; name="GtkSocket - howto set initial size" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="GtkSocket - howto set initial size" Message-ID: <3F182C16.8050105@bezeqint.net.il> Date: Fri, 18 Jul 2003 20:19:18 +0300 From: Gal Aviel User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-app-devel@gnome.org Subject: GtkSocket - howto set initial size Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi All, How can I set the initial size of a GtkSocket (I'm using Gtk 2.2.2 on RH8 x86)? I want to set the *initial* size of the socket to the size specified by the WM_HINTS/PSIZE that the embedee sets on its toplevel window (PSIZE is currently un-used in gtksocket.c at all). However I *do* want the user to be able to shrink the socket/embedded window below and above that initial size. I'm looking for something similar to gtk_window_set_default_size() but for a widget. This is important for me, since I'm embedding NEdit (the text editor), where one of the user preferences is the initial size of the nedit window (expressed as rows x cols). NEdit takes this preference and after considering the size of the menu etc sets PSIZE. Any thoughts ? Thanks in advance, Gal. --------------090407000502040206060705-- From galaviel@bezeqint.net.il Fri Jul 18 18:22:04 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from nils.bezeqint.net (nils.bezeqint.net [192.115.106.38]) by mail.gnome.org (Postfix) with ESMTP id ED55518DB8 for ; Fri, 18 Jul 2003 18:22:03 -0400 (EDT) Received: from bezeqint.net.il (bzq-218-211-18.red.bezeqint.net [81.218.211.18]) by nils.bezeqint.net (Bezeq International SMTP out Mail Server) with ESMTP id B1F72716; Sat, 19 Jul 2003 01:14:01 +0300 (IDT) Message-ID: <3F1864FC.70308@bezeqint.net.il> Date: Sat, 19 Jul 2003 00:22:04 +0300 From: Gal Aviel User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jane Young Cc: gtk-list@gnome.org Subject: Re: GTK+ and Xlib References: <3EF8E273.7020102@attbi.com> <1056505078.30100.1.camel@localhost.localdomain> <013d01c33c06$a5c30e40$d2ada8c0@itres.com> In-Reply-To: <013d01c33c06$a5c30e40$d2ada8c0@itres.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: If your situation is, that you already have some existing application written using plain xlib calls, and you would like to intergate it into a Gtk application (wrap it in Gtk), then you should use a GtkSocket object. Is this your situation ? Gal. Jane Young wrote: >I am new to GUI programming as well as Xlib and GTK+, so bear with me >while I ask a newbieish question or two. > >I am wondering if somehow the existing Xlib code could be integrated into a >GTK+ framework. > >Thank you for you help. > >Jane > >_______________________________________________ >gtk-list mailing list >gtk-list@gnome.org >http://mail.gnome.org/mailman/listinfo/gtk-list > > > From galaviel@bezeqint.net.il Fri Jul 18 18:24:26 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from ogi.bezeqint.net (unknown [192.115.106.14]) by mail.gnome.org (Postfix) with ESMTP id 0B46718DF7 for ; Fri, 18 Jul 2003 18:24:26 -0400 (EDT) Received: from bezeqint.net.il (bzq-218-211-18.red.bezeqint.net [81.218.211.18]) by ogi.bezeqint.net (Bezeq International SMTP out Mail Server) with ESMTP id 70D013666 for ; Sat, 19 Jul 2003 01:16:58 +0300 (IDT) Message-ID: <3F18658B.5080302@bezeqint.net.il> Date: Sat, 19 Jul 2003 00:24:27 +0300 From: Gal Aviel User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: test Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: pls ignore. From farryp@cognitcorp.com Fri Jul 18 19:41:13 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cognitcorp.com (cognitcorp02.inc.sunysb.edu [129.49.198.32]) by mail.gnome.org (Postfix) with ESMTP id 08FC518339 for ; Fri, 18 Jul 2003 19:41:13 -0400 (EDT) Received: from https://email.cognitcorp.com (sbcorp-1.cognitcorp.com [192.168.250.5]) by cognitcorp.com (Postfix) with ESMTP id C69341A36FB for ; Fri, 18 Jul 2003 19:52:31 -0400 (EDT) X-Originating-IP: [192.168.250.250] From: "Farryp =?iso-8859-1?Q?Philippe=2DAuguste?=" To: gtk-list@gnome.org Subject: gtk2 application using glade and postgres Date: Fri, 18 Jul 2003 23:52:31 +0000 Message-ID: <20030718.Bls.73835100@https://email.cognitcorp.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Content-Disposition: inline X-Mailer: AngleMail for phpGroupWare (http://www.phpgroupware.org) v 0.9.14.003 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi all I'm a newbie in Postgres and glade. I'm writing a database application using glade python and postgresql. I would like to know if there is a good tutorial that would cover all 3 components or an Open source project that I can look at the code to teach myself on how to use python glade and Postgres. Best Regards --Farry From peter@softintegration.com Sat Jul 19 03:00:11 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.softintegration.com (unknown [216.205.91.90]) by mail.gnome.org (Postfix) with ESMTP id E381C18BAB for ; Sat, 19 Jul 2003 03:00:10 -0400 (EDT) Received: by mail.softintegration.com (Postfix, from userid 12372) id 201B1FD1F; Sat, 19 Jul 2003 02:12:48 -0400 (EDT) Subject: GTK+ book To: gtk-list@gnome.org Date: Sat, 19 Jul 2003 02:12:48 -0400 (EDT) X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20030719061248.201B1FD1F@mail.softintegration.com> From: peter@softintegration.com (Peter Wu) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello, Does anybody know the most popular GTK+ book? Could it be "GTK+ Programming in C" by Syd Logan? FYI, We tested all code contained in this book in our Ch C interpreter last month. Here is our report including bugs: http://www.softintegration.com/docs/books/gtk/ Best regards, Peter Wu http://www.softintegration.com Ch: C/C++ interpreter for cross-platform scripting, shell programming, 2D/3D plotting, numerical computing, and embedded scripting From galaviel@bezeqint.net.il Sat Jul 19 09:35:14 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from marco.bezeqint.net (marco.bezeqint.net [192.115.106.37]) by mail.gnome.org (Postfix) with ESMTP id 378FB1822B for ; Sat, 19 Jul 2003 09:35:14 -0400 (EDT) Received: from bezeqint.net.il (bzq-218-115-214.red.bezeqint.net [81.218.115.214]) by marco.bezeqint.net (Bezeq International SMTP out Mail Server) with ESMTP id 1E8D26B6 for ; Sat, 19 Jul 2003 19:26:41 +0300 (IDT) Message-ID: <3F193AFE.1030603@bezeqint.net.il> Date: Sat, 19 Jul 2003 15:35:10 +0300 From: Gal Aviel User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: Howto set initial size of Widget (a GtkSocket Widget) Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi All, How can I set the initial size of a GtkSocket (I'm using Gtk 2.2.2 on RH8 x86)? I want to set the *initial* size of the socket to the size specified by the WM_HINTS/PSIZE that the embedee sets on its toplevel window (PSIZE is currently un-used in gtksocket.c). However I *do* want the user to be able to shrink the socket/embedded window below and above that initial size during runtime. I'm looking for something similar to gtk_window_set_default_size() but for a widget rather than for a window. This is important for me, since I'm embedding NEdit (the text editor), where one of the user preferences is the initial size of the nedit window (expressed as rows x cols). NEdit takes this preference and after considering the size of the menu etc sets PSIZE. Any thoughts ? Thanks in advance, Gal. From wedge__@fastmail.fm Sat Jul 19 09:58:15 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mail.gnome.org (Postfix) with ESMTP id 4CE5618448 for ; Sat, 19 Jul 2003 09:58:15 -0400 (EDT) Received: from smtp.us2.messagingengine.com (localhost [127.0.0.1]) by localhost.localdomain (Postfix) with ESMTP id 4F79B451F1 for ; Sat, 19 Jul 2003 09:58:15 -0400 (EDT) Received: from 10.202.2.133 ([10.202.2.133] helo=smtp.us2.messagingengine.com) by messagingengine.com with SMTP; Sat, 19 Jul 2003 09:58:15 -0400 Received: by smtp.us2.messagingengine.com (Postfix, from userid 99) id 59B9F731F1; Sat, 19 Jul 2003 09:58:14 -0400 (EDT) Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.2 (F2.71; T1.001; A1.51; B2.12; Q2.03) From: "Wedge_" To: gtk-list@gnome.org Date: Sat, 19 Jul 2003 13:58:14 +0000 X-Epoch: 1058623095 X-Sasl-enc: xfErNhTQpYWW15o7ZmQ7yA Subject: GTK2 problems after power cut Message-Id: <20030719135814.59B9F731F1@smtp.us2.messagingengine.com> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is a slightly strange problem, but I hope someone can help. Yesterday, for no apparent reason, all the lights in my house went off for about half a second. When I checked my comp, it had reset itself. I logged back in, and everything seemed fine, but none of the programs I use which were compiled with gtk2 support will work anymore, and they all fail with a similar error, which I have no idea how to fix. Running gkrellm2 gives: ** (gkrellm2:4455): CRITICAL **: file pango-color.c: line 952 (pango_color_parse): assertion `spec != NULL' failed -:2: Invalid color constant '(null)' -:2: error: invalid string constant "#eee1b3", expected valid string constant Segmentation fault while gvim 6.2 with gtk2 support gives: ** (gvim:4458): CRITICAL **: file pango-color.c: line 952 (pango_color_parse): assertion `spec != NULL' failed -:2: Invalid color constant '(null)' -:2: error: invalid string constant "#eee1b3", expected valid string constant Vim: Caught deadly signal SEGV Vim: Finished. Segmentation fault The same version of gvim works fine if I don't use gtk2, and all other non-gtk2 programs are still working fine. I've removed pango, atk, and gtk+ and installed them again, I've tried a couple of different versions of each, and I've recompiled the programs that don't work, but it doesn't seem to be making any difference. Does anyone have any idea what's wrong? Andrew -- http://www.fastmail.fm - The professional email service From mathieu@gnu.org Sat Jul 19 07:14:42 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mail.gnome.org (Postfix) with ESMTP id 513E318773 for ; Sat, 19 Jul 2003 07:14:42 -0400 (EDT) Received: from [192.168.1.100] mathieu_lacage@smtp-send.myrealbox.com [195.154.36.206] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.35 $ on Novell NetWare; Sat, 19 Jul 2003 05:14:41 -0600 Subject: latest version of GObject documentation From: Mathieu Lacage To: gtk-list@gnome.org Cc: Takuro Ashie , Takeshi AIHANA In-Reply-To: <1057496862.752.65.camel@mikeforce2.sog.or.jp> References: <1057233003.3085.12.camel@mathieu> <1057496862.752.65.camel@mikeforce2.sog.or.jp> Content-Type: text/plain Organization: Message-Id: <1058613913.2074.18.camel@mathieu> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-4) Date: 19 Jul 2003 13:25:14 +0200 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: hi all, I just released the latest version of my GObject documentation: it can be found at http://www.gnome.org/~mathieu/gobject/index.html. I'd like to thank all the people who contributed comments on this documentation since last version and who made this version (I hope) better. As a side note, it seems Takuro Ashie and Takeshi Aihana, both CCed on this email, have undertook the task of translating this documentation to Japanese. I hope they can complete this scary task. Kudos to them. regards, Mathieu -- Mathieu Lacage From rperini@email.it Sat Jul 19 13:30:12 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail1c.webmessenger.it (mail2.webmessenger.it [193.70.193.55]) by mail.gnome.org (Postfix) with ESMTP id 13A671813B for ; Sat, 19 Jul 2003 13:30:12 -0400 (EDT) Received: from overtheclock.email.it (151.27.172.206) by mail1c.webmessenger.it (6.7.016) (authenticated as rperini@email.it) id 3EFAE5EF00B8B374 for gtk-list@gnome.org; Sat, 19 Jul 2003 19:30:09 +0200 Message-Id: <5.2.0.9.0.20030719192812.00b20f58@popmail.email.it> X-Sender: rperini@popmail.email.it X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Sat, 19 Jul 2003 19:30:14 +0200 To: gtk-list@gnome.org From: Renato Perini Subject: Re: GTK+ book In-Reply-To: <20030719061248.201B1FD1F@mail.softintegration.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: At 02.12 19/07/2003 -0400, you wrote: >Hello, > >Does anybody know the most popular GTK+ book? >Could it be "GTK+ Programming in C" by Syd Logan? > >FYI, We tested all code contained in this book in our >Ch C interpreter last month. Here is our report including bugs: >http://www.softintegration.com/docs/books/gtk/ > >Best regards, > >Peter Wu >http://www.softintegration.com >Ch: C/C++ interpreter for cross-platform scripting, shell programming, > 2D/3D plotting, numerical computing, and embedded scripting >_______________________________________________ >gtk-list mailing list >gtk-list@gnome.org >http://mail.gnome.org/mailman/listinfo/gtk-list I think those books are all pretty old... I own "Sams teach yourself GTK+ Programming" by Donna O. Martins. A good book, but out of dated. -- Email.it, the professional e-mail, gratis per te: http://www.email.it/f Sponsor: Fenomenale!! Da oggi si naviga 7 giorni su 7 senza scatti al minuto. Scopri come... Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=1679&d=19-7 From davecindysmith@comcast.net Sat Jul 19 15:50:57 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mail.gnome.org (Postfix) with ESMTP id 75D9018790 for ; Sat, 19 Jul 2003 15:50:57 -0400 (EDT) Received: from laptop (h00087404740b.ne.client2.attbi.com[24.61.150.80](untrusted sender)) by comcast.net (sccrmhc13) with SMTP id <20030719195058016000s0jae>; Sat, 19 Jul 2003 19:50:58 +0000 Content-Type: text/plain; charset="iso-8859-1" From: Dave Smith Reply-To: davecindysmith@comcast.net To: Renato Perini , gtk-list@gnome.org Subject: Re: GTK+ book Date: Sat, 19 Jul 2003 15:49:48 -0400 User-Agent: KMail/1.4.3 References: <5.2.0.9.0.20030719192812.00b20f58@popmail.email.it> In-Reply-To: <5.2.0.9.0.20030719192812.00b20f58@popmail.email.it> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200307191549.48566.davecindysmith@comcast.net> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Saturday 19 July 2003 13:30, Renato Perini wrote: > >Does anybody know the most popular GTK+ book? > >Could it be "GTK+ Programming in C" by Syd Logan? ___________________________________________ > > I think those books are all pretty old... > I own "Sams teach yourself GTK+ Programming" by Donna O. Martins. A goo= d > book, but out of dated. I own both if the above, plus "Developing Linux Applications with GTK+ an= d=20 GDK" by Harlow and "GNOME/GTK+ Programming Bible" by Griffith. I found e= ach=20 book helpful by giving a different approach to the same subject. Studyin= g=20 the same subject multiple times may seem like a waste of time, but for a=20 newbie I found that the repetition helped me gain a more well rounded=20 perspective on the subject. Unfortunately, these books were all written = for=20 GTK+ 1.2. I have found references to a new book "Programming with GTK+" by Tim Jani= k -=20 O'Reilly & Associates, May 2003, ISBN 1565926242. This book is supposed = to=20 cover gtk+2.0, but it was apparently never actually published (at least=20 according to O'Reilly). Does anyone have any more information on the sta= tus=20 of this book? Dave Smith From rperini@email.it Sat Jul 19 16:57:45 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail1c.webmessenger.it (mail2.webmessenger.it [193.70.193.55]) by mail.gnome.org (Postfix) with ESMTP id F073A1839D for ; Sat, 19 Jul 2003 16:57:44 -0400 (EDT) Received: from overtheclock.email.it (151.27.172.206) by mail1c.webmessenger.it (6.7.016) (authenticated as rperini@email.it) id 3EFAE5EF00B98F07 for gtk-list@gnome.org; Sat, 19 Jul 2003 22:57:42 +0200 Message-Id: <5.2.0.9.0.20030719225736.00b25808@popmail.email.it> X-Sender: rperini@popmail.email.it X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Sat, 19 Jul 2003 22:57:49 +0200 To: gtk-list@gnome.org From: Renato Perini Subject: Re: GTK+ book Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: At 15.49 19/07/2003 -0400, you wrote: >On Saturday 19 July 2003 13:30, Renato Perini wrote: > > > >Does anybody know the most popular GTK+ book? > > >Could it be "GTK+ Programming in C" by Syd Logan? >___________________________________________ > > > > I think those books are all pretty old... > > I own "Sams teach yourself GTK+ Programming" by Donna O. Martins. A good > > book, but out of dated. > >I own both if the above, plus "Developing Linux Applications with GTK+ and >GDK" by Harlow and "GNOME/GTK+ Programming Bible" by Griffith. I found each >book helpful by giving a different approach to the same subject. Studying >the same subject multiple times may seem like a waste of time, but for a >newbie I found that the repetition helped me gain a more well rounded >perspective on the subject. Unfortunately, these books were all written for >GTK+ 1.2. > >I have found references to a new book "Programming with GTK+" by Tim Janik - >O'Reilly & Associates, May 2003, ISBN 1565926242. This book is supposed to >cover gtk+2.0, but it was apparently never actually published (at least >according to O'Reilly). Does anyone have any more information on the status >of this book? > >Dave Smith I totally agree with you. "Repetita iuvant" said latins :-) I was very interested in Janik's book, but, unfortunately, I couldn't find any information about it. No doubt it will cover GTK+ 2.x . O'Reilly website do not mention it either. -- Email.it, the professional e-mail, gratis per te: http://www.email.it/f Sponsor: Da Peraga un giro del mondo gastronomico tra un acquisto è l'altro... fai un salto al Ristoro Sunflower. Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=1477&d=19-7 From mow@onlinehome.de Sat Jul 19 18:08:07 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from moutvdom.kundenserver.de (moutvdom.kundenserver.de [212.227.126.251]) by mail.gnome.org (Postfix) with ESMTP id 888C8188FC for ; Sat, 19 Jul 2003 18:08:06 -0400 (EDT) Received: from [212.227.126.223] (helo=mrvdomng.kundenserver.de) by moutvdom.kundenserver.de with esmtp (Exim 3.35 #1) id 19dzs6-0002tW-00 for gtk-list@gnome.org; Sun, 20 Jul 2003 00:08:06 +0200 Received: from [80.128.78.4] (helo=eco) by mrvdomng.kundenserver.de with esmtp (Exim 3.35 #1) id 19dzs5-00077t-00 for gtk-list@gnome.org; Sun, 20 Jul 2003 00:08:05 +0200 Received: by eco (Postfix, from userid 1000) id 1E5481233C; Sun, 20 Jul 2003 00:11:14 +0200 (CEST) From: Morus Walter MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="vbRjoWg1lQ" Content-Transfer-Encoding: 7bit Message-ID: <16153.49666.47323.114691@onlinehome.de> Date: Sun, 20 Jul 2003 00:11:14 +0200 To: gtk-list@gnome.org Subject: mixing wrap-modes in text view X-Mailer: VM 7.07 under 21.4 (patch 6) "Common Lisp" XEmacs Lucid Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --vbRjoWg1lQ Content-Type: text/plain; charset=us-ascii Content-Description: message body text Content-Transfer-Encoding: 7bit Hi, is this possible? I would like to protect certain terms (consisting of multiple words) against word wrap in a gtk text view. I thought this might be possible by creating a 'nowrap' tag an a 'wrap' tag and insert the protected terms with nowrap and the rest of the text with the wrap tag. The nowrap sections should then be treated as one word. Unfortunately this does not work as expected. What I see is that the text view uses the wrap mode of the first text in a line for the whole line, even if text with other wrap modes is following. So if a line starts with text with the nowrap tag, the line isn't wrapped, if the line starts with text tagged with 'wrap', even text tagged with nowrap is wrapped. Is this intentional? Further: I'd like to enable wrapping between two texts in nowrap mode. Should that be supported? I thought about adding a unicode zero width nonjoiner (x200C) in wrap mode... I added a test program (sorry, C++ based on gtkmm) and a screenshot (I hope an attachment is ok for the mailing list) of what I get. I'm using gtk+ 2.2.1, pango 1.2.1, gtkmm 2.2.1 and pangomm 2.2.1 with gcc 3.2 on linux. greetings Morus PS: I would like to add that besides these difficulties text view is a great and impressing tool. Thanks to everyone who worked at it. --vbRjoWg1lQ Content-Type: image/gif Content-Disposition: inline; filename="textview.gif" Content-Transfer-Encoding: base64 R0lGODdhhgKoAfcAAAAAAAAA+FBUUGD8oKioqNDQ0NhEGOjs6Pj8+GxsTg0NE0BACAgIDHR0 ABcXAAgIADAIqPV08f8X/78Iv8EA7EMAqwMABEAAQAAB9gAAfAAAFwAACNANgKj/ThQAEwgA CFwbDFO2AA0AAEAAAAB1zvY8SCkDA0BAQADYSwB+AAAXAAAIAACobADy8gD//wC/v7gESPMA AP8AAL8AABTxztc6SAQDAwgES3QAABcAAAgAAAAIbAB08gAX/wAIvzBISPXzAP//AL+/AAB1 ptc8kQQDB7wcCGx9dA0XF0AICADIgwDyAAD/QAC/AugE6PMA8f8A/78AvzfxHto6kgUDBwhA CEm8CAJsdEANFwJACAgIgxcXQAgIAugIQPN0ev8XF78ICM0wS2c/AAMDAEBAAAgIECJASQJ6 AEAXAAIIACgAEvQAAEsw4Hg/mAgDBy0IgCB0TgwXEwgICABADAB6ADigCPR+8nnSJpQ+mQC8 wABsogANFgBACNAIAfR0AP8XAL8IAAi8CMBs8jYN/0BAv2GbAdmBmQUGBwgDDQAggAB8TgAX EwAICGhcKPQC8rOAUqyBjAcGBwFAKAB6+IbcKAJ88qjSrAE+jAADBwC8QABsoAF0AMxIAPTz ANCzwPSMhP8GBb9ACNS4KPR5+IIguAB89EAX/wIIv2hcOPQC9fOYkqyMjAcGBQi8DcBsADYN AIZgAALNAAASAKhfAQHNAAAMAGQAmPQAjP8ABr8AQABgBADNAABwCADzdAD/FwC/CDCI+PXz 8v///7+/v64MdZnYPAcEAwhAQGC46M15fBIXF/EgeA588gwX/wgIvwAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAhgKoAQAI/gAHCBxIsGBBAwYTKlzIsKHD hxAjSpxIsaLFixgzatzIsaPHjyBDihxJMiPCiwRSqlzJcqWAAy1jypxJs6bNmzhz6tzJs6fP n0CDCh1KtKjRo0iTKl3KFOjLnggJCJhKtarVq1izat3KtavXr2DDih1LtqzZs2jTql3Ltq3b t3Djyp1LtyuBqC8P6N3Lt++BvH4D6wUsuLDhw4gTK17MuLHjx5AjS55MubLly5gza97MuXNi wp8bg0b8FC/MnE9Rn27KurXr17Bjy55Nu7bt2zdT49Sde3XvuwOk+rbJm/hw3MiTK1/OvLnz 59B5Fq85nWb1maWDX5e5PWb36ODD/ot3XaDA+PPo07f8zpK9y+PWYZrW6V5lffX48w8tv9+8 Tv76BSggcvcJR99q8Elln3zaJcidg95BOOCEFNYEYFAXVqjhhrgV6CGC3C0InIGqsdSXAO1J yOGKAZbnon8qvRgjjATw9+KFGeKYYUoy8kjjjiwGOWFxJ6YoE3y6JYhiStmReNiS0622pIhC VkkhkADq6ONKO+b4I401+pfll1aWGWCU9hnZ0l8RqqSkiPMRACGUx502JZVm5plel2T6yGdL Y7LkJZfm2VgomHomCh2aCqppYqPvuRkikww6aR2lMcF0J6aKdhodnzf2SSigYoLpZahhpgqk p6x2CJ+m/uvVyWSsknoHZ4Mp/bUVpyZuymurwOL2p0w9zhhTscYmK+ihqQbrbG3VsUnro7NG muukBsa525vTPuttbIE222y4W4qLbLnKGorqt+y2dp2vJLpplaPcZotrifi2qy9TyN6Irrhh Djtjv8WSu+/BRn14YK3r3Rrvb/kiLPHEFFfsKMTbypuVwwpHbPHHIIfcascZl6gtxiiLrPLK LHNIcsrUVfqycS3XbPPN6s0c88IGGDCVrmAB/ZXQdRVt9NFIJ6300kw37fTTTxPdldRcUb3V Xwj9hcDWXHft9ddghy322GSXbfbZaKet9tpst+3223DHLffcdNdt99145633/t58j62XQFL1 LfjghBdu+OGIJ6744ow37rjiMn8dwOOUV2755ZhnrvnmnHded+ReT2636J6XbvrpqKeu+uqs ow1616TTHXvrtNdu++2456673yMKsHUAwCNAOvDBSy588b8Tn/zsw3Mt+uTFE9+88l4DwLX1 W2NvPQDac489Attzv/v45Jdv/vmORx798+xL3v7xyf9uvPz0I79+/PB3/f3+2e/fff8ARJ8A B0jAAhqQbOqDHf0W6DwFCs+Bs3vgAp8nNgo2UH/XyyD4xKY9DB7wgyAMoQhbl8ALxi6CJ2Sg BUNXvws6T3oq/FoHN5i96nlvhjUcoQ53yMMeQq53/hJsoQuHuEIJRtCIE4Rd84LIxBzi8Hvg 4x8Nc+jDKlrxilhkWwmFyMAYMrGIDYReEFNoQgdicHtThKIaqTjFLLrxjXC0ovredz8WmpCO YVuiCun4vuppkI3ii2IAAxnHQhrykAQEnfKGRz07TrCR+TMjGV8IPTFC0oNthGIUw7dB7yHy k6AM5e1eh7oj0k2TokylKlepOVKezpRzQyUrZ0nLWhbOlaaDpdxkacte+vKXcMMlMIdJzGIe UpjGTKYylzlCZMaNkGvzn9ukyTZZ8jJx1qxcNim3zcd103HfbFw4GTfOxZXzc0C82zXPhsO2 tZOdf8Sk4qToR3LG856I/qOnPLGJzzbyk439NJw+A1q4gQI0n/1cp9yc+TaFlu2d0TzoQwlq T4mCk6LmxOg8NfpPf3KTowi1qDhBajfQ3VB/0Dzp9QLpyf6psaUu7SQhYbrJl6IRpiqN6SZr iNOVopKeHWRpT2mq0/ABFZpUlCIna5pBou5Upkf96R+D2r2ZPhWlVI2qDKfK06ryz6ktNepU kZpGDS41p2K1YVbHKtWkdtWlXyVrWK/qv7aWVaZwbapcWUpXn27VrXhlald/ytee6pRukRMq YBV7V6AO8n+CvCsNGUvZlQ7SrJaN7BPr2VhqUtaulZUsYCfrWcjKNbN8Fa1kIatZ04LWtKMd /i1rPxtATIZ2oI6NbGsf+9fdTvaeuZ2pa2s71suqNril5S1nbwtcruqWtrotrmZjGzdcshZs 103jOtv5xO0C0qLZ1ecMySpbkXK3t2skbdiCy8HvLteD2XXub9frXtvCl7j2dWJ7M4ne+0Y3 v/PFbn3lO1/yrta8A47teHnJXvry972Y/a98IRrhg4rXiQ7VYjpvWFesCle8KVVpem3q4fNm Eq1WdW+H/7rZEidYtN3dZot9mloLxzPGAg6wJjn84gtrV8bU5fGDAaxj8o4XuCLeJ4yTamT9 AlTI6SUyjlkc5CTj08crrueM4WpiKTM5w2lLLG5na0MLk/nBhK2t/omp6c8aj7jMWlawUpWM ZTj7F8QV9midUUplGM/5yjd+clu3nOIoE/idp9Uxn51sYxXbOcJ4ZrSeA93mQcs5z6D1b2bv fOM/NxrNj64uEA0taUv3udQSXbOmSa3oPNv4ppRGNYQl/epOxjrAk3Y0Z5tq6wF3+dCf5jUa fd1jSttV2EvGdH9dPWlYE3vIwM71GXsN7V8rONg8pbahrZ3sY4saL75VKmwZLW7lutmsw52u uSv8ZtVeG7Xp9nKrZ31ic2ca0gm9NXQTDWp3J9ve+O02dd8NcAnv2aD/Dnd8D55vX6eb3+1G uI8LDnFOi1TD4N6pUEm88U5zvKq4pqkn/jvOXfF13LLtviq9d2zymxrY5Kt++a017nIGD5vc Mk/wyGu+3psXmcEz3zlUe95vlcvbrzB3KgBTrvSE03zo2PX5lJctaE6mVYZS/7KDof30q5eZ 6QZ2G0OZ2VvNgTmjnDv7RtPeObV3NHNjJ7uSL+f2kG6u7ofDu0DbzvfNxV3uF/dm3+8+eLMX PnN6J9zfAc/4xjvec4t/vOQnT/nERX6XORZ82Ue6+YrumvOf9/zc1x56tJee9KN/O0kRm869 SRz05yxow00fe8K93vO1H9ztaZ950udecLtXfOv1hvCLBt73iF+97I/f0cTzrfiwTz7z7e58 dOKFvRuPK2HX/qr1WVM1r4PFOvd/TPXvCxbqWA1/9wFsfrQa/alXz/KE33p+rxe1r4edf2Dd D9bCpvj92OdVerV96kd+3kd//LdX4yd/5bV/Q6WABciAB+aAVtV/C+hXfCMzyAVvymVb44Zb ziVcBeeBxgWCi5VcvkWC6maCncWBKShdqcWC5UZxr1WCzXWCLshYKhiDN9iCNIheH9iDM6hw AYeCWzaBIkiEyxWETxaCRrhwOThwJdU7DZZjrHZwQLdY+3WFxhZwDXhN3IaFW+dppyZtEZeF jbWFdNaFEvaFaghoupZzaehgXBiHaEiGcQaH/SaHeKhpZnhnd8hsyrZyGDY4iUVu/mpVY3/I bk02b1xWbLr2fgWGZHOlh2AHZMdlZZ92iVZYZZW4iTGHiWP2iYuIc6JIiYp4b6bYiZlIiqr4 c6w4iqlIdbDYZ7IYhmwoiVMIbkcGSGT4iohmapEWcrQYjLbYaYMobyx3jL6YjNG2jHk4jLgY iUWIiJs2jUVXjY5YaGtIjQZnjWoGidn4jdv4i8UoaMxYb7KmjKF2N4fobNUmjikHaPC4bfLo h7V2c/bIdQIXerA2ccRIiNKGbACJjfOYjwlnkPjYbNomTwrJbFJVjw55jxC5VRKZi6WIawhZ kBRJax61i9pBcEpYcfiWavr2cMAIjkc3kinpiNH2gwJ5/oQiuW8tKZMJiZLn6JIziZMxKYUF yZPs6G8/OYLP6JMnSZTvZpPWF5JOJ3T2h3KhOIb75JS6CHOMGIiUKEhPuXRRmXmkRpVNZ5Wr 6JVT2XLo93VdmZNIx3NRV3RhGXRmuZVamZYCuZZnyWecSJZZmXQvl3UGqJYxxZc255Zhx3oZ 11CHhznVB3yJSXeNaTmL2TeR+Xypc3lbZ3hsl5mEp5mYuZme2ZmmY5m9J32fSZqgaZqoqZiP qU2VOXyV95qwGZuG6JqyWZu2eZtiR5uuN5qip3yU2Xmml3p2J5x5x5vB6Zu7CZyoh5zEZ5wZ qJt2E3zN55zL95GTiZgmiXvU/ml7s4d8ylmdvyeZ3Tmd36k3ohlR01ec6bl36wmepHmd0cmc 4tme3Emfuiefv/mRiKOBIdhaFQiB6CeBAQh+dwl/+AeA/Zl9Ayh+EYiB7IeAD0iAAeqg+ndW EcqgE5p/bqigBYiB8UehGyqAHXp/hoWgWsihBTpXJQpWCSqiKep/WnWAFKh9GPqhGoo3/ImD MLmDvdhmTpiDULhux/WjOwqDPbpjRMqSQGiDTaijSrqETOqjTkqTS7qCQohuQKqN4RZkSUql UGqlTeqDT8qjKomET6ilzGWfYUaF/UmH3biHWKmRfliTXoiEbwiKkBanFLaORdmGduqmlgiI UumR/s6YlHVahWVIp36KqHmIp07Gh4LIp4a6qG3Kio5aYPDJO7xYplD2pnkZjaj4kGMJqlU3 iz15o5NYqqJai6Raaa6YkxKYqq5qqkEpiUeaiKs6dRY3q7m6frvKcq96qrbKqZqYkbqaN4dY joXaj5tWkuoYkLWqjYRmjsIqrZcmqcxqrX62rHvWrI+KjNjardoqjR2pkYk2rdyKkeSIruGq rud6rdDap97qjqNmaxzJj+K6kfpWrhAVkQ2JkYq6hhdJjQFLj/9KsLDaef+4r/iqrgypjxPZ sN74sAnJr9hmrxUrseNIsfdahxubqV9jUkephEG5e9sGlH1qsg6JspOq/rLgCl0lO3sni5T9 6LLNSLIpK7MrS7MMl53VxrI1q7MvG28567Mzi7Mti59mI7I6F5dV6Zex2pROG5ZQC6IvGZhs iXWEGaeuOpdUu7WDWnVe25dgq5diK5hE96l1ibUFypVXGbZdi7ZtqbYr2XVPW7aAabdfS7c4 Cp1pA7LqtJofxZmp6ZiEq5qH2znneXqsmbiQKbiaV5qIK7mGezqLS5zGR7mP67iNq7mde5qT G5p+i5ukW7qmiwCXe7qqu7rLlLroybhmw2avW5hkI7tqY7tj6Ha0Oza4W7uJ17vwVKexO69o A7zDK7wThby1S7zB66fDqbTxWZ5mtJ+jG0vj/nm7ahqpxZu9hAqofws3e8q74Mu9coq9+rm9 5xu81Re+6ju+6Vuf1hl90jtEc6NLXuO6x/u+1US+7Hu865ue/bud/vu67sS/Bqy/y4vA4qvA d1rADOy9vDe5zme/bEPBXJOjaYiiT6mi/5dTKjdydCVyIZa1HizCJGzC6Rd/IxygKBzCK4x0 LkxiMZx+MIxTI8xxLuxhKTzDFArCNmxTOPzDOlzDHzbEgcnD+efDRSyjFvqfEmqjJprBLrrB MMpWSiRGy3NElXRC1HNJYoPBQ+ilZKpe6kbGbjZuZtxdxpXGTLbGD0ekZ+zGbVzGbyykRSbH W6qj+wbHdZzHbGym/hTHx3Y8g3s8yIYcpmEMtEbIpVOqyFF4V3VUR0qEP5HsOmyqhRBcsFga sVmIVAe5yQ5biJzsrZ8sygEVXgtpyuCFX2C3wK3cwHuKyozoyjFHy7MMy6v8X69cfgimsWcY tuHbq2RMRF40vUUERpoakrfqYr4cikucjUJ2oCGHYuIazSU6zdVMzR73zPNozf9XU1nWzTes aj1crCUnxAQ7zukMxOScxObsi+gMzY14hJ0aqG+bjsBKq/IKU2Q0ScT8RV2UzIGzzOHYzHmK ZJH4zWV8x+hImAj9se2s0HHc0LsMjWxm0Qupg+3sggF50XD2yRo9sSEN0QVd0R+d0cII/q7x OqnzStDPZbGV5kX+LNMQZMmbOrDQnLASy3TdyNNw6NONVsoR3dMz19FFTWiJmp3drNRzKpKy holPbalGndRuSdSC6K8QC7A6LbAHm9PVmkP9PL00XUZnw7Q/y7NsGFp/vMiiPNHn5sdq3ceE rMZ0PMdvHddoTNd3ndebXMg+6NdxfchrzddtLdd9LdeEHdhGu7NIG7SLPbQdWLQ0FMl99M+V XNYbBpdWd7eceHJHfGJNvMOg7Z+i/XHuPGwy/NmmLc1C98FWudrX3NoofM4pDHK0bZcaB8+k DcOjjdsg3Ntsm9vA/XTCDdsrfNt5C5Zky7dOrdyDqbaLREla/ixJkIQ8Au077su62i13gBu9 54O/3b3d4p1F4X1KAgTe453exlTe1os++Kve8B3fbvTe8l3f9q1D9J25mFud+w2//X2f88vf 0Fs34enfA27eAW7g5PtDh7k60kl9AsyYPuudsAvg8audCZ6cFx7BFS7hG446+U2elcve03Tg gbvgeQN9GD7i79niuCMzekRB62M/xxNBA1p/AFjFvhqiBErFF3ijN56AT3ygLHqiU5zjPx7F c6bBSN6gQN6iPd7kGarkmMXkFujkVK5fVg6gUFzkUhzlVz7lXr7kR950GKcdMY4/+UPZTHym 5JjHMgjKYmyknNqljiykcW7Kc27X/i4NyEXK53XeyGiN51eq53cO54U+zHuuXVGKpILe2Gyd 54oOtG0D4y6EzGTdRYza1KcKqd270jWrp73ssb9stsEM0/Hlhpms055evu1qh8A86p4qqKYu 6/b8qKJ+vsKc6n8q1ZNZQivEPDAE0K2az7tutbJq7KiO7H1ez5d6rN+qqsuOqs3+zsKqdNUe rLWK7cSq7fs8z56ozyzN7S7p7Ma649HOqy9W6UBkQXoUSceMz4sG6vn6rtv66uNo7+Rq0LSm 7yp97PPurC+Vrt7o7zdL7+6a0gcP8C2tktx46+aq8M/K8OP67+t+5oFjSWNkzMVMkAxL6hlt kV291F/N/rEfP+sV6Uc4TfLRqq/PBvIpP21ZjbAlj9UZC/MeafMdi/I5L/Iz79Utb/Iv/98I lE7vzsWUXNlXu+g9u+FHC7OS3U1PT7RJ+9g3C/VV7/SMjfWOrfWQ/YJZL/VbT/VdL/Zfr4NR b7bqyPVNb/ZXT/bsnnFHHzrBU/c1DrfAOrbPTZd169xpy/dXq7fLDfjNPbWDf8/Jbfh7j/hr K/iLP6qN7/dzS/hSu9l7S/kA6fh/z/h9r/iGyZRvY8ElzrmD67mlD7qVi/qba/q52eBtI/oO zPr6Xbirr/qfS/u3H7qfHzhwA/v7S/qRa/unj/vDr/vGn/q7j933vfzMX0gh/t780B/9L+6a BW7hRD+fHS7gKI7g2a/gD4z915+f4a/h49+cGe7hRJ+sHy7i5U/g16ue6w/h55/i78+e8Q// 1W/+92//+U//E142AHGAgIEBBAQgAIBAYUKFDR0+hBhR4kSKCBsyrJhR40aHGDFyBBnyoUeR JUuSNJlyI0qVLSeydBmz40WZNWkutGkTZs6WO0sKJGgQwFCcQ1kahXi0KEOjJJGOJGrxqcWF UWfixJowalOaUy9uRWjVo9WbVKlqZToV7ceqTMMeJYvVrNutat8mBWu3bdKydNOKvQvVL1y2 c2+ibes0buC1fRcrlfpXceGnjeV6vXw4bOKuj/MC/t47su9SzkspfybMN3Pk0pFPD3Zc2CHQ ggfHVs1advXZ25t9P/6K+6xuw1l71xV+9bfb4qONB1+e3LFw5mZ3p4WO3Ldy7dXZQhaLPbpo 6sx3gj8uHnj53HKvJ+8unrv63e+3x5d+mX5z++HZb5/ut/qakw8/APWjbsDZBqqNP/NkI9A9 8j6iTLcHJQLvJfcq3PC5iDLEsEPyrLvwQ+cgHI44Bz1UrTgUq7OuvhJbROlFEbm7Sr4Ra9SQ RBpzzM+5FE30cUcgDxQSxgmVEzLFxfrrkcIfNUMSItoMWnGuJ80jrikYOSxyLNm4lNDLG5v0 bsv2YjSzSBypDGxJ/t4C/ktFmNIcc83vuHITTf3yHHLPypiU8U8ivROsTgmzFPPQAduU0kg4 MWvvPD4jfVNPNQNN9MspNUURgStts7BMDhGFbsgYGYVKNVThO7NQNk+VkUc7S53V1VrhXPVO U3V10NZFfc1VzjuF7RXXPYE9llcwI13WWAuRffbIVKlsds1kRYz2yGxVrZbXKhUaldURu5IK V23D1XbYdIld91NV3dUqy3glbTfZeuEFV14l9U33TE/xnRfgegWO1VxC37W3X4L/rXBfdR3O tOCIA+5z4Ioh5ktihPuUFUwrGcSS2Fc37kg9HUNWsGED1wuzZX5fZtdJFV1WOUiTZZ6YZn/1 /iQy45yR3HlOWf/TDmVOf85uaKVP9rPp/57mWeChYYa2ZXJJPmizrENj+ivELMMrZrAfFszr OFv9em2lxVabUtzalrvhu4gim21r6+b37n2fVHtSwPtGCm+3g6N78In9dg3Dg0ENMdbC/4bQ cMErX3zyxj98PFDFJcebcsfNPnzBoLrmSaRQUz+JdZ1cr2l12DmSfXaNare9Itxz75F3k3b3 vcXcyw2+9+JBAv74RZXXnXnknacd+pWkv536jJJXHnuViKde++K9Dx5838Xnnfzczbcd/dnV h519193PiHvr56e/fvvvxz9//ffnX3n5+wdgAAU4QAIW0IAH7N///tYXNOsBan4ObCADuydB 6UFwgsK74LkyuDDoWXB4XEvfzeDXuuWNUHUizKAHj+eTVa0QhRV8YQdj6DwWmjAkNTyeAnnC wggur4ct/KENXcLDFOaPiDD0YRHxd8TgjSpDdQEMpQall8M9UTKdeY1pYvMpv7Qmb6EhW6Pw 1UU6YREvsDHUGElTRi2mbXNaYhcZ+fRGuL1RjJmSo12kiJotqpE1bKQjGON0xyStcY5fZMwg 64hHQ+rRM2iEo+2ceKL0TC1AdToPJaU2nvkkaE7o2WTSLkkmNmkSaSvTkiczuRr/jAdr+1ml iyrJyVECjZH3udqzYNklU7oSlbOEGihP/qmzUD6qlz7b0S6TKJNJsjJKCyva51z0zFtxK0hQ ihymooZKbDqqmmaTJrLk5C5rjgtE3iQnODHnzGxCU1nXjBAQKbZNeJ4TWOn8WjjFZa1tqZN3 5SKloBTVz8QBKpiXcmc5SxfQTiWsaAu1pdgGWjM8edNSg/pmQS3aJYRmdG+bOihG8flRgz6q oyO93EZNJVKCklSls2IpRdMIO4BG9D4OfWfKmDUtZzGtW9ji6b2oplNpbYhaPm1VUUl0VLQV y1tBnSfLiPpUo/a0qT+tFFQ1Rs+pArWqQuXqtbL61agqDJ41qanHMoZThd5KrdrcqlTd+VYm xdWs9MIYXNlK/jq35rWue21bXx+nV5Dd1WAuAyw/8TrYvxb2oYJFrGNzOle/Tral+xTi1k53 NF8Ss5w4tNowr1o1oYl2qKAtbWdHazScmZarqIVrLpHK2pnJdrWwrattTxvD2LpWqrgNqoF2 u8yYEI9woQsk4lwaNG0yDpFzW27Y9mI4vnWuoswllOaeGzjIYZejYysddz23TpBpN7yW6650 nXte6860qXCj7uDaG0nvrjRu8iUd3zKH3O2id7ySBGFP+pdZmRA4JgYe4oAVzD8EC5jBBdTh DRe8vwarpMIpufDvJqy/DJOQwhAOsIU3bMQRL7HE9+vwCR+84gFGGIEvhnGMZTxj/hrXuH4u tnGOdbxjHvfYxzDG8Q4pKEMMTiQAP35dkYmsQSQyeckcpOGQo6zkKTs5JUE+8AyZh9qKHDkn XqYxl7es5eyR2YUlVKKVw2fm77HZJFhOMHGrLD4w16TOMmbinEks5zHzucx+PrM8m2zgZk4T ipM5Yxvpe0vEABKRUwTN2gIwaQSAedKUhsiRL+2QS3t505xuiKUVomlPf7rSlcY0o5cTxUcq mpBQOrQZ3RjGRRbyj4esIh/dC+srKrqOtD4br72Ya0i+Op6NxvUei11rYTua2K5mdkgKXSNg /rKYnzymbmu5NEx3u9SZ/jaqR+3pTIfa3OIed7rRner+/lTbs640JivdTbRrx5LaobQ20uIt S3y/uzv7vrdoX6lKXsq73/TWN7YNLnBdEhzQIzudPcd52UqRV5z8lClvHlJncp8b1Ofm+KjL LXKS3/njIVd1Oz2KLYvv06qnbXm+Xv7amBds5r+t+b9ubi59yhysOI/cNFWO0oq7pKZLk6hd Hyo3hqYsprONE8pR/vGSnzwiHRc1pztNcq57FaYThTrTbUonpU9W7EhPTNkVevaQgn21EEU7 2ROb0p2u1O1DhXvb1Z5fwG3k6CcDTXPvuh7AMxXvwpE61T1+asZXfeQdbzy6GT91r1PI8GH1 bOF3/liEa/7ng6dVsDZv2c7v/urznCe86cuK+tB/a++BHZdG0lrZtmZcZEWhPV9tr5rEL77r kJ/81U+t6cX3vuu4Z6xld89kic1s7vm6WPJrD3XIOl+ybV1sZAXP+cNaf/uk737Pnm+xKwe4 tr7lOW9zi/5o3sTb6mb37+EPfKpT/v3rNnlrVTvcFp5//69Vv+ByGgBEs9D6v98KwK8SLgLs v57RNgQswNRaQAgUtIowrv0Cr+riu5qDqfuqnPkipE2zNFNTvBFkt/hrPMpDNVIbPhTkrPXS QI2qrw6Mrw/cwKBrLvOKweh6r+kSHc65wRkUFA8cHRlULx3ELyPsQRhMQh4UCThrHhZDsozI v9g5/jH7STEJk8I9+zD6gUKKyMLnmUKNqMICu8L6CcPo2UITW0Po+ULj4cIxpIgyzLI2xMIz pJ80nB47ZJ43lMM/BMRAFMRB5DE/JMRDRMREVMRF7MMQOx8p6zM1+zNJDDQoi0RLnERMrMSb qTJNbDMqu0ROpClHZB0xm0QV+sQGHDRIHB83a8UI1DNQfEVVXDJUXDNY/CdSTJ08i0Q97B1f xEEuBMYZRENRXEU2rMBYpJ5p04xY8zVBoiIpOpFVQ7RZU6RgOzZqlDWngzZstKJhU7ZurKJp dMbkgrTU8CNkc6QssqNo+0ZnC8d29EZy7DVz1LVFszV1ZDV2BLZxdKZy/ny0ezQ2nmBGFkGm ThIQheM3hqMRZSqlhVOtgUtIezuMeZNITCq4hYzIhpvIjAy4jWxIh3tIjTzIbQumbGO/evPI ijy4i2y6fLRIjsTIh/sJrpE4jJutnrO508spndQ5nvysnEui1/MWoZQnomS5YPS51etJo7SR 6/On+vpJpgxKpdxJqoxKLhrK8ZuR2fk7k3q6t2M7sLy7sBrLTzopivuvuvs6pEwvqmpLrty1 sYpLqFTCymsou3RCuhQot1xLpepLucRHvHS6spSrurGJrxQ9oOSr0ltMrIS91HtMv1QSyXQ9 wcQqmyEryvwVwJwqznQqwoQVvRQXy9QqzEwq/ri0vNHDPtPcTNTsqtSZPenTPerLPu9LqMYM v4/5PuzbzbUiTejrmNwLrOWjLNosTtv8TcLqTd2MPu3LTdhbzsZqTul8TtxcOeEcxc3SvwlM vwjsrQP8TloMT+9sP/BcP/E8T/JMT/PsyQRcqpT8LPhcTfV8T/QUQEuiQAcqzwHcTyEkKvec T5p8QvPDQCIEwruMGvj6wbJR0BdEQht8ULuJ0CLcSwjlL/YKwiPM0B2kOw7NwCb80CWs0AS9 UArtUBF9y7fxweSCrhFlHUOUxQfCQxrlwzys0R/isBy9HxmlRB2NwyBFxh29URvtwiMVIB/1 xA0SUhTj0SYjUiRt/tI7JCAlZcQrxdIs1dItNZ0G4dIvBdMwFdNFtFIV+9FbPNNZXFI1NcZN JND2YUU3TUY0XdPyidNUrFO00kUhw8VTvNMQ6tNAs8VZHFQ7DdRULNRHPFQ0TVRApUXfKdPq eVNFnVM/RcZhlJdinFRHxVSC0dRKFdT5KcjhAMhnk0d/NLR6DMhlm8d/VFVT7UdpdFVwbLVT ldVUpVV+vEZU5ZFSjcdYxZpmfNVf3dVb7dVhrVVgjaNG2sdEs9VgzQ1fTdZi7Ts9jTiUtM+E o0iDfMBU6sgywVYBhTeF/MiSRJBvHcly7VZgAjiWZMhkEsnvCFf/9NaZTFd3BUl4RVd5/oVI c63Xl2y3lpRJgJVNm5zGoVPLrkw5dEpYFklHaiI6J3FKiG1YjZPKrQxOibXKqQRNbspGhF0+ n8TY6izKjR3Z6CzZiz1K2KzWxAQhgoUUlIVRvsxLkp1ZzaxLm11Rmi3Mjo02nA3MjL0uz+xZ 2Mw7svRZbATampXZnV3aohXauXzapDNaxLTWBgHYwGvaeXHN+GTMyGy904za0OTZ0dRZrg3b 1xzbzMzay5OrzFO9pBWrqb2ptU1N0azbs63MtPVayFSsljW6l2UY3txajhENulI+5bxO8bNb 5htc4NTbdEIX5MTJt6s+xo3cfppc6MxO8jtc4qzcw7tNzC1c/slFPs6NWMN1nQs0QHHNJ/oM UHpdT/5sT9m9T/bMT1r6T+ny19kFUIHNSdgF3tsS3nflP9rNXVHa3R7s3dslMNYtrxSV0BM9 rhCd3ptFUeu1UOytXgR1UOo90BrcXqfNXu/VG+4N3wY9X/LtXvE1UfQFHe19X/ZNXxcVr6Fd 3T3VQikd0in91CgFYP/F0SLFn0jt1KAL4P5VYCclYCZdYCptMf0VQ/5lYAqG4ASuYAy+YAHO n0gd0w8G4RAWYS+U4BE24RNG4RQuHg9WwzQ1VBem1Dx1VBleoBlV4RseRBYGQ1d84Uat4Uft xT/9YR/G4SKeQh3+RWFU4ktdYiN2/mIsHdU8alZrjEZoJVVk1dUqXtZbW0dnVVat5OIp5sZn 3WJ9rMYx/uInVmMki2L4WFeVBNd+fWNtXUlulc9x3VaLzVeEtFd+Jck5xuM2XeNBfrE2XtnG FdlDzlyPvUnWzMqHBdmcnNhIvq0DJuRLvtqSGbuY7Vz8xVu5a9yjRcuwxLuzvCjDVBhT/i5U XjrAxeRXDiDFvMxQhtvJNNpanuVFvtuyzdvSJVu61dpO7kxYJmYDmk3UrdjbYxjsTF3TXWbS FWbNPV1mTuYiaz5obmZpLuZtTiADbV3bHVDcVUBwBqfi3WMGRN5x1s/xTGevdV3V5OZ4BiDo zUHpHd+//iRRe55ffGZRJrxe+o1f89WpCW1f9R3oE5XnhBbVEt5DC/5fDgZShZZoHTPgJ30y iHbgidboGavoBoZSjP7ojRZpIGPokTbpk0bpTEadlGbplnbpmuTOl5bpmabpLsWSmsbpnE5p JNbpnvZpE+bpnxbqof7SoCbqo0bqRDTqpGbqph7DpXbqqJZqG4PqqbbqqzbmksbqreZqitbq rgbrsEagqhbrsjZrSP3qs1brtV7omGbrt4brG0vruKbrui5Yt7brvNbr/MXrvfbrv24Jsgbs wVZrwSbsww5rw0bsxcZqxWbsx45qx4bsyUZqyabsy/5py8bszcZpzebsz35p/s8G7dFGadEm 7dPeaNNG7dVOaNVm7dcuZteG7dm+ZNmm7dt+YtvG7d2+Yd3m7d8G6rkG7uFObeEm7uNubeNG 7uWObeVm7ueubeeG7unObemm7uvubevG7u0O7r7m7u9eY98G7/HeMfEm7/OmMfNG7/UuZO1m 7/dGRPWG7/meZ/em7/t+avvG7/3uMfnm7/9eRv0G8AGXMf8m8ANHa+9G8AX/MQNn8AcnSAGH 8AnvYAmn8AsnYQXH8A3Pag3n8A+PZQsH8RHPRQ8n8RO3HwdH8RUXFRFn8RcvLheH8Rl/Mxmn 8RvnCBXH8Q3X8R2/8B738QkH8iB/8CEn8gU38iM//vAkV/IBZ/Im/+8nh/L9lvIpv+8qt/L5 xvIsf+8t5/L19vIvP+8wF/PxJvMy/+4zR/PtVvM1v+42d/PphvM4f+45p/PltvM7P+481/Ph 5vM+/+0/B/TdFvRBv+1CN/TZRvREf+1FZ/TVdvRHP+1Il/TRpvRK/+xLx/TN1vRNv+xO9/TJ BvVQf+xRJ/XFNvVTP+xUV/XBZvVW/+tXh/W9lvVZz+tat/W6xvVcj+td5/W39vVfX+tgF/az JvZiL+tjR/bEtvFlZ29ld3auhvZob+xmp3bynvZrn+ps1/bItvZu525uB3emFvdxr+xvN3fq Lvd0H+p1Z/fMRvd3Z253/pd3nab3eu/seMd34r73fZ/pfvf30Nb3gOdtgCd4ljb4gy/tgVd4 2k74hh/ph4f44jbxiUdvibd4icb4jE/uiud48N74j+fmkBf55vb4ksdukkf5V1b5lY/uk3d5 6G75mA9vhqf5T7f5mxf1nNf5Uuf5nkf1nwf6VRf6oXf1ojf6WEf6pKf1pWf6W3f6p9f1qJf6 Xqf6qgf2q8f6Ydf6rTf2rvf6ZAf7sGd2mCd7SB/7s5f2tFf7ajf7trd0tof7bZf7uff2t7d7 Tq/7vCf3vef7c8f7v9/5wBd8nyf8wg/6w0d8olf8xT/6xnd8pYf8yG/6yad8qLf8y5/6zNd8 /qvn/M7P+s8Hfa4X/dH/+tI3fbFH/dQvey9lfcoGCgMQgJV+/VIXAII4ANqvfVQ/gAFw/d1n 7JkHfh8T/uEvRL83/ohH/uSn+N9nfsAu/uevseiXfo5e/urveOfHfszX/u3f/O73fs8H//AP /fEnf9I3//M//fRXf9Vn//ZvfQI4gPmn//q3//vH//zX//3n//73//8HiAMCBxIsaPAgwoQK FzJs6PAhxIgSJ1KsaPEixowaN3Ls6PEjyIQEDAwgYPIkypQoBRxQ6fIlzJgyZ9KsafMmzpw6 d/Ls6fMn0KBChxItavQo0qQ9Weo04PQp1KhSSU6tavUq1qxat3LtGur1K9iwYseSLWv2LNq0 ateybev2rdoBYQMCADs= --vbRjoWg1lQ Content-Type: application/octet-stream Content-Disposition: attachment; filename="textview.cc" Content-Transfer-Encoding: base64 I2luY2x1ZGUgPGd0a21tL21haW4uaD4KI2luY2x1ZGUgPGd0a21tL3dpbmRvdy5oPgojaW5j bHVkZSA8Z3RrbW0vYm94Lmg+CiNpbmNsdWRlIDxndGttbS9tZW51Lmg+CiNpbmNsdWRlIDxn dGttbS9tZW51YmFyLmg+CiNpbmNsdWRlIDxndGttbS9wYW5lZC5oPgojaW5jbHVkZSA8Z3Rr bW0vZHJhd2luZ2FyZWEuaD4KI2luY2x1ZGUgPGd0a21tL25vdGVib29rLmg+CiNpbmNsdWRl IDxndGttbS9sYWJlbC5oPgojaW5jbHVkZSA8Z3RrbW0vdHJlZXZpZXcuaD4KI2luY2x1ZGUg PGd0a21tL3Njcm9sbGVkd2luZG93Lmg+CiNpbmNsdWRlIDxndGttbS9saXN0c3RvcmUuaD4K I2luY2x1ZGUgPGd0a21tL3N0YXR1c2Jhci5oPgojaW5jbHVkZSA8Z3RrbW0vdGFibGUuaD4K I2luY2x1ZGUgPGd0a21tL29wdGlvbm1lbnUuaD4KI2luY2x1ZGUgPGd0a21tL2VudHJ5Lmg+ CiNpbmNsdWRlIDxndGttbS9jb21iby5oPgojaW5jbHVkZSA8Z3RrbW0vdGV4dHZpZXcuaD4K CgojaW5jbHVkZSA8cGFuZ29tbS9sYXlvdXQuaD4KCiNpbmNsdWRlIDxwYW5nby9wYW5nby5o PgojaW5jbHVkZSA8Z2xpYi5oPgoKI2luY2x1ZGUgPHN0cmluZz4KI2luY2x1ZGUgPGlvc3Ry ZWFtPgoKI2luY2x1ZGUgPGxpc3Q+CgojaW5jbHVkZSA8c3RkaW8uaD4KCnVzaW5nIG5hbWVz cGFjZSBHdGs7CnVzaW5nIG5hbWVzcGFjZSBzdGQ7CgpjbGFzcyBBcHBXaW5kb3cgOiBwdWJs aWMgR3RrOjpXaW5kb3cKewpwdWJsaWM6IAogICAgQXBwV2luZG93KCk7CiAgICB+QXBwV2lu ZG93KCk7Cgpwcm90ZWN0ZWQ6Cn07CgpBcHBXaW5kb3c6OkFwcFdpbmRvdygpCnsKICAgIAog ICAgLyogU2V0cyB0aGUgYm9yZGVyIHdpZHRoIG9mIHRoZSB3aW5kb3cuICovCiAgICBzZXRf Ym9yZGVyX3dpZHRoICgwKTsKCgogICAgR3RrOjpUZXh0VmlldyogdGV4dCA9IG1hbmFnZSgg bmV3IEd0azo6VGV4dFZpZXcoKSApOwogICAgdGV4dC0+c2V0X3NpemVfcmVxdWVzdCg2NDAs NDAwKTsKCgogICAgR2xpYjo6UmVmUHRyPEd0azo6VGV4dEJ1ZmZlcj4gcmVmQnVmZmVyID0g dGV4dC0+Z2V0X2J1ZmZlcigpOwoKICAgIC8vIGNyZWF0ZSB0YWdzCiAgICBHbGliOjpSZWZQ dHI8R3RrOjpUZXh0QnVmZmVyOjpUYWc+IHJlZlRhZ05vV3JhcCA9IHJlZkJ1ZmZlci0+Y3Jl YXRlX3RhZygibm93cmFwIik7CiAgICByZWZUYWdOb1dyYXAtPnByb3BlcnR5X2ZvcmVncm91 bmQoKS5zZXRfdmFsdWUoImJsdWUiKTsKICAgIHJlZlRhZ05vV3JhcC0+cHJvcGVydHlfZWRp dGFibGUoKS5zZXRfdmFsdWUoZmFsc2UpOwogICAgcmVmVGFnTm9XcmFwLT5wcm9wZXJ0eV9l ZGl0YWJsZV9zZXQoKS5zZXRfdmFsdWUodHJ1ZSk7CgogICAgcmVmVGFnTm9XcmFwLT5wcm9w ZXJ0eV93cmFwX21vZGVfc2V0KCkuc2V0X3ZhbHVlKHRydWUpOwogICAgcmVmVGFnTm9XcmFw LT5wcm9wZXJ0eV93cmFwX21vZGUoKS5zZXRfdmFsdWUoR3RrOjpXUkFQX05PTkUpOwoKICAg IEdsaWI6OlJlZlB0cjxHdGs6OlRleHRCdWZmZXI6OlRhZz4gcmVmVGFnV3JhcCA9IHJlZkJ1 ZmZlci0+Y3JlYXRlX3RhZygid3JhcCIpOwogICAgcmVmVGFnV3JhcC0+cHJvcGVydHlfZm9y ZWdyb3VuZCgpLnNldF92YWx1ZSgiYmxhY2siKTsKICAgIHJlZlRhZ1dyYXAtPnByb3BlcnR5 X2VkaXRhYmxlKCkuc2V0X3ZhbHVlKHRydWUpOwogICAgcmVmVGFnV3JhcC0+cHJvcGVydHlf ZWRpdGFibGVfc2V0KCkuc2V0X3ZhbHVlKHRydWUpOwogICAgcmVmVGFnV3JhcC0+cHJvcGVy dHlfd3JhcF9tb2RlX3NldCgpLnNldF92YWx1ZSh0cnVlKTsKICAgIHJlZlRhZ1dyYXAtPnBy b3BlcnR5X3dyYXBfbW9kZSgpLnNldF92YWx1ZShHdGs6OldSQVBfV09SRCk7CiAKCiAgICAv LyBpbnNlcnQgdGV4dCAKICAgIHRleHQtPnNldF93cmFwX21vZGUoR3RrOjpXUkFQX1dPUkQp OwoKICAgIEd0azo6VGV4dEl0ZXIgaXRlciA9IHJlZkJ1ZmZlci0+Z2V0X2l0ZXJfYXRfb2Zm c2V0KDApOwoKICAgIGl0ZXIgPSByZWZCdWZmZXItPmluc2VydF93aXRoX3RhZyhpdGVyLCAi ZG8gbm90IHdyYXAiLCAibm93cmFwIik7CiAgICBpdGVyID0gcmVmQnVmZmVyLT5pbnNlcnRf d2l0aF90YWcoaXRlciwgIiB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRo aXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3 cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAg dGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlz IHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3Jh cCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRo aXMgd3JhcCB0aGlzIiwgIndyYXAiKTsKICAgIGl0ZXIgPSByZWZCdWZmZXItPmluc2VydF93 aXRoX3RhZyhpdGVyLCAiZG8gbm90IHdyYXAiLCAibm93cmFwIik7CiAgICBpdGVyID0gcmVm QnVmZmVyLT5pbnNlcnRfd2l0aF90YWcoaXRlciwgIiB3cmFwIHRoaXMgd3JhcCB0aGlzIHdy YXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0 aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMg d3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFw IHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhp cyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdy YXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIiwgIndyYXAiKTsKICAgIGl0ZXIgPSByZWZC dWZmZXItPmluc2VydF93aXRoX3RhZyhpdGVyLCAiZG8gbm90IHdyYXAiLCAibm93cmFwIik7 CiAgICBpdGVyID0gcmVmQnVmZmVyLT5pbnNlcnRfd2l0aF90YWcoaXRlciwgIiB3cmFwIHRo aXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3 cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAg dGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlz IHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3Jh cCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRo aXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIiwgIndyYXAiKTsK CiAgICBHdGs6OlNjcm9sbGVkV2luZG93ICp0ZXh0X3dpbmRvdyA9IG1hbmFnZSggbmV3IEd0 azo6U2Nyb2xsZWRXaW5kb3coKSApOwogICAgdGV4dF93aW5kb3ctPnNldF9wb2xpY3koR3Rr OjpQT0xJQ1lfQVVUT01BVElDLCBHdGs6OlBPTElDWV9BVVRPTUFUSUMpOwogICAgdGV4dF93 aW5kb3ctPmFkZCgqdGV4dCk7CgogICAgYWRkKCp0ZXh0X3dpbmRvdyk7CgogICAgc2hvd19h bGwoKTsKfQoKCkFwcFdpbmRvdzo6fkFwcFdpbmRvdygpIHt9CgppbnQgbWFpbiggaW50ICAg YXJnYywKICAgICAgICAgIGNoYXIgKmFyZ3ZbXSApCnsKICAvKiBJbml0aWFsaXNlIEdUSyAq LwogIEd0azo6TWFpbiBraXQoJmFyZ2MsICZhcmd2KTsKCiAgLyogQ3JlYXRlIGEgbmV3IHdp bmRvdyAqLwogIEFwcFdpbmRvdyBhcHA7CgogIC8qIEVudGVyIHRoZSBldmVudCBsb29wICov CiAgR3RrOjpNYWluOjpydW4oYXBwKTsKCiAgcmV0dXJuIDA7Cn0KCg== --vbRjoWg1lQ-- From hp@redhat.com Sat Jul 19 18:48:43 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from devserv.devel.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id BC64B18B54 for ; Sat, 19 Jul 2003 18:48:43 -0400 (EDT) Received: (from hp@localhost) by devserv.devel.redhat.com (8.11.6/8.11.0) id h6JMmhE27133; Sat, 19 Jul 2003 18:48:43 -0400 Date: Sat, 19 Jul 2003 18:48:43 -0400 From: Havoc Pennington To: Morus Walter Cc: gtk-list@gnome.org Subject: Re: mixing wrap-modes in text view Message-ID: <20030719184843.Y23018@devserv.devel.redhat.com> References: <16153.49666.47323.114691@onlinehome.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <16153.49666.47323.114691@onlinehome.de> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Sun, Jul 20, 2003 at 12:11:14AM +0200, Morus Walter wrote: > Unfortunately this does not work as expected. What I see is that > the text view uses the wrap mode of the first text in a line for the > whole line, even if text with other wrap modes is following. > So if a line starts with text with the nowrap tag, the line isn't wrapped, > if the line starts with text tagged with 'wrap', even text tagged with nowrap > is wrapped. > > Is this intentional? Yes, the wrap mode is a paragraph-wide attribute. To prevent line breaks you may be able to use a nonbreaking space character, I think Unicode has that, it's even likely Pango honors it. > Further: I'd like to enable wrapping between two texts in nowrap mode. > Should that be supported? I thought about adding a unicode zero width > nonjoiner (x200C) in wrap mode... That's not going to work, no. In nowrap mode, no width is supplied to Pango and no wrapping ever happens. You can maybe put in an explicit line break though; there's a Unicode character called "LINE SEPARATOR" that may work. Havoc From yanggolf@yeah.net Sat Jul 19 19:38:03 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from yeah.net (unknown [202.108.36.216]) by mail.gnome.org (Postfix) with SMTP id EC3D41844E for ; Sat, 19 Jul 2003 19:38:02 -0400 (EDT) Received: from jetta (unknown [61.233.7.94]) by 192.168.1.216 (Coremail) with SMTP id Ni8BAFjWGT8DAAde.1 for ; Sun, 20 Jul 2003 07:38:01 +0800 (CST) X-Originating-IP: [61.233.7.94] From: "yangxiaoli" To: gdk-list Subject: how to display a moving object on pixmap? X-mailer: Foxmail 4.2 [cn] Mime-Version: 1.0 Content-Type: text/plain; charset="GB2312" Content-Transfer-Encoding: 7bit Date: Sun, 20 Jul 2003 7:36:5 +0800 Message-Id: <20030719233802.EC3D41844E@mail.gnome.org> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: hi: I draw lines icons points on pixmap , it displays well, but afterward I will also display a moving icon or an object I draw on the pixmap, it means that the latter will change display position on pixmap inconstantly,but cannot affect the pixmap when it move to another position.I search the function gdk_gc_set_foreground(gc,GDK_AND) may do the effect,but I don't know how to use it. can anyone explain it ? I really appreciated . regards ========================= yangxiaoli yanggolf@yeah.net 2003-07-20 From otaylor@redhat.com Sat Jul 19 22:35:41 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 824621818E for ; Sat, 19 Jul 2003 22:35:41 -0400 (EDT) Received: from vpn50-7.rdu.redhat.com (vpn50-7.rdu.redhat.com [172.16.50.7]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h6K2ZdK07117; Sat, 19 Jul 2003 22:35:39 -0400 Subject: Re: GTK+ book From: Owen Taylor To: davecindysmith@comcast.net Cc: Renato Perini , gtk-list@gnome.org In-Reply-To: <200307191549.48566.davecindysmith@comcast.net> References: <5.2.0.9.0.20030719192812.00b20f58@popmail.email.it> <200307191549.48566.davecindysmith@comcast.net> Content-Type: text/plain Organization: Message-Id: <1058668499.4521.71.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-0) Date: 19 Jul 2003 22:35:00 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Sat, 2003-07-19 at 15:49, Dave Smith wrote: > I have found references to a new book "Programming with GTK+" by Tim Janik - > O'Reilly & Associates, May 2003, ISBN 1565926242. This book is supposed to > cover gtk+2.0, but it was apparently never actually published (at least > according to O'Reilly). Does anyone have any more information on the status > of this book? This book won't be published - it was a project that I was working on with Tim and Ian Main (since 1997 or so...) but it eventually became clear that we weren't devoted enough authors to get a book done while dealing with jobs/school/GTK+ maintenance/etc. You can find bits and pieces of it in the 'gtk-book' module in GNOME cvs, but even what's there is rather out of date; much of it was never updated to the final GTK+-2.0. Regards, Owen From sven@gimp.org Sun Jul 20 06:28:05 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.convergence.de (mail.convergence.de [212.84.236.4]) by mail.gnome.org (Postfix) with ESMTP id 1DD9918B77 for ; Sun, 20 Jul 2003 06:28:05 -0400 (EDT) Received: from [10.1.1.145] (helo=blixa) by mail.convergence.de with esmtp (Exim 4.14) id 19eBQA-0006gL-Pg; Sun, 20 Jul 2003 12:28:02 +0200 Received: from neo by blixa with local (Exim 3.36 #1 (Debian)) id 19eBQA-0000eC-00; Sun, 20 Jul 2003 12:28:02 +0200 To: "Wedge_" Cc: gtk-list@gnome.org Subject: Re: GTK2 problems after power cut References: <20030719135814.59B9F731F1@smtp.us2.messagingengine.com> From: Sven Neumann Date: Sun, 20 Jul 2003 12:28:02 +0200 In-Reply-To: <20030719135814.59B9F731F1@smtp.us2.messagingengine.com> (wedge__@fastmail.fm's message of "Sat, 19 Jul 2003 13:58:14 +0000") Message-ID: User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, "Wedge_" writes: > This is a slightly strange problem, but I hope someone can help. > Yesterday, for no apparent reason, all the lights in my house went off > for about half a second. When I checked my comp, it had reset itself. I > logged back in, and everything seemed fine, but none of the programs I > use which were compiled with gtk2 support will work anymore, and they all > fail with a similar error, which I have no idea how to fix. Running > gkrellm2 gives: > > ** (gkrellm2:4455): CRITICAL **: file pango-color.c: line 952 > (pango_color_parse): assertion `spec != NULL' failed > -:2: Invalid color constant '(null)' > -:2: error: invalid string constant "#eee1b3", expected valid string > constant > Segmentation fault Looks like a corrupted gtkrc-2.0 file. Sven From mow@onlinehome.de Sun Jul 20 07:19:58 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from moutvdom.kundenserver.de (moutvdom.kundenserver.de [212.227.126.249]) by mail.gnome.org (Postfix) with ESMTP id 7B92B18142 for ; Sun, 20 Jul 2003 07:19:58 -0400 (EDT) Received: from [212.227.126.223] (helo=mrvdomng.kundenserver.de) by moutvdom.kundenserver.de with esmtp (Exim 3.35 #1) id 19eCER-0000h8-00; Sun, 20 Jul 2003 13:19:59 +0200 Received: from [80.128.68.174] (helo=eco) by mrvdomng.kundenserver.de with esmtp (Exim 3.35 #1) id 19eCEQ-0008WE-00; Sun, 20 Jul 2003 13:19:58 +0200 Received: by eco (Postfix, from userid 1000) id 722DA1230E; Sun, 20 Jul 2003 13:23:19 +0200 (CEST) From: Morus Walter MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16154.31655.328324.701877@onlinehome.de> Date: Sun, 20 Jul 2003 13:23:19 +0200 To: gtk-list@gnome.org Subject: Re: mixing wrap-modes in text view Cc: Havoc Pennington In-Reply-To: <20030719184843.Y23018@devserv.devel.redhat.com> References: <16153.49666.47323.114691@onlinehome.de> <20030719184843.Y23018@devserv.devel.redhat.com> X-Mailer: VM 7.07 under 21.4 (patch 6) "Common Lisp" XEmacs Lucid Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Havoc Pennington writes: > Yes, the wrap mode is a paragraph-wide attribute. To prevent line > breaks you may be able to use a nonbreaking space character, I think > Unicode has that, it's even likely Pango honors it. > Ok. Thanks for the clarification. Of course there's a nonbreaking space, it's even in iso latin1 (xA0). However my original problem were word wraps at /. (e.g. broke to ). I found that in this case as zero width joiner (x200D) does the trick. Great :-) OTOH I think the zero width nonjoiner (x200C) should allow word wraps at positions where pango would see no word end otherwise. Unfortunately it doesn't. Wouldn't that make sense? Could that be changed in pango? > That's not going to work, no. In nowrap mode, no width is supplied to > Pango and no wrapping ever happens. You can maybe put in an explicit > line break though; there's a Unicode character called "LINE SEPARATOR" > that may work. > Ok. But then I would have to calculate widths myself in order to know where to insert the link separator. Not a tempting option. Morus From wedge__@fastmail.fm Sun Jul 20 10:43:07 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mail.gnome.org (Postfix) with ESMTP id 146511816D for ; Sun, 20 Jul 2003 10:43:02 -0400 (EDT) Received: from smtp.us2.messagingengine.com (localhost [127.0.0.1]) by localhost.localdomain (Postfix) with ESMTP id CB06749781 for ; Sun, 20 Jul 2003 10:43:01 -0400 (EDT) Received: from 10.202.2.133 ([10.202.2.133] helo=smtp.us2.messagingengine.com) by messagingengine.com with SMTP; Sun, 20 Jul 2003 10:43:01 -0400 Received: by smtp.us2.messagingengine.com (Postfix, from userid 99) id CA26F73D90; Sun, 20 Jul 2003 10:43:00 -0400 (EDT) Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.2 (F2.71; T1.001; A1.51; B2.12; Q2.03) From: "Wedge_" To: gtk-list@gnome.org Date: Sun, 20 Jul 2003 14:43:00 +0000 X-Epoch: 1058712181 X-Sasl-enc: t12o/kMhFSQ2A17IqUSHBQ Subject: Re: GTK2 problems after power cut References: <20030719135814.59B9F731F1@smtp.us2.messagingengine.com> In-Reply-To: Message-Id: <20030720144300.CA26F73D90@smtp.us2.messagingengine.com> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > > ** (gkrellm2:4455): CRITICAL **: file pango-color.c: line 952 > > (pango_color_parse): assertion `spec != NULL' failed > > -:2: Invalid color constant '(null)' > > -:2: error: invalid string constant "#eee1b3", expected valid string > > constant > > Segmentation fault > > Looks like a corrupted gtkrc-2.0 file. > > > Sven > I thought it must be a corrupted file somewhere, but I don't have a gtkrc-2.0 file or a ~/.gtkrc. I always just used the defaults. Andrew -- http://www.fastmail.fm From hp@redhat.com Sun Jul 20 11:15:58 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from devserv.devel.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 21FB71810B for ; Sun, 20 Jul 2003 11:15:57 -0400 (EDT) Received: (from hp@localhost) by devserv.devel.redhat.com (8.11.6/8.11.0) id h6KFFvu18723; Sun, 20 Jul 2003 11:15:57 -0400 Date: Sun, 20 Jul 2003 11:15:57 -0400 From: Havoc Pennington To: Morus Walter Cc: gtk-list@gnome.org Subject: Re: mixing wrap-modes in text view Message-ID: <20030720111557.C23018@devserv.devel.redhat.com> References: <16153.49666.47323.114691@onlinehome.de> <20030719184843.Y23018@devserv.devel.redhat.com> <16154.31655.328324.701877@onlinehome.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <16154.31655.328324.701877@onlinehome.de> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Sun, Jul 20, 2003 at 01:23:19PM +0200, Morus Walter wrote: > OTOH I think the zero width nonjoiner (x200C) should allow word wraps at > positions where pango would see no word end otherwise. > Unfortunately it doesn't. > Wouldn't that make sense? Could that be changed in pango? I would expect it to work; see pango/pango/break.c If it doesn't work I guess we'd have to debug it and see why not. > > That's not going to work, no. In nowrap mode, no width is supplied to > > Pango and no wrapping ever happens. You can maybe put in an explicit > > line break though; there's a Unicode character called "LINE SEPARATOR" > > that may work. > > > Ok. But then I would have to calculate widths myself in order to know > where to insert the link separator. Not a tempting option. > I don't really see a good change to the current codebase to address this, really. Maybe if you dive into it you could come up with something. Havoc From otaylor@redhat.com Sun Jul 20 13:36:58 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id CBD0618247 for ; Sun, 20 Jul 2003 13:36:57 -0400 (EDT) Received: from vpn50-8.rdu.redhat.com (vpn50-8.rdu.redhat.com [172.16.50.8]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h6KHauK31734; Sun, 20 Jul 2003 13:36:56 -0400 Subject: Re: mixing wrap-modes in text view From: Owen Taylor To: Havoc Pennington Cc: Morus Walter , gtk-list@gnome.org In-Reply-To: <20030720111557.C23018@devserv.devel.redhat.com> References: <16153.49666.47323.114691@onlinehome.de> <20030719184843.Y23018@devserv.devel.redhat.com> <16154.31655.328324.701877@onlinehome.de> <20030720111557.C23018@devserv.devel.redhat.com> Content-Type: text/plain Organization: Message-Id: <1058719060.5586.41.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-0) Date: 20 Jul 2003 13:36:26 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Sun, 2003-07-20 at 11:15, Havoc Pennington wrote: > On Sun, Jul 20, 2003 at 01:23:19PM +0200, Morus Walter wrote: > > OTOH I think the zero width nonjoiner (x200C) should allow word wraps at > > positions where pango would see no word end otherwise. > > Unfortunately it doesn't. > > Wouldn't that make sense? Could that be changed in pango? I don't think ZWNJ is an allowed break position; it's typically used within a word to suppress a ligature. Try ZWS (zero width space; U+200B) > I would expect it to work; see pango/pango/break.c > > If it doesn't work I guess we'd have to debug it and see why not. > > > > That's not going to work, no. In nowrap mode, no width is supplied to > > > Pango and no wrapping ever happens. You can maybe put in an explicit > > > line break though; there's a Unicode character called "LINE SEPARATOR" > > > that may work. > > > > > Ok. But then I would have to calculate widths myself in order to know > > where to insert the link separator. Not a tempting option. > > > > I don't really see a good change to the current codebase to address > this, really. Maybe if you dive into it you could come up with something. People seem to want to customize beak rules within GtkTextView quite frequently, for instance, to make URL's single words. It may be that some general facility for this makes sense, though I don't know what exactly what it would look like. Regards, Owen From david@davemalcolm.demon.co.uk Sun Jul 20 17:17:09 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from anchor-post-34.mail.demon.net (anchor-post-34.mail.demon.net [194.217.242.92]) by mail.gnome.org (Postfix) with ESMTP id 204531846B for ; Sun, 20 Jul 2003 17:17:09 -0400 (EDT) Received: from davemalcolm.demon.co.uk ([80.177.172.172] helo=[192.168.0.2]) by anchor-post-34.mail.demon.net with esmtp (Exim 3.35 #1) id 19eLYL-0002Ah-0Y; Sun, 20 Jul 2003 22:17:09 +0100 Subject: Re: latest version of GObject documentation From: Dave Malcolm To: Mathieu Lacage Cc: gtk-list@gnome.org In-Reply-To: <1058613913.2074.18.camel@mathieu> References: <1057233003.3085.12.camel@mathieu> <1057496862.752.65.camel@mikeforce2.sog.or.jp> <1058613913.2074.18.camel@mathieu> Content-Type: text/plain Organization: Message-Id: <1058739527.2184.1.camel@shirehorse1> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-5) Date: 20 Jul 2003 22:18:47 +0000 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Sat, 2003-07-19 at 11:25, Mathieu Lacage wrote: > hi all, > > I just released the latest version of my GObject documentation: it can > be found at http://www.gnome.org/~mathieu/gobject/index.html. I'd like > to thank all the people who contributed comments on this documentation > since last version and who made this version (I hope) better. Thanks! Good stuff. -- David Malcolm www.conglomerate.org From vidhya@siptech.co.in Mon Jul 21 08:01:56 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from turaco.siptech.co.in (unknown [202.54.64.126]) by mail.gnome.org (Postfix) with ESMTP id 5A772185AA for ; Mon, 21 Jul 2003 08:01:54 -0400 (EDT) Received: from hornet.siptech.co.in (hornet [192.168.64.13]) by turaco.siptech.co.in (8.12.8/8.12.8) with ESMTP id h6LC5mes002803 for ; Mon, 21 Jul 2003 17:35:48 +0530 Received: from siptech.co.in ([192.168.64.193]) by hornet.siptech.co.in (8.11.0/8.11.0) with ESMTP id h6LNVah08915 for ; Tue, 22 Jul 2003 05:01:36 +0530 Message-ID: <3F1C23E7.649137EE@siptech.co.in> Date: Mon, 21 Jul 2003 17:33:27 +0000 From: Vidhya CS Organization: Sip Tech X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.18-3 i686) X-Accept-Language: en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: Glib not detected Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi , I have already installed glib2.0 in my system . now I am trying to install atk-1.0.3 , which needs glib to be present , but when it(atk-1.0.3)checks for glib during ./configure , it says configure: error: *** GLIB 2.0.0 or better is required. The latest version of *** GLIB is always available from ftp://ftp.gtk.org/. I also tried installing glib-2.0.7 and then ran the ./configure to install atk-1.0.3 it throws the following error while running ./configure checking for GLIB - version >= 2.0.0... *** 'pkg-config --modversion glib-2.0' returned 2.0.7, but GLIB (2.0.1) *** was found! If pkg-config was correct, then it is best *** to remove the old version of GLib. You may also be able to fix the error *** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing *** /etc/ld.so.conf. Make sure you have run ldconfig if that is *** required on your system. *** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH *** to point to the correct configuration files configure: error: *** GLIB 2.0.0 or better is required. The latest version of *** GLIB is always available from ftp://ftp.gtk.org/. I also tried setting LD_LIBRARY_PATH and PKG_CONFIG_PATH to glib-2.0.pc how should I set the LIBRARY_PATH or PKG_CONFIG_PATH so that atk-1.0.3 recognises glib-2.0.7 any input or suggestion is highly appreciated Thanks Vidhya. From stephane.wirtel@belgacom.net Mon Jul 21 09:14:54 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mirapoint3.brutele.be (mirapoint3.brutele.be [212.68.203.242]) by mail.gnome.org (Postfix) with ESMTP id E30CC18100 for ; Mon, 21 Jul 2003 09:14:53 -0400 (EDT) Received: from brutele.be (213.213.206.2.brutele.be [213.213.206.2] (may be forged)) by mirapoint3.brutele.be (Mirapoint Messaging Server MOS 3.3.2-CR) with SMTP id ASN18328; Mon, 21 Jul 2003 15:14:53 +0200 (CEST) Date: Mon, 21 Jul 2003 15:14:57 +0200 From: Stephane Wirtel To: Gtk-List Subject: How to lock the size of a paned ? Message-ID: <20030721131457.GA18419@gentoo> Mail-Followup-To: Gtk-List Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Operating-System: Linux gentoo 2.6.0-test1-ac2 X-LUG: Linux Users Group Mons ( Linux-Mons ) X-URL: http://www.linux-mons.be Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi all I look for a function to lock the size ( width or height ) of a paned, because this paned moves all time, and i would like to lock it. in the api reference of gtk+-2.2.2, i did not find a solution. thanks Stephane Wirtel -- Stephane Wirtel GPG ID : 1024D/C9C16DA7 | 5331 0B5B 21F0 0363 EACD B73E 3D11 E5BC C9C1 6DA7 From galaviel@bezeqint.net.il Mon Jul 21 11:33:43 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from marco.bezeqint.net (marco.bezeqint.net [192.115.106.37]) by mail.gnome.org (Postfix) with ESMTP id 200EB189C3 for ; Mon, 21 Jul 2003 11:33:43 -0400 (EDT) Received: from bezeqint.net.il (bzq-218-244-96.red.bezeqint.net [81.218.244.96]) by marco.bezeqint.net (Bezeq International SMTP out Mail Server) with ESMTP id 6C3EC847 for ; Mon, 21 Jul 2003 21:25:02 +0300 (IDT) Message-ID: <3F1BF9B8.9090709@bezeqint.net.il> Date: Mon, 21 Jul 2003 17:33:28 +0300 From: Gal Aviel User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: No gdk_window_add_filter_after ? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi All, Is there no such function ? I'm interested in intercepting WM_NAME property changes on a Gtk 2.2.2 socket->plug_window. I'm embedding my gtksocket into a notebook, and I'd like to set the label on the notebook page to the WM_NAME property of the embedded window. However the current filter function which is defined in gtksocket.c, removes PropertyNotify events it doesn't like. Therefor I want to add my custom filter function *before* the gtksocket.c filter. However, there is no GDK function to prepend a filter, only append. Therefor I have to emulate a prepend by removing the old filter, installing my filter, then re-installing the old filter. The problem is, that the old filter is defined as a static function in gtksocket.c and is not accessible from my user code, so I can't do the above ... How can I accomplish this ? Any thoughts (maybe add a special signal to a GtkSocket like GTK_SOCKET_PROP_CHANGED) ? Thanks, Gal. From rjshaw@iprimus.com.au Mon Jul 21 12:39:44 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.52]) by mail.gnome.org (Postfix) with ESMTP id 72C9D18175; Mon, 21 Jul 2003 12:39:44 -0400 (EDT) Received: from iprimus.com.au (203.134.138.9) by smtp01.syd.iprimus.net.au (7.0.018) (authenticated as rjshaw@iprimus.com.au) id 3F146D0A0016DA21; Tue, 22 Jul 2003 02:39:44 +1000 Message-ID: <3F1C16A8.9090702@iprimus.com.au> Date: Tue, 22 Jul 2003 02:36:56 +1000 From: Russell Shaw User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030311 Debian/1.2.1-10 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-doc-list@gnome.org, gtk-list@gnome.org, gtk-devel-list@gnome.org, gtk-app-devel-list-request@gnome.org Subject: Printer friendly docs Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, I downloaded the gtk+ and glib 2.2.2 packages. The documentation gets built as html (from sgml/xml) to be viewed online. Because i'm learning the package, it's too tedious to read all the documentation on the monitor. What's the best way to get a printable output preferably with a table of contents and page numbers? (ps, pdf, dvi etc) From rjshaw@iprimus.com.au Mon Jul 21 12:55:10 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp02.syd.iprimus.net.au (smtp02.syd.iprimus.net.au [210.50.76.52]) by mail.gnome.org (Postfix) with ESMTP id 1B3C618DF9; Mon, 21 Jul 2003 12:55:10 -0400 (EDT) Received: from iprimus.com.au (203.134.138.9) by smtp02.syd.iprimus.net.au (7.0.018) (authenticated as rjshaw@iprimus.com.au) id 3F13130D00154ECC; Tue, 22 Jul 2003 02:55:08 +1000 Message-ID: <3F1C1A3D.2060406@iprimus.com.au> Date: Tue, 22 Jul 2003 02:52:13 +1000 From: Russell Shaw User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030311 Debian/1.2.1-10 X-Accept-Language: en-us, en MIME-Version: 1.0 Cc: gtk-doc-list@gnome.org, gtk-list@gnome.org, gtk-devel-list@gnome.org, gtk-app-devel-list@gnome.org Subject: Printer friendly docs References: <3F1C16A8.9090702@iprimus.com.au> In-Reply-To: <3F1C16A8.9090702@iprimus.com.au> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, I downloaded the gtk+ and glib 2.2.2 packages. The documentation gets built as html (from sgml/xml) to be viewed online. Because i'm learning the package, it's too tedious to read all the documentation on the monitor. What's the best way to get a printable output preferably with a table of contents and page numbers? (ps, pdf, dvi etc) From decio.osiris@bol.com.br Mon Jul 21 13:25:07 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from sidney6.bol.com.br (sidney6.bol.com.br [200.221.24.124]) by mail.gnome.org (Postfix) with ESMTP id 786C81816C for ; Mon, 21 Jul 2003 13:25:07 -0400 (EDT) Received: from bol.com.br (200.221.24.131) by sidney6.bol.com.br (5.1.071) id 3EF0338300273434 for gtk-list@gnome.org; Mon, 21 Jul 2003 14:25:06 -0300 Date: Mon, 21 Jul 2003 14:25:06 -0300 Message-Id: Subject: printing in php-gtk and php-gtk 2 MIME-Version: 1.0 Content-Type: text/plain;charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable From: "decio.osiris" To: gtk-list@gnome.org X-XaM3-API-Version: 2.4 R3 ( B4 ) X-SenderIP: 200.148.51.219 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi... Well, in my last message here I`ve already mentioned how new I am to php gtk. And since I can only get my hands on it on spare time, I haven`t been able to explore it really well. And since I haven`t so far seen any note on the php manual about printing with php gtk, I was wondering if is it possible at all or does it have it`s complications to do it? Also, I was wondering about some people mentions php-gtk 2.0. But since I haven`t seen it on php gtk main page I was wondering if is it already out or not, if it is too different from the 0.52 version I just downloaded from the official site and its advantages. Somethings I have been having problems understanding is gtks use of relative positioning instead of absolute ones, the difficulties to specify and lock the sizes of certain widgets, the use of images on the applications (like iconized buttons like in winzip or iexplorer itself) as well as how (or if) we can control the aspect of some widgets (for example, making flat buttons, instead of embossed ones; altering the scroll bar etc). And since the manual, unfortunatelly lacks a lot of more in-depth information on many widgets, I couldn`t find the answer so far. If anyone could help me with these subjects I would very much appreciate it. Thanks! Decio __________________________________________________________________________ Acabe com aquelas janelinhas que pulam na sua tela. AntiPop-up UOL - =C9 gr=E1tis! http://antipopup.uol.com.br/ From sven@gimp.org Mon Jul 21 13:33:03 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.convergence.de (mail.convergence.de [212.84.236.4]) by mail.gnome.org (Postfix) with ESMTP id 263E31837E; Mon, 21 Jul 2003 13:33:03 -0400 (EDT) Received: from [10.1.1.145] (helo=blixa) by mail.convergence.de with esmtp (Exim 4.14) id 19eeWq-000062-Uu; Mon, 21 Jul 2003 19:32:52 +0200 Received: from neo by blixa with local (Exim 3.36 #1 (Debian)) id 19eeWq-0004re-00; Mon, 21 Jul 2003 19:32:52 +0200 To: Russell Shaw Cc: gtk-devel-list@gnome.org, gtk-list@gnome.org Subject: Re: Printer friendly docs References: <3F1C16A8.9090702@iprimus.com.au> <3F1C1A3D.2060406@iprimus.com.au> From: Sven Neumann Date: Mon, 21 Jul 2003 19:32:51 +0200 In-Reply-To: <3F1C1A3D.2060406@iprimus.com.au> (Russell Shaw's message of "Tue, 22 Jul 2003 02:52:13 +1000") Message-ID: User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, Cross-posting to four lists is very bad style. Please read up on netiquette and how to use mailing lists. > Because i'm learning the package, it's too tedious to read all the > documentation on the monitor. What's the best way to get a printable > output preferably with a table of contents and page numbers? I made good experience with xmlto but keep in mind that the output is _huge_. You will need a lot of paper to print all this. Sven From house.83@tiscali.it Mon Jul 21 16:23:49 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail-1.tiscali.it (mail-1.tiscali.it [195.130.225.147]) by mail.gnome.org (Postfix) with ESMTP id 45397181F8 for ; Mon, 21 Jul 2003 16:23:49 -0400 (EDT) Received: from tiscali.it (62.10.68.42) by mail-1.tiscali.it (6.7.019) id 3F1BF1770002E00C for gtk-list@gnome.org; Mon, 21 Jul 2003 22:23:49 +0200 Message-ID: <3F1C4BD4.1020504@tiscali.it> Date: Mon, 21 Jul 2003 22:23:48 +0200 From: Roberto User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020623 Debian/1.0.0-0.woody.1 X-Accept-Language: it MIME-Version: 1.0 To: gtk list Subject: Rulers and max_size Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I am not able to understand the meaning of the field "max_size" in gtk_ruler_set_range.... can you teacj it to me? Thank you From vivek@lantana.tenet.res.in Mon Jul 21 23:56:41 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lantana.iitm.ernet.in (lantana.tenet.res.in [202.144.28.166]) by mail.gnome.org (Postfix) with ESMTP id 74A5D18184 for ; Mon, 21 Jul 2003 23:56:39 -0400 (EDT) Received: from dodo.lli.tenet.res.in (aster [144.16.241.214]) by lantana.iitm.ernet.in (8.11.6/8.11.6) with ESMTP id h6M3tva29906 for ; Tue, 22 Jul 2003 09:25:59 +0530 Subject: Re: Glib not detected From: Viveka Nathan K To: gtk-list@gnome.org Content-Type: multipart/mixed; boundary="=-8bWNUW9R8CACR74QqBhc" Organization: TeNeT Group Message-Id: <1058846115.892.7.camel@dodo.lli.tenet.res.in> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-4) Date: 22 Jul 2003 09:25:15 +0530 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --=-8bWNUW9R8CACR74QqBhc Content-Type: multipart/alternative; boundary="=-1H6WgYJ9r3tpdq6Fs2Du" --=-1H6WgYJ9r3tpdq6Fs2Du Content-Type: text/plain Content-Transfer-Encoding: 7bit A simple way to do that is, just edit the file in /usr/lib/pkgconfig/glib-2.0.pc and change the version to as it needs. I also faced the similar problem once and it has been recovered after editing that file ;) > Hi , > I have already installed glib2.0 in my system . > now I am trying to install atk-1.0.3 , which needs glib to be present , > but when it(atk-1.0.3)checks for glib during ./configure , it says > configure: > > error: > *** GLIB 2.0.0 or better is required. The latest version of > *** GLIB is always available from ftp://ftp.gtk.org/. > > I also tried installing glib-2.0.7 and then ran the ./configure to > install atk-1.0.3 > > it throws the following error while running ./configure > > checking for GLIB - version >= 2.0.0... > *** 'pkg-config --modversion glib-2.0' returned 2.0.7, but GLIB (2.0.1) > *** was found! If pkg-config was correct, then it is best > *** to remove the old version of GLib. You may also be able to fix the > error > *** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing > > *** /etc/ld.so.conf. Make sure you have run ldconfig if that is > *** required on your system. > *** If pkg-config was wrong, set the environment variable > PKG_CONFIG_PATH > *** to point to the correct configuration files > configure: error: > *** GLIB 2.0.0 or better is required. The latest version of > *** GLIB is always available from ftp://ftp.gtk.org/. > > I also tried setting LD_LIBRARY_PATH and PKG_CONFIG_PATH to glib-2.0.pc > > how should I set the LIBRARY_PATH or PKG_CONFIG_PATH so that > > atk-1.0.3 recognises glib-2.0.7 > any input or suggestion is highly appreciated > > Thanks > Vidhya. > > > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list -- Viveka Nathan K TeNeT Group --=-1H6WgYJ9r3tpdq6Fs2Du Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit
A simple way to do that is, just edit the file in
/usr/lib/pkgconfig/glib-2.0.pc
and change the version to as it needs.

I also faced the similar problem once and it has been recovered after editing that file ;)

Hi ,
I have already installed glib2.0 in my system .
now I am trying to install atk-1.0.3 , which needs glib to be present ,
but when it(atk-1.0.3)checks for glib during ./configure , it says
configure:

error:
*** GLIB 2.0.0 or better is required. The latest version of
*** GLIB is always available from ftp://ftp.gtk.org/.

I also tried installing glib-2.0.7  and then ran the ./configure to
install atk-1.0.3

it throws the following error while running ./configure

checking for GLIB - version >= 2.0.0...
*** 'pkg-config --modversion glib-2.0' returned 2.0.7, but GLIB (2.0.1)
*** was found! If pkg-config was correct, then it is best
*** to remove the old version of GLib. You may also be able to fix the
error
*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing

*** /etc/ld.so.conf. Make sure you have run ldconfig if that is
*** required on your system.
*** If pkg-config was wrong, set the environment variable
PKG_CONFIG_PATH
*** to point to the correct configuration files
configure: error:
*** GLIB 2.0.0 or better is required. The latest version of
*** GLIB is always available from ftp://ftp.gtk.org/.

I also tried setting LD_LIBRARY_PATH and PKG_CONFIG_PATH to glib-2.0.pc

how should I set the LIBRARY_PATH or PKG_CONFIG_PATH so that

atk-1.0.3 recognises glib-2.0.7
any input or suggestion is  highly appreciated

Thanks
Vidhya.


_______________________________________________
gtk-list mailing list
gtk-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-list


--

Viveka Nathan K <vivek@lantana.tenet.res.in>

TeNeT Group
--=-1H6WgYJ9r3tpdq6Fs2Du-- --=-8bWNUW9R8CACR74QqBhc Content-ID: <1058846026.892.3.camel@dodo.lli.tenet.res.in> Content-Disposition: attachment; filename=smiley-4.png Content-Type: image/png; name=smiley-4.png Content-Transfer-Encoding: base64 iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAC/UlEQVR42n2Tf2iUdRzHX9/v8zy3 u91ulnO5pXGXUUsK1yIY9ke0CDQiodbQKCOnNieaIkKI/yRhf0QgCeEqViKUYgUOnTE9G5WtjlqB TV1bsnl0tV93u93ux3PP93meb/8sKBNf8P7jw/v9+fz1/sD/iQI7gB7AWdApoGPB+w/ihvnI/bHK bfu2NLF2zUrMcAw8G2d+mIGBi+w/nGE46XQBnTc7cOFAZ+MTO1/bgDBCuIVxnPwIQhgYwXqMQA2q MMahd+O8fWLmAvAkgLGw/MGbOx55fueuF/FKKVRxHF/NIaQFgO+kcQtjgGZ1cwyjOLXiuyG7DuiV QLSx4fat2zvX4dmTeOVphDCwvUqkWcVk2mfDnkGEtPCdLEJabH95CfctN7YBUQk83XNoMUJaTE+M cuT476x9pZfmZ3sI1D7D8fMeP/2a4a3uGaqWt6Ly1zBDdbzadhvAowLomrn0eocqXMeoqCVU+xga E2mYlKb6sSINtG58gzOnTzGf/BR7+hukWUni52u07p04aS5bdudmAN/NURZ3oSe+RBhhhLTQGsqZ BKd7Pic3fhSVGwLAtaeoX2IAPGem02kQJrP5EHJRHYb0CHhZtG+CdtFeiezIO2h3Hu17OI6Dqxzy RR8AadvlXu0WqDSm6O87xkzWx6p+AF/l8N08vmejvRLaV7jKJjNnEwwvJTXtASQk0FecOEsoUs/6 9RuJx8+RGOgjuLgZK7ISzBo8X9L/w1+07RnmnqZ2RpNlrg7lAU4IILrq3sh437GnMCruIFD9IL8M fsvQpUE+OiO4fGWYRVUGhw+2sablIZJXPiN+cYwPT2b4LaUb/mli94Etsfatm5pwi0kisU1Y4RUI IfHsSTQalR/lcuJj/ph0Od8/y9G46gI6/13lrzrW1bTs3RwmEKxGyAp8lWN2rkShpCkrzfU/FYkf 53j/rPM18PjNnqn77jrZ/kJLFasaQ4SDglJZk533GUspvjiXZSTFJ8BL3IIosBv4HlBAGrgKvAc8 fGP4b4kpTGRKdd96AAAAAElFTkSuQmCC --=-8bWNUW9R8CACR74QqBhc-- From murrayc@usa.net Tue Jul 22 03:00:15 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cmsrelay03.mx.net (cmsrelay03.mx.net [165.212.11.112]) by mail.gnome.org (Postfix) with SMTP id B560718385 for ; Tue, 22 Jul 2003 03:00:14 -0400 (EDT) Received: from uadvg129.cms.usa.net (165.212.11.129) by cmsoutbound.mx.net with SMTP; 22 Jul 2003 07:00:15 -0000 Received: from localhost.localdomain [195.226.162.108] by uadvg129.cms.usa.net (ASMTP/murrayc@usa.net) via mtad (C8.MAIN.3.08F) with ESMTP id 256HgVHam0395M29; Tue, 22 Jul 2003 07:00:12 GMT X-USANET-Auth: 195.226.162.108 AUTH murrayc@usa.net localhost.localdomain Subject: Re: Glib not detected From: Murray Cumming Reply-To: murrayc@usa.net To: Vidhya CS Cc: gtk-list In-Reply-To: <3F1C23E7.649137EE@siptech.co.in> References: <3F1C23E7.649137EE@siptech.co.in> Content-Type: text/plain Message-Id: <1058857210.2400.15.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.3 Date: 22 Jul 2003 09:00:10 +0200 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Mon, 2003-07-21 at 19:33, Vidhya CS wrote: > checking for GLIB - version >= 2.0.0... > *** 'pkg-config --modversion glib-2.0' returned 2.0.7, but GLIB (2.0.1) > *** was found! If pkg-config was correct, then it is best > *** to remove the old version of GLib. You may also be able to fix the > error > *** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing > > *** /etc/ld.so.conf. Make sure you have run ldconfig if that is > *** required on your system. > *** If pkg-config was wrong, set the environment variable > PKG_CONFIG_PATH > *** to point to the correct configuration files > configure: error: > *** GLIB 2.0.0 or better is required. The latest version of > *** GLIB is always available from ftp://ftp.gtk.org/. > > I also tried setting LD_LIBRARY_PATH and PKG_CONFIG_PATH to glib-2.0.pc It's a path to the directory containing .pc files, not a particular file. There should be lots of information about it in the archives or google. -- Murray Cumming murray@usa.net www.murrayc.com From vidhya@siptech.co.in Tue Jul 22 03:06:58 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from turaco.siptech.co.in (unknown [202.54.64.126]) by mail.gnome.org (Postfix) with ESMTP id 236D418399 for ; Tue, 22 Jul 2003 03:06:57 -0400 (EDT) Received: from hornet.siptech.co.in (hornet [192.168.64.13]) by turaco.siptech.co.in (8.12.8/8.12.8) with ESMTP id h6M7Aies006894; Tue, 22 Jul 2003 12:40:44 +0530 Received: from siptech.co.in ([192.168.64.193]) by hornet.siptech.co.in (8.11.0/8.11.0) with ESMTP id h6MIach28768; Wed, 23 Jul 2003 00:06:38 +0530 Message-ID: <3F1D3045.AC133AC@siptech.co.in> Date: Tue, 22 Jul 2003 12:38:29 +0000 From: Vidhya CS Organization: Sip Tech X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.18-3 i686) X-Accept-Language: en MIME-Version: 1.0 To: murrayc@usa.net Cc: gtk-list Subject: Re: Glib not detected References: <3F1C23E7.649137EE@siptech.co.in> <1058857210.2400.15.camel@localhost.localdomain> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Murray Cumming wrote: > On Mon, 2003-07-21 at 19:33, Vidhya CS wrote: > > checking for GLIB - version >= 2.0.0... > > *** 'pkg-config --modversion glib-2.0' returned 2.0.7, but GLIB (2.0.1) > > *** was found! If pkg-config was correct, then it is best > > *** to remove the old version of GLib. You may also be able to fix the > > error > > *** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing > > > > *** /etc/ld.so.conf. Make sure you have run ldconfig if that is > > *** required on your system. > > *** If pkg-config was wrong, set the environment variable > > PKG_CONFIG_PATH > > *** to point to the correct configuration files > > configure: error: > > *** GLIB 2.0.0 or better is required. The latest version of > > *** GLIB is always available from ftp://ftp.gtk.org/. > > > > I also tried setting LD_LIBRARY_PATH and PKG_CONFIG_PATH to glib-2.0.pc > > It's a path to the directory containing .pc files, not a particular > file. There should be lots of information about it in the archives or > google. > I have set the LD_LIBRARY_PATH and PKG_CONFIG_PATH point to /usr/local/lib/pkgconfig/glib-2.0.pc and then tried running the ./configure of atk-1.0.3 , it is still giving the same error . From murrayc@usa.net Tue Jul 22 03:12:38 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cmsrelay04.mx.net (cmsrelay04.mx.net [165.212.11.113]) by mail.gnome.org (Postfix) with SMTP id 60346183ED for ; Tue, 22 Jul 2003 03:12:37 -0400 (EDT) Received: from uadvg130.cms.usa.net (165.212.11.130) by cmsoutbound.mx.net with SMTP; 22 Jul 2003 07:12:37 -0000 Received: from localhost.localdomain [195.226.162.108] by uadvg130.cms.usa.net (ASMTP/murrayc@usa.net) via mtad (C8.MAIN.3.08F) with ESMTP id 359HgVHmh0205M30; Tue, 22 Jul 2003 07:12:34 GMT X-USANET-Auth: 195.226.162.108 AUTH murrayc@usa.net localhost.localdomain Subject: Re: Glib not detected From: Murray Cumming Reply-To: murrayc@usa.net To: Vidhya CS Cc: gtk-list In-Reply-To: <3F1D3045.AC133AC@siptech.co.in> References: <3F1C23E7.649137EE@siptech.co.in> <1058857210.2400.15.camel@localhost.localdomain> <3F1D3045.AC133AC@siptech.co.in> Content-Type: text/plain Message-Id: <1058857951.2400.29.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.3 Date: 22 Jul 2003 09:12:32 +0200 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Tue, 2003-07-22 at 14:38, Vidhya CS wrote: > Murray Cumming wrote: > > > I also tried setting LD_LIBRARY_PATH and PKG_CONFIG_PATH to glib-2.0.pc > > > > It's a path to the directory containing .pc files, not a particular > > file. There should be lots of information about it in the archives or > > google. > > > > I have set the LD_LIBRARY_PATH and PKG_CONFIG_PATH point to > /usr/local/lib/pkgconfig/glib-2.0.pc > > and then tried running the ./configure of atk-1.0.3 , it is still giving the > same error . Again, PKG_CONFIG_PATH is a path (or paths) to the _directory_ which contains several .pc files. It is not a path to a particular file. And LD_LIBRARY_PATH has a different purpose. -- Murray Cumming murray@usa.net www.murrayc.com From vidhya@siptech.co.in Tue Jul 22 03:36:00 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from turaco.siptech.co.in (unknown [202.54.64.126]) by mail.gnome.org (Postfix) with ESMTP id 10F3F18193 for ; Tue, 22 Jul 2003 03:35:59 -0400 (EDT) Received: from hornet.siptech.co.in (hornet [192.168.64.13]) by turaco.siptech.co.in (8.12.8/8.12.8) with ESMTP id h6M7dkes007101; Tue, 22 Jul 2003 13:09:47 +0530 Received: from siptech.co.in ([192.168.64.193]) by hornet.siptech.co.in (8.11.0/8.11.0) with ESMTP id h6MJ5fh30031; Wed, 23 Jul 2003 00:35:42 +0530 Message-ID: <3F1D3713.53983686@siptech.co.in> Date: Tue, 22 Jul 2003 13:07:32 +0000 From: Vidhya CS Organization: Sip Tech X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.18-3 i686) X-Accept-Language: en MIME-Version: 1.0 To: murrayc@usa.net Cc: gtk-list Subject: Re: Glib not detected References: <3F1C23E7.649137EE@siptech.co.in> <1058857210.2400.15.camel@localhost.localdomain> <3F1D3045.AC133AC@siptech.co.in> <1058857951.2400.29.camel@localhost.localdomain> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Murray Cumming wrote: > On Tue, 2003-07-22 at 14:38, Vidhya CS wrote: > > Murray Cumming wrote: > > > > I also tried setting LD_LIBRARY_PATH and PKG_CONFIG_PATH to glib-2.0.pc > > > > > > It's a path to the directory containing .pc files, not a particular > > > file. There should be lots of information about it in the archives or > > > google. > > > > > > > I have set the LD_LIBRARY_PATH and PKG_CONFIG_PATH point to > > /usr/local/lib/pkgconfig/glib-2.0.pc > > > > and then tried running the ./configure of atk-1.0.3 , it is still giving the > > same error . > > Again, PKG_CONFIG_PATH is a path (or paths) to the _directory_ which > contains several .pc files. It is not a path to a particular file. > > And LD_LIBRARY_PATH has a different purpose. > > -- great! it is working now , I made the LD_LIBRARY_PATH point to /usr/local/lib(which contains shared libs ) and PKG_CONFIG_PATH point /usr/local/lib/pkgconfig/ . Thanks Vidhya. From vidhya@siptech.co.in Tue Jul 22 06:07:36 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from turaco.siptech.co.in (unknown [202.54.64.126]) by mail.gnome.org (Postfix) with ESMTP id C91E618151 for ; Tue, 22 Jul 2003 06:07:33 -0400 (EDT) Received: from hornet.siptech.co.in (hornet [192.168.64.13]) by turaco.siptech.co.in (8.12.8/8.12.8) with ESMTP id h6MABGes008326 for ; Tue, 22 Jul 2003 15:41:19 +0530 Received: from siptech.co.in ([192.168.64.193]) by hornet.siptech.co.in (8.11.0/8.11.0) with ESMTP id h6MLbCh04555 for ; Wed, 23 Jul 2003 03:07:12 +0530 Message-ID: <3F1D5A96.D61A3D3@siptech.co.in> Date: Tue, 22 Jul 2003 15:39:02 +0000 From: Vidhya CS Organization: Sip Tech X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.18-3 i686) X-Accept-Language: en MIME-Version: 1.0 To: gtk-list Subject: gtk installation err / libjpeg ? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: hi , I am trying to install gtk , while running the ./configure , it says jpeg loader not found , I have installed libjpeg and LD_LIBRARY_PATH is pointing to those libs . the error am getting is : WARNING: *** JPEG loader will not be built (JPEG library not found) *** configure: error: *** Checks for JPEG loader failed. You can build without it by passing *** --without-libjpeg to configure but some programs using GTK+ may *** not work properly sine I have loaded libjpeg , iam dont want to use the --without-libjpeg . vidhya. From olaf@cbk.poznan.pl Tue Jul 22 07:53:01 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from goliath.sylaba.poznan.pl (goliath.sylaba.poznan.pl [195.216.104.3]) by mail.gnome.org (Postfix) with ESMTP id 8CB0F18472 for ; Tue, 22 Jul 2003 07:53:01 -0400 (EDT) Received: by goliath.sylaba.poznan.pl (Postfix, from userid 1003) id F067D94055; Tue, 22 Jul 2003 13:53:00 +0200 (CEST) Received: from venus.local.navi.pl (ps103.poznan.sdi.tpnet.pl [217.97.72.103]) by goliath.sylaba.poznan.pl (Postfix) with ESMTP id 9BC3993EA0; Tue, 22 Jul 2003 13:52:51 +0200 (CEST) Received: from venus.local.navi.pl (venus.local.navi.pl [127.0.0.1]) by venus.local.navi.pl (8.12.5/8.12.5) with ESMTP id h6MBrAQ6002511; Tue, 22 Jul 2003 13:53:24 +0200 Subject: Re: gtk installation err / libjpeg ? From: Olaf =?iso-8859-2?Q?Fr=B1czyk?= To: Vidhya CS Cc: gtk-list In-Reply-To: <3F1D5A96.D61A3D3@siptech.co.in> References: <3F1D5A96.D61A3D3@siptech.co.in> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 (1.0.8-10) Date: 22 Jul 2003 13:53:10 +0200 Message-Id: <1058874804.1836.7.camel@venus> Mime-Version: 1.0 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Tue, 2003-07-22 at 17:39, Vidhya CS wrote: > hi , > I am trying to install gtk , while running the ./configure , it says > jpeg loader not found , > I have installed libjpeg and LD_LIBRARY_PATH is pointing to those libs . > > the error am getting is > > : WARNING: *** JPEG loader will not be built (JPEG library not found) > *** > configure: error: > *** Checks for JPEG loader failed. You can build without it by passing > *** --without-libjpeg to configure but some programs using GTK+ may > *** not work properly > > sine I have loaded libjpeg , iam dont want to use the --without-libjpeg > . Do you have library and headers? Or library only? Then install headers and should work. Regards, Olaf From vidhya@siptech.co.in Tue Jul 22 08:59:30 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from turaco.siptech.co.in (unknown [202.54.64.126]) by mail.gnome.org (Postfix) with ESMTP id 0314A186E1 for ; Tue, 22 Jul 2003 08:59:29 -0400 (EDT) Received: from hornet.siptech.co.in (hornet [192.168.64.13]) by turaco.siptech.co.in (8.12.8/8.12.8) with ESMTP id h6MD37es009654; Tue, 22 Jul 2003 18:33:08 +0530 Received: from siptech.co.in ([192.168.64.193]) by hornet.siptech.co.in (8.11.0/8.11.0) with ESMTP id h6N0T4h11068; Wed, 23 Jul 2003 05:59:04 +0530 Message-ID: <3F1D82DF.26F7D3E4@siptech.co.in> Date: Tue, 22 Jul 2003 18:30:56 +0000 From: Vidhya CS Organization: Sip Tech X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.18-3 i686) X-Accept-Language: en MIME-Version: 1.0 To: Olaf =?iso-8859-1?Q?Fr=B1czyk?= Cc: gtk-list Subject: Re: gtk installation err / libjpeg ? References: <3F1D5A96.D61A3D3@siptech.co.in> <1058874804.1836.7.camel@venus> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Olaf Fr±czyk wrote: > On Tue, 2003-07-22 at 17:39, Vidhya CS wrote: > > hi , > > I am trying to install gtk , while running the ./configure , it says > > jpeg loader not found , > > I have installed libjpeg and LD_LIBRARY_PATH is pointing to those libs . > > > > the error am getting is > > > > : WARNING: *** JPEG loader will not be built (JPEG library not found) > > *** > > configure: error: > > *** Checks for JPEG loader failed. You can build without it by passing > > *** --without-libjpeg to configure but some programs using GTK+ may > > *** not work properly > > > > sine I have loaded libjpeg , iam dont want to use the --without-libjpeg > > . > Do you have library and headers? > Or library only? Then install headers and should work. I installed libjpeg-6b-19.i386.rpm, only the libraries got installed , now I have put all the headers still the same error. ie jpeg loader failed . any help ? regards vidhya. From ergo@secondthought.org Tue Jul 22 09:06:46 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from theory.lcs.mit.edu (theory.lcs.mit.edu [18.52.0.92]) by mail.gnome.org (Postfix) with ESMTP id 365D2182CE for ; Tue, 22 Jul 2003 09:06:46 -0400 (EDT) Received: from secondthought.org (h0002a5b20f0b.ne.client2.attbi.com [66.31.123.102]) (authenticated bits=0) by theory.lcs.mit.edu (8.12.9/8.12.1) with ESMTP id h6MD6lq7014618 for ; Tue, 22 Jul 2003 09:06:47 -0400 Message-ID: <3F1D36CE.5080401@secondthought.org> Date: Tue, 22 Jul 2003 09:06:22 -0400 From: Andrew Hogue Reply-To: ergo@secondthought.org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: GTK_WINDOW_POPUP assertion fails Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello - I am working with GTK 1.2.10, on Linux 2.4.18 (Red Hat 9.0). I am attempting to create a GTK window through the JNI (see code attached below), and I receive the following assertion failure during execution: (:6338): Gtk-CRITICAL **: file gtkwindow.c: line 794 (gtk_window_new): assertion `type >= GTK_WINDOW_TOPLEVEL && type <= GTK_WINDOW_POPUP' failed A series of other assertions subsequently fail, all seemingly because *mShell is null. I'm creating the window with: static GtkWidget *mShell = NULL; [snip] mShell = gtk_window_new (GTK_WINDOW_POPUP); Why does this assertion fail? Thanks in advance! -Andrew Hogue =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= GtkMozEmbed.cpp =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= #include #include "GtkMozEmbed.h" #include #include #include #include #include #include "gtkmozembed.h" #include "nsGtkEventHandler.h" #include /* * Class: org_eclipse_swt_widgets_GtkMozEmbed * Method: createTopLevelWindow * Signature: ()I */ JNIEXPORT jint JNICALL Java_org_eclipse_swt_widgets_GtkMozEmbed_createTopLevelWindow (JNIEnv * env, jobject obj) { static GtkWidget *mShell = NULL; /* Initialise GTK */ gtk_set_locale (); gtk_init (0, NULL); gdk_rgb_init(); mShell = gtk_window_new (GTK_WINDOW_POPUP); gtk_window_set_default_size(GTK_WINDOW(mShell), 300, 300); gtk_window_set_title(GTK_WINDOW(mShell), "Simple browser"); return (jint) mShell; } From sagars@dpsl.net Tue Jul 22 09:30:28 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from khyber.enigma (mail.dpsl.net [202.144.16.187]) by mail.gnome.org (Postfix) with ESMTP id B054618701 for ; Tue, 22 Jul 2003 09:30:27 -0400 (EDT) Received: by mail.dpsl.net with Internet Mail Service (5.5.2653.19) id <37PFN5LH>; Tue, 22 Jul 2003 19:06:01 +0530 Received: from khyber.enigma (mail.dpsl.net [202.144.16.187]) by khyber.enigma with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id 37PFN5LG; Tue, 22 Jul 2003 19:05:57 +0530 Received: FROM WAS BY khyber.enigma ; Tue Jul 22 19:05:56 2003 +0500 From: Sagar Shah To: gtk-list@gnome.org Message-ID: <0d0b01c350be$4c4cdd60$860410ac@WAS> Subject: problems building gtk+2.2 on linux Date: Tue, 22 Jul 2003 19:01:10 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0D04_01C35083.9D33A050" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is a multi-part message in MIME format. ------=_NextPart_000_0D04_01C35083.9D33A050 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi all, =20 i am trying to build gtk+2.2,. i installed the glib 2.2 and required version of atk. =20 i have autoconf 2.53, automake 1.5, libtool 1.4.2 and gcc 2.96. =20 when i make the package the following errors of undefined references like. =20 undefined reference to `g_sprintf' ndefined reference to `g_fprintf' undefined reference to `g_get_application_name' =20 i think its related to glib problem but its using glib 2.2 libraries which is in /usr/local/lib=20 =20 any suggestions what i should do, would appreciated. =20 Regards Sagar Shah =20 ------=_NextPart_000_0D04_01C35083.9D33A050 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi all,
 
i am trying to build gtk+2.2,. i = installed the glib=20 2.2 and required version of atk.
 
i have autoconf 2.53, automake 1.5, = libtool 1.4.2=20 and gcc 2.96.
 
when i make the package the following = errors of=20 undefined references like.
 
undefined=20 reference to `g_sprintf'

ndefined reference to=20 `g_fprintf'

 undefined reference to =20 `g_get_application_name'
 
i think its related to glib problem = but its using=20 glib 2.2 libraries which is in /usr/local/lib
 
any suggestions what i should = do,  would=20 appreciated.
 
Regards
Sagar Shah
 

------=_NextPart_000_0D04_01C35083.9D33A050-- From bert.timmerman@corusgroup.com Tue Jul 22 09:38:31 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from bridget.hoogovens.com (unknown [212.1.8.2]) by mail.gnome.org (Postfix) with ESMTP id ED38E1831A for ; Tue, 22 Jul 2003 09:38:30 -0400 (EDT) Received: from bridges.ijmuiden.corusgroup.com (145.8.252.111 [145.8.252.111]) by bridget.hoogovens.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id N67NPKPN; Tue, 22 Jul 2003 15:32:47 +0200 Received: by bridges.ijmuiden.corusgroup.com with Internet Mail Service (5.5.2653.19) id ; Tue, 22 Jul 2003 15:38:27 +0200 Message-ID: <06CBCB9A339A9F489C250E65CDAF074701C57D08@ijmexc00.ijmuiden.corusgroup.com> From: "Timmerman, LJH" To: "'Vidhya CS '" , =?iso-8859-1?Q?Olaf_Fr=B1czyk?= Cc: gtk-list Subject: RE: gtk installation err / libjpeg ? Date: Tue, 22 Jul 2003 15:38:25 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi Vidhya, Search at www.google.com for "libjpeg-devel" for the = development-headers, it lists several rpms for several platforms. Kind regards, Bert Timmerman. > -----Original Message----- > From: gtk-list-admin@gnome.org@CORUS On Behalf Of Vidhya CS > > Sent: dinsdag 22 juli 2003 20:31 > To: Olaf Fr=B1czyk > Cc: gtk-list > Subject: Re: gtk installation err / libjpeg ? >=20 > Olaf Fr=B1czyk wrote: >=20 > > On Tue, 2003-07-22 at 17:39, Vidhya CS wrote: > > > hi , > > > I am trying to install gtk , while running the ./configure , it = says > > > jpeg loader not found , > > > I have installed libjpeg and LD_LIBRARY_PATH is pointing to those = libs > . > > > > > > the error am getting is > > > > > > : WARNING: *** JPEG loader will not be built (JPEG library not = found) > > > *** > > > configure: error: > > > *** Checks for JPEG loader failed. You can build without it by = passing > > > *** --without-libjpeg to configure but some programs using GTK+ = may > > > *** not work properly > > > > > > sine I have loaded libjpeg , iam dont want to use the > --without-libjpeg > > > . > > Do you have library and headers? > > Or library only? Then install headers and should work. >=20 > I installed libjpeg-6b-19.i386.rpm, only the libraries got installed = , now > I > have put all the headers > still the same error. > ie jpeg loader failed . > any help ? > regards > vidhya. >=20 >=20 >=20 > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list From ed@unidata.ucar.edu Tue Jul 22 10:54:09 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from rodney.unidata.ucar.edu (rodney.unidata.ucar.edu [128.117.140.88]) by mail.gnome.org (Postfix) with ESMTP id 324E81844B for ; Tue, 22 Jul 2003 10:54:09 -0400 (EDT) Received: (from ed@localhost) by rodney.unidata.ucar.edu (8.11.6/8.11.6) id h6MEs9W12953; Tue, 22 Jul 2003 08:54:09 -0600 X-Authentication-Warning: rodney.unidata.ucar.edu: ed set sender to ed@unidata.ucar.edu using -f To: gtk-list@gnome.org Subject: problems installing latest version of glib... From: Ed Hartnett Date: 22 Jul 2003 08:54:09 -0600 Message-ID: Lines: 17 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Howdy all! I am on a red hat Linux box, trying to install glib-2.2.2. As per web page instructions, I first got and installed pkg-config. That seemed to go fine. I got version 0.15. During configure of glib-2.2.2 I got the following problem: checking for pkg-config... /usr/bin/pkg-config configure: error: *** pkg-config too old; version 0.14 or better required. What's up with this? How should I proceed? Thanks! Ed From sven@gimp.org Tue Jul 22 11:08:10 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.convergence.de (mail.convergence.de [212.84.236.4]) by mail.gnome.org (Postfix) with ESMTP id D24E918122 for ; Tue, 22 Jul 2003 11:08:09 -0400 (EDT) Received: from [10.1.1.145] (helo=blixa) by mail.convergence.de with esmtp (Exim 4.14) id 19eykM-0003pt-7o; Tue, 22 Jul 2003 17:08:10 +0200 Received: from neo by blixa with local (Exim 3.36 #1 (Debian)) id 19eykL-0000Wg-00; Tue, 22 Jul 2003 17:08:09 +0200 To: Ed Hartnett Cc: gtk-list@gnome.org Subject: Re: problems installing latest version of glib... References: From: Sven Neumann Date: Tue, 22 Jul 2003 17:08:09 +0200 In-Reply-To: (Ed Hartnett's message of "22 Jul 2003 08:54:09 -0600") Message-ID: User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, Ed Hartnett writes: > I am on a red hat Linux box, trying to install glib-2.2.2. > > As per web page instructions, I first got and installed > pkg-config. That seemed to go fine. I got version 0.15. > > During configure of glib-2.2.2 I got the following problem: > > checking for pkg-config... /usr/bin/pkg-config > configure: error: *** pkg-config too old; version 0.14 or better required. > > What's up with this? How should I proceed? Try 'pkg-config --version' do see what version of pkg-config is used. You probably have an older version in /usr/bin and installed 0.15 in /usr/local/bin. Sven From rjshaw@iprimus.com.au Tue Jul 22 11:34:11 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp02.syd.iprimus.net.au (smtp02.syd.iprimus.net.au [210.50.76.52]) by mail.gnome.org (Postfix) with ESMTP id D4DD81814C; Tue, 22 Jul 2003 11:34:10 -0400 (EDT) Received: from iprimus.com.au (203.134.138.33) by smtp02.syd.iprimus.net.au (7.0.018) (authenticated as rjshaw@iprimus.com.au) id 3F13130D001897CB; Wed, 23 Jul 2003 01:34:09 +1000 Message-ID: <3F1D58CC.1000108@iprimus.com.au> Date: Wed, 23 Jul 2003 01:31:24 +1000 From: Russell Shaw User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030311 Debian/1.2.1-10 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-app-devel-list@gnome.org, gtk-list@gnome.org Subject: Autoconf hello world Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, I'm looking for a GTK+ hello-world example that uses configure.in and automake.am (autoconf and automake). From murrayc@usa.net Tue Jul 22 11:53:41 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cmsrelay02.mx.net (cmsrelay02.mx.net [165.212.11.111]) by mail.gnome.org (Postfix) with SMTP id 496481843E for ; Tue, 22 Jul 2003 11:53:41 -0400 (EDT) Received: from uadvg128.cms.usa.net (165.212.11.128) by cmsoutbound.mx.net with SMTP; 22 Jul 2003 15:53:41 -0000 Received: from localhost.localdomain [195.226.162.108] by uadvg128.cms.usa.net (ASMTP/murrayc@usa.net) via mtad (C8.MAIN.3.08F) with ESMTP id 375HgVP2l0373M28; Tue, 22 Jul 2003 15:53:38 GMT X-USANET-Auth: 195.226.162.108 AUTH murrayc@usa.net localhost.localdomain Subject: Re: Autoconf hello world From: Murray Cumming Reply-To: murrayc@usa.net To: Russell Shaw Cc: gtk-app-devel-list@gnome.org, gtk-list In-Reply-To: <3F1D58CC.1000108@iprimus.com.au> References: <3F1D58CC.1000108@iprimus.com.au> Content-Type: text/plain Message-Id: <1058889211.2400.60.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.3 Date: 22 Jul 2003 17:53:31 +0200 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Tue, 2003-07-22 at 17:31, Russell Shaw wrote: > Hi, > I'm looking for a GTK+ hello-world example that uses > configure.in and automake.am (autoconf and automake). gnome-hello (on GNOME's ftp or cvs) is meant to be a GNOME hello world, though we are struggling with it a bit this week. A GTK+ hello world without the fancy GNOME stuff would be a bit easier. It's just a matter of using PKG_CHECK_MODULES. This might be helpful: http://www.murrayc.com/learning/linux/using_libraries/using_libraries.shtml#cflagsandlibs -- Murray Cumming murray@usa.net www.murrayc.com From rjshaw@iprimus.com.au Tue Jul 22 11:54:31 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.52]) by mail.gnome.org (Postfix) with ESMTP id D8BFA187AF; Tue, 22 Jul 2003 11:54:30 -0400 (EDT) Received: from iprimus.com.au (203.134.138.33) by smtp01.syd.iprimus.net.au (7.0.018) (authenticated as rjshaw@iprimus.com.au) id 3F146D0A001B17D6; Wed, 23 Jul 2003 01:54:30 +1000 Message-ID: <3F1D5D92.7090001@iprimus.com.au> Date: Wed, 23 Jul 2003 01:51:46 +1000 From: Russell Shaw User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030311 Debian/1.2.1-10 X-Accept-Language: en-us, en MIME-Version: 1.0 Cc: gtk-app-devel-list@gnome.org, gtk-list@gnome.org Subject: Re: Autoconf hello world References: <3F1D58CC.1000108@iprimus.com.au> In-Reply-To: <3F1D58CC.1000108@iprimus.com.au> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Russell Shaw wrote: > Hi, > I'm looking for a GTK+ hello-world example that uses > configure.in and automake.am (autoconf and automake). Ok, i found a faq: http://www.gtk.org/faq/#AEN412 From pvosta@unionbio-eu.com Wed Jul 23 09:59:57 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from unionbio-eu.com (unknown [213.193.139.10]) by mail.gnome.org (Postfix) with SMTP id DCDF81896A for ; Wed, 23 Jul 2003 09:59:56 -0400 (EDT) Received: (qmail 17375 invoked from network); 23 Jul 2003 13:59:57 -0000 Received: from linux-2.unionbio-eu.com (HELO unionbio-eu.com) (192.168.0.23) by server.unionbio-eu.com with SMTP; 23 Jul 2003 13:59:57 -0000 Message-ID: <3F1E94DD.AFA2851B@unionbio-eu.com> Date: Wed, 23 Jul 2003 15:59:57 +0200 From: Peter Van Osta Reply-To: pvosta@unionbio-eu.com Organization: Union Biometrica N.V./S.A. ESO X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.4.7-10 i686) X-Accept-Language: en MIME-Version: 1.0 To: ORBit list , GTK-list , Glade Subject: Filebrowser widget over CORBA Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, I am using a GTK-interface built with glade in combination with CORBA. In the interface I have used the filebrowser widget (generated by GLADE), but when I use it, it shows the directories and files which the GTK-client can see and not the directories and files on the CORBA-server. Is there a way to "redirect" the filebrowser so that it connects to the server instead and only shows directories and files from the server transparently ? Best regards, Peter Van Osta From randhol@pvv.org Wed Jul 23 10:09:08 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from kiuk0152.chembio.ntnu.no (kiuk0152.chembio.ntnu.no [129.241.83.78]) by mail.gnome.org (Postfix) with ESMTP id 3C01518A44 for ; Wed, 23 Jul 2003 10:09:08 -0400 (EDT) Received: from randhol by kiuk0152.chembio.ntnu.no with local (Exim 3.35 #1 (Debian)) id 19fKIS-0003uT-00 for ; Wed, 23 Jul 2003 16:08:48 +0200 Date: Wed, 23 Jul 2003 16:08:48 +0200 From: Preben Randhol To: GTK-list Subject: Can one know if a windows i minimized? Message-ID: <20030723140848.GA15000@pvv.org> Mail-Followup-To: GTK-list Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.3.28i Organization: PVV Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I know this may be out of the realm of GTK, but since one can remove window decorations from GTK I was wondering if one also could hook the minimize button so the program knows that it is being minimized. This is useful in some areas. Thanks in advance. -- Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 -- «For me, Ada95 puts back the joy in programming.» From otaylor@redhat.com Wed Jul 23 10:15:36 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (pix-525-pool.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 0308518A50; Wed, 23 Jul 2003 10:15:35 -0400 (EDT) Received: from poincare.devel.redhat.com (poincare.devel.redhat.com [172.16.58.30]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h6NEFaK17106; Wed, 23 Jul 2003 10:15:36 -0400 Subject: Re: Filebrowser widget over CORBA From: Owen Taylor To: pvosta@unionbio-eu.com Cc: ORBit list , GTK-list , Glade In-Reply-To: <3F1E94DD.AFA2851B@unionbio-eu.com> References: <3F1E94DD.AFA2851B@unionbio-eu.com> Content-Type: text/plain Message-Id: <1058969735.6206.25.camel@poincare.devel.redhat.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.92 (1.3.92-1) (Preview Release) Date: 23 Jul 2003 10:15:36 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Wed, 2003-07-23 at 09:59, Peter Van Osta wrote: > Hi, > > I am using a GTK-interface built with glade in combination with CORBA. > In the interface I have used the filebrowser widget (generated by > GLADE), but when I use it, it shows the directories and files which the > GTK-client can see and not the directories and files on the > CORBA-server. > > Is there a way to "redirect" the filebrowser so that it connects to the > server instead and only shows directories and files from the server > transparently ? No. I would expand more, but I'm really not sure what to say. The server is most likely not even exporting its file system in any fashion. The GTK+-2.4 file chooser widget is architected so that it could theoretically be used like this; there is separation between the file system model and the GUI components. But that's really meant for things like gnome-vfs support, and isn't exposed directly to applications. And even if it was, you'd have to design your own custom transport layer. Regards, Owen From randhol@pvv.org Wed Jul 23 10:16:37 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from kiuk0152.chembio.ntnu.no (kiuk0152.chembio.ntnu.no [129.241.83.78]) by mail.gnome.org (Postfix) with ESMTP id 50C6318A52 for ; Wed, 23 Jul 2003 10:16:37 -0400 (EDT) Received: from randhol by kiuk0152.chembio.ntnu.no with local (Exim 3.35 #1 (Debian)) id 19fKPi-0003wG-00 for ; Wed, 23 Jul 2003 16:16:18 +0200 Date: Wed, 23 Jul 2003 16:16:18 +0200 From: Preben Randhol To: Gtk-List Subject: Cannot set foreground colour of Entry widget Message-ID: <20030723141618.GA15136@pvv.org> Mail-Followup-To: Gtk-List Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i Organization: PVV Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I have problems setting the foreground colour of an Entry widget. In Gtk+-1.2 I modified a Style and then applied this to get say red colour on the text of the Entry widget text. This way still works for Label (though I use pango's markup instead now). However for a Entry widget this approach does not work anymore. Is there something special one need to do in Gtk+-2.x for Entry widgets? I want to change colour if the string that is entered is not correct. -- Ada95 is good for you. http://www.crystalcode.com/codemage/MainMenu/Coding/Ada/IntroducingAda.php From rew@primagraphics.co.uk Wed Jul 23 10:22:06 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from oak.primag (ip-80-242-37-235.aramiska-arc.aramiska.net [80.242.37.235]) by mail.gnome.org (Postfix) with SMTP id B2A0018A56 for ; Wed, 23 Jul 2003 10:22:01 -0400 (EDT) Received: (qmail 12037 invoked by uid 704); 23 Jul 2003 14:21:46 -0000 Received: from rew@primagraphics.co.uk by oak by uid 701 with qmail-scanner-1.13 (clamscan: 0.23. spamassassin: 2.55. Clear:. Processed in 1.097534 secs); 23 Jul 2003 14:21:46 -0000 Received: from holly.primag (HELO holly) (192.168.0.61) by oak.primag with SMTP; 23 Jul 2003 14:21:45 -0000 Message-ID: <011f01c35125$cb5215a0$3d00a8c0@primag> From: "Richard Warren" To: "Preben Randhol" , "GTK-list" References: <20030723140848.GA15000@pvv.org> Subject: Re: Can one know if a windows i minimized? Date: Wed, 23 Jul 2003 15:22:06 +0100 Organization: Primagraphics Ltd. MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > I know this may be out of the realm of GTK, but since one can remove > window decorations from GTK I was wondering if one also could hook the > minimize button so the program knows that it is being minimized. This is > useful in some areas. Connect to the "window-state-event" signal on your top-level window. The callback will be given a GdkEventWindowState pointer through which you can access a new_window_state field. This is a bitmask of flags such as GDK_WINDOW_STATE_ICONIFIED etc. Hope that helps, Richard W. From randhol@pvv.org Wed Jul 23 10:35:57 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from kiuk0152.chembio.ntnu.no (kiuk0152.chembio.ntnu.no [129.241.83.78]) by mail.gnome.org (Postfix) with ESMTP id 10ACA18A67 for ; Wed, 23 Jul 2003 10:35:57 -0400 (EDT) Received: from randhol by kiuk0152.chembio.ntnu.no with local (Exim 3.35 #1 (Debian)) id 19fKiP-0006iT-00; Wed, 23 Jul 2003 16:35:37 +0200 Date: Wed, 23 Jul 2003 16:35:37 +0200 From: Preben Randhol To: Richard Warren Cc: Preben Randhol , GTK-list Subject: Re: Can one know if a windows i minimized? Message-ID: <20030723143537.GC12485@pvv.org> Mail-Followup-To: Richard Warren , Preben Randhol , GTK-list References: <20030723140848.GA15000@pvv.org> <011f01c35125$cb5215a0$3d00a8c0@primag> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <011f01c35125$cb5215a0$3d00a8c0@primag> User-Agent: Mutt/1.3.28i Organization: PVV Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Richard Warren wrote on 23/07/2003 (16:23) : > Connect to the "window-state-event" signal on your top-level window. > > The callback will be given a GdkEventWindowState pointer through which you > can access a new_window_state field. This is a bitmask of flags such as > GDK_WINDOW_STATE_ICONIFIED etc. Thanks! Will look at it! -- Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 -- «For me, Ada95 puts back the joy in programming.» From dav@cs.utah.edu Wed Jul 23 17:09:10 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail-svr1.cs.utah.edu (mail-svr1.cs.utah.edu [155.99.198.200]) by mail.gnome.org (Postfix) with ESMTP id 3C0F018C1A for ; Wed, 23 Jul 2003 17:09:10 -0400 (EDT) Received: from faith.cs.utah.edu (faith.cs.utah.edu [155.99.198.108]) by mail-svr1.cs.utah.edu (Postfix) with ESMTP id 3B8BD34767 for ; Wed, 23 Jul 2003 15:09:11 -0600 (MDT) Received: (from dav@localhost) by faith.cs.utah.edu (8.11.6+Sun/8.11.1) id h6NL9B508938; Wed, 23 Jul 2003 15:09:11 -0600 (MDT) Date: Wed, 23 Jul 2003 15:09:11 -0600 (MDT) Message-Id: <200307232109.h6NL9B508938@faith.cs.utah.edu> X-Authentication-Warning: faith.cs.utah.edu: dav set sender to dav@cs.utah.edu using -f From: "J. Davison de St. Germain" To: gtk-list@gnome.org Subject: Re: replacement for gtk_tootips_set_delay Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > From: Skip Montanaro > * To: Owen Taylor > * Cc: gtk-list gnome org > * Subject: Re: replacement for gtk_tooltips_set_delay > * Date: Mon, 15 Oct 2001 17:31:22 -0500 > > ------------------------------------------------------------------------ > > >> In the 2.0 docs, gtk_tooltips_set_delay is marked as deprecated. > >> What replaces it? > > Owen> Nothing. What reason would an app programer have to change this? > Owen> If the default isn't right, then it should be fixed. If different > Owen> users need different settings it should be configurable. > > That's what I was getting at. Assuming you're taking control of this away > from the programmer, my experience suggests you put this control in the > hands of the user, but I don't see anything that suggests how the user is > supposed to control this either. A simple example of specifying this in an > rc file would be appreciated. > > Skip Hi, Can someone finish the answer to this. How does one go about changing this setting? Thanks, Dav ----------------------------------------------------------------------- - J. Davison de St. Germain dav@cs.utah.edu (801) 581-4078 - - Chief Software Engineer http://www.cs.utah.edu/~dav - - SCI Institute, SE C-SAFE University of Utah - ----------------------------------------------------------------------- From jeevesn@yahoo.com Wed Jul 23 18:32:33 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from web21102.mail.yahoo.com (web21102.mail.yahoo.com [216.136.227.104]) by mail.gnome.org (Postfix) with SMTP id 48F2F1842B for ; Wed, 23 Jul 2003 18:32:33 -0400 (EDT) Message-ID: <20030723223234.58636.qmail@web21102.mail.yahoo.com> Received: from [150.135.221.16] by web21102.mail.yahoo.com via HTTP; Wed, 23 Jul 2003 15:32:34 PDT Date: Wed, 23 Jul 2003 15:32:34 -0700 (PDT) From: Dominic Espinosa Subject: Pango: how to build a new rendering engine? To: gtk-list@gnome.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello all, I'm a linguistics student, and as part of a research project I've devised a hypothetical new script for certain phonetic applications. It's a novel approach, and the standard left-to-right sequential rendering of characters as for English or European languages is not going to work for rendering it (although I experimented with kerning in the font). The script resembles Korean Han-gul in that it works by systematically combining certain graphic elements into blocks. I have the glyphs stored in abritrary order inside a TrueType UTF-8 font, although I realize I'll need to address the encoding issue for real at some point, and an input method is also being devised. After a week of poring over the documentation and source code for Pango, I'm still not sure how to proceed in writing a module to render the script. I have tried to analyze the source code for the Han-gul module, but I'm having trouble figuring out how to apply that to what I'm doing. I feel like I'm missing a step in the font process. Can anyone point me towards some documentation that describes the font system on a lower level, or suggest a way to get started? Using Pango to render text seems easy enough, but building a new renderer seems like a less common task. I have also been looking at the docs and mailing list archives for Freetype2, but haven't found anything of this sort. Any information would be greatly appreciated. Thanks, Dominic Espinosa __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com From singo29@yahoo.com Wed Jul 23 17:05:11 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from web41114.mail.yahoo.com (web41114.mail.yahoo.com [66.218.93.30]) by mail.gnome.org (Postfix) with SMTP id 3AE6A18C5E for ; Wed, 23 Jul 2003 17:05:11 -0400 (EDT) Message-ID: <20030723210512.97878.qmail@web41114.mail.yahoo.com> Received: from [64.105.89.43] by web41114.mail.yahoo.com via HTTP; Wed, 23 Jul 2003 14:05:12 PDT Date: Wed, 23 Jul 2003 14:05:12 -0700 (PDT) From: Xing guo chen Subject: PKG_CONFIG_PATH and pango To: gtk-list@gnome.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Greets! Im currently installing gtk+-2.2.1 and the problem is that in the ./configure line it outputs an error: checking for glib-2.0 >= 2.1.4 atk >= 1.0.1 pango >= 1.0.1... Package pango was not found in the pkg-config search path. Perhaps you should add the directory containing `pango.pc' to the PKG_CONFIG_PATH environment variable No package 'pango' found configure: error: Library requirements (glib-2.0 >= 2.1.4 atk >= 1.0.1 pango >= 1.0.1) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. Other info: echo $PKG_CONFIG_PATH /usr/local/bin/lib/pkgconfig: /usr/local/bin/lib/pkgconfig find / -iname “pango.pc” /usr/local/bin/lib/pkgconfig/pango.pc What must I do to pango be detected by pkg-config? [][]Thx in advance Hi, I had the same problem and solved with following: bash>find / -name 'pkgconfig' /usr/lib/pkgconfig /usr/local/lib/pkgconfig bash>find / -name 'pango.pc' /usr/local/pango-1.2.3/pango.pc bash> export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/local/pango-1.2.3/ above should be 1 line command. And the path should be adjusted according to your file location. -- Eric Chen 4655 Old Ironsides Dr, Suite 350 Santa Clara, CA 95054 Tel: (408) 213-0052 Ex:118 Fax: (408) 213-0051 ===== Eric Chen TEL: home:(650)938-3432 cell:(408)887-2585 __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com From wktang@hotmail.com Wed Jul 23 17:12:54 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hotmail.com (sea2-f23.sea2.hotmail.com [207.68.165.23]) by mail.gnome.org (Postfix) with ESMTP id B932D18CBA for ; Wed, 23 Jul 2003 17:12:53 -0400 (EDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 23 Jul 2003 14:12:54 -0700 Received: from 216.141.65.3 by sea2fd.sea2.hotmail.msn.com with HTTP; Wed, 23 Jul 2003 21:12:54 GMT X-Originating-IP: [216.141.65.3] X-Originating-Email: [wktang@hotmail.com] From: "Tang Wai-kwok" To: gtk-list@gnome.org Subject: How to draw a line between 2 buttons? Date: Wed, 23 Jul 2003 21:12:54 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 23 Jul 2003 21:12:54.0593 (UTC) FILETIME=[2ED48B10:01C3515F] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, I am trying to find a way to draw a line between 2 buttons to show their connection (after both of them have been pressed consecutively). I understand I can do in Pixmap; but its really cumbersome (provided of course, if I know how to use pixmap correctly). Any feedback is appreciated! William _________________________________________________________________ Get 10mb of inbox space with MSN Hotmail Extra Storage http://join.msn.com/?pgmarket=en-sg at only S$36 including GST From shadowrage@acidchat.net Wed Jul 23 19:01:15 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from avocet.mail.pas.earthlink.net (avocet.mail.pas.earthlink.net [207.217.120.50]) by mail.gnome.org (Postfix) with ESMTP id 809AE184B6 for ; Wed, 23 Jul 2003 19:01:15 -0400 (EDT) Received: from host-66-81-244-203.rev.o1.com ([66.81.244.203] helo=Monolith.gamersmix) by avocet.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 19fSbh-0002Kl-00 for gtk-list@gnome.org; Wed, 23 Jul 2003 16:01:14 -0700 Date: Wed, 23 Jul 2003 16:01:11 -0700 From: ShadowRage To: gtk-list@gnome.org Subject: unsuscribe gamma Message-Id: <20030723160111.794211e8.shadowrage@acidchat.net> In-Reply-To: <20030723211601.6072.32921.Mailman@moniker.gnome.org> References: <20030723211601.6072.32921.Mailman@moniker.gnome.org> Organization: AcidChat IRC network X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: unsuscribe gamma On Wed, 23 Jul 2003 17:16:01 -0400 gtk-list-request@gnome.org wrote: > This is an automated response. > > There were problems with the email commands you sent to Mailman via > the administrative address . > > To obtain instructions on valid Mailman email commands, send email to > with the word "help" in the subject line > or in the body of the message. > > If you want to reach the human being that manages this mailing list, > please send your message to . > > The following is a detailed description of the problems. > > >>>>> Subject line ignored: > >>>>> SUSCRIBE > > ***** End: -- > The rest of the message is ignored: > > AcidChat IRC Network > > www.acidchat.net > > free chatrooms! > > -- AcidChat IRC Network www.acidchat.net free chatrooms! From shadowrage@acidchat.net Wed Jul 23 19:07:04 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from swan.mail.pas.earthlink.net (swan.mail.pas.earthlink.net [207.217.120.123]) by mail.gnome.org (Postfix) with ESMTP id 97D0718797 for ; Wed, 23 Jul 2003 19:07:04 -0400 (EDT) Received: from host-66-81-244-203.rev.o1.com ([66.81.244.203] helo=Monolith.gamersmix) by swan.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 19fShN-000786-00 for gtk-list@gnome.org; Wed, 23 Jul 2003 16:07:05 -0700 Date: Wed, 23 Jul 2003 16:07:02 -0700 From: ShadowRage To: gtk-list@gnome.org Subject: Re: unsuscribe gamma Message-Id: <20030723160702.6ad16212.shadowrage@acidchat.net> In-Reply-To: <20030723160111.794211e8.shadowrage@acidchat.net> References: <20030723211601.6072.32921.Mailman@moniker.gnome.org> <20030723160111.794211e8.shadowrage@acidchat.net> Organization: AcidChat IRC network X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: bah.. stupid shit. On Wed, 23 Jul 2003 16:01:11 -0700 ShadowRage wrote: > unsuscribe gamma > > On Wed, 23 Jul 2003 17:16:01 -0400 > gtk-list-request@gnome.org wrote: > > > This is an automated response. > > > > There were problems with the email commands you sent to Mailman via > > the administrative address . > > > > To obtain instructions on valid Mailman email commands, send email to > > with the word "help" in the subject line > > or in the body of the message. > > > > If you want to reach the human being that manages this mailing list, > > please send your message to . > > > > The following is a detailed description of the problems. > > > > >>>>> Subject line ignored: > > >>>>> SUSCRIBE > > > > ***** End: -- > > The rest of the message is ignored: > > > AcidChat IRC Network > > > www.acidchat.net > > > free chatrooms! > > > > > > -- > AcidChat IRC Network > www.acidchat.net > free chatrooms! > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list -- AcidChat IRC Network www.acidchat.net free chatrooms! From bharat@CS.Arizona.EDU Wed Jul 23 19:14:18 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cheltenham.cs.arizona.edu (cheltenham.cs.arizona.edu [192.12.69.60]) by mail.gnome.org (Postfix) with ESMTP id 4761F18437 for ; Wed, 23 Jul 2003 19:14:18 -0400 (EDT) Received: from lectura.CS.Arizona.EDU (lectura.cs.arizona.edu [192.12.69.186]) by cheltenham.cs.arizona.edu (8.12.6p2/8.12.6) with ESMTP id h6NNEJnT038658 for ; Wed, 23 Jul 2003 16:14:19 -0700 (MST) (envelope-from bharat@CS.Arizona.EDU) Received: from lectura.CS.Arizona.EDU (localhost [127.0.0.1]) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2) with ESMTP id h6NNEJrg023633 for ; Wed, 23 Jul 2003 16:14:19 -0700 (MST) Received: from localhost (bharat@localhost) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2/Submit) with ESMTP id h6NNEJw7023630 for ; Wed, 23 Jul 2003 16:14:19 -0700 (MST) X-Authentication-Warning: lectura.CS.Arizona.EDU: bharat owned process doing -bs Date: Wed, 23 Jul 2003 16:14:19 -0700 (MST) From: Bharat Bhushan To: Subject: deactivating close button of a gtk+ window / dialog Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hey. Is there anyway in Gtk+ that we can make close button of a gtk window (or / and dialog) insensitive. I know we can make a gtk button (and similar widgets) insensitive by calling gtk_widget_set_sensitive(widget, FALSE); I also know that several MS Windows programs have their close button insensitive (especially while doing a critical task). Can we do something like that in Gtk+? thanks, Bharat -------------------------------------------------------------------------------- From nlevitt@columbia.edu Wed Jul 23 19:23:34 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from computer.cc.columbia.edu (computer.cc.columbia.edu [128.59.31.237]) by mail.gnome.org (Postfix) with ESMTP id AE03F183F9 for ; Wed, 23 Jul 2003 19:23:34 -0400 (EDT) Received: from nlevitt by computer.cc.columbia.edu with local (Exim 3.36 #1) id 19fSxK-00010w-00; Wed, 23 Jul 2003 19:23:34 -0400 Date: Wed, 23 Jul 2003 19:23:34 -0400 From: Noah Levitt To: Dominic Espinosa Cc: gtk-list@gnome.org Subject: Re: Pango: how to build a new rendering engine? Message-ID: <20030723232334.GC5651@columbia.edu> References: <20030723223234.58636.qmail@web21102.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030723223234.58636.qmail@web21102.mail.yahoo.com> Secret-NSA-Message-ID: 3b026257dfe9ed894171dbbb76f5b2ba User-Agent: Mutt/1.5.4i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: If I were going to write a pango shaper, I'd start by copying the basic shaper, do some global find/replaces, clear out all the stuff I don't need, then start messing with the shaping method. The basic shaper is in pango/modules/basic. You probably only care about the Xft backend, so basic-fc.c is what you want. Noah On Wed, Jul 23, 2003 at 15:32:34 -0700, Dominic Espinosa wrote: > > I'm still not sure how to > proceed in writing a module to render the script. > From vigoni@aero.polimi.it Thu Jul 24 03:09:59 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.polimi.it (mail.polimi.it [131.175.12.67]) by mail.gnome.org (Postfix) with ESMTP id CBB1B18318 for ; Thu, 24 Jul 2003 03:09:58 -0400 (EDT) Received: from mailsrv.aero.polimi.it (mailsrv.aero.polimi.it [131.175.154.195]) by mail.polimi.it (Switch-3.0.4/Switch-3.0.0) with ESMTP id h6O79wwh016726 for ; Thu, 24 Jul 2003 09:09:59 +0200 (MEST) Received: from sagitta.aero.polimi.it (sagitta.aero.polimi.it [::ffff:131.175.154.235]) by mailsrv.aero.polimi.it with esmtp; Thu, 24 Jul 2003 08:38:53 +0200 Subject: Re: Cannot set foreground colour of Entry widget From: Edoardo Vigoni To: randhol+gtk@pvv.org Cc: gtk-list@gnome.org In-Reply-To: <20030723160011.29308.24260.Mailman@moniker.gnome.org> References: <20030723160011.29308.24260.Mailman@moniker.gnome.org> X-Mailer: Ximian Evolution 1.0.8 Date: 24 Jul 2003 09:08:42 +0200 Message-Id: <1059030522.888.4.camel@sagitta> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="=_mailsrv-25302-1059028733-0001-2" Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is a MIME-formatted message. If you see this text it means that your E-mail software does not support MIME-formatted messages. --=_mailsrv-25302-1059028733-0001-2 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Try this code. I use this in gtk+-1.2 and work well. colore1 is the text color and colore2 the background color, I set also the font of the text, the widget is the entry: you can call in this way: color_set_display(GTK_WIDGET(entry), "pale green", "black"); void color_set_display(GtkWidget *widget, gchar *colore1, gchar *colore2) { GtkStyle *style; GdkColormap *cmap; GdkColor color; GdkFont *font; style=gtk_style_new(); font=gdk_font_load("-schumacher-clean-bold-r-normal-*-14-*-*-*-*-*-iso646.1991-*"); if (font != NULL) style->font=font; cmap = gdk_colormap_get_system(); gdk_color_parse(colore1, &color); if(!gdk_colormap_alloc_color(cmap, &color, TRUE, TRUE)) { g_error("couldn't allocate colour"); } style->fg[GTK_STATE_NORMAL]=color; gdk_color_parse(colore2, &color); if(!gdk_colormap_alloc_color(cmap, &color, TRUE, TRUE)) { g_error("couldn't allocate colour"); } style->base[widget->state]=color; gtk_widget_set_style(widget, style); } Date: Wed, 23 Jul 2003 16:16:18 +0200 From: Preben Randhol To: Gtk-List Subject: Cannot set foreground colour of Entry widget Organization: PVV I have problems setting the foreground colour of an Entry widget. In Gtk+-1.2 I modified a Style and then applied this to get say red colour on the text of the Entry widget text. This way still works for Label (though I use pango's markup instead now). However for a Entry widget this approach does not work anymore. Is there something special one need to do in Gtk+-2.x for Entry widgets? I want to change colour if the string that is entered is not correct. -- Ada95 is good for you. http://www.crystalcode.com/codemage/MainMenu/Coding/Ada/IntroducingAda.php --=_mailsrv-25302-1059028733-0001-2 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit Try this code. I use this in gtk+-1.2 and work well. colore1 is the text color and colore2 the background color, I set also the font of the text, the widget is the entry:

you can call in this way:
color_set_display(GTK_WIDGET(entry), "pale green", "black");

void color_set_display(GtkWidget *widget, gchar *colore1, gchar *colore2)
{
GtkStyle    *style;

GdkColormap *cmap;
GdkColor    color;
GdkFont     *font;


    style=gtk_style_new();

    font=gdk_font_load("-schumacher-clean-bold-r-normal-*-14-*-*-*-*-*-iso646.1991-*");

    if (font != NULL) style->font=font;

    cmap = gdk_colormap_get_system();
    gdk_color_parse(colore1, &color);

    if(!gdk_colormap_alloc_color(cmap, &color, TRUE, TRUE))
    {
    g_error("couldn't allocate colour");
    }

    style->fg[GTK_STATE_NORMAL]=color;

    gdk_color_parse(colore2, &color);

   if(!gdk_colormap_alloc_color(cmap, &color, TRUE, TRUE))
    {
    g_error("couldn't allocate colour");
    }

    style->base[widget->state]=color;

    gtk_widget_set_style(widget, style);

}


Date: Wed, 23 Jul 2003 16:16:18 +0200
From: Preben Randhol <randhol+gtk@pvv.org>
To: Gtk-List <gtk-list@gnome.org>
Subject: Cannot set foreground colour of Entry widget
Organization: PVV

I have problems setting the foreground colour of an Entry widget. In
Gtk+-1.2 I modified a Style and then applied this to get say red colour
on the text of the Entry widget text. This way still works for Label
(though I use pango's markup instead now). However for a Entry widget
this approach does not work anymore. Is there something special one need
to do in Gtk+-2.x for Entry widgets?

I want to change colour if the string that is entered is not correct.

-- 
Ada95 is good for you.
http://www.crystalcode.com/codemage/MainMenu/Coding/Ada/IntroducingAda.php
--=_mailsrv-25302-1059028733-0001-2-- From randhol@pvv.org Thu Jul 24 05:41:43 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from kiuk0152.chembio.ntnu.no (kiuk0152.chembio.ntnu.no [129.241.83.78]) by mail.gnome.org (Postfix) with ESMTP id E806A18BFD for ; Thu, 24 Jul 2003 05:41:42 -0400 (EDT) Received: from randhol by kiuk0152.chembio.ntnu.no with local (Exim 3.35 #1 (Debian)) id 19fcbD-0001FB-00 for ; Thu, 24 Jul 2003 11:41:23 +0200 Date: Thu, 24 Jul 2003 11:41:23 +0200 From: Preben Randhol To: gtk-list@gnome.org Subject: Re: Cannot set foreground colour of Entry widget Message-ID: <20030724094122.GA3170@pvv.org> Mail-Followup-To: gtk-list@gnome.org References: <20030723160011.29308.24260.Mailman@moniker.gnome.org> <1059030522.888.4.camel@sagitta> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1059030522.888.4.camel@sagitta> User-Agent: Mutt/1.3.28i Organization: PVV Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Edoardo Vigoni wrote on 24/07/2003 (09:53) : > Try this code. I use this in gtk+-1.2 and work well. colore1 is the text > color and colore2 the background color, I set also the font of the text, > the widget is the entry: This is what I do (except not in C) and it does not work. It works for a Label in the same window so there is nothing wrong with allocating the colours or something like that. I'm beginning to believe it is a bug in Gtk+. -- Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 -- «For me, Ada95 puts back the joy in programming.» From duin@tutopia.com Thu Jul 24 08:18:13 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from frontend04.cg.ifxnetworks.com (unknown [200.62.58.52]) by mail.gnome.org (Postfix) with ESMTP id 686B418138 for ; Thu, 24 Jul 2003 08:18:13 -0400 (EDT) Received: from [200.80.198.107] (account duin@tutopia.com HELO tutopia.com) by frontend04.cg.ifxnetworks.com (CommuniGate Pro SMTP 4.0.6) with ESMTP id 20382541 for gtk-list@gnome.org; Thu, 24 Jul 2003 08:18:14 -0400 Message-ID: <3F1FCD77.6060407@tutopia.com> Date: Thu, 24 Jul 2003 09:13:43 -0300 From: Ariel Fritz User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: Text and transparent background for it Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi all !! I want to show a text label and I wan to the background be transparent, because the text label is shown on a video movie. Any help? Thanks a lot and regards Ariel From otaylor@redhat.com Thu Jul 24 08:26:22 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (pix-525-pool.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 6B45318C6F for ; Thu, 24 Jul 2003 08:26:22 -0400 (EDT) Received: from vpn50-14.rdu.redhat.com (vpn50-14.rdu.redhat.com [172.16.50.14]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h6OCQLK09416; Thu, 24 Jul 2003 08:26:21 -0400 Subject: Re: Cannot set foreground colour of Entry widget From: Owen Taylor To: Preben Randhol Cc: gtk-list@gnome.org, gale@gtk.org In-Reply-To: <20030724094122.GA3170@pvv.org> References: <20030723160011.29308.24260.Mailman@moniker.gnome.org> <1059030522.888.4.camel@sagitta> <20030724094122.GA3170@pvv.org> Content-Type: text/plain Organization: Message-Id: <1059049549.1673.7.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-0) Date: 24 Jul 2003 08:25:49 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Thu, 2003-07-24 at 05:41, Preben Randhol wrote: > Edoardo Vigoni wrote on 24/07/2003 (09:53) : > > Try this code. I use this in gtk+-1.2 and work well. colore1 is the text > > color and colore2 the background color, I set also the font of the text, > > the widget is the entry: > > This is what I do (except not in C) and it does not work. It works for a > Label in the same window so there is nothing wrong with allocating the > colours or something like that. > > I'm beginning to believe it is a bug in Gtk+. http://ometer.com/gtk-colors.html See the first entry under: Why doesn't setting the color work for me? Regards, Owen [ Tony - could we get a link to the color mini-faq somewhere in the main FAQ? ] From andrej.prsa@guest.arnes.si Thu Jul 24 09:53:30 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from rigljica.arnes.si (rigljica.arnes.si [193.2.1.82]) by mail.gnome.org (Postfix) with ESMTP id 305B918D30 for ; Thu, 24 Jul 2003 09:53:30 -0400 (EDT) Received: from razor.arnes.si (razor.arnes.si [193.2.1.80]) by rigljica.arnes.si (Postfix) with ESMTP id 531436E43C for ; Thu, 24 Jul 2003 15:53:31 +0200 (MEST) Received: from gemma (unknown [193.2.110.236]) by razor.arnes.si (Postfix) with SMTP id 0FDF639953F; Thu, 24 Jul 2003 15:53:28 +0200 (MEST) Date: Thu, 24 Jul 2003 15:51:43 +0200 From: Andrej Prsa To: GTK Mailing list Cc: "Serge S. Fukanchik" Subject: Re: GtkCellRendererPixbuf and signals Message-Id: <20030724155143.2a3ad464.andrej.prsa@guest.arnes.si> In-Reply-To: <3F153FCD.5040503@mail.ru> References: <20030716131747.2df141f5.andrej.prsa@guest.arnes.si> <3F153FCD.5040503@mail.ru> Organization: Faculty of Mathematics and Physics X-Mailer: Sylpheed version 0.9.3 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello! > > Could anyone please give me a hint on how to attach a "clicked" signal > > to the pixbuf that is in the GtkTreeView? GtkCellRendererPixbuf > > doesn't have any signals? > You should set property mode of parent class GtkCellRenderer to > GTK_CELL_RENDERER_MODE_ACTIVATABLE, then use `activate' method from > GtkCellRendererClass's vtable. I suggest you should create subclass of > GtkCellRendererPixbuf with your own settings. I managed to set the GTK_CELL_RENDERER_MODE_ACTIVATABLE switch to the renderer, but I don't know how to work with vtables; I checked the header file and in fact there is the "activate" method; could you please demonstrate how to use it? Thanks, Andrej From flavio@maqplas.com.br Thu Jul 24 10:53:23 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from paiol.terra.com.br (paiol.terra.com.br [200.176.3.18]) by mail.gnome.org (Postfix) with ESMTP id 1B6CF18413 for ; Thu, 24 Jul 2003 10:53:23 -0400 (EDT) Received: from tucuriba.terra.com.br (tucuriba.terra.com.br [200.176.3.53]) by paiol.terra.com.br (Postfix) with ESMTP id 7D13A848C22 for ; Thu, 24 Jul 2003 11:53:23 -0300 (BRT) Received: from flavio (unknown [200.206.167.234]) (authenticated user maq.ic@terra.com.br) by tucuriba.terra.com.br (Postfix) with ESMTP id E36202645CC for ; Thu, 24 Jul 2003 11:53:20 -0300 (BRT) Date: Thu, 24 Jul 2003 11:53:12 -0300 From: Flavio Alberto Lopes Soares To: Lista GTK Subject: There some way to overlap text in a pixmap ? Message-Id: <20030724115312.1c2e8e91.flavio@maqplas.com.br> Organization: MAQPLAS =?ISO-8859-1?B?SW5k+nN0cmlh?= e =?ISO-8859-1?B?Q29t6Q==?= rcio de =?ISO-8859-1?B?TeFxdWluYXM=?= LTDA. X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-debian-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello all, I'm developing an application in GTK2 & C language that has some buttons in your interface, these buttons has pixmaps inside them occupying all button dimensions with some text inside to explain the button function, when the button is selected your pixmap backgound color change to another color, all application will have a large number of these buttons, and to do these button I have to make each pixmap with the text inside (using Gimp) and your selected version with another color; I want to know if I can make only 2 pixmaps (selected color & not selected color) and with some way, overlap the text (GtkLabel ?) on the pixmap, changing this text dynamically with my code. Thanks for all help and excuse-me for my bad english (I'm from Brazil); Flavio Alberto Lopes Soares From Ken.Rastatter@Honeywell.com Thu Jul 24 11:04:36 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from tmpsmtp702.honeywell.com (tmpsmtp702.honeywell.com [199.64.7.102]) by mail.gnome.org (Postfix) with SMTP id 808D6181C8 for ; Thu, 24 Jul 2003 11:04:35 -0400 (EDT) Received: from 131.127.249.99 by tmpsmtp702.honeywell.com (InterScan E-Mail VirusWall NT); Thu, 24 Jul 2003 08:04:16 -0700 Received: by smtp.allied.com with Internet Mail Service (5.5.2656.59) id ; Thu, 24 Jul 2003 08:03:07 -0700 Message-ID: From: "Rastatter, Ken (OH32)" To: "'gtk-list@gnome.org'" Subject: RE: deactivating close button of a gtk+ window / dialog Date: Thu, 24 Jul 2003 08:03:06 -0700 X-Mailer: Internet Mail Service (5.5.2656.59) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Wed, 23 Jul 2003 Bharat Bhushan wrote: > Is there anyway in Gtk+ that we can make close button of > a gtk window (or / and dialog) insensitive. Check out gdk_window_set_decorations(). -- Ken Rastatter, Senior Design Engineer Honeywell Sensotec 2080 Arlingate Lane, Columbus, Ohio, 43228-4112 USA Home Page: http://www.sensotec.com "These opinions are mine and not necessarily those of Honeywell." From randhol@pvv.org Thu Jul 24 11:11:54 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from kiuk0152.chembio.ntnu.no (kiuk0152.chembio.ntnu.no [129.241.83.78]) by mail.gnome.org (Postfix) with ESMTP id 1497218851 for ; Thu, 24 Jul 2003 11:11:54 -0400 (EDT) Received: from randhol by kiuk0152.chembio.ntnu.no with local (Exim 3.35 #1 (Debian)) id 19fhkk-0000gW-00; Thu, 24 Jul 2003 17:11:34 +0200 Date: Thu, 24 Jul 2003 17:11:34 +0200 From: Preben Randhol To: gtk-list@gnome.org, gale@gtk.org Subject: Re: Cannot set foreground colour of Entry widget Message-ID: <20030724151133.GA2453@pvv.org> Mail-Followup-To: gtk-list@gnome.org, gale@gtk.org References: <20030723160011.29308.24260.Mailman@moniker.gnome.org> <1059030522.888.4.camel@sagitta> <20030724094122.GA3170@pvv.org> <1059049549.1673.7.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1059049549.1673.7.camel@localhost.localdomain> User-Agent: Mutt/1.3.28i Organization: PVV Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Owen Taylor wrote on 24/07/2003 (16:19) : > http://ometer.com/gtk-colors.html Thanks! Set_Text with State_Normal fixed the problem. -- Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 -- «For me, Ada95 puts back the joy in programming.» From bharat@CS.Arizona.EDU Thu Jul 24 11:14:21 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cheltenham.cs.arizona.edu (cheltenham.cs.arizona.edu [192.12.69.60]) by mail.gnome.org (Postfix) with ESMTP id 17C3718A81 for ; Thu, 24 Jul 2003 11:14:21 -0400 (EDT) Received: from lectura.CS.Arizona.EDU (lectura.cs.arizona.edu [192.12.69.186]) by cheltenham.cs.arizona.edu (8.12.6p2/8.12.6) with ESMTP id h6OFEMnT047755; Thu, 24 Jul 2003 08:14:22 -0700 (MST) (envelope-from bharat@CS.Arizona.EDU) Received: from lectura.CS.Arizona.EDU (localhost [127.0.0.1]) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2) with ESMTP id h6OFEMrg029232; Thu, 24 Jul 2003 08:14:22 -0700 (MST) Received: from localhost (bharat@localhost) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2/Submit) with ESMTP id h6OFEMMr029229; Thu, 24 Jul 2003 08:14:22 -0700 (MST) X-Authentication-Warning: lectura.CS.Arizona.EDU: bharat owned process doing -bs Date: Thu, 24 Jul 2003 08:14:22 -0700 (MST) From: Bharat Bhushan To: "Rastatter, Ken (OH32)" Cc: "'gtk-list@gnome.org'" Subject: RE: deactivating close button of a gtk+ window / dialog In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I believe gdk_window_set_decorations() can be used to add / remove a particular decoration (like, minize button, move option, etc.). I am looking for something which desensitizes the close button of a gtk window/dialog. I don't even know if it's possible or not. thanks, Bharat -------------------------------------------------------------------------------- On Thu, 24 Jul 2003, Rastatter, Ken (OH32) wrote: > > On Wed, 23 Jul 2003 Bharat Bhushan wrote: > > Is there anyway in Gtk+ that we can make close button of > > a gtk window (or / and dialog) insensitive. > > Check out gdk_window_set_decorations(). > > -- > Ken Rastatter, Senior Design Engineer > Honeywell Sensotec > 2080 Arlingate Lane, Columbus, Ohio, 43228-4112 USA > Home Page: http://www.sensotec.com > "These opinions are mine and not necessarily those of Honeywell." > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list > From randhol@pvv.org Thu Jul 24 11:26:23 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from kiuk0152.chembio.ntnu.no (kiuk0152.chembio.ntnu.no [129.241.83.78]) by mail.gnome.org (Postfix) with ESMTP id C6BC618C72 for ; Thu, 24 Jul 2003 11:26:22 -0400 (EDT) Received: from randhol by kiuk0152.chembio.ntnu.no with local (Exim 3.35 #1 (Debian)) id 19fhyk-0000kV-00 for ; Thu, 24 Jul 2003 17:26:02 +0200 Date: Thu, 24 Jul 2003 17:26:02 +0200 From: Preben Randhol To: "'gtk-list@gnome.org'" Subject: Re: deactivating close button of a gtk+ window / dialog Message-ID: <20030724152602.GB2453@pvv.org> Mail-Followup-To: "'gtk-list@gnome.org'" References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.3.28i Organization: PVV Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Bharat Bhushan wrote on 24/07/2003 (17:16) : > I believe gdk_window_set_decorations() can be used to add / remove a > particular decoration (like, minize button, move option, etc.). I am > looking for something which desensitizes the close button of a gtk > window/dialog. I don't even know if it's possible or not. Why do you want to desensitizes it? It is better to remove it if the user should not use it. -- Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 -- «For me, Ada95 puts back the joy in programming.» From bharat@CS.Arizona.EDU Thu Jul 24 12:02:16 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cheltenham.cs.arizona.edu (cheltenham.cs.arizona.edu [192.12.69.60]) by mail.gnome.org (Postfix) with ESMTP id 6137F18811 for ; Thu, 24 Jul 2003 12:02:16 -0400 (EDT) Received: from lectura.CS.Arizona.EDU (lectura.cs.arizona.edu [192.12.69.186]) by cheltenham.cs.arizona.edu (8.12.6p2/8.12.6) with ESMTP id h6OG2HnT048340; Thu, 24 Jul 2003 09:02:18 -0700 (MST) (envelope-from bharat@CS.Arizona.EDU) Received: from lectura.CS.Arizona.EDU (localhost [127.0.0.1]) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2) with ESMTP id h6OG2Hrg008229; Thu, 24 Jul 2003 09:02:17 -0700 (MST) Received: from localhost (bharat@localhost) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2/Submit) with ESMTP id h6OG2G68008226; Thu, 24 Jul 2003 09:02:17 -0700 (MST) X-Authentication-Warning: lectura.CS.Arizona.EDU: bharat owned process doing -bs Date: Thu, 24 Jul 2003 09:02:16 -0700 (MST) From: Bharat Bhushan To: Preben Randhol Cc: "'gtk-list@gnome.org'" Subject: Re: deactivating close button of a gtk+ window / dialog In-Reply-To: <20030724152602.GB2453@pvv.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I want to desensitize it only for a small duration (while some critical task is being done, so that user can't close it). I thought of using gdk_window_set_decorations() and remove the close button for that duration and then bring it back using the same function. But the problem was that the close button doesn't become visible again until you click on the window (i.e. it doesnt refreshes the window properly). But actually what I want is to desensitize the button for the duration. I think that will look more elegant and professional. thanks, Bharat ---------------------------------------------------------------------------= ----- On Thu, 24 Jul 2003, Preben Randhol wrote: > Bharat Bhushan wrote on 24/07/2003 (17:16) : > > I believe gdk_window_set_decorations() can be used to add / remove a > > particular decoration (like, minize button, move option, etc.). I am > > looking for something which desensitizes the close button of a gtk > > window/dialog. I don't even know if it's possible or not. > > Why do you want to desensitizes it? It is better to remove it if the > user should not use it. > > -- > Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 -- > =ABFor me, Ada95 puts back the joy in programming.=BB > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list > From paul@linuxaudiosystems.com Thu Jul 24 12:17:10 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail09.voicenet.com (mail09.voicenet.com [207.103.0.43]) by mail.gnome.org (Postfix) with SMTP id 7081018D83 for ; Thu, 24 Jul 2003 12:17:10 -0400 (EDT) Received: (qmail 25953 invoked from network); 24 Jul 2003 16:17:11 -0000 Received: from lata228-02-c115.lata228-c.voicenet.com (HELO dhin.linuxaudiosystems.com) (209.71.21.115) by mail09.voicenet.com with SMTP; 24 Jul 2003 16:17:11 -0000 To: Bharat Bhushan Cc: gtk-list@gnome.org Subject: Re: deactivating close button of a gtk+ window / dialog In-reply-to: Your message of "Wed, 23 Jul 2003 16:14:19 PDT." Date: Thu, 24 Jul 2003 12:23:33 -0400 From: Paul Davis Message-Id: <20030724161710.7081018D83@mail.gnome.org> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: >Hey. > Is there anyway in Gtk+ that we can make close button of a gtk window >(or / and dialog) insensitive. I know we can make a gtk button (and >similar widgets) insensitive by calling gtk_widget_set_sensitive(widget, >FALSE); I also know that several MS Windows programs have their close button >insensitive (especially while doing a critical task). Can we do something >like that in Gtk+? catch the top level window delete_event, do nothing in the handler, return TRUE. From otaylor@redhat.com Thu Jul 24 12:31:50 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (pix-525-pool.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 917C61821B for ; Thu, 24 Jul 2003 12:31:50 -0400 (EDT) Received: from poincare.devel.redhat.com (poincare.devel.redhat.com [172.16.58.30]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h6OGVnK12409; Thu, 24 Jul 2003 12:31:49 -0400 Subject: Re: deactivating close button of a gtk+ window / dialog From: Owen Taylor To: Bharat Bhushan Cc: Preben Randhol , "'gtk-list@gnome.org'" In-Reply-To: References: Content-Type: text/plain Message-Id: <1059064309.6206.167.camel@poincare.devel.redhat.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.92 (1.3.92-1) (Preview Release) Date: 24 Jul 2003 12:31:49 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Thu, 2003-07-24 at 12:02, Bharat Bhushan wrote: > I want to desensitize it only for a small duration (while some critical > task is being done, so that user can't close it). I thought of using > gdk_window_set_decorations() and remove the close button for that duration > and then bring it back using the same function. But the problem was that > the close button doesn't become visible again until you click on the > window (i.e. it doesnt refreshes the window properly). > But actually what I want is to desensitize the button for the duration. I > think that will look more elegant and professional. In theory gdk_window_set_functions(window->window,...) might do what you want; in practice, I don't think it will unless you are using MWM. I think your best bet is simply to connect to "delete-event" and do nothing during the critical period (return TRUE - "I handled it") Regards, Owen From bharat@CS.Arizona.EDU Thu Jul 24 12:48:27 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cheltenham.cs.arizona.edu (cheltenham.cs.arizona.edu [192.12.69.60]) by mail.gnome.org (Postfix) with ESMTP id 5C67818592 for ; Thu, 24 Jul 2003 12:48:27 -0400 (EDT) Received: from lectura.CS.Arizona.EDU (lectura.cs.arizona.edu [192.12.69.186]) by cheltenham.cs.arizona.edu (8.12.6p2/8.12.6) with ESMTP id h6OGmSnT049014; Thu, 24 Jul 2003 09:48:29 -0700 (MST) (envelope-from bharat@CS.Arizona.EDU) Received: from lectura.CS.Arizona.EDU (localhost [127.0.0.1]) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2) with ESMTP id h6OGmSrg017064; Thu, 24 Jul 2003 09:48:28 -0700 (MST) Received: from localhost (bharat@localhost) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2/Submit) with ESMTP id h6OGmShg017061; Thu, 24 Jul 2003 09:48:28 -0700 (MST) X-Authentication-Warning: lectura.CS.Arizona.EDU: bharat owned process doing -bs Date: Thu, 24 Jul 2003 09:48:28 -0700 (MST) From: Bharat Bhushan To: Paul Davis Cc: Subject: Re: deactivating close button of a gtk+ window / dialog In-Reply-To: <20030724161710.7081018D83@mail.gnome.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: thanks for the sueestion. that's what my plan is if I can't get it done exactly the way i want. regards, Bharat -------------------------------------------------------------------------------- On Thu, 24 Jul 2003, Paul Davis wrote: > >Hey. > > Is there anyway in Gtk+ that we can make close button of a gtk window > >(or / and dialog) insensitive. I know we can make a gtk button (and > >similar widgets) insensitive by calling gtk_widget_set_sensitive(widget, > >FALSE); I also know that several MS Windows programs have their close button > >insensitive (especially while doing a critical task). Can we do something > >like that in Gtk+? > > catch the top level window delete_event, do nothing in the handler, > return TRUE. > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list > From bharat@CS.Arizona.EDU Thu Jul 24 12:48:48 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cheltenham.cs.arizona.edu (cheltenham.cs.arizona.edu [192.12.69.60]) by mail.gnome.org (Postfix) with ESMTP id 7DAD918592 for ; Thu, 24 Jul 2003 12:48:48 -0400 (EDT) Received: from lectura.CS.Arizona.EDU (lectura.cs.arizona.edu [192.12.69.186]) by cheltenham.cs.arizona.edu (8.12.6p2/8.12.6) with ESMTP id h6OGmonT049017; Thu, 24 Jul 2003 09:48:50 -0700 (MST) (envelope-from bharat@CS.Arizona.EDU) Received: from lectura.CS.Arizona.EDU (localhost [127.0.0.1]) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2) with ESMTP id h6OGmnrg017082; Thu, 24 Jul 2003 09:48:49 -0700 (MST) Received: from localhost (bharat@localhost) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2/Submit) with ESMTP id h6OGmnAw017079; Thu, 24 Jul 2003 09:48:49 -0700 (MST) X-Authentication-Warning: lectura.CS.Arizona.EDU: bharat owned process doing -bs Date: Thu, 24 Jul 2003 09:48:49 -0700 (MST) From: Bharat Bhushan To: Owen Taylor Cc: Preben Randhol , "'gtk-list@gnome.org'" Subject: Re: deactivating close button of a gtk+ window / dialog In-Reply-To: <1059064309.6206.167.camel@poincare.devel.redhat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: thanks. i will try this. regards, Bharat -------------------------------------------------------------------------------- On 24 Jul 2003, Owen Taylor wrote: > On Thu, 2003-07-24 at 12:02, Bharat Bhushan wrote: > > I want to desensitize it only for a small duration (while some critical > > task is being done, so that user can't close it). I thought of using > > gdk_window_set_decorations() and remove the close button for that duration > > and then bring it back using the same function. But the problem was that > > the close button doesn't become visible again until you click on the > > window (i.e. it doesnt refreshes the window properly). > > But actually what I want is to desensitize the button for the duration. I > > think that will look more elegant and professional. > > In theory gdk_window_set_functions(window->window,...) might do what you > want; in practice, I don't think it will unless you are using > MWM. > > I think your best bet is simply to connect to "delete-event" and do > nothing during the critical period (return TRUE - "I handled it") > > Regards, > Owen > > From rowan@hispavista.com Thu Jul 24 15:11:29 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hv143.hispavista.com (unknown [213.228.192.143]) by mail.gnome.org (Postfix) with ESMTP id B77A518B53 for ; Thu, 24 Jul 2003 15:11:28 -0400 (EDT) Received: from hispavista.com (root@[192.168.20.145]) by hv143.hispavista.com (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id VAA15928 for ; Thu, 24 Jul 2003 21:11:30 +0200 From: rowan@hispavista.com X-Authentication-Warning: hv143.hispavista.com: Host root@[192.168.20.145] claimed to be hispavista.com Received: from [62.37.145.210] (account ) by hispavista.com (CommuniGate Pro WebUser 3.4b7) with HTTP id 449944114 for ; Thu, 24 Jul 2003 21:11:29 +0200 Subject: GTK+-2.2.2 compilation error To: gtk-list@gnome.org X-Mailer: CommuniGate Pro Web Mailer v.3.4b7 Date: Thu, 24 Jul 2003 21:11:29 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello everybody, I hope I'm posting this request to the right list. In case I am not, I would be grateful if you could tell me the right one... My problem is I get this error below when trying to compile (when doing "make" really) the GTK+-2.2.2: (cd .libs && rm -f im-viqr.la && ln -s ../im-viqr.la im-viqr.la) ../../gtk/gtk-query-immodules-2.0 *.la > gtk.immodules make[3]: *** [gtk.immodules] Error 139 make[3]: Leaving directory `/home/varios/descargas/vete/reciente/gnome/gtk+-2.2.2/modules/input' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/varios/descargas/vete/reciente/gnome/gtk+-2.2.2/modules' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/varios/descargas/vete/reciente/gnome/gtk+-2.2.2' make: *** [all-recursive-am] Error 2 I was trying to install gnome2.2 myself following the gnome installation guide at http://www.karubik.de/gig/, but I got stuck at the error above. Haven't got a clue of what it might mean... I am using mandrake 8.2 under a pentium III PC, gcc version is 3.3, kernel version is 2.4.18, just in case it helps. Does anybody know how to get out of this so that I can go on building gnome? Thanks indeed for your help. Rowan -------------------------------------------------------------------------------------------------------- ¿Quieres conocer tu futuro? Te leemos las cartas de forma personalizada en el 906 150 305 http://www.miwebcam.com/dialers/hispatarot/ -------------------------------------------------------------------------------------------------------- ¿Conoces eBay, el mayor centro de compra y venta en internet? Móviles, portátiles, pda´s, cd´s, cámaras digitales, videocamaras... ¡Compra ahora a los mejores precios! http://ebay.hispavista.com/ From wktang@hotmail.com Thu Jul 24 21:48:02 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hotmail.com (sea2-f33.sea2.hotmail.com [207.68.165.33]) by mail.gnome.org (Postfix) with ESMTP id 9F2F418922 for ; Thu, 24 Jul 2003 21:48:02 -0400 (EDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 24 Jul 2003 18:48:03 -0700 Received: from 146.6.101.9 by sea2fd.sea2.hotmail.msn.com with HTTP; Fri, 25 Jul 2003 01:48:03 GMT X-Originating-IP: [146.6.101.9] X-Originating-Email: [wktang@hotmail.com] From: "Tang Wai-kwok" To: gtk-list@gnome.org Subject: How to draw a line between 2 buttons? Date: Fri, 25 Jul 2003 01:48:03 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 25 Jul 2003 01:48:03.0608 (UTC) FILETIME=[C9621180:01C3524E] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, I just started learning gtk+ for my project. I have run into a problem. (humongous to me; probably trivial to many of you. =P) I have two buttons on a window. I want to draw a line between the 2 buttons after they have been clicked to show their connection. I have no idea how I should go about doing it. to begin with, is it possible to have draw a line on a window, without using pixmap? Thank you all!! _________________________________________________________________ Get 10mb of inbox space with MSN Hotmail Extra Storage http://join.msn.com/?pgmarket=en-sg at only S$36 including GST From bharat@CS.Arizona.EDU Thu Jul 24 23:19:05 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cheltenham.cs.arizona.edu (cheltenham.cs.arizona.edu [192.12.69.60]) by mail.gnome.org (Postfix) with ESMTP id 0D72F18DCA for ; Thu, 24 Jul 2003 23:19:05 -0400 (EDT) Received: from lectura.CS.Arizona.EDU (lectura.cs.arizona.edu [192.12.69.186]) by cheltenham.cs.arizona.edu (8.12.6p2/8.12.6) with ESMTP id h6P3J6nT056053; Thu, 24 Jul 2003 20:19:06 -0700 (MST) (envelope-from bharat@CS.Arizona.EDU) Received: from lectura.CS.Arizona.EDU (localhost [127.0.0.1]) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2) with ESMTP id h6P3J6rg012057; Thu, 24 Jul 2003 20:19:06 -0700 (MST) Received: from localhost (bharat@localhost) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2/Submit) with ESMTP id h6P3J626012054; Thu, 24 Jul 2003 20:19:06 -0700 (MST) X-Authentication-Warning: lectura.CS.Arizona.EDU: bharat owned process doing -bs Date: Thu, 24 Jul 2003 20:19:06 -0700 (MST) From: Bharat Bhushan To: Tang Wai-kwok Cc: Subject: Re: How to draw a line between 2 buttons? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: One simple way i can think of is to have a GtkHSeparator (if the buttons are in the same horizontal like) or a GtkVSeparator (if the buttons are in same vertical line). The separator will be hidden in the beginning and will become visible when user clicks on a button. Bharat -------------------------------------------------------------------------------- On Fri, 25 Jul 2003, Tang Wai-kwok wrote: > Hi, I just started learning gtk+ for my project. I have run into a problem. > (humongous to me; probably trivial to many of you. =P) > I have two buttons on a window. I want to draw a line between the 2 buttons > after they have been clicked to show their connection. I have no idea how I > should go about doing it. to begin with, is it possible to have draw a line > on a window, without using pixmap? > > Thank you all!! > > _________________________________________________________________ > Get 10mb of inbox space with MSN Hotmail Extra Storage > http://join.msn.com/?pgmarket=en-sg at only S$36 including GST > > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list > From a.Pala@polkomtel.com.pl Fri Jul 25 05:41:46 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from plusmx2.polkomtel.com.pl (plusmx2.polkomtel.com.pl [212.2.96.52]) by mail.gnome.org (Postfix) with ESMTP id C55D31810E for ; Fri, 25 Jul 2003 05:41:45 -0400 (EDT) Received: from mswwaw2.corp.plusnet (plus-96-119.polkomtel.com.pl [212.2.96.119]) by plusmx2.polkomtel.com.pl (Postfix) with ESMTP id 2923857D55 for ; Fri, 25 Jul 2003 11:41:47 +0200 (CEST) Received: from E2K2.corp.plusnet (unverified) by mswwaw2.corp.plusnet (Content Technologies SMTPRS 4.2.10) with ESMTP id for ; Fri, 25 Jul 2003 11:41:46 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable Subject: glib 2.2.2 - g_tree Date: Fri, 25 Jul 2003 11:41:46 +0200 Message-ID: <413D2C6832419644883194404F49DD76023F6109@E2K2.corp.plusnet> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: glib 2.2.2 - g_tree Thread-Index: AcNSkPbjFhzz68MkTaSOs2v4dh8wVw== From: "Albert Pala" To: Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: i want to ask if someone can help me: in my program at starup i create huge balanced tree ( ~3*10^6 items ) = from fixed file. it took about 8s on my computer. how can i rearrange the input file to get shorter time ? ( minimize = number of operation of balancing tree during inserts ) ? currently input file is sorted by key. greetings albert. =20 From randhol@pvv.org Fri Jul 25 07:40:46 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from kiuk0152.chembio.ntnu.no (kiuk0152.chembio.ntnu.no [129.241.83.78]) by mail.gnome.org (Postfix) with ESMTP id F41F918104 for ; Fri, 25 Jul 2003 07:40:45 -0400 (EDT) Received: from randhol by kiuk0152.chembio.ntnu.no with local (Exim 3.35 #1 (Debian)) id 19g0va-0001xr-00; Fri, 25 Jul 2003 13:40:02 +0200 Date: Fri, 25 Jul 2003 13:40:02 +0200 From: Preben Randhol To: Paul Davis Cc: Bharat Bhushan , gtk-list@gnome.org Subject: Re: deactivating close button of a gtk+ window / dialog Message-ID: <20030725114002.GC7308@pvv.org> Mail-Followup-To: Paul Davis , Bharat Bhushan , gtk-list@gnome.org References: <20030724161710.7081018D83@mail.gnome.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20030724161710.7081018D83@mail.gnome.org> User-Agent: Mutt/1.3.28i Organization: PVV Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Paul Davis wrote on 25/07/2003 (08:18) : > catch the top level window delete_event, do nothing in the handler, > return TRUE. Or a better solution might be to pop up a dialog saying "Shutting down system. Please wait while critical data is saved" or something like that. And run a loop which will do a gtk exit when the critical phase has passed and a flag has bee set. Otherwise if this takes some time the user might kill the app in stead as it thinks it has hung or something. -- Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 -- «For me, Ada95 puts back the joy in programming.» From bdemian@csc-dd.de Fri Jul 25 10:24:17 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from saturn.csc-dd.de (saturn.csc-dd.de [212.111.239.225]) by mail.gnome.org (Postfix) with ESMTP id 33BF118EEA for ; Fri, 25 Jul 2003 10:24:16 -0400 (EDT) Received: from isis (isis [194.45.179.100]) by saturn.csc-dd.de (8.9.3/8.9.3) with ESMTP id QAA16516 for ; Fri, 25 Jul 2003 16:24:16 +0200 (MET DST) Subject: GtkTreeView From: Bernd Demian Reply-To: Bernd.Demian@csc-dd.de To: GTK Content-Type: text/plain Organization: CSC Ploenzke Message-Id: <1059143244.9729.28.camel@isis> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.3 Date: 25 Jul 2003 16:27:24 +0200 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi all, excuse my bad english at first. I hope you can unterstand my wish. It is possible for the next release from gtk+ implement a new feature in GtkTreeView - a vertical header or header column. Because we show records longer then the width of the screen, the user must scroll horizontal throug the record. In the fist row is standing the indentifier of the row. When the first row where fix, the user can see in every position of the horizontal scrollbar the identifier. Ok, because we need this feature, we sohw the record in two views, first with the identifier without scrollbar, second with the data with horizontal scrollbar. The problem is to synchronize the selection callback, the vertical scrollbar, ... It will be a huge help for us to have such e feature. Thanks Bernd From bharat@CS.Arizona.EDU Fri Jul 25 11:12:19 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cheltenham.cs.arizona.edu (cheltenham.cs.arizona.edu [192.12.69.60]) by mail.gnome.org (Postfix) with ESMTP id 4896818435 for ; Fri, 25 Jul 2003 11:12:19 -0400 (EDT) Received: from lectura.CS.Arizona.EDU (lectura.cs.arizona.edu [192.12.69.186]) by cheltenham.cs.arizona.edu (8.12.6p2/8.12.6) with ESMTP id h6PFCKnT063058; Fri, 25 Jul 2003 08:12:20 -0700 (MST) (envelope-from bharat@CS.Arizona.EDU) Received: from lectura.CS.Arizona.EDU (localhost [127.0.0.1]) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2) with ESMTP id h6PFCKrg010500; Fri, 25 Jul 2003 08:12:20 -0700 (MST) Received: from localhost (bharat@localhost) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2/Submit) with ESMTP id h6PFCJ6L010497; Fri, 25 Jul 2003 08:12:19 -0700 (MST) X-Authentication-Warning: lectura.CS.Arizona.EDU: bharat owned process doing -bs Date: Fri, 25 Jul 2003 08:12:19 -0700 (MST) From: Bharat Bhushan To: Preben Randhol Cc: Paul Davis , Subject: Re: deactivating close button of a gtk+ window / dialog In-Reply-To: <20030725114002.GC7308@pvv.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I agree with you. By just returning TRUE, user might tend to thenk that the app is not working properly. I dont want to exit the app after this. In my program I want to desensitize the close button while a program is being installed, but it seems it might not be possible. ---------------------------------------------------------------------------= ----- On Fri, 25 Jul 2003, Preben Randhol wrote: > Paul Davis wrote on 25/07/2003 (08:18) : > > catch the top level window delete_event, do nothing in the handler, > > return TRUE. > > Or a better solution might be to pop up a dialog saying "Shutting down > system. Please wait while critical data is saved" or something like > that. And run a loop which will do a gtk exit when the critical phase > has passed and a flag has bee set. > > Otherwise if this takes some time the user might kill the app in stead > as it thinks it has hung or something. > > -- > Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 -- > =ABFor me, Ada95 puts back the joy in programming.=BB > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list > From jrainha@brutus.inesc-id.pt Fri Jul 25 12:08:14 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from brutus.inesc-id.pt (brutus.inesc-id.pt [146.193.44.97]) by mail.gnome.org (Postfix) with ESMTP id AF6431813E for ; Fri, 25 Jul 2003 12:08:13 -0400 (EDT) Received: from brutus.inesc-id.pt (brutus.inesc-id.pt [146.193.44.97]) by brutus.inesc-id.pt (Postfix) with ESMTP id 81AAB3B97B for ; Fri, 25 Jul 2003 17:04:41 +0100 (WEST) From: Joao Rainha Reply-To: jrainha@brutus.inesc-id.pt To: gtk-list@gnome.org Subject: Redirect C's printf Date: Fri, 25 Jul 2003 17:04:40 +0100 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307251704.40298.jrainha@brutus.inesc-id.pt> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I have some functions working in C. I'de liked to make a GUI for it. It's possible to redirect all the printf's that I have in my code for a specific text widget? Or I have to rewrite them using gtk_text_insert? Thanks JR From firefly@diku.dk Fri Jul 25 12:11:29 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hugin.diku.dk (hugin.diku.dk [130.225.96.144]) by mail.gnome.org (Postfix) with SMTP id 157AC181B4 for ; Fri, 25 Jul 2003 12:11:29 -0400 (EDT) Received: (qmail 20097 invoked from network); 25 Jul 2003 16:11:29 -0000 Received: from brok.diku.dk (firefly@130.225.96.163) by hugin.diku.dk with QMQP; 25 Jul 2003 16:11:29 -0000 Date: Fri, 25 Jul 2003 18:11:29 +0200 (MEST) From: "Peter \"Firefly\" Lund" To: Joao Rainha Cc: gtk-list@gnome.org Subject: Re: Redirect C's printf In-Reply-To: <200307251704.40298.jrainha@brutus.inesc-id.pt> Message-ID: References: <200307251704.40298.jrainha@brutus.inesc-id.pt> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Fri, 25 Jul 2003, Joao Rainha wrote: > I have some functions working in C. > I'de liked to make a GUI for it. > It's possible to redirect all the printf's that I have in my code for a > specific text widget? > Or I have to rewrite them using gtk_text_insert? Fork your program and use pipes. (but using gtk_text_insert is perhaps easier) -Peter From randhol@pvv.org Fri Jul 25 12:12:18 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from kiuk0152.chembio.ntnu.no (kiuk0152.chembio.ntnu.no [129.241.83.78]) by mail.gnome.org (Postfix) with ESMTP id 34C791816D for ; Fri, 25 Jul 2003 12:12:17 -0400 (EDT) Received: from randhol by kiuk0152.chembio.ntnu.no with local (Exim 3.35 #1 (Debian)) id 19g5Af-0002sW-00; Fri, 25 Jul 2003 18:11:53 +0200 Date: Fri, 25 Jul 2003 18:11:53 +0200 From: Preben Randhol To: Bharat Bhushan Cc: gtk-list@gnome.org Subject: Re: deactivating close button of a gtk+ window / dialog Message-ID: <20030725161153.GA11031@pvv.org> Mail-Followup-To: Bharat Bhushan , gtk-list@gnome.org References: <20030725114002.GC7308@pvv.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.3.28i Organization: PVV Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Bharat Bhushan wrote on 25/07/2003 (17:12) : > I agree with you. By just returning TRUE, user might tend to thenk that > the app is not working properly. I dont want to exit the app after this. > In my program I want to desensitize the close button while a program is > being installed, but it seems it might not be possible. Just pop up a dialog saying that you cannot close the program while the installation is running. The user will understand. -- Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 -- «For me, Ada95 puts back the joy in programming.» From guidod-2003-@gmx.de Fri Jul 25 12:28:52 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mail.gnome.org (Postfix) with SMTP id B53EA182E6 for ; Fri, 25 Jul 2003 12:28:51 -0400 (EDT) Received: (qmail 14254 invoked by uid 65534); 25 Jul 2003 16:28:52 -0000 Received: from pD9E81A42.dip.t-dialin.net (EHLO gmx.de) (217.232.26.66) by mail.gmx.net (mp027) with SMTP; 25 Jul 2003 18:28:52 +0200 Message-ID: <3F215B35.1010504@gmx.de> Date: Fri, 25 Jul 2003 18:30:45 +0200 From: Guido Draheim User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030313 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joao Rainha Cc: gtk-list@gnome.org Subject: Re: Redirect C's printf References: <200307251704.40298.jrainha@brutus.inesc-id.pt> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Peter "Firefly" Lund wrote: > On Fri, 25 Jul 2003, Joao Rainha wrote: > > >>I have some functions working in C. >>I'de liked to make a GUI for it. >>It's possible to redirect all the printf's that I have in my code for a >>specific text widget? >>Or I have to rewrite them using gtk_text_insert? > > > Fork your program and use pipes. > > (but using gtk_text_insert is perhaps easier) > Indeed, using a series of `#define printf`s might show a little easier. Everyone being through with `unix II` programming lectures should however be able to use a combination of dup/pipe constructs, and seperating the gui from the worker in different process contexts, well, that's might be better anyway - but again, it requires a good deal of knowledge on unix process managment and child signaling..., so it'd be about going to the heart of unix but if this project shall run non-unix platforms as well (which gtk can do), then... ;-) cheers, guido From carlo@battilanaeros.191.it Fri Jul 25 13:49:17 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from fep04-svc.flexmail.it (unknown [212.131.248.107]) by mail.gnome.org (Postfix) with ESMTP id B3DBF18300 for ; Fri, 25 Jul 2003 13:49:16 -0400 (EDT) Received: from [192.168.2.4] ([81.74.18.103]) by fep04-svc.flexmail.it (InterMail vM.5.01.05.09 201-253-122-126-109-20020611) with ESMTP id <20030725174851.FQBS1731.fep04-svc.flexmail.it@[192.168.2.4]> for ; Fri, 25 Jul 2003 19:48:51 +0200 From: Carlo Reply-To: carlo@battilanaeros.191.it To: GTK List Subject: Help Installing pango Date: Fri, 25 Jul 2003 19:48:18 +0200 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307251948.18790.carlo@battilanaeros.191.it> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hy I'm new and I'm trying to install GTK+ but I cant install requied libraries pango and atk on a linux machine 'cause when I launch ./configure it says I've not correctly installed or I've an old version of Glib but I've already installed the last version what can I do? Thanks Carlo From alexis.nikichine@isia.cma.fr Fri Jul 25 16:57:33 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mwinf0502.wanadoo.fr (smtp4.wanadoo.fr [193.252.22.26]) by mail.gnome.org (Postfix) with ESMTP id A1F8918B5E for ; Fri, 25 Jul 2003 16:57:33 -0400 (EDT) Received: from isia.cma.fr (ANice-106-1-27-84.w81-51.abo.wanadoo.fr [81.51.245.84]) by mwinf0502.wanadoo.fr (SMTP Server) with ESMTP id 3E1D5E800370; Fri, 25 Jul 2003 22:57:34 +0200 (CEST) Message-ID: <3F2199BE.2000905@isia.cma.fr> Date: Fri, 25 Jul 2003 22:57:34 +0200 From: Alexis Nikichine User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020623 Debian/1.0.0-0.woody.1 X-Accept-Language: fr, en MIME-Version: 1.0 To: "Firefly\" Lund "@wanadoo.fr Cc: Sachin Kulkarni , gtk-list@gnome.org Subject: Re: building ui on hp-ux References: <000801c34c4f$5fdea520$8202a8c0@persistent.co.in> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Peter \"Firefly\" Lund wrote: >On Thu, 17 Jul 2003, Sachin Kulkarni wrote: > > > >>Hi, >> I want to build a user interface on hp-ux. Will it be ok to use gtk >> >> > >It should be possible - but the HPUX C compiler might not like you. > I could have GTK build nicely on HP-UX using the vendor C++ compiler (aCC) in C mode (option -Ae, iirc). If you don't have access to this compiler, then Ximian has released with prebuilt gnome libraries; Google is your friend here. Then you may encounter some difficulties due to their being packaged as a depot (hpux packaging) file. Your friend there is 'chatr' to deal with embedded/hardcoded library lookup path. Alexis From stephane.wirtel@belgacom.net Sat Jul 26 10:06:11 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mirapoint3.brutele.be (mirapoint3.brutele.be [212.68.203.242]) by mail.gnome.org (Postfix) with ESMTP id 07A7D1883B for ; Sat, 26 Jul 2003 10:06:11 -0400 (EDT) Received: from brutele.be (213.213.206.2.brutele.be [213.213.206.2] (may be forged)) by mirapoint3.brutele.be (Mirapoint Messaging Server MOS 3.3.2-CR) with SMTP id ASU10690; Sat, 26 Jul 2003 16:06:11 +0200 (CEST) Date: Sat, 26 Jul 2003 16:06:28 +0200 From: Stephane Wirtel To: gtk-list@gnome.org Subject: a problem with the mailing list Message-ID: <20030726140628.GA25366@gentoo.lan> Mail-Followup-To: gtk-list@gnome.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ikeVEW9yuYc//A+q" Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Operating-System: Linux gentoo.lan 2.6.0-test1-ac3 X-LUG: Linux Users Group Mons ( Linux-Mons ) X-URL: http://www.linux-mons.be Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --ikeVEW9yuYc//A+q Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Is there a problem with the Mailing List because since 24th july i don't receive emails. --=20 Stephane Wirtel GPG ID : 1024D/C9C16DA7 | 5331 0B5B 21F0 0363 EACD B73E 3D11 E5BC C9C1 6DA7 --ikeVEW9yuYc//A+q Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/IorkPRHlvMnBbacRAkc+AKCWKuVmyYB1jHJnwPRDVrlMUsuhLwCcC6vV W7EAtiZ2g2+4bdTYPiSnedc= =ZUkx -----END PGP SIGNATURE----- --ikeVEW9yuYc//A+q-- From michele.garoche@easyconnect.fr Sat Jul 26 11:02:08 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smarthost1.mail.easynet.fr (smarthost1.mail.easynet.fr [212.180.1.68]) by mail.gnome.org (Postfix) with ESMTP id E3E99188AA for ; Sat, 26 Jul 2003 11:02:07 -0400 (EDT) Received: from [212.11.38.139] (helo=easyconnect.fr) by smarthost1.mail.easynet.fr with esmtp (Exim 3.35 #1 (Debian)) id 19gQYi-0003MQ-00 for ; Sat, 26 Jul 2003 17:02:08 +0200 Date: Sat, 26 Jul 2003 17:02:06 +0200 Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Subject: Drag and drop question From: =?ISO-8859-1?Q?Mich=E8le_Garoche?= To: gtk-list@gnome.org Content-Transfer-Encoding: quoted-printable Message-Id: <1F64212B-BF7A-11D7-B8A7-000393AAC18A@easyconnect.fr> X-Mailer: Apple Mail (2.552) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Could someone confirm that the behaviour of drag and drop has changed=20 recently (I mean three months or so ago) with gtk+. Example: In a text window I select bb in: aaabbggg and drag and drop it after ggg, I obtain: aaabbgggbb (copy and paste behaviour) Some months ago, I obtained: aaagggbb (cut and paste behaviour) And if this is the case, is there a way to obtain the second behaviour=20= (cut and paste) within drag and drop and how to do it? See Bluefish for=20= testing it. Many thanks in advance, Mich=E8le = From stezane@tin.it Sat Jul 26 16:30:09 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from vsmtp4.tin.it (vsmtp4.tin.it [212.216.176.224]) by mail.gnome.org (Postfix) with ESMTP id C1CF618129 for ; Sat, 26 Jul 2003 16:30:08 -0400 (EDT) Received: from localhost.localdomain (80.104.145.199) by vsmtp4.tin.it (7.0.019) id 3F157832003EC53B for gtk-list@gnome.org; Sat, 26 Jul 2003 22:30:10 +0200 Date: Sat, 26 Jul 2003 22:29:51 -0100 From: Stefano Zanelli To: gtk-list@gnome.org Subject: Compiling gtk+-2.2.2 Message-Id: <20030726222951.4ed06ba6.stezane@tin.it> Organization: Pol. Vis Trebbo Volley X-Mailer: Sylpheed version 0.9.4 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, All!!! I'm new to this list, so pls, don't kill me if this is a FAQ. I'm trying to compile gtk+-2.2.2 but I get an error stating: failed to load "./stock_add-16.png": Couldn't recognize the image file format for file './stock_add_16.png'. I tried to configure without loading the libpng modules, but nothing happens. Can someone help me??? -- Ciao. Stefano. -wmw- http://members.xoom.it/stz/ From galaviel@bezeqint.net.il Sat Jul 26 18:03:47 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from marco.bezeqint.net (marco.bezeqint.net [192.115.106.37]) by mail.gnome.org (Postfix) with ESMTP id 28701180FE for ; Sat, 26 Jul 2003 18:03:47 -0400 (EDT) Received: from bezeqint.net.il (bzq-218-123-3.red.bezeqint.net [81.218.123.3]) by marco.bezeqint.net (Bezeq International SMTP out Mail Server) with ESMTP id 4B5C9E69 for ; Sun, 27 Jul 2003 03:54:50 +0300 (IDT) Message-ID: <3F22ECAD.3040600@bezeqint.net.il> Date: Sun, 27 Jul 2003 00:03:41 +0300 From: Gal Aviel User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: Gtk focus proxy - where ? (related: xembed) Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Can someone show me where (which file) is the focus proxy implemented ? The focus proxy is according to according to XEMBED spec "The solution proposed by XEmbed is is to beat X11 with its own weapons: The topmost toolkit is /required/ to keep the X input focus on one of its own windows without any embedded children. Keeping the focus on such a window ensures that key events are always delivered to the outer toolkit and thus can be forwarded easily to any embedded window. This also makes it possible to use this part of XEmbed with clients that do not support the protocol at all, without breaking keyboard input for the embedding application." Thanks - Gal. From edscott@imp.mx Sun Jul 27 20:06:56 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from scorpio.eco.imp.mx (dup-200-65-158-129.prodigy.net.mx [200.65.158.129]) by mail.gnome.org (Postfix) with ESMTP id A28B51878E for ; Sun, 27 Jul 2003 20:06:55 -0400 (EDT) Received: from scorpio.eco.imp.mx (scorpio [127.0.0.1]) by scorpio.eco.imp.mx (8.12.8/8.12.8) with ESMTP id h6S07tjM024209; Sun, 27 Jul 2003 19:07:55 -0500 Received: (from edscott@localhost) by scorpio.eco.imp.mx (8.12.8/8.12.8/Submit) id h6S07qeX024207; Sun, 27 Jul 2003 19:07:52 -0500 X-Authentication-Warning: scorpio.eco.imp.mx: edscott set sender to edscott@imp.mx using -f Subject: Re: glib 2.2.2 - g_tree From: edscott wilson garcia To: Albert Pala Cc: gtk-list@gnome.org In-Reply-To: <413D2C6832419644883194404F49DD76023F6109@E2K2.corp.plusnet> References: <413D2C6832419644883194404F49DD76023F6109@E2K2.corp.plusnet> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1059350872.4787.25.camel@scorpio> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 27 Jul 2003 19:07:52 -0500 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On vie, 2003-07-25 at 04:41, Albert Pala wrote: > i want to ask if someone can help me: > in my program at starup i create huge balanced tree ( ~3*10^6 items ) from fixed file. > it took about 8s on my computer. > how can i rearrange the input file to get shorter time ? ( minimize number of operation of balancing tree during inserts ) ? > currently input file is sorted by key. You could try to write the file out as a DBHashTable which can do a balanced tree in a file. See http://dbh.sourceforge.net Edscott > > greetings > albert. > > > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list From flavio@maqplas.com.br Mon Jul 28 12:01:08 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from paiol.terra.com.br (paiol.terra.com.br [200.176.3.18]) by mail.gnome.org (Postfix) with ESMTP id 7249618A5D for ; Mon, 28 Jul 2003 12:01:04 -0400 (EDT) Received: from itaim.terra.com.br (itaim.terra.com.br [200.176.3.76]) by paiol.terra.com.br (Postfix) with ESMTP id 64E2084851E for ; Mon, 28 Jul 2003 13:01:04 -0300 (BRT) Received: from flavio (unknown [200.206.167.234]) (authenticated user maq.ic@terra.com.br) by itaim.terra.com.br (Postfix) with ESMTP id 02C2A2E00D9 for ; Mon, 28 Jul 2003 13:01:00 -0300 (BRT) Date: Mon, 28 Jul 2003 13:00:46 -0300 From: Flavio Alberto Lopes Soares To: gtk-list@gnome.org Subject: Placing text over a GtkImage Message-Id: <20030728130046.5664f2df.flavio@maqplas.com.br> Organization: MAQPLAS =?ISO-8859-1?B?SW5k+nN0cmlh?= e =?ISO-8859-1?B?Q29t6Q==?= rcio de =?ISO-8859-1?B?TeFxdWluYXM=?= LTDA. X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-debian-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello all, I'm using GTK2.0 to develop a program and I have one doubt: There's some way to place text (GtkLabel ?) over a GtkImage (a .png image) to seem that the text was draw together with the image ? In this way, if possible, I believe that I can reduce the pictures that need create/edit. Thanks for all help Success for all Flavio Alberto Lopes Soares From the__vigilante@hotmail.com Sun Jul 27 23:14:18 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hotmail.com (bay7-f64.bay7.hotmail.com [64.4.11.64]) by mail.gnome.org (Postfix) with ESMTP id 9BE3E18859 for ; Sun, 27 Jul 2003 23:14:18 -0400 (EDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 27 Jul 2003 20:14:20 -0700 Received: from 202.129.95.21 by by7fd.bay7.hotmail.msn.com with HTTP; Mon, 28 Jul 2003 03:14:19 GMT X-Originating-IP: [202.129.95.21] X-Originating-Email: [the__vigilante@hotmail.com] From: "Dale Leighton" To: gtk-list@gnome.org Subject: linker errors for Hello World compilation Date: Mon, 28 Jul 2003 13:14:19 +1000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 28 Jul 2003 03:14:20.0239 (UTC) FILETIME=[562285F0:01C354B6] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I am currently enrolled in GUI programming at my local university and have encountered a port of GTK+ 2.2.1.2 for windows that I wish to use, however, and I am programming in MS Visual C++ 6.0 and I get "unresolved external symbol" errors for every function in the "Hello World" program in the tutorial. What am I doing wrong? I read on a mailing list that the problem requires me to open the "project" menu, click on the "linker" tab and change the output option (or something to that effect), but there is no "linker" tab in my "project" dialog box...!!!??? Please help. Regards, Dale L. Leighton the__vigilante@hotmail.com _________________________________________________________________ Hotmail is now available on Australian mobile phones. Go to http://ninemsn.com.au/mobilecentral/signup.asp From carlo@battilanaeros.191.it Mon Jul 28 14:44:36 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from fep03-svc.flexmail.it (unknown [212.131.248.106]) by mail.gnome.org (Postfix) with ESMTP id 3670618AAA for ; Mon, 28 Jul 2003 14:44:35 -0400 (EDT) Received: from [192.168.2.4] ([81.74.18.103]) by fep03-svc.flexmail.it (InterMail vM.5.01.05.09 201-253-122-126-109-20020611) with ESMTP id <20030728184716.GCVP28657.fep03-svc.flexmail.it@[192.168.2.4]> for ; Mon, 28 Jul 2003 20:47:16 +0200 From: Carlo Reply-To: carlo@battilanaeros.191.it To: gtk-list@gnome.org Subject: Re: Help Installing pango Date: Mon, 28 Jul 2003 20:44:16 +0200 User-Agent: KMail/1.5 References: <200307251948.18790.carlo@battilanaeros.191.it> In-Reply-To: <200307251948.18790.carlo@battilanaeros.191.it> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200307282044.17094.carlo@battilanaeros.191.it> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Alle 19:48, venerd=EC 25 luglio 2003, Carlo ha scritto: > Hy I'm new and I'm trying to install GTK+ but I cant install requied > libraries pango and atk on a linux machine 'cause when I launch ./configu= re > it says I've not correctly installed or I've an old version of Glib but > I've already installed the last version what can I do? > Thanks Carlo Ok the problem has been resolved thanks to everyone who tryied ro help me=20 > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list From tetris_program@hotmail.com Mon Jul 28 13:10:10 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hotmail.com (bay1-f29.bay1.hotmail.com [65.54.245.29]) by mail.gnome.org (Postfix) with ESMTP id 8DAD618347 for ; Mon, 28 Jul 2003 13:10:09 -0400 (EDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 28 Jul 2003 10:10:11 -0700 Received: from 217.129.250.87 by by1fd.bay1.hotmail.msn.com with HTTP; Mon, 28 Jul 2003 17:10:10 GMT X-Originating-IP: [217.129.250.87] X-Originating-Email: [tetris_program@hotmail.com] From: =?iso-8859-1?B?Sm/jbyBNYXJ0aW5z?= To: gtk-list@gnome.org Date: Mon, 28 Jul 2003 18:10:10 +0100 Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Message-ID: X-OriginalArrivalTime: 28 Jul 2003 17:10:11.0339 (UTC) FILETIME=[1A8515B0:01C3552B] Subject: (no subject) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello. I've been thinking about building a professional looking interface for my editor and the GTK+ API seems to be the choice, but im using Windows 98 so.. is there a windows version of GTK+ 2.2 for windows? If yes, where can I download it and how can I install it . In your site the files to download are tar.gz and linux stuff. Bye. _________________________________________________________________ MSN Messenger: converse com os seus amigos online. http://messenger.msn.com.br From Murray.Cumming@Comneon.com Tue Jul 29 03:15:40 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp1.infineon.com (smtp1.infineon.com [194.175.117.76]) by mail.gnome.org (Postfix) with ESMTP id 96BAB1881C for ; Tue, 29 Jul 2003 03:15:39 -0400 (EDT) Received: from vihsx03a.vih.infineon.com (vih.ifx-mail3.com [172.31.163.97]) by smtp1.infineon.com (8.12.9/8.12.9) with ESMTP id h6T7ENi5001372; Tue, 29 Jul 2003 09:14:24 +0200 (MEST) Received: by vihsx03a.vih.infineon.com with Internet Mail Service (5.5.2653.19) id ; Tue, 29 Jul 2003 09:16:32 +0200 Message-ID: <258B0164D480D5118D900800062B38580139F1D1@vihsx09a.vih.infineon.com> From: Murray.Cumming@Comneon.com To: flavio@maqplas.com.br, gtk-list@gnome.org Subject: RE: Placing text over a GtkImage Date: Tue, 29 Jul 2003 09:15:39 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > From: Flavio Alberto Lopes Soares [mailto:flavio@maqplas.com.br] > Hello all, > I'm using GTK2.0 to develop a program and I have one doubt: > There's some way to place text (GtkLabel ?) over a GtkImage > (a .png image) to seem that the text was draw together with > the image ? > In this way, if possible, I believe that I can reduce the > pictures that need create/edit. I'm fairly sure that you can use Pango to put text on an image, but I have no idea how exactly. Murray Cumming murrayc@usa.net www.murrayc.com Remember to use the "Reply To All" feature with mailing lists. From Murray.Cumming@Comneon.com Tue Jul 29 03:16:39 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp1.infineon.com (smtp1.infineon.com [194.175.117.76]) by mail.gnome.org (Postfix) with ESMTP id 8C42F1881C for ; Tue, 29 Jul 2003 03:16:37 -0400 (EDT) Received: from vihsx03a.vih.infineon.com (vih.ifx-mail3.com [172.31.163.97]) by smtp1.infineon.com (8.12.9/8.12.9) with ESMTP id h6T7FLi5001853; Tue, 29 Jul 2003 09:15:21 +0200 (MEST) Received: by vihsx03a.vih.infineon.com with Internet Mail Service (5.5.2653.19) id ; Tue, 29 Jul 2003 09:17:30 +0200 Message-ID: <258B0164D480D5118D900800062B38580139F1D3@vihsx09a.vih.infineon.com> From: Murray.Cumming@Comneon.com To: tetris_program@hotmail.com, gtk-list@gnome.org Subject: RE: (no subject) Date: Tue, 29 Jul 2003 09:16:37 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > From: Jo=E3o Martins [mailto:tetris_program@hotmail.com]=20 > is there a windows version of GTK+ 2.2 for windows? Yes. There is a link from http://www.gtk.org : http://www.gimp.org/~tml/gimp/win32/ Murray Cumming murrayc@usa.net www.murrayc.com Remember to use the "Reply To All" feature with mailing lists. From flavio@maqplas.com.br Tue Jul 29 08:17:16 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from ivoti.terra.com.br (ivoti.terra.com.br [200.176.3.20]) by mail.gnome.org (Postfix) with ESMTP id 5D9BE183C5; Tue, 29 Jul 2003 08:17:15 -0400 (EDT) Received: from botucatu.terra.com.br (botucatu.terra.com.br [200.176.3.78]) by ivoti.terra.com.br (Postfix) with ESMTP id B280879C2DD; Tue, 29 Jul 2003 09:17:15 -0300 (BRT) Received: from flavio (unknown [200.206.167.234]) (authenticated user maq.ic@terra.com.br) by botucatu.terra.com.br (Postfix) with ESMTP id 243E529C9B2; Tue, 29 Jul 2003 09:17:14 -0300 (BRT) Date: Tue, 29 Jul 2003 09:17:08 -0300 From: Flavio Alberto Lopes Soares To: gtk-list-admin@gnome.org Cc: Murray.Cumming@Comneon.com, gtk-list@gnome.org Subject: Re: Placing text over a GtkImage Message-Id: <20030729091708.2eda43cf.flavio@maqplas.com.br> In-Reply-To: <258B0164D480D5118D900800062B38580139F1D1@vihsx09a.vih.infineon.com> References: <258B0164D480D5118D900800062B38580139F1D1@vihsx09a.vih.infineon.com> Organization: MAQPLAS =?ISO-8859-1?B?SW5k+nN0cmlh?= e =?ISO-8859-1?B?Q29t6Q==?= rcio de =?ISO-8859-1?B?TeFxdWluYXM=?= LTDA. X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-debian-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Thanks, this is a beginning, but searching (little search) the Web I can't find none tutorial about Pango, there's some specific place that I can find this (for newbies)? I saw the libpango-doc & devhelp in my distro (Debian 3.0 Woody with Gnome2/GTK+2 packages), but these texts are few didatics, there some tutorial for beginners (I have some knowledge in GTK+1.2 in c) ? Thanks for all help Flavio Alberto On Tue, 29 Jul 2003 09:15:39 +0200 Murray.Cumming@Comneon.com wrote: > > From: Flavio Alberto Lopes Soares [mailto:flavio@maqplas.com.br] > > Hello all, > > I'm using GTK2.0 to develop a program and I have one doubt: > > There's some way to place text (GtkLabel ?) over a GtkImage > > (a .png image) to seem that the text was draw together with > > the image ? > > In this way, if possible, I believe that I can reduce the > > pictures that need create/edit. > > I'm fairly sure that you can use Pango to put text on an image, but I have > no idea how exactly. From bdgranger@alum.mit.edu Tue Jul 29 10:06:08 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from messageii.ucentric.com (unknown [216.140.202.124]) by mail.gnome.org (Postfix) with ESMTP id 5594E18D0E for ; Tue, 29 Jul 2003 10:06:08 -0400 (EDT) Received: from alum.mit.edu (192.168.0.39) by messageii.ucentric.com (NPlex 6.0.034) (authenticated as bgranger@ucentric.com) id 3F1BF1FB00002DAE; Tue, 29 Jul 2003 10:06:03 -0400 Message-ID: <3F267F4B.6080408@alum.mit.edu> Date: Tue, 29 Jul 2003 10:06:03 -0400 From: Brett Granger User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Murray.Cumming@Comneon.com Cc: flavio@maqplas.com.br, gtk-list@gnome.org Subject: Re: Placing text over a GtkImage References: <258B0164D480D5118D900800062B38580139F1D1@vihsx09a.vih.infineon.com> In-Reply-To: <258B0164D480D5118D900800062B38580139F1D1@vihsx09a.vih.infineon.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Murray.Cumming@Comneon.com wrote: >>From: Flavio Alberto Lopes Soares [mailto:flavio@maqplas.com.br] >>Hello all, >>I'm using GTK2.0 to develop a program and I have one doubt: >>There's some way to place text (GtkLabel ?) over a GtkImage >>(a .png image) to seem that the text was draw together with >>the image ? >>In this way, if possible, I believe that I can reduce the >>pictures that need create/edit. > > > I'm fairly sure that you can use Pango to put text on an image, but I have > no idea how exactly. One way you can accomplish putting a label over an image is by creating a 1x1 table and putting both the image and the label in the same/only cell. You will probably need to play with the alignment (*not* the justification) of the label to get it into the correct position. Make sure to attach the label to the table cell first, or the image will hide it! --Brett Granger From andrew@solvo.ru Tue Jul 29 11:17:48 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from gate.solvo.ru (gate.solvo.ru [195.201.44.1]) by mail.gnome.org (Postfix) with ESMTP id 8DA1D18F9D; Tue, 29 Jul 2003 11:17:44 -0400 (EDT) Received: from tiger.solvo.ru (IDENT:postfix@tiger.solvo.ru [195.201.44.204]) by gate.solvo.ru (8.11.6/8.11.6) with ESMTP id h6TFHjD13816; Tue, 29 Jul 2003 19:17:45 +0400 Received: by tiger.solvo.ru (Postfix, from userid 504) id 650B7906F7; Tue, 29 Jul 2003 19:17:42 +0400 (MSD) Received: from solvo.ru (phoenix.solvo.ru [195.201.44.78]) by tiger.solvo.ru (Postfix) with ESMTP id 11A7B906F4; Tue, 29 Jul 2003 19:17:42 +0400 (MSD) Message-ID: <3F26911A.5010500@solvo.ru> Date: Tue, 29 Jul 2003 19:22:02 +0400 From: "Andrew E. Makeev" Organization: Solvo Ltd. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225 X-Accept-Language: ru, en MIME-Version: 1.0 To: GTK-MAIN , gtkmm-main Subject: Is there tool to watch GTK signals? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Milter: Spamilter Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I will try to explain my problem. I have application written in gtkmm2. (RH9, last GTK/MM packages.) I am trying to configure number of entry widgets added to TextView. Every time I have to create new TextBuffer, and add new entry widgets. Since I have lotsa user data associated with entry widgets, I am storing pointers to them in std::map, so, before creating new TextBuffer, I am clearing map and deleting entries. Then I am creating new entries and setting values to them. The problem is when I am calling (*some_entry)->set_text () function, just in that time signal destroy called occasionally on that entry. So, next operation (on that entry) crashes application. Any help will be appreciated. -andrew From embyte@madlab.it Wed Jul 30 06:28:46 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from vsmtp1.tin.it (vsmtp1.tin.it [212.216.176.221]) by mail.gnome.org (Postfix) with ESMTP id 0041918184 for ; Wed, 30 Jul 2003 06:28:45 -0400 (EDT) Received: from portatile (212.171.88.214) by vsmtp1.tin.it (7.0.019) id 3F17CBF900405A0E for gtk-list@gnome.org; Wed, 30 Jul 2003 12:28:47 +0200 Message-ID: <006f01c35685$665bfed0$d658abd4@portatile> From: "embyte" To: "Gtk ml" Subject: Scrolled window (gtk+ 2.2.2) Date: Wed, 30 Jul 2003 12:26:36 +0200 Organization: val seriana MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2727.1300 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi list, I need to use a scrolled window like cmdline stdout. I'm able to append new text to it, but when i fill the text area the scroll bar doesn't lower with text. I always see the same text while my application put it later. Can you give me an example code to resolve problem? Thanks, embyte From shiraz_baig@yahoo.com Wed Jul 30 07:47:33 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from web13904.mail.yahoo.com (web13904.mail.yahoo.com [216.136.175.67]) by mail.gnome.org (Postfix) with SMTP id 46E9918181 for ; Wed, 30 Jul 2003 07:47:33 -0400 (EDT) Message-ID: <20030730114735.39875.qmail@web13904.mail.yahoo.com> Received: from [203.82.48.7] by web13904.mail.yahoo.com via HTTP; Wed, 30 Jul 2003 04:47:35 PDT Date: Wed, 30 Jul 2003 04:47:35 -0700 (PDT) From: Shiraz Baig Subject: Documentation for g_strconcat To: gtk-list@gnome.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I am trying to locate the documentation of following functions or variables but I couldn't find it. g_strconcat() GScanner *scanner I have searched the following files: gdk-docs.tar.gz glib-docs.tar.gz gtk-docs.tar.gz gtk-tutorial.20021027 Is there any other place where I should look for? I am working on GTK+1.2.x Thanks shiraz __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com From vadim@berezniker.com Wed Jul 30 07:53:55 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from gorlovka.vmpn.net (unknown [216.254.75.9]) by mail.gnome.org (Postfix) with SMTP id 8FB8018563 for ; Wed, 30 Jul 2003 07:53:55 -0400 (EDT) Received: (qmail 6161 invoked from network); 30 Jul 2003 11:53:57 -0000 Received: from vadim.homenetwork (HELO berezniker.com) (10.0.1.25) by www.75.254.216.in-addr.arpa with SMTP; 30 Jul 2003 11:53:57 -0000 Message-ID: <3F27B07C.7050907@berezniker.com> Date: Wed, 30 Jul 2003 07:48:12 -0400 From: Vadim Berezniker User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030714 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Shiraz Baig Cc: gtk-list@gnome.org Subject: Re: Documentation for g_strconcat References: <20030730114735.39875.qmail@web13904.mail.yahoo.com> In-Reply-To: <20030730114735.39875.qmail@web13904.mail.yahoo.com> X-Enigmail-Version: 0.76.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Shiraz Baig wrote: > I am trying to locate the documentation of following > functions or variables but I couldn't find it. > http://developer.gnome.org/doc/API/glib/glib-string-utility-functions.html#G-STRCONCAT http://developer.gnome.org/doc/API/glib/glib-lexical-scanner.html It should be in the glib docs you have. From Ken.Rastatter@Honeywell.com Wed Jul 30 16:41:11 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from tmpsmtp701.honeywell.com (tmpsmtp701.honeywell.com [199.64.7.101]) by mail.gnome.org (Postfix) with SMTP id A0EB51839F for ; Wed, 30 Jul 2003 16:41:10 -0400 (EDT) Received: from 131.127.249.99 by tmpsmtp701.honeywell.com (InterScan E-Mail VirusWall NT); Wed, 30 Jul 2003 11:11:00 -0700 Received: by smtp.allied.com with Internet Mail Service (5.5.2656.59) id ; Wed, 30 Jul 2003 10:31:15 -0700 Message-ID: From: "Rastatter, Ken (OH32)" To: "'gtk-list@gnome.org'" Subject: RE: Scrolled window (gtk+ 2.2.2) Date: Wed, 30 Jul 2003 10:31:13 -0700 X-Mailer: Internet Mail Service (5.5.2656.59) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: "embyte" wrote on Wed, 30 Jul 2003 12:26:36 +0200 > I'm able to append new text to it, but when i fill the > text area the scroll bar doesn't lower with text. This is how I scroll to the end of a GtkTextView widget: GtkTextBuffer *textbuffer; GtkTextIter end_iter; textbuffer = gtk_text_view_get_buffer(GTK_TEXT_VIEW(textview)); gtk_text_buffer_get_end_iter(textbuffer, &end_iter); gtk_text_view_scroll_to_iter(GTK_TEXT_VIEW(textview), &end_iter, 0.0, FALSE, 0.0, 0.0); Have a good day! -- Ken Rastatter, Senior Design Engineer Honeywell Sensotec 2080 Arlingate Lane, Columbus, Ohio, 43228-4112 USA Home Page: http://www.sensotec.com "These opinions are mine and not necessarily those of Honeywell." From ramdhansingh@yahoo.co.in Thu Jul 31 05:21:08 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from web8206.mail.in.yahoo.com (web8206.mail.in.yahoo.com [203.199.70.75]) by mail.gnome.org (Postfix) with SMTP id 5DA7618362 for ; Thu, 31 Jul 2003 05:21:07 -0400 (EDT) Message-ID: <20030731092103.52616.qmail@web8206.mail.in.yahoo.com> Received: from [202.56.254.13] by web8206.mail.in.yahoo.com via HTTP; Thu, 31 Jul 2003 10:21:03 BST Date: Thu, 31 Jul 2003 10:21:03 +0100 (BST) From: =?iso-8859-1?q?ramdhan=20singh?= Subject: Libraries, fonts required to display japanese characters in GTK To: "'gtk-list@gnome.org'" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi All, I want to display japanese strings in GTK but do not know what are the libraries, fonts required(To display japanese)?? I am using GTK 2.2.1. Can anybody help me out in this? Would be very grateful for any clue. Thanks, Ramdhan ________________________________________________________________________ Send free SMS using the Yahoo! Messenger. Go to http://in.mobile.yahoo.com/new/pc/ From Jean-Baptiste.cazier@decode.is Thu Jul 31 06:07:51 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mx1.decode.is (mx1.decode.is [212.126.224.30]) by mail.gnome.org (Postfix) with ESMTP id 2661A18279 for ; Thu, 31 Jul 2003 06:07:51 -0400 (EDT) Received: (from root@localhost) by mx1.decode.is (8.12.8/8.12.8) id h6VA7rk7003853 for gtk-list@gnome.org; Thu, 31 Jul 2003 10:07:53 GMT Received: from snote.decode.is (snote.decode.is [172.18.0.6]) by mx1.decode.is (8.12.8/8.12.8) with ESMTP id h6VA7rTu003730 for ; Thu, 31 Jul 2003 10:07:53 GMT Received: from lws14.decode.is ([172.18.10.14]) by snote.decode.is (Lotus Domino Release 6.0.1) with SMTP id 2003073110075188-79556 ; Thu, 31 Jul 2003 10:07:51 +0000 Date: Thu, 31 Jul 2003 10:08:21 +0000 From: Jean-Baptiste Cazier To: gtk-list@gnome.org Subject: gtk.FontSelection pb with set_font_name Message-Id: <20030731100821.436d0e3a.Jean-Baptiste.cazier@decode.is> Organization: deCODE Genetics X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i586-pc-linux-gnu) Mime-Version: 1.0 X-MIMETrack: Itemize by SMTP Server on DecodeDom/Decode/IS(Release 6.0.1|February 07, 2003) at 31.07.2003 10:07:52, Serialize by Router on DecodeDom/Decode/IS(Release 6.0.1|February 07, 2003) at 31.07.2003 10:07:53, Serialize complete at 31.07.2003 10:07:53 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=ISO-8859-1 X-scanner: scanned by Inflex 1.0.12.3 - (http://pldaniels.com/inflex/) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi ! I am trying to use gtk.FontSelection. I can read the choice from the dialog= box all right with get_font_name, but set_font_name just does not set anything and return false. I am not sur= e if it is a pygtk or gtk bug. Any idea would be appreciated to fix it: Python 2.2.2 (#1, Feb 24 2003, 19:13:11) [GCC 3.2.2 20030222 (Red Hat Linux 3.2.2-4)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import gtk >>> my_font=3Dgtk.FontSelection() >>> my_font.get_font_name() 'Sans 10' >>> my_font.set_font_name('Sans 12') 0 >>> my_font.get_font_name() 'Sans 10' I am using this on RedHaT 9.0 with=20 gtk2-2.2.1-4 pygtk2-1.99.14-4 python-2.2.2-26 Thanks Jena-Baptiste --=20 ----------------------------- Jean-Baptiste.Cazier@decode.is Department of Statistics deCODE genetics Sturlugata,8 570 2993 101 Reykjav=EDk From blue_prawn@tuxfamily.org Thu Jul 31 08:00:31 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.libertysurf.net (mail.libertysurf.net [213.36.80.91]) by mail.gnome.org (Postfix) with ESMTP id 9F2DB18A6E for ; Thu, 31 Jul 2003 08:00:31 -0400 (EDT) Received: from dyn-213-36-115-239.ppp.tiscali.fr (213.36.115.239) by mail.libertysurf.net (6.5.026) id 3F25207C000A0310 for gtk-list@gnome.org; Thu, 31 Jul 2003 14:00:34 +0200 From: "Decapode Azur" To: gtk-list@gnome.org Subject: install php-gtk on mdk9.1 Date: Thu, 31 Jul 2003 14:04:46 +0200 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200307290436.28619.blue_prawn@tuxfamily.org> Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: hello, I am trying to install PHP-GTK here is below the error : ==================================== [blue_prawn@localhost php-gtk-0.5.2]$ ./buildconf [blue_prawn@localhost php-gtk-0.5.2]$ ./configure [blue_prawn@localhost php-gtk-0.5.2]$ make [....] /PHP_GTK/php-gtk-0.5.2/main/php_gtk_object.c:889: `gtk_object_ce' undeclared (first use in this function) make: *** [main/php_gtk_object.lo] Erreur 1 -- Cheers From Jean-Baptiste.cazier@decode.is Thu Jul 31 06:00:43 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mx1.decode.is (mx1.decode.is [212.126.224.30]) by mail.gnome.org (Postfix) with ESMTP id E86A818827 for ; Thu, 31 Jul 2003 06:00:42 -0400 (EDT) Received: (from root@localhost) by mx1.decode.is (8.12.8/8.12.8) id h6VA0e8D030916 for gtk-list@gnome.org; Thu, 31 Jul 2003 10:00:40 GMT Received: from snote.decode.is (snote.decode.is [172.18.0.6]) by mx1.decode.is (8.12.8/8.12.8) with ESMTP id h6VA0eTu030794 for ; Thu, 31 Jul 2003 10:00:40 GMT Received: from lws14.decode.is ([172.18.10.14]) by snote.decode.is (Lotus Domino Release 6.0.1) with SMTP id 2003073110003960-79481 ; Thu, 31 Jul 2003 10:00:39 +0000 Date: Thu, 31 Jul 2003 10:01:09 +0000 From: Jean-Baptiste Cazier To: gtk-list@gnome.org Subject: gtk.FontSelection pb with set_font_name Message-Id: <20030731100109.196ef81d.Jean-Baptiste.cazier@decode.is> Organization: deCODE Genetics X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i586-pc-linux-gnu) Mime-Version: 1.0 X-MIMETrack: Itemize by SMTP Server on DecodeDom/Decode/IS(Release 6.0.1|February 07, 2003) at 31.07.2003 10:00:39, Serialize by Router on DecodeDom/Decode/IS(Release 6.0.1|February 07, 2003) at 31.07.2003 10:00:40, Serialize complete at 31.07.2003 10:00:40 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=ISO-8859-1 X-scanner: scanned by Inflex 1.0.12.3 - (http://pldaniels.com/inflex/) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi ! I am trying to use gtk.FontSelection. I can read the choice from the dialog= box all right with get_font_name, but set_font_name just does not set anything and return false. I am not sur= e if it is a pygtk or gtk bug. Any idea would be appreciated to fix it: Python 2.2.2 (#1, Feb 24 2003, 19:13:11) [GCC 3.2.2 20030222 (Red Hat Linux 3.2.2-4)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import gtk >>> my_font=3Dgtk.FontSelection() >>> my_font.get_font_name() 'Sans 10' >>> my_font.set_font_name('Sans 12') 0 >>> my_font.get_font_name() 'Sans 10' I am using this on RedHaT 9.0 with=20 gtk2-2.2.1-4 pygtk2-1.99.14-4 python-2.2.2-26 Thanks Jena-Baptiste --=20 ----------------------------- Jean-Baptiste.Cazier@decode.is Department of Statistics deCODE genetics Sturlugata,8 570 2993 101 Reykjav=EDk From nlevitt@columbia.edu Thu Jul 31 10:13:08 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from computer.cc.columbia.edu (computer.cc.columbia.edu [128.59.31.237]) by mail.gnome.org (Postfix) with ESMTP id 4EA16182B5 for ; Thu, 31 Jul 2003 10:13:08 -0400 (EDT) Received: from nlevitt by computer.cc.columbia.edu with local (Exim 3.36 #1) id 19iEB1-0001lT-00; Thu, 31 Jul 2003 10:13:07 -0400 Date: Thu, 31 Jul 2003 10:13:07 -0400 From: Noah Levitt To: ramdhan singh Cc: "'gtk-list@gnome.org'" Subject: Re: Libraries, fonts required to display japanese characters in GTK Message-ID: <20030731141307.GA6726@columbia.edu> References: <20030731092103.52616.qmail@web8206.mail.in.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030731092103.52616.qmail@web8206.mail.in.yahoo.com> Secret-NSA-Message-ID: 3b026257dfe9ed894171dbbb76f5b2ba User-Agent: Mutt/1.5.4i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: It just works, you don't need anything special, as long as you have a font. I have two fonts that cover Japanese: $ fc-list :lang=ja Arial Unicode MS:style=Regular Bitstream Cyberbit:style=Roman Neither is open source, unfortunately. If anybody knows of an open source Japanese font I'd be interested. You can get Bitsream Cyberbit from http://ftp.netscape.com/pub/communicator/extras/fonts/windows/ Noah On Thu, Jul 31, 2003 at 10:21:03 +0100, ramdhan singh wrote: > Hi All, > > I want to display japanese strings in GTK but do not > know what are the libraries, fonts required(To display > japanese)?? I am using GTK 2.2.1. > > Can anybody help me out in this? > Would be very grateful for any clue. > > Thanks, > Ramdhan From otaylor@redhat.com Thu Jul 31 10:40:21 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (pix-525-pool.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 7C63F185D0 for ; Thu, 31 Jul 2003 10:40:21 -0400 (EDT) Received: from poincare.devel.redhat.com (poincare.devel.redhat.com [172.16.58.30]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h6VEeAK06856; Thu, 31 Jul 2003 10:40:10 -0400 Subject: Re: Libraries, fonts required to display japanese characters in GTK From: Owen Taylor To: Noah Levitt Cc: ramdhan singh , "'gtk-list@gnome.org'" In-Reply-To: <20030731141307.GA6726@columbia.edu> References: <20030731092103.52616.qmail@web8206.mail.in.yahoo.com> <20030731141307.GA6726@columbia.edu> Content-Type: text/plain Message-Id: <1059662410.19179.20.camel@poincare.devel.redhat.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.92 (1.3.92-1) (Preview Release) Date: 31 Jul 2003 10:40:10 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Thu, 2003-07-31 at 10:13, Noah Levitt wrote: > It just works, you don't need anything special, as long as > you have a font. I have two fonts that cover Japanese: > > $ fc-list :lang=ja > Arial Unicode MS:style=Regular > Bitstream Cyberbit:style=Roman > > Neither is open source, unfortunately. If anybody knows of > an open source Japanese font I'd be interested. The Kochi fonts are found on virtually all linux distributions; for Red Hat, they are in the 'ttfonts-ja' package. Regards, Owen From flavio@maqplas.com.br Thu Jul 31 15:12:15 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from ivoti.terra.com.br (ivoti.terra.com.br [200.176.3.20]) by mail.gnome.org (Postfix) with ESMTP id B6660189EA for ; Thu, 31 Jul 2003 15:12:14 -0400 (EDT) Received: from tucuriba.terra.com.br (tucuriba.terra.com.br [200.176.3.53]) by ivoti.terra.com.br (Postfix) with ESMTP id 953B979C126 for ; Thu, 31 Jul 2003 16:12:15 -0300 (BRT) Received: from flavio (unknown [200.206.167.234]) (authenticated user maq.ic@terra.com.br) by tucuriba.terra.com.br (Postfix) with ESMTP id 645F526448C for ; Thu, 31 Jul 2003 16:12:12 -0300 (BRT) Date: Thu, 31 Jul 2003 16:12:02 -0300 From: Flavio Alberto Lopes Soares To: Lista GTK Subject: substitute for GtkCList ??? Message-Id: <20030731161202.03df222a.flavio@maqplas.com.br> Organization: MAQPLAS =?ISO-8859-1?B?SW5k+nN0cmlh?= e =?ISO-8859-1?B?Q29t6Q==?= rcio de =?ISO-8859-1?B?TeFxdWluYXM=?= LTDA. X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-debian-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello all, I'm developing an application (using Glade) that uses GtkCList in Gtk1.2, but now I'm starting to change this application to Gtk2.0 and I'm using GLADE-2 to make your interface, but in my old app I use GtkCList, and now I don't know what can substitute GtkCList in Gtk2.0 (and in Glade-2); Thanks for any help Flavio Alberto From seberino@seberino.spawar.navy.mil Thu Jul 31 18:09:40 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from seberino.spawar.navy.mil (seberino.spawar.navy.mil [198.253.71.174]) by mail.gnome.org (Postfix) with ESMTP id 7091E1832A for ; Thu, 31 Jul 2003 18:09:40 -0400 (EDT) Received: from seberino by seberino.spawar.navy.mil with local (Exim 4.10) id 19iLcE-00046b-00 for gtk-list@gnome.org; Thu, 31 Jul 2003 15:09:42 -0700 Date: Thu, 31 Jul 2003 15:09:42 -0700 From: seberino@spawar.navy.mil To: gtk-list@gnome.org Subject: GTK+ thread problem (program freezing using these 2 GTK+ commands...) Message-ID: <20030731150942.A15782@spawar.navy.mil> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: We have a Python GTK+ program that uses threads. If we DON'T run the GTK+ GUI code then multitasking is fine and every thread gets a little CPU time. If we run a GTK+ GUI in the main parent process/thread then program freezes. The PyGTK commands called gtk.threads.thread_enter() and gtk.gdk.threads_leave() are used to avoid conflicts caused by two threads writing to GUI at the same time. The disallow/allow other threads to write to GUI as needed. It would seem that the problem are with these two commands but we cannot seem to find the problem. As you know, threads are not the easiest things to debug. We are wondering if Python threads are unstable. Are they?? Any ideas at all how to begin to solve this? Chris -- _______________________________________ Christian Seberino, Ph.D. SPAWAR Systems Center San Diego Code 2872 49258 Mills Street, Room 158 San Diego, CA 92152-5385 U.S.A. Phone: (619) 553-9973 Fax : (619) 553-6521 Email: seberino@spawar.navy.mil _______________________________________ From galaviel@bezeqint.net.il Tue Jul 1 05:14:20 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from ogi.bezeqint.net (unknown [192.115.106.14]) by mail.gnome.org (Postfix) with ESMTP id 30B6A18CDA for ; Tue, 1 Jul 2003 05:14:19 -0400 (EDT) Received: from bezeqint.net.il (bzq-218-223-91.red.bezeqint.net [81.218.223.91]) by ogi.bezeqint.net (Bezeq International SMTP out Mail Server) with ESMTP id 1A96037ED; Tue, 1 Jul 2003 12:08:00 +0300 (IDT) Message-ID: <3F0142D3.9010801@bezeqint.net.il> Date: Tue, 01 Jul 2003 11:14:11 +0300 From: Gal Aviel User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joelle Nakhle Cc: gtk-list@gnome.org Subject: Re: problems with glibc -- please help References: <1056957385.3effe3c92f74d@www.imp.polymtl.ca> In-Reply-To: <1056957385.3effe3c92f74d@www.imp.polymtl.ca> Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi,

First, disclaimer - I'm new to the Gtk worlds as well, be warned ...

I believe you have a small mixup. I just recently installed Gtk 2.2.2 from source
into a custom directory in my system, so that I could hack and experiment on it,
therefor I think I know what's wrong.

If you want to install Gtk from source, you basically need the Gtk tarball and
3 more tarballs.  According to  http://www.gtk.org/download/ "Installation Guide" link
(the below is just for general idea):

(start quote)

Three of the libraries that GTK+ depends on are maintained by by the GTK+ team: GLib, Pango, and ATK. Other libraries are maintained separately.

  • The GLib library provides core non-graphical functionality such as high level data types, Unicode manipulation, and an object and type system to C programs. It is available from the GTK+ FTP site.

  • Pango is a library for internationalized text handling. It is available from the GTK+ FTP site.. Either Pango-1.0 or Pango-1.2 can be used with GTK+-2.2, though Pango-1.2 is recommended.

  • ATK is the Accessibility Toolkit. It provides a set of generic interfaces allowing accessibility technologies such as screen readers to interact with a graphical user interface. It is available from the GTK+ FTP site.

(end quote)


I believe you installed *glibc* which to my best knowledge has nothing to do with *glib* which Gtk requires.
Glibc is (to my best knowledge) the GNU Standart C library where functions like printf() are defined.

To make a long story short, there exists some dependancies among the 4 mentioned packages, I believe they
have to be installed by order, and I think glib should go first. Try installing glib first and only then installing atk.

Please tell me if this helps (or I'll recall deeper what I did),

Gal.


Joelle Nakhle wrote:
Hi,

I downloaded glibc 2.2.2, pango 1.2.3 and atk 1.2.4 in order to install gtk.  I
installed glibc and it seemes to have installed properly.  But when i try to
install pango or atk it tells me:


checking for GLIB - version >= 2.1.3... no
*** Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB is incorrectly installed.
configure: error:
*** Glib 2.1.3 or better is required. The latest version of
*** Glib is always available from ftp://ftp.gtk.org/.



Waht is GLIB test program?  I went into my glib directory and then in the test
directory.  I tried running ./testglib, which i thought was what they were
talking about before and this is what i get:


** (process:9292): WARNING **: harmless warning with parameters: 42 Boo 0x3039
** Message: the next warning is a test:

(process:9292): GLib-CRITICAL **: file gmessages.c: line 840 (g_print):
assertion `format != NULL' failed
checking endian macros (host is little endian)...ok
checking file functions...
g_file_open_tmp correctly returns error: Template 'zap/barXXXXXX' invalid,
should not contain a '/'
g_file_open_tmp for template 'zapXXXXXX' used name '/tmp/zapAHZwJ2'
g_file_open_tmp for NULL template used name '/tmp/.CTE945'



What can i do to resolve the problem and finally get gtk to work?  

Thanks a lot,
Joelle
_______________________________________________
gtk-list mailing list
gtk-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-list

  

From Ken.Rastatter@Honeywell.com Tue Jul 1 11:25:33 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from tmpsmtp702.honeywell.com (tmpsmtp702.honeywell.com [199.64.7.102]) by mail.gnome.org (Postfix) with SMTP id 9BB72183DC for ; Tue, 1 Jul 2003 11:25:32 -0400 (EDT) Received: from 131.127.249.22 by tmpsmtp702.honeywell.com (InterScan E-Mail VirusWall NT); Tue, 01 Jul 2003 08:25:31 -0700 Received: by smtp.allied.com with Internet Mail Service (5.5.2656.59) id <3BG4FFXL>; Tue, 1 Jul 2003 08:25:31 -0700 Message-ID: From: "Rastatter, Ken (OH32)" To: "'gtk-list@gnome.org'" Subject: RE: gtk2 win32 and default font Date: Tue, 1 Jul 2003 08:25:26 -0700 X-Mailer: Internet Mail Service (5.5.2656.59) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Jiri Pavlovsky wrote on Thu, 26 Jun 2003: > I'm using gtk+-2.2.1 on win32. I need to change default font. After gtk_init() has been called, I do the following to change the font: gtk_rc_parse_string("gtk-font-name=\"sans 9\" \n"); I hope this helps. -- Ken Rastatter, Senior Design Engineer Honeywell Sensotec 2080 Arlingate Lane, Columbus, Ohio, 43228-4112 USA Home Page: http://www.sensotec.com "These opinions are mine and not necessarily those of Honeywell." From jpavlovsky@mbox.dkm.cz Tue Jul 1 11:40:27 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from p69.project-syndicate.org (ossf-sh.customer.vol.cz [195.122.194.205]) by mail.gnome.org (Postfix) with ESMTP id 0239E18405 for ; Tue, 1 Jul 2003 11:40:26 -0400 (EDT) Received: from jira.project-syndicate.org ([195.250.138.178]) (authenticated bits=0) by p69.project-syndicate.org (8.12.9/8.12.9) with ESMTP id h61FeN7d001080 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Tue, 1 Jul 2003 17:40:24 +0200 From: Jiri Pavlovsky To: "Rastatter, Ken (OH32)" , "'gtk-list@gnome.org'" Subject: Re: gtk2 win32 and default font Date: Tue, 1 Jul 2003 17:41:53 +0200 User-Agent: KMail/1.5 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307011741.53580.jpavlovsky@mbox.dkm.cz> X-Scanned-By: MIMEDefang 2.34 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Tuesday 01 July 2003 17:25, Rastatter, Ken (OH32) wrote: > Jiri Pavlovsky wrote on Thu, 26 Jun 2003: > > I'm using gtk+-2.2.1 on win32. I need to change default font. > > After gtk_init() has been called, I do the following to change the > font: > > gtk_rc_parse_string("gtk-font-name=\"sans 9\" \n"); Thanks. I found the following to work too: --------------------------------- PangoFontDescription *pdf; GtkStyle *style; . . . style = gtk_style_new(); pdf = pango_font_description_from_string("Sans 9"); style->font_desc = pdf; gtk_style_attach(style, GDK_WINDOW(window)); -- Jiri Pavlovsky jpavlovsky@mbox.dkm.cz tel: (+420) 737196433 From bott@campana.vi.it Tue Jul 1 16:57:53 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from sparc.campana.vi.it (ip-a1-37024.keycomm.it [62.152.37.24]) by mail.gnome.org (Postfix) with ESMTP id 2F76018DF3 for ; Tue, 1 Jul 2003 16:57:53 -0400 (EDT) Received: from dirac.campana.vi.it (dirac.campana.vi.it [192.168.0.4]) by sparc.campana.vi.it (Postfix) with ESMTP id 7BF73B468 for ; Tue, 1 Jul 2003 22:57:42 +0200 (CEST) Received: from bott by dirac.campana.vi.it with local (Exim 3.35 #1 (Debian)) id 19XSBr-0002uR-00 for ; Tue, 01 Jul 2003 22:57:27 +0200 Date: Tue, 1 Jul 2003 22:57:27 +0200 From: Ottavio Campana To: Gtk-list Subject: compass widget? Message-ID: <20030701205727.GA11167@campana.vi.it> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="W/nzBZO5zC0uMSeA" Content-Disposition: inline User-Agent: Mutt/1.3.28i X-Operating-System: Linux dirac 2.4.21-dirac X-Organization: Lega per la soppressione del Visual Basic X-Homepage: http://www.campana.vi.it/ottavio/ Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --W/nzBZO5zC0uMSeA Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable does anyone of you have written a compass widget for selecting a direction? I'm trying to hack gtkdial, but I'm having some problems.... --=20 Non c'=E8 pi=F9 forza nella normalit=E0, c'=E8 solo monotonia. --W/nzBZO5zC0uMSeA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/AfW3TVwmA6p94JARAjD7AJ9kKHsz+/Exeha1b+T+knS8CAadXACdHSJQ UjrPT608ueqOM9LkQpoS+Mw= =6Qv+ -----END PGP SIGNATURE----- --W/nzBZO5zC0uMSeA-- From michele.garoche@easyconnect.fr Tue Jul 1 22:09:37 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smarthost2.mail.easynet.fr (smarthost2.mail.easynet.fr [212.180.1.69]) by mail.gnome.org (Postfix) with ESMTP id 5FE9218198 for ; Tue, 1 Jul 2003 22:09:37 -0400 (EDT) Received: from [212.11.38.139] (helo=easyconnect.fr) by smarthost2.mail.easynet.fr with esmtp (Exim 3.35 #1 (Debian)) id 19XX3w-0005aH-00 for ; Wed, 02 Jul 2003 04:09:36 +0200 Date: Wed, 2 Jul 2003 04:09:34 +0200 Mime-Version: 1.0 (Apple Message framework v552) Content-Type: multipart/alternative; boundary=Apple-Mail-2--652320499 Subject: Compiling a simple gtk+ application on mac os X From: =?ISO-8859-1?Q?Mich=E8le_Garoche?= To: gtk-list@gnome.org Message-Id: <3989C032-AC32-11D7-BA31-000393AAC18A@easyconnect.fr> X-Mailer: Apple Mail (2.552) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --Apple-Mail-2--652320499 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=ISO-8859-1; format=flowed Hello, I'm using gtk+-2.0 on mac os 10.2.6. (XDarwin installed via Fink=20 unstable). I use this line to compile in a Terminal: cc prog01.c -o prog01 -Wall `pkg-config --cflags --libs gtk+-2.0` But I've got a lot of warnings like this one: symbol _ft_bitmap_glyph_class used from dynamic library=20 /usr/X11R6/lib/libfreetype.6.dylib(ftglyph.o) not from earlier dynamic=20= library /sw/lib/libfreetype.6.dylib(ftglyph.lo) Is there a way to avoid such warnings, i.e. force the compiler and=20 linker to search in sw/lib? Maybe I can do this within Project Builder, but I have no idea how to.=20= Or with a make file, but again I don't know how to do this. Thanks for any help. Mich=E8le = --Apple-Mail-2--652320499 Content-Transfer-Encoding: quoted-printable Content-Type: text/enriched; charset=ISO-8859-1 Hello, I'm using gtk+-2.0 on mac os 10.2.6. (XDarwin installed via Fink unstable). I use this line to compile in a Terminal: Lucida Grande 0000,0000,0000 cc prog01.c -o prog01 -Wall `pkg-config --cflags --libs gtk+-2.0` But I've got a lot of warnings like this one: symbol _ft_bitmap_glyph_class used from dynamic library /usr/X11R6/lib/libfreetype.6.dylib(ftglyph.o) not from earlier dynamic library /sw/lib/libfreetype.6.dylib(ftglyph.lo) Is there a way to avoid such warnings, i.e. force the compiler and linker to search in sw/lib? Maybe I can do this within Project Builder, but I have no idea how to. Or with a make file, but again I don't know how to do this. Thanks for any help. Mich=E8le <= --Apple-Mail-2--652320499-- From takahash@isit.or.jp Wed Jul 2 02:12:52 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mx.isit.or.jp (mx.isit.or.jp [202.214.210.83]) by mail.gnome.org (Postfix) with ESMTP id B5E3418108 for ; Wed, 2 Jul 2003 02:12:51 -0400 (EDT) Received: from agent (agent.isit.or.jp [202.214.211.146]) by mx.isit.or.jp (8.12.9/8.11.1) with SMTP id h626CjdN073709; Wed, 2 Jul 2003 15:12:49 +0900 (JST) (envelope-from takahash@isit.or.jp) Message-ID: <003f01c3405f$68524a00$92d3d6ca@isit.or.jp> Reply-To: "Kiyoshi TAKAHASHI" From: "Kiyoshi TAKAHASHI" To: "Jiri Pavlovsky" , References: <200307011741.53580.jpavlovsky@mbox.dkm.cz> Subject: Re: gtk2 win32 and default font Date: Wed, 2 Jul 2003 15:01:36 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: That's strange because when I use this, the font is not changed and I have the error message: "assertion GDK_IS_COLORMAP(colormap) failed". Up to now, I still wasn't able to change the default font size, in spite of the numerous solutions proposed :( Kiyoshi ----- Original Message ----- From: "Jiri Pavlovsky" To: "Rastatter, Ken (OH32)" ; Sent: Wednesday, July 02, 2003 12:41 AM Subject: Re: gtk2 win32 and default font > On Tuesday 01 July 2003 17:25, Rastatter, Ken (OH32) wrote: > > Jiri Pavlovsky wrote on Thu, 26 Jun 2003: > > > I'm using gtk+-2.2.1 on win32. I need to change default font. > > > > After gtk_init() has been called, I do the following to change the > > font: > > > > gtk_rc_parse_string("gtk-font-name=\"sans 9\" \n"); > > > Thanks. > I found the following to work too: > > --------------------------------- > PangoFontDescription *pdf; > GtkStyle *style; > . > . > . > > style = gtk_style_new(); > pdf = pango_font_description_from_string("Sans 9"); > style->font_desc = pdf; > gtk_style_attach(style, GDK_WINDOW(window)); > > -- > Jiri Pavlovsky > jpavlovsky@mbox.dkm.cz > tel: (+420) 737196433 > > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list > From takahash@isit.or.jp Wed Jul 2 04:45:45 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mx.isit.or.jp (mx.isit.or.jp [202.214.210.83]) by mail.gnome.org (Postfix) with ESMTP id 954EC180EA for ; Wed, 2 Jul 2003 04:45:44 -0400 (EDT) Received: from agent (agent.isit.or.jp [202.214.211.146]) by mx.isit.or.jp (8.12.9/8.11.1) with SMTP id h628jddN075928; Wed, 2 Jul 2003 17:45:39 +0900 (JST) (envelope-from takahash@isit.or.jp) Message-ID: <008c01c34074$c2a3bb00$92d3d6ca@isit.or.jp> Reply-To: "Kiyoshi TAKAHASHI" From: "Kiyoshi TAKAHASHI" To: "Jiri Pavlovsky" , References: <200307011741.53580.jpavlovsky@mbox.dkm.cz> <003f01c3405f$68524a00$92d3d6ca@isit.or.jp> <200307021034.10573.ps@project-syndicate.org> Subject: Re: gtk2 win32 and default font Date: Wed, 2 Jul 2003 17:34:32 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I can't see any modification in the font... Could you send me a little program which use a different font (just a "hello world" program will be ok)? Kiyoshi ----- Original Message ----- From: "Jiri Pavlovsky" To: "Kiyoshi TAKAHASHI" ; Sent: Wednesday, July 02, 2003 5:34 PM Subject: Re: gtk2 win32 and default font > On Wednesday 02 July 2003 08:01, Kiyoshi TAKAHASHI wrote: > > > ----- Original Message ----- > > From: "Jiri Pavlovsky" > > To: "Rastatter, Ken (OH32)" ; > > > > Sent: Wednesday, July 02, 2003 12:41 AM > > Subject: Re: gtk2 win32 and default font > > > > > On Tuesday 01 July 2003 17:25, Rastatter, Ken (OH32) wrote: > > > > Jiri Pavlovsky wrote on Thu, 26 Jun 2003: > > > > > I'm using gtk+-2.2.1 on win32. I need to change default font. > > > > > > > > After gtk_init() has been called, I do the following to change > > > > the font: > > > > > > > > gtk_rc_parse_string("gtk-font-name=\"sans 9\" \n"); > > > > > > Thanks. > > > I found the following to work too: > > > > > > --------------------------------- > > > PangoFontDescription *pdf; > > > GtkStyle *style; > > > . > > > . > > > . > > > > > > style = gtk_style_new(); > > > pdf = pango_font_description_from_string("Sans 9"); > > > style->font_desc = pdf; > > > gtk_style_attach(style, GDK_WINDOW(window)); > > > > > > That's strange because when I use this, the font is not changed and I > > have the error message: > > "assertion GDK_IS_COLORMAP(colormap) failed". > > I got this mesg too, but the font was changed > > -- > Jiri Pavlovsky > ps@project-syndicate.org > tel: +420221517657 > > From sven@gimp.org Wed Jul 2 05:56:10 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.convergence.de (mail.convergence.de [212.84.236.4]) by mail.gnome.org (Postfix) with ESMTP id 6F6A518948 for ; Wed, 2 Jul 2003 05:56:10 -0400 (EDT) Received: from [10.1.1.145] (helo=blixa) by mail.convergence.de with esmtp (Exim 4.14) id 19XeLP-0007sq-AF; Wed, 02 Jul 2003 11:56:07 +0200 Received: from neo by blixa with local (Exim 3.36 #1 (Debian)) id 19XeLO-0005F7-00; Wed, 02 Jul 2003 11:56:06 +0200 To: "Kiyoshi TAKAHASHI" Cc: "Jiri Pavlovsky" , Subject: Re: gtk2 win32 and default font References: <200307011741.53580.jpavlovsky@mbox.dkm.cz> <003f01c3405f$68524a00$92d3d6ca@isit.or.jp> From: Sven Neumann Date: Wed, 02 Jul 2003 11:56:06 +0200 In-Reply-To: <003f01c3405f$68524a00$92d3d6ca@isit.or.jp> (Kiyoshi TAKAHASHI's message of "Wed, 2 Jul 2003 15:01:36 +0900") Message-ID: User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/20.7 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, "Kiyoshi TAKAHASHI" writes: > That's strange because when I use this, the font is not changed and > I have the error message: "assertion GDK_IS_COLORMAP(colormap) > failed". Up to now, I still wasn't able to change the default font > size, in spite of the numerous solutions proposed :( If you want to change the font-size for all GTK2 applications, all you need is to edit the gtkrc-2.0 file. I am sure this file does also exist on Win32. You just need to add a line that says: gtk-font-name="Sans 18" or similar. Sven From olaf@cbk.poznan.pl Wed Jul 2 07:24:46 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from goliath.sylaba.poznan.pl (goliath.sylaba.poznan.pl [195.216.104.3]) by mail.gnome.org (Postfix) with ESMTP id 7C19118A2B for ; Wed, 2 Jul 2003 07:24:46 -0400 (EDT) Received: from goliath.sylaba.poznan.pl (smmsp@localhost.sylaba.poznan.pl [127.0.0.1]) by goliath.sylaba.poznan.pl (8.12.8/8.12.8) with ESMTP id h62BOinb025742 for ; Wed, 2 Jul 2003 13:24:44 +0200 (CEST) Received: by goliath.sylaba.poznan.pl (8.12.8/8.12.8/Submit) id h62BOhQj025741 for gtk-list@gnome.org.KAV; Wed, 2 Jul 2003 13:24:43 +0200 (CEST) Received: from venus.local.navi.pl (ps103.poznan.sdi.tpnet.pl [217.97.72.103]) by goliath.sylaba.poznan.pl (8.12.8/8.12.8) with ESMTP id h62BOenb025700; Wed, 2 Jul 2003 13:24:41 +0200 (CEST) Received: from venus.local.navi.pl (venus.local.navi.pl [127.0.0.1]) by venus.local.navi.pl (8.12.5/8.12.5) with ESMTP id h62BP5xr003222; Wed, 2 Jul 2003 13:25:06 +0200 Subject: Re: gtk2 win32 and default font From: Olaf =?iso-8859-2?Q?Fr=B1czyk?= To: Sven Neumann Cc: Kiyoshi TAKAHASHI , Jiri Pavlovsky , gtk-list@gnome.org In-Reply-To: References: <200307011741.53580.jpavlovsky@mbox.dkm.cz> <003f01c3405f$68524a00$92d3d6ca@isit.or.jp> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 (1.0.8-10) Date: 02 Jul 2003 13:25:05 +0200 Message-Id: <1057145106.2119.3.camel@venus> Mime-Version: 1.0 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Wed, 2003-07-02 at 11:56, Sven Neumann wrote: > Hi, > > "Kiyoshi TAKAHASHI" writes: > > > That's strange because when I use this, the font is not changed and > > I have the error message: "assertion GDK_IS_COLORMAP(colormap) > > failed". Up to now, I still wasn't able to change the default font > > size, in spite of the numerous solutions proposed :( > > If you want to change the font-size for all GTK2 applications, all you > need is to edit the gtkrc-2.0 file. I am sure this file does also > exist on Win32. You just need to add a line that says: > > gtk-font-name="Sans 18" > > or similar. Hi, I would also like to know how to do it for SINGLE application. In gtk-1.2 there was something like set_default_style. But there is no equivalent in gtk2. Regards, olaf Fraczyk From andreas@mtg.co.at Wed Jul 2 10:20:58 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from viefep14-int.chello.at (viefep14-int.chello.at [213.46.255.13]) by mail.gnome.org (Postfix) with ESMTP id 81A7D18E7A for ; Wed, 2 Jul 2003 10:20:57 -0400 (EDT) Received: from andi-lap ([80.108.209.54]) by viefep14-int.chello.at (InterMail vM.5.01.05.17 201-253-122-126-117-20021021) with SMTP id <20030702142054.TQGH29817.viefep14-int.chello.at@andi-lap> for ; Wed, 2 Jul 2003 16:20:54 +0200 Received: by andi-lap (sSMTP sendmail emulation); Wed, 2 Jul 2003 16:20:54 +0200 Subject: gtk 2.2 for Windows with mingw32 hosted under Linux From: Andreas Kostyrka To: gtk-list@gnome.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-vfKrBP2LauqNZR+0ckrY" Organization: Message-Id: <1057155653.3829.200.camel@andi-lap> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 02 Jul 2003 16:20:54 +0200 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --=-vfKrBP2LauqNZR+0ckrY Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi! I've been wondering if somebody ever tried to compile Gtk2.2 with a crosscompiling Mingw32 hosted on Linux? If so, how does one start such task? Andreas --=-vfKrBP2LauqNZR+0ckrY Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQA/AupFHJdudm4KnO0RAh1fAKDG60f78BY55n9k73Ss6oTnes8XIwCfUpFZ /DUxvIdqKtjGQpQArmuy0lI= =/4vx -----END PGP SIGNATURE----- --=-vfKrBP2LauqNZR+0ckrY-- From ali@avrc.city.ac.uk Wed Jul 2 10:28:59 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mailgate.city.ac.uk (mailgate.city.ac.uk [138.40.12.3]) by mail.gnome.org (Postfix) with ESMTP id B242D18D5F for ; Wed, 2 Jul 2003 10:28:58 -0400 (EDT) Received: from mailswitch.city.ac.uk ([138.40.12.12] helo=mailswitch) by mailgate.city.ac.uk with smtp (Exim 3.16 #2) id 19Xiau-0001yt-00 for gtk-list@gnome.org; Wed, 02 Jul 2003 15:28:24 +0100 Received: from optosun2.city.ac.uk ([138.40.167.2] helo=firewall.avrc.city.ac.uk) by mailswitch with esmtp (Exim 3.16 #5) id 19XibP-0001fz-00 for gtk-list@gnome.org; Wed, 02 Jul 2003 15:28:55 +0100 Received: from localhost.localdomain (tom [192.168.137.104]) by firewall.avrc.city.ac.uk (8.9.3/8.9.3) with ESMTP id QAA15738; Wed, 2 Jul 2003 16:44:07 +0100 Received: from tom (tom [127.0.0.1]) by localhost.localdomain (8.11.6/8.11.6) with ESMTP id h62ELhp12842; Wed, 2 Jul 2003 15:21:43 +0100 Date: Wed, 2 Jul 2003 15:21:41 +0100 From: "J. Ali Harlow" To: Andreas Kostyrka Cc: gtk-list@gnome.org Subject: Re: gtk 2.2 for Windows with mingw32 hosted under Linux Message-ID: <20030702142141.GC9307@tom.avrc.city.ac.uk> References: <1057155653.3829.200.camel@andi-lap> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1057155653.3829.200.camel@andi-lap>; from andreas@mtg.co.at on Wed, Jul 02, 2003 at 15:20:54 +0100 X-Mailer: Balsa 1.4.2 Lines: 27 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On 2003.07.02 15:20 Andreas Kostyrka wrote: > Hi! > > I've been wondering if somebody ever tried to compile Gtk2.2 with a > crosscompiling Mingw32 hosted on Linux? If so, how does one start such > task? Yes. I do this. I started top-down (ie., with Gtk+) using Tor's binaries for the low level libraries until I managed to get each one built. It would obviously be more logical to start from the bottom if you were prepared to accept the delay before having anything working. I can provide copies of my scripts, hacked version of libtool etc., if needed. I haven't yet tried to build Gtk+ 2.2.2 which I have a vague recollection is now based on libtool 1.5 (or was that 2.3?). I know that I'm going to have some serious problems with libtool 1.5, but these may not affect you if you start from scratch. HTH, -- Ali Harlow Email: ali@avrc.city.ac.uk Research programmer Tel: (020) 7040 4348 Applied Vision Research Centre Intl: +44 20 7040 4348 City University Fax: (020) 7040 5515 London Intl: +44 20 7040 5515 From gnome-gtk-list@m.gmane.org Wed Jul 2 04:24:38 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mail.gnome.org (Postfix) with ESMTP id 260E51839C for ; Wed, 2 Jul 2003 04:24:38 -0400 (EDT) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19XcuM-0003Pb-00 for ; Wed, 02 Jul 2003 10:24:06 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gtk-list@gnome.org Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19XcuL-0003PR-00 for ; Wed, 02 Jul 2003 10:24:05 +0200 From: Mark Howard Subject: TreeView Selections - Multiple signals Date: Wed, 02 Jul 2003 09:24:20 +0100 Lines: 12 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@main.gmane.org User-Agent: Pan/0.14.0 (I'm Being Nibbled to Death by Cats!) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, Whenever I select anything for the first time in a treeview (either by clicking on it or using gtk_tree_selection_select_iter, the changed signal is always called twice - once for the first item in the treeview and then again for the item I wanted selected. How do I stop the first of these? -- .''`. Mark Howard : :' : `. `' http://www.tildemh.com `- mh@debian.org | mh@tildemh.com | mh344@cam.ac.uk From ps@project-syndicate.org Wed Jul 2 04:32:43 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from p69.project-syndicate.org (ossf-sh.customer.vol.cz [195.122.194.205]) by mail.gnome.org (Postfix) with ESMTP id 0A67C1839C for ; Wed, 2 Jul 2003 04:32:43 -0400 (EDT) Received: from jira.project-syndicate.org ([195.250.138.178]) (authenticated bits=0) by p69.project-syndicate.org (8.12.9/8.12.9) with ESMTP id h628Wb7d003883 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Wed, 2 Jul 2003 10:32:37 +0200 From: Jiri Pavlovsky To: "Kiyoshi TAKAHASHI" , Subject: Re: gtk2 win32 and default font Date: Wed, 2 Jul 2003 10:34:10 +0200 User-Agent: KMail/1.5 References: <200307011741.53580.jpavlovsky@mbox.dkm.cz> <003f01c3405f$68524a00$92d3d6ca@isit.or.jp> In-Reply-To: <003f01c3405f$68524a00$92d3d6ca@isit.or.jp> Organization: Project Syndicate MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307021034.10573.ps@project-syndicate.org> X-Scanned-By: MIMEDefang 2.34 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Wednesday 02 July 2003 08:01, Kiyoshi TAKAHASHI wrote: > ----- Original Message ----- > From: "Jiri Pavlovsky" > To: "Rastatter, Ken (OH32)" ; > > Sent: Wednesday, July 02, 2003 12:41 AM > Subject: Re: gtk2 win32 and default font > > > On Tuesday 01 July 2003 17:25, Rastatter, Ken (OH32) wrote: > > > Jiri Pavlovsky wrote on Thu, 26 Jun 2003: > > > > I'm using gtk+-2.2.1 on win32. I need to change default font. > > > > > > After gtk_init() has been called, I do the following to change > > > the font: > > > > > > gtk_rc_parse_string("gtk-font-name=\"sans 9\" \n"); > > > > Thanks. > > I found the following to work too: > > > > --------------------------------- > > PangoFontDescription *pdf; > > GtkStyle *style; > > . > > . > > . > > > > style = gtk_style_new(); > > pdf = pango_font_description_from_string("Sans 9"); > > style->font_desc = pdf; > > gtk_style_attach(style, GDK_WINDOW(window)); > > > That's strange because when I use this, the font is not changed and I > have the error message: > "assertion GDK_IS_COLORMAP(colormap) failed". I got this mesg too, but the font was changed -- Jiri Pavlovsky ps@project-syndicate.org tel: +420221517657 From ps@project-syndicate.org Wed Jul 2 07:11:05 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from p69.project-syndicate.org (ossf-sh.customer.vol.cz [195.122.194.205]) by mail.gnome.org (Postfix) with ESMTP id 6D888181B7 for ; Wed, 2 Jul 2003 07:11:05 -0400 (EDT) Received: from jira.project-syndicate.org ([195.250.138.178]) (authenticated bits=0) by p69.project-syndicate.org (8.12.9/8.12.9) with ESMTP id h62BAx7d004755 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Wed, 2 Jul 2003 13:10:59 +0200 From: Jiri Pavlovsky Organization: Project Syndicate To: "Kiyoshi TAKAHASHI" , Subject: Re: gtk2 win32 and default font Date: Wed, 2 Jul 2003 13:12:34 +0200 User-Agent: KMail/1.5 References: <200307021034.10573.ps@project-syndicate.org> <008c01c34074$c2a3bb00$92d3d6ca@isit.or.jp> In-Reply-To: <008c01c34074$c2a3bb00$92d3d6ca@isit.or.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307021312.34375.ps@project-syndicate.org> X-Scanned-By: MIMEDefang 2.34 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > > > > I found the following to work too: > > > > > > > > --------------------------------- > > > > PangoFontDescription *pdf; > > > > GtkStyle *style; > > > > . > > > > . > > > > . > > > > > > > > style = gtk_style_new(); > > > > pdf = pango_font_description_from_string("Sans 9"); > > > > style->font_desc = pdf; > > > > gtk_style_attach(style, GDK_WINDOW(window)); > > > > > > That's strange because when I use this, the font is not changed > > > and I have the error message: > > > "assertion GDK_IS_COLORMAP(colormap) failed". > > > > I got this mesg too, but the font was changed > > I have to withdraw this statement I'm afraid. I'm now on different box(using linux), but it does not work. Will try later on win32 box. Jiri -- Jiri Pavlovsky ps@project-syndicate.org tel: +420221517657 From jackala82@hotmail.com Wed Jul 2 14:27:53 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hotmail.com (law8-f76.law8.hotmail.com [216.33.241.76]) by mail.gnome.org (Postfix) with ESMTP id C65801812B for ; Wed, 2 Jul 2003 14:27:52 -0400 (EDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 2 Jul 2003 11:27:52 -0700 Received: from 65.95.56.194 by lw8fd.law8.hotmail.msn.com with HTTP; Wed, 02 Jul 2003 18:27:51 GMT X-Originating-IP: [65.95.56.194] X-Originating-Email: [jackala82@hotmail.com] From: "Joëlle Nakhlé" To: gtk-list@gnome.org Subject: Re: problems with glibc -- please help Date: Wed, 02 Jul 2003 18:27:51 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 02 Jul 2003 18:27:52.0090 (UTC) FILETIME=[A5CDBFA0:01C340C7] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is the config.log file after i do ./configure for pango-1.2.3: //----------------------------------------------------------------------------------------------------------------- This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = localhost uname -m = i686 uname -r = 2.4.21-0.13mdk uname -s = Linux uname -v = #1 Fri Mar 14 15:08:06 EST 2003 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/X11R6/bin PATH: /usr/local/bin PATH: /bin PATH: /usr/bin PATH: /usr/games PATH: /home/joelle/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1558: checking for a BSD-compatible install configure:1612: result: /usr/bin/install -c configure:1623: checking whether build environment is sane configure:1666: result: yes configure:1681: checking whether make sets $(MAKE) configure:1701: result: yes configure:1733: checking for working aclocal-1.4 configure:1740: result: found configure:1748: checking for working autoconf configure:1755: result: found configure:1763: checking for working automake-1.4 configure:1770: result: found configure:1778: checking for working autoheader configure:1785: result: found configure:1793: checking for working makeinfo configure:1800: result: found configure:1862: checking for gcc configure:1878: found /usr/bin/gcc configure:1888: result: gcc configure:2132: checking for C compiler version configure:2135: gcc --version &5 gcc (GCC) 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2138: $? = 0 configure:2140: gcc -v &5 Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2.2/specs Configured with: ../configure --prefix=/usr --libdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-__cxa_atexit --enable-languages=c,c++,ada,f77,objc,java --host=i586-mandrake-linux-gnu --with-system-zlib Thread model: posix gcc version 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk) configure:2143: $? = 0 configure:2145: gcc -V &5 gcc: argument to `-V' is missing configure:2148: $? = 1 configure:2172: checking for C compiler default output configure:2175: gcc conftest.c >&5 configure:2178: $? = 0 configure:2224: result: a.out configure:2229: checking whether the C compiler works configure:2235: ./a.out configure:2238: $? = 0 configure:2255: result: yes configure:2262: checking whether we are cross compiling configure:2264: result: no configure:2267: checking for suffix of executables configure:2269: gcc -o conftest conftest.c >&5 configure:2272: $? = 0 configure:2297: result: configure:2303: checking for suffix of object files configure:2325: gcc -c conftest.c >&5 configure:2328: $? = 0 configure:2350: result: o configure:2354: checking whether we are using the GNU C compiler configure:2379: gcc -c conftest.c >&5 configure:2382: $? = 0 configure:2385: test -s conftest.o configure:2388: $? = 0 configure:2401: result: yes configure:2407: checking whether gcc accepts -g configure:2429: gcc -c -g conftest.c >&5 configure:2432: $? = 0 configure:2435: test -s conftest.o configure:2438: $? = 0 configure:2449: result: yes configure:2466: checking for gcc option to accept ANSI C configure:2527: gcc -c -g -O2 conftest.c >&5 configure:2530: $? = 0 configure:2533: test -s conftest.o configure:2536: $? = 0 configure:2554: result: none needed configure:2572: gcc -c -g -O2 conftest.c >&5 conftest.c:2: parse error before "me" configure:2575: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2689: checking for c++ configure:2705: found /usr/bin/c++ configure:2715: result: c++ configure:2828: checking for C++ compiler version configure:2831: c++ --version &5 c++ (GCC) 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2834: $? = 0 configure:2836: c++ -v &5 Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2.2/specs Configured with: ../configure --prefix=/usr --libdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-__cxa_atexit --enable-languages=c,c++,ada,f77,objc,java --host=i586-mandrake-linux-gnu --with-system-zlib Thread model: posix gcc version 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk) configure:2839: $? = 0 configure:2841: c++ -V &5 c++: argument to `-V' missing configure:2844: $? = 1 configure:2847: checking whether we are using the GNU C++ compiler configure:2872: c++ -c conftest.cc >&5 configure:2875: $? = 0 configure:2878: test -s conftest.o configure:2881: $? = 0 configure:2894: result: yes configure:2900: checking whether c++ accepts -g configure:2922: c++ -c -g conftest.cc >&5 configure:2925: $? = 0 configure:2928: test -s conftest.o configure:2931: $? = 0 configure:2942: result: yes configure:2986: c++ -c -g -O2 conftest.cc >&5 configure:2989: $? = 0 configure:2992: test -s conftest.o configure:2995: $? = 0 configure:3022: c++ -c -g -O2 conftest.cc >&5 configure: In function `int main()': configure:3019: `exit' undeclared (first use this function) configure:3019: (Each undeclared identifier is reported only once for each function it appears in.) configure:3025: $? = 1 configure: failed program was: | #line 3005 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pango" | #define VERSION "1.2.3" | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:2986: c++ -c -g -O2 conftest.cc >&5 configure:2989: $? = 0 configure:2992: test -s conftest.o configure:2995: $? = 0 configure:3022: c++ -c -g -O2 conftest.cc >&5 configure:3025: $? = 0 configure:3028: test -s conftest.o configure:3031: $? = 0 configure:3072: c++ -c -g -O2 conftest.cc >&5 configure:3075: $? = 0 configure:3078: test -s conftest.o configure:3081: $? = 0 configure:3188: checking build system type configure:3206: result: i686-pc-linux-gnu configure:3214: checking host system type configure:3228: result: i686-pc-linux-gnu configure:3236: checking for a sed that does not truncate output configure:3290: result: /bin/sed configure:3293: checking for egrep configure:3303: result: grep -E configure:3319: checking for ld used by gcc configure:3386: result: /usr/bin/ld configure:3395: checking if the linker (/usr/bin/ld) is GNU ld configure:3410: result: yes configure:3415: checking for /usr/bin/ld option to reload object files configure:3422: result: -r configure:3431: checking for BSD-compatible nm configure:3473: result: /usr/bin/nm -B configure:3477: checking whether ln -s works configure:3481: result: yes configure:3488: checking how to recognise dependent libraries configure:3688: result: pass_all configure:4134: checking how to run the C preprocessor configure:4170: gcc -E conftest.c configure:4176: $? = 0 configure:4208: gcc -E conftest.c configure:4212:28: ac_nonexistent.h: No such file or directory configure:4214: $? = 1 configure: failed program was: | #line 4199 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pango" | #define VERSION "1.2.3" | #ifdef __cplusplus | #include | #endif | /* end confdefs.h. */ | #include configure:4252: result: gcc -E configure:4277: gcc -E conftest.c configure:4283: $? = 0 configure:4315: gcc -E conftest.c configure:4319:28: ac_nonexistent.h: No such file or directory configure:4321: $? = 1 configure: failed program was: | #line 4306 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pango" | #define VERSION "1.2.3" | #ifdef __cplusplus | #include | #endif | /* end confdefs.h. */ | #include configure:4364: checking for ANSI C header files configure:4390: gcc -c -g -O2 conftest.c >&5 configure:4393: $? = 0 configure:4396: test -s conftest.o configure:4399: $? = 0 configure:4488: gcc -o conftest -g -O2 conftest.c >&5 configure:4491: $? = 0 configure:4493: ./conftest configure:4496: $? = 0 configure:4511: result: yes configure:4535: checking for sys/types.h configure:4552: gcc -c -g -O2 conftest.c >&5 configure:4555: $? = 0 configure:4558: test -s conftest.o configure:4561: $? = 0 configure:4572: result: yes configure:4535: checking for sys/stat.h configure:4552: gcc -c -g -O2 conftest.c >&5 configure:4555: $? = 0 configure:4558: test -s conftest.o configure:4561: $? = 0 configure:4572: result: yes configure:4535: checking for stdlib.h configure:4552: gcc -c -g -O2 conftest.c >&5 configure:4555: $? = 0 configure:4558: test -s conftest.o configure:4561: $? = 0 configure:4572: result: yes configure:4535: checking for string.h configure:4552: gcc -c -g -O2 conftest.c >&5 configure:4555: $? = 0 configure:4558: test -s conftest.o configure:4561: $? = 0 configure:4572: result: yes configure:4535: checking for memory.h configure:4552: gcc -c -g -O2 conftest.c >&5 configure:4555: $? = 0 configure:4558: test -s conftest.o configure:4561: $? = 0 configure:4572: result: yes configure:4535: checking for strings.h configure:4552: gcc -c -g -O2 conftest.c >&5 configure:4555: $? = 0 configure:4558: test -s conftest.o configure:4561: $? = 0 configure:4572: result: yes configure:4535: checking for inttypes.h configure:4552: gcc -c -g -O2 conftest.c >&5 configure:4555: $? = 0 configure:4558: test -s conftest.o configure:4561: $? = 0 configure:4572: result: yes configure:4535: checking for stdint.h configure:4552: gcc -c -g -O2 conftest.c >&5 configure:4555: $? = 0 configure:4558: test -s conftest.o configure:4561: $? = 0 configure:4572: result: yes configure:4535: checking for unistd.h configure:4552: gcc -c -g -O2 conftest.c >&5 configure:4555: $? = 0 configure:4558: test -s conftest.o configure:4561: $? = 0 configure:4572: result: yes configure:4598: checking dlfcn.h usability configure:4611: gcc -c -g -O2 conftest.c >&5 configure:4614: $? = 0 configure:4617: test -s conftest.o configure:4620: $? = 0 configure:4630: result: yes configure:4634: checking dlfcn.h presence configure:4645: gcc -E conftest.c configure:4651: $? = 0 configure:4670: result: yes configure:4706: checking for dlfcn.h configure:4713: result: yes configure:4731: checking how to run the C++ preprocessor configure:4763: c++ -E conftest.cc configure:4769: $? = 0 configure:4801: c++ -E conftest.cc configure:4816:28: ac_nonexistent.h: No such file or directory configure:4807: $? = 1 configure: failed program was: | #line 4792 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pango" | #define VERSION "1.2.3" | #ifdef __cplusplus | #include | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:4845: result: c++ -E configure:4870: c++ -E conftest.cc configure:4876: $? = 0 configure:4908: c++ -E conftest.cc configure:4923:28: ac_nonexistent.h: No such file or directory configure:4914: $? = 1 configure: failed program was: | #line 4899 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pango" | #define VERSION "1.2.3" | #ifdef __cplusplus | #include | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:5007: checking for g77 configure:5036: result: no configure:5007: checking for f77 configure:5036: result: no configure:5007: checking for xlf configure:5036: result: no configure:5007: checking for frt configure:5036: result: no configure:5007: checking for pgf77 configure:5036: result: no configure:5007: checking for fl32 configure:5036: result: no configure:5007: checking for af77 configure:5036: result: no configure:5007: checking for fort77 configure:5036: result: no configure:5007: checking for f90 configure:5036: result: no configure:5007: checking for xlf90 configure:5036: result: no configure:5007: checking for pgf90 configure:5036: result: no configure:5007: checking for epcf90 configure:5036: result: no configure:5007: checking for f95 configure:5036: result: no configure:5007: checking for fort configure:5036: result: no configure:5007: checking for xlf95 configure:5036: result: no configure:5007: checking for lf95 configure:5036: result: no configure:5007: checking for g95 configure:5036: result: no configure:5051: checking for Fortran 77 compiler version configure:5051: --version &5 ./configure: line 1: --version: command not found configure:5054: $? = 127 configure:5056: -v &5 ./configure: line 1: -v: command not found configure:5059: $? = 127 configure:5061: -V &5 ./configure: line 1: -V: command not found configure:5064: $? = 127 configure:5071: checking whether we are using the GNU Fortran 77 compiler configure:5085: -c conftest.F >&5 ./configure: line 1: -c: command not found configure:5088: $? = 127 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:5107: result: no configure:5114: checking whether accepts -g configure:5126: -c -g conftest.f >&5 ./configure: line 1: -c: command not found configure:5129: $? = 127 configure: failed program was: | program main | | end configure:5147: result: no configure:5175: checking the maximum length of command line arguments configure:5234: result: 32768 configure:5245: checking command to parse /usr/bin/nm -B output from gcc object configure:5334: gcc -c -g -O2 conftest.c >&5 configure:5337: $? = 0 configure:5341: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm configure:5344: $? = 0 configure:5396: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 configure:5399: $? = 0 configure:5437: result: ok configure:5441: checking for objdir configure:5456: result: .libs configure:5546: checking for ar configure:5562: found /usr/bin/ar configure:5573: result: ar configure:5626: checking for ranlib configure:5642: found /usr/bin/ranlib configure:5653: result: ranlib configure:5706: checking for strip configure:5722: found /usr/bin/strip configure:5733: result: strip configure:5995: checking if gcc static flag works configure:6018: result: yes configure:6035: checking if gcc supports -fno-rtti -fno-exceptions configure:6056: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 configure:6060: $? = 0 configure:6068: result: yes configure:6083: checking for gcc option to produce PIC configure:6260: result: -fPIC configure:6267: checking if gcc PIC flag -fPIC works configure:6288: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5 configure:6292: $? = 0 configure:6300: result: yes configure:6324: checking if gcc supports -c -o file.o configure:6355: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:6359: $? = 0 configure:6373: result: yes configure:6399: checking whether the gcc linker (/usr/bin/ld) supports shared libraries configure:7193: result: yes configure:7219: checking whether -lc should be explicitly linked in configure:7224: gcc -c -g -O2 conftest.c >&5 configure:7227: $? = 0 configure:7241: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:7244: $? = 0 configure:7256: result: no configure:7264: checking how to hardcode library paths into programs configure:7289: result: immediate configure:7303: checking whether stripping libraries is possible configure:7308: result: yes configure:7330: checking dynamic linker characteristics configure:7889: result: GNU/Linux ld.so configure:8615: checking if libtool supports shared libraries configure:8617: result: yes configure:8620: checking whether to build shared libraries configure:8669: result: yes configure:8672: checking whether to build static libraries configure:8676: result: no configure:8767: creating libtool configure:9311: checking for ld used by c++ configure:9378: result: /usr/bin/ld configure:9387: checking if the linker (/usr/bin/ld) is GNU ld configure:9402: result: yes configure:9453: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:10248: result: yes configure:10266: c++ -c -g -O2 conftest.cc >&5 configure:10269: $? = 0 configure:10365: checking for c++ option to produce PIC configure:10617: result: -fPIC configure:10624: checking if c++ PIC flag -fPIC works configure:10645: c++ -c -g -O2 -fPIC -DPIC conftest.cc >&5 configure:10649: $? = 0 configure:10657: result: yes configure:10681: checking if c++ supports -c -o file.o configure:10712: c++ -c -g -O2 -o out/conftest2.o conftest.cc >&5 configure:10716: $? = 0 configure:10730: result: yes configure:10756: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:10781: result: yes configure:10852: checking how to hardcode library paths into programs configure:10877: result: immediate configure:10891: checking whether stripping libraries is possible configure:10896: result: yes configure:10918: checking dynamic linker characteristics configure:11477: result: GNU/Linux ld.so configure:18439: checking for some Win32 platform configure:18449: result: no configure:18461: checking for native Win32 configure:18471: result: no configure:18586: checking for perl5 configure:18602: found /usr/bin/perl5 configure:18612: result: perl5 configure:18631: checking for X configure:18851: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include configure:19004: gcc -o conftest -g -O2 -Wall conftest.c -L/usr/X11R6/lib -lX11 >&5 configure:19007: $? = 0 configure:19010: test -s conftest configure:19013: $? = 0 configure:19150: checking for gethostbyname configure:19200: gcc -o conftest -g -O2 -Wall conftest.c >&5 configure:19203: $? = 0 configure:19206: test -s conftest configure:19209: $? = 0 configure:19220: result: yes configure:19351: checking for connect configure:19401: gcc -o conftest -g -O2 -Wall conftest.c >&5 configure:19404: $? = 0 configure:19407: test -s conftest configure:19410: $? = 0 configure:19421: result: yes configure:19486: checking for remove configure:19536: gcc -o conftest -g -O2 -Wall conftest.c >&5 configure:19539: $? = 0 configure:19542: test -s conftest configure:19545: $? = 0 configure:19556: result: yes configure:19621: checking for shmat configure:19671: gcc -o conftest -g -O2 -Wall conftest.c >&5 configure:19674: $? = 0 configure:19677: test -s conftest configure:19680: $? = 0 configure:19691: result: yes configure:19765: checking for IceConnectionNumber in -lICE configure:19796: gcc -o conftest -g -O2 -Wall -L/usr/X11R6/lib conftest.c -lICE >&5 configure:19799: $? = 0 configure:19802: test -s conftest configure:19805: $? = 0 configure:19817: result: yes configure:19859: checking for pkg-config configure:19877: found /usr/bin/pkg-config configure:19890: result: /usr/bin/pkg-config configure:19907: checking for fontconfig >= 1.0.1 configure:19911: result: yes configure:19915: checking FONTCONFIG_CFLAGS configure:19918: result: configure:19921: checking FONTCONFIG_LIBS configure:19924: result: -lfontconfig configure:19958: checking for freetype-config configure:19976: found /usr/bin/freetype-config configure:19989: result: /usr/bin/freetype-config configure:20002: checking for FT_Get_Next_Char in -lfreetype configure:20033: gcc -o conftest -g -O2 -Wall -lfreetype -lz conftest.c -lfreetype >&5 configure:20036: $? = 0 configure:20039: test -s conftest configure:20042: $? = 0 configure:20054: result: yes configure:20129: checking for xft >= 2.0.0 configure:20133: result: yes configure:20137: checking XFT_CFLAGS configure:20140: result: -I/usr/X11R6/include -I/usr/include/freetype2 configure:20143: checking XFT_LIBS configure:20146: result: -L/usr/X11R6/lib -lXft -lfreetype -lXrender -lfontconfig configure:20272: checking for pkg-config configure:20303: result: /usr/bin/pkg-config configure:20326: checking for GLIB - version >= 2.1.3 configure:20476: result: no configure:20510: gcc -o conftest -g -O2 -Wall conftest.c >&5 configure: In function `main': configure:20521: `glib_major_version' undeclared (first use in this function) configure:20521: (Each undeclared identifier is reported only once configure:20521: for each function it appears in.) configure:20521: `glib_minor_version' undeclared (first use in this function) configure:20521: `glib_micro_version' undeclared (first use in this function) configure:20513: $? = 1 configure: failed program was: | #line 20490 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pango" | #define VERSION "1.2.3" | #ifdef __cplusplus | #include | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | #include | #include | | int | main () | { | return ((glib_major_version) || (glib_minor_version) || (glib_micro_version)); | ; | return 0; | } configure:20549: error: *** Glib 2.1.3 or better is required. The latest version of *** Glib is always available from ftp://ftp.gtk.org/. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-pc-linux-gnu ac_cv_build_alias=i686-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_F77_set= ac_cv_env_F77_value= ac_cv_env_FFLAGS_set= ac_cv_env_FFLAGS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_f77_compiler_gnu=no ac_cv_func_connect=yes ac_cv_func_gethostbyname=yes ac_cv_func_remove=yes ac_cv_func_shmat=yes ac_cv_have_x='have_x=yes ac_x_includes=/usr/X11R6/include ac_x_libraries=/usr/X11R6/lib' ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=i686-pc-linux-gnu ac_cv_host_alias=i686-pc-linux-gnu ac_cv_lib_ICE_IceConnectionNumber=yes ac_cv_lib_freetype_FT_Get_Next_Char=yes ac_cv_objext=o ac_cv_path_FREETYPE_CONFIG=/usr/bin/freetype-config ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXX=c++ ac_cv_prog_CXXCPP='c++ -E' ac_cv_prog_PERL=perl5 ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_g=yes ac_cv_prog_egrep='grep -E' ac_cv_prog_f77_g=no ac_cv_prog_make_make_set=yes lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.3.1.so' lt_cv_ld_reload_flag=-r lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_LDCXX=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_SED=/bin/sed lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_rtti_exceptions=yes lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' lt_cv_sys_max_cmd_len=32768 lt_lt_cv_prog_compiler_c_o='"yes"' lt_lt_cv_prog_compiler_c_o_CXX='"yes"' lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"' lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='aclocal-1.4' AR='ar' AS='as' AUTOCONF='autoconf' AUTOHEADER='autoheader' AUTOMAKE='automake-1.4' BUILD_OT_TESTS_FALSE='' BUILD_OT_TESTS_TRUE='' BUILD_QT_TEST_FALSE='' BUILD_QT_TEST_TRUE='' CC='gcc' CFLAGS='-g -O2 -Wall' CPP='gcc -E' CPPFLAGS='' CROSS_COMPILING_FALSE='' CROSS_COMPILING_TRUE='#' CXX='c++' CXXCPP='c++ -E' CXXFLAGS='-g -O2' DB2HTML='' DEFS='' DISABLE_EXPLICIT_DEPS_FALSE='' DISABLE_EXPLICIT_DEPS_TRUE='' DLLTOOL='dlltool' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' ENABLE_GTK_DOC_FALSE='' ENABLE_GTK_DOC_TRUE='' EXEEXT='' F77='' FFLAGS='' FONTCONFIG_CFLAGS=' ' FONTCONFIG_LIBS='-lfontconfig ' FREETYPE_CFLAGS=' -I/usr/include/freetype2' FREETYPE_CONFIG='/usr/bin/freetype-config' FREETYPE_LIBS='-lfontconfig -lfreetype -lz' FRIBIDI_CFLAGS='' FRIBIDI_LIBS='' FRIBIDI_PC='' GLIB_CFLAGS='' GLIB_GENMARSHAL='' GLIB_LIBS='' GLIB_MKENUMS='' GOBJECT_QUERY='' GTKDOC='' HAVE_CXX_FALSE='#' HAVE_CXX_TRUE='' HAVE_DOCBOOK_FALSE='' HAVE_DOCBOOK_TRUE='' HAVE_FREETYPE_FALSE='#' HAVE_FREETYPE_TRUE='' HAVE_FRIBIDI_FALSE='' HAVE_FRIBIDI_TRUE='' HAVE_GTK_DOC='' HAVE_GTK_DOC_FALSE='' HAVE_GTK_DOC_TRUE='' HAVE_INCLUDED_MODULES_FALSE='' HAVE_INCLUDED_MODULES_TRUE='' HAVE_USP10_H_FALSE='' HAVE_USP10_H_TRUE='' HAVE_WIN32_FALSE='' HAVE_WIN32_TRUE='#' HAVE_XFT_FALSE='#' HAVE_XFT_TRUE='' HAVE_X_FALSE='#' HAVE_X_TRUE='' HTML_DIR='' INCLUDED_FT2_MODULES='' INCLUDED_WIN32_MODULES='' INCLUDED_XFT_MODULES='' INCLUDED_X_MODULES='' INCLUDE_ARABIC_FT2_FALSE='' INCLUDE_ARABIC_FT2_TRUE='' INCLUDE_ARABIC_XFT_FALSE='' INCLUDE_ARABIC_XFT_TRUE='' INCLUDE_ARABIC_X_FALSE='' INCLUDE_ARABIC_X_TRUE='' INCLUDE_BASIC_FT2_FALSE='' INCLUDE_BASIC_FT2_TRUE='' INCLUDE_BASIC_WIN32_FALSE='' INCLUDE_BASIC_WIN32_TRUE='' INCLUDE_BASIC_XFT_FALSE='' INCLUDE_BASIC_XFT_TRUE='' INCLUDE_BASIC_X_FALSE='' INCLUDE_BASIC_X_TRUE='' INCLUDE_BENGALI_X_FALSE='' INCLUDE_BENGALI_X_TRUE='' INCLUDE_DEVANAGARI_X_FALSE='' INCLUDE_DEVANAGARI_X_TRUE='' INCLUDE_GUJARATI_X_FALSE='' INCLUDE_GUJARATI_X_TRUE='' INCLUDE_GURMUKHI_X_FALSE='' INCLUDE_GURMUKHI_X_TRUE='' INCLUDE_HANGUL_XFT_FALSE='' INCLUDE_HANGUL_XFT_TRUE='' INCLUDE_HANGUL_X_FALSE='' INCLUDE_HANGUL_X_TRUE='' INCLUDE_HEBREW_FT2_FALSE='' INCLUDE_HEBREW_FT2_TRUE='' INCLUDE_HEBREW_XFT_FALSE='' INCLUDE_HEBREW_XFT_TRUE='' INCLUDE_HEBREW_X_FALSE='' INCLUDE_HEBREW_X_TRUE='' INCLUDE_INDIC_FT2_FALSE='' INCLUDE_INDIC_FT2_TRUE='' INCLUDE_INDIC_XFT_FALSE='' INCLUDE_INDIC_XFT_TRUE='' INCLUDE_MYANMAR_X_FALSE='' INCLUDE_MYANMAR_X_TRUE='' INCLUDE_TAMIL_X_FALSE='' INCLUDE_TAMIL_X_TRUE='' INCLUDE_THAI_FT2_FALSE='' INCLUDE_THAI_FT2_TRUE='' INCLUDE_THAI_XFT_FALSE='' INCLUDE_THAI_XFT_TRUE='' INCLUDE_THAI_X_FALSE='' INCLUDE_THAI_X_TRUE='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' LDFLAGS='' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LN_S='ln -s' LTLIBOBJS='' LT_CURRENT_MINUS_AGE='0' LT_VERSION_INFO='200:3:200' MAKEINFO='makeinfo' MS_LIB_AVAILABLE_FALSE='' MS_LIB_AVAILABLE_TRUE='#' OBJDUMP='objdump' OBJEXT='o' OS_WIN32_FALSE='' OS_WIN32_TRUE='#' PACKAGE='pango' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PANGO_API_VERSION='1.0' PANGO_BINARY_AGE='203' PANGO_DEBUG_FLAGS='-DG_DISABLE_CAST_CHECKS' PANGO_INTERFACE_AGE='3' PANGO_MAJOR_VERSION='1' PANGO_MICRO_VERSION='3' PANGO_MINOR_VERSION='2' PANGO_MODULE_VERSION='1.2.0' PANGO_VERSION='1.2.3' PATH_SEPARATOR=':' PERL='perl5' PKGCONFIG_FREETYPE_LIBS='' PKGCONFIG_XFT_LIBS='' PKGCONFIG_X_LIBS='' PKG_CONFIG='/usr/bin/pkg-config' PLATFORM_WIN32_FALSE='' PLATFORM_WIN32_TRUE='#' QTDIR='' RANLIB='ranlib' REBUILD='' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' USP10_H='' VERSION='1.2.3' WIN32_LIBS='' XFT_CFLAGS='-I/usr/X11R6/include -I/usr/include/freetype2 ' XFT_LIBS='-L/usr/X11R6/lib -lXft -lfreetype -lXrender -lfontconfig ' X_CFLAGS=' -I/usr/X11R6/include' X_EXTRA_LIBS='' X_LIBS=' -L/usr/X11R6/lib -lX11' X_PRE_LIBS=' -lSM -lICE' ac_ct_AR='ar' ac_ct_AS='' ac_ct_CC='gcc' ac_ct_CXX='' ac_ct_DLLTOOL='' ac_ct_F77='' ac_ct_OBJDUMP='' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' bindir='${exec_prefix}/bin' build='i686-pc-linux-gnu' build_alias='' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' datadir='${prefix}/share' exec_prefix='NONE' host='i686-pc-linux-gnu' host_alias='' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' ms_librarian='' oldincludedir='/usr/include' prefix='NONE' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_DLFCN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define PACKAGE "pango" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define STDC_HEADERS 1 #define VERSION "1.2.3" #endif #ifdef __cplusplus #include configure: exit 1 //-------------------------------------------------------------------------------------------------------------- So thats it. I am getting really impatient because it is not working even after i did ldconfig. Would it be a solution to try to remove glib and reinstall it? If so, how exactly do i remove it? Thanx, Joelle. _________________________________________________________________ The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail From andreas@mtg.co.at Wed Jul 2 14:39:06 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from viefep12-int.chello.at (viefep12-int.chello.at [213.46.255.25]) by mail.gnome.org (Postfix) with ESMTP id 4D2D3180F8 for ; Wed, 2 Jul 2003 14:39:05 -0400 (EDT) Received: from andi-lap ([80.108.209.54]) by viefep12-int.chello.at (InterMail vM.5.01.05.17 201-253-122-126-117-20021021) with SMTP id <20030702183903.HMNQ109.viefep12-int.chello.at@andi-lap>; Wed, 2 Jul 2003 20:39:03 +0200 Received: by andi-lap (sSMTP sendmail emulation); Wed, 2 Jul 2003 20:39:03 +0200 Subject: Re: gtk 2.2 for Windows with mingw32 hosted under Linux From: Andreas Kostyrka To: "J. Ali Harlow" Cc: gtk-list@gnome.org In-Reply-To: <20030702142141.GC9307@tom.avrc.city.ac.uk> References: <1057155653.3829.200.camel@andi-lap> <20030702142141.GC9307@tom.avrc.city.ac.uk> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-SzypHy/8vJxDvEyFeO9X" Organization: Message-Id: <1057171143.3829.202.camel@andi-lap> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 02 Jul 2003 20:39:03 +0200 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --=-SzypHy/8vJxDvEyFeO9X Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2003-07-02 at 16:21, J. Ali Harlow wrote: > On 2003.07.02 15:20 Andreas Kostyrka wrote: > > Hi! > >=20 > > I've been wondering if somebody ever tried to compile Gtk2.2 with a > > crosscompiling Mingw32 hosted on Linux? If so, how does one start such > > task? >=20 > Yes. I do this. I started top-down (ie., with Gtk+) using Tor's > binaries for the low level libraries until I managed to get each > one built. It would obviously be more logical to start from the > bottom if you were prepared to accept the delay before having > anything working. I can provide copies of my scripts, hacked > version of libtool etc., if needed. I haven't yet tried to Well, it would be very nice if you could share your scripts. Cheers, Andreas > build Gtk+ 2.2.2 which I have a vague recollection is now based > on libtool 1.5 (or was that 2.3?). I know that I'm going to have > some serious problems with libtool 1.5, but these may not affect > you if you start from scratch. >=20 > HTH, --=-SzypHy/8vJxDvEyFeO9X Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQA/AybHHJdudm4KnO0RAhbWAKC8ZXrFY8L2ZkjtFXJazQKM4Ym/mACgvWc4 sESLrWjXu7mJe0pLdZTOowU= =K30f -----END PGP SIGNATURE----- --=-SzypHy/8vJxDvEyFeO9X-- From Valdis.Kletnieks@vt.edu Wed Jul 2 14:58:18 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from turing-police.cc.vt.edu (turing-police.cc.vt.edu [128.173.14.107]) by mail.gnome.org (Postfix) with ESMTP id BB2171840C for ; Wed, 2 Jul 2003 14:58:18 -0400 (EDT) Received: from turing-police.cc.vt.edu (localhost [127.0.0.1]) by turing-police.cc.vt.edu (8.12.10.Beta0/8.12.10.Beta0) with ESMTP id h62IwIp3002360; Wed, 2 Jul 2003 14:58:18 -0400 Message-Id: <200307021858.h62IwIp3002360@turing-police.cc.vt.edu> X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4+dev To: =?ISO-8859-1?Q?Jo=EBlle_Nakhl=E9?= Cc: gtk-list@gnome.org Subject: Re: problems with glibc -- please help In-Reply-To: Your message of "Wed, 02 Jul 2003 18:27:51 -0000." From: Valdis.Kletnieks@vt.edu References: Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_-1582654608P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Wed, 02 Jul 2003 14:58:17 -0400 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --==_Exmh_-1582654608P Content-Type: text/plain; charset=us-ascii On Wed, 02 Jul 2003 18:27:51 -0000, =?ISO-8859-1?Q?Jo=EBlle_Nakhl=E9?= said: > This is the config.log file after i do ./configure for pango-1.2.3: > configure:20272: checking for pkg-config > configure:20303: result: /usr/bin/pkg-config > configure:20326: checking for GLIB - version >= 2.1.3 > configure:20476: result: no Bad karma here. Most likely, you need to set the PKG_CONFIG_PATH environment variable so it can find your packages, if you didn't install into /usr/. > configure:20510: gcc -o conftest -g -O2 -Wall conftest.c >&5 > configure: In function `main': > configure:20521: `glib_major_version' undeclared (first use in this > function) So it's not finding the glib *.h files it needs, because 'pkg-config --cflags' didn't give a -I/where/glib/is flag, and the headers aren't in /usr/include. --==_Exmh_-1582654608P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) Comment: Exmh version 2.5 07/13/2001 iD8DBQE/AytJcC3lWbTT17ARAgBFAJoDOpGd6qnW6R4VS/iMXfOQAi07qACg5om9 ZVUMBe24GcbzW+ol4SOmgvU= =SxQ7 -----END PGP SIGNATURE----- --==_Exmh_-1582654608P-- From viniciusromao@pop.com.br Wed Jul 2 15:38:18 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from relay2.pop.com.br (relay2.pop.com.br [200.175.8.31]) by mail.gnome.org (Postfix) with ESMTP id C099718417 for ; Wed, 2 Jul 2003 15:38:17 -0400 (EDT) Received: from smtp.pop.com.br (webmail3.pop.com.br [200.175.8.18]) by relay2.pop.com.br (Postfix) with SMTP id 0A825175D4B for ; Wed, 2 Jul 2003 16:27:30 -0300 (BRT) Received: (qmail 29496 invoked by uid 89); 2 Jul 2003 14:54:38 -0300 Message-ID: <20030702175438.29495.qmail@webmail3.pop.com.br> From: "Vinicius M. Romao" To: gtk-list@gnome.org Subject: C++ x GTK, where can i find good material? Importance: normal Date: Wed, 02 Jul 2003 14:54:38 -0300 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello Friends, Somebody know where can I find a good material talking about interface between C++ programs and GTK. Vinicius -- POP. Nem parece internet grátis. Seja POP você também! Acesse: http://www.pop.com.br/pop_discador.php e baixe o POPdiscador. From pgasper@designadvantage.com Wed Jul 2 17:35:54 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from server18.pronicsolutions.com (server18.pronicsolutions.com [64.94.233.81]) by mail.gnome.org (Postfix) with ESMTP id 1ED2318F17 for ; Wed, 2 Jul 2003 17:35:54 -0400 (EDT) Received: from host-150-180-220-24.midco.net ([24.220.180.150] helo=WORKGROUP) by server18.pronicsolutions.com with esmtp (Exim 3.36 #1) id 19XpEp-0004IT-00; Wed, 02 Jul 2003 17:34:03 -0400 Subject: Re: C++ x GTK, where can i find good material? From: Peter Gasper To: "Vinicius M. Romao" Cc: gtk-list@gnome.org In-Reply-To: <20030702175438.29495.qmail@webmail3.pop.com.br> References: <20030702175438.29495.qmail@webmail3.pop.com.br> Content-Type: text/plain Organization: Message-Id: <1057181653.2243.343.camel@WORKGROUP> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2-3mdk Date: 02 Jul 2003 15:34:13 -0600 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server18.pronicsolutions.com X-AntiAbuse: Original Domain - gnome.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [0 0] X-AntiAbuse: Sender Address Domain - designadvantage.com Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I'm not exactly sure what your getting at but you could start at www.gtkmm.org, they've had lots of experience with that sort of thing. On Wed, 2003-07-02 at 11:54, Vinicius M. Romao wrote: > > Hello Friends, > > > Somebody know where can I find a good material talking about interface > between C++ programs and GTK. > > > Vinicius > > -- Peter Gasper From torriem@chem.byu.edu Wed Jul 2 17:38:22 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.chem.byu.edu (mailchem.byu.edu [128.187.28.163]) by mail.gnome.org (Postfix) with ESMTP id B0FC518F2A for ; Wed, 2 Jul 2003 17:38:21 -0400 (EDT) Received: from isengard.chem.byu.edu (gondor.chem.byu.edu [192.168.105.35]) by mail.chem.byu.edu (8.11.6/8.11.6) with ESMTP id h62La6216144; Wed, 2 Jul 2003 15:36:06 -0600 Received: from isengard.chem.byu.edu (isengard [127.0.0.1]) by isengard.chem.byu.edu (8.12.8/8.12.5) with ESMTP id h62Lbdbe013426; Wed, 2 Jul 2003 15:37:39 -0600 Received: (from torriem@localhost) by isengard.chem.byu.edu (8.12.8/8.12.8/Submit) id h62LbdTG013424; Wed, 2 Jul 2003 15:37:39 -0600 X-Authentication-Warning: isengard.chem.byu.edu: torriem set sender to torriem@chem.byu.edu using -f Subject: Re: C++ x GTK, where can i find good material? From: Michael L Torrie To: "Vinicius M. Romao" Cc: gtk-list@gnome.org In-Reply-To: <20030702175438.29495.qmail@webmail3.pop.com.br> References: <20030702175438.29495.qmail@webmail3.pop.com.br> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1057181858.13279.2.camel@isengard> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 02 Jul 2003 15:37:38 -0600 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Wed, 2003-07-02 at 11:54, Vinicius M. Romao wrote: > > Hello Friends, > > > Somebody know where can I find a good material talking about interface > between C++ programs and GTK. see http://www.gtk.org and look for "bindings." the 2 main bindings are GTKMM (or gtk--) at http://gtkmm.sourceforge.net and inti at http://init.sourceforge.net Michael > > > Vinicius > > -- Michael L Torrie From tudorv@eircom.net Wed Jul 2 18:54:55 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail06.svc.cra.dublin.eircom.net (mail06.svc.cra.dublin.eircom.net [159.134.118.22]) by mail.gnome.org (Postfix) with SMTP id 00160184E4 for ; Wed, 2 Jul 2003 18:54:54 -0400 (EDT) Received: (qmail 85502 messnum 162501 invoked from network[159.134.180.185/p185.as1.qkr.cork1.eircom.net]); 2 Jul 2003 22:54:53 -0000 Received: from p185.as1.qkr.cork1.eircom.net (HELO tudor-pc.home) (159.134.180.185) by mail06.svc.cra.dublin.eircom.net (qp 85502) with SMTP; 2 Jul 2003 22:54:53 -0000 Received: by tudor-pc.home (Postfix, from userid 1001) id 15FC7126013; Wed, 2 Jul 2003 23:54:32 +0100 (IST) Date: Wed, 2 Jul 2003 23:54:32 +0100 From: Tudor Vinereanu To: gtk-list@gnome.org Subject: GtkCellRenderer Message-ID: <20030702225432.GA492@tudor-pc.home> Mail-Followup-To: gtk-list@gnome.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi All, I've been searching through the archives of the list, but I couldn't find an appropriate answer... Are there any other GtkCellRenderers planned for the next GTK version (2.4, or maybe 2.6)? I find TreeView great, but I'd like to use other cell renderers as well (for example GtkAdjustment). Are there any plans to provide these as standard? I know there was a lot of discussion about GtkCellRenderer, and many people wrote their own, but wouldn't it make sense to have them part of the standard distibution? TIA, Tudor From edscott@imp.mx Wed Jul 2 23:11:26 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from www.imp.mx (www.imp.mx [192.100.181.86]) by mail.gnome.org (Postfix) with ESMTP id 4CA6918345 for ; Wed, 2 Jul 2003 23:11:26 -0400 (EDT) Received: from [192.168.122.241] (IDENT:edscott@[192.168.122.241]) by www.imp.mx (SGI-8.9.3p2/8.9.3) with ESMTP id WAA30402; Wed, 2 Jul 2003 22:11:22 -0500 (CDT) Subject: Re: Better accelerator keys support From: edscott wilson garcia To: Martin Stubenschrott , gtk-list@gnome.org In-Reply-To: <1244792268.20030630215447@gmx.net> References: <1244792268.20030630215447@gmx.net> Content-Type: text/plain; charset=ISO-8859-15 Message-Id: <1057201880.12124.856.camel@sagitario.eco.imp.mx> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 02 Jul 2003 22:11:21 -0500 Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: El lun, 30-06-2003 a las 14:54, Martin Stubenschrott escribió: > Hi, > > I am not sure if this is acutally a GTK+ or Gnome thing, but there's > is really one thing with keyboard accelerators which could be > massively improved. > > In GTK+, if you have a button "&Test" (sorry, i am/was only a windows > developer, by putting the '&' bevore the 'T' I meant that T was > underlinded for quick access), you can use by pressing "Alt-T". This > is not bad, but Windows does this much better (and faster) I think. If > the focus is on a button, checkbox or optionbutton, it is enough just > to press "T" for selecting the button. The Alt key is only necessary > if the focus is in an edit-field or listbox because than it is unclear > if you want to write a "T" or select a button "&Test". > > This probably sounds very unimportant, but for an advanced keyboard > user, it will speed things up extremely. > > I hope it is clear what I mean, and I am looking forward for your > comments. Using the space bar to select the button (gtk default) is easy and natural. Even so, you can define a "windowy" behaviour by using the key-pressed signal on the widget. Edscott > > Best regards, > > Martin > > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list From charlet@ACT-Europe.FR Thu Jul 3 04:10:48 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from dublin.ACT-Europe.FR (dublin.act-europe.fr [212.157.227.154]) by mail.gnome.org (Postfix) with ESMTP id A26031821B; Thu, 3 Jul 2003 04:10:47 -0400 (EDT) Received: by dublin.ACT-Europe.FR (Postfix, from userid 525) id 5BF4922A0D0; Thu, 3 Jul 2003 10:10:46 +0200 (MET DST) Date: Thu, 3 Jul 2003 10:10:46 +0200 From: Arnaud Charlet To: gnome-announce-list@gnome.org, gtk-list@gnome.org, gtk-app-devel-list@gnome.org Subject: ANNOUNCE: GtkAda 2.2.0 release Message-ID: <20030703101046.B4671@dublin.act-europe.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: GtkAda 2.2.0 release -------------------- GtkAda is an Ada95 graphical toolkit based on Gtk+. It allows you to develop graphical applications in Ada95 using Gtk+ and Gnome. The primary download site is http://libre.act-europe.fr/GtkAda This version represents a major update compared to GtkAda 2.0.0, and is suitable for use with Gtk+ 2.2.0 and above. A binary package is also provided with this release for Windows platforms. New features in 2.2.0: - Support for Glade2 - Support for GtkExtra - Support for libglade2 - New functions bound in Gtk.Label - New type UTF8_String to make it clearer when UTF8 strings are expected - New capabilities in GtkAda.MDI, see spec for details - Support for drad-n-drop in GtkAda.MDI - Bugs and memory leak fixes in GtkAda.MDI - New package Glib.Graphs (was actually in GtkAda 2.0.0, but not announced) - Update to GNOME 2.0 API - Memory leaks fixed in Glib.XML - Code clean ups - Fixed Gtk.Text_Buffer.Cut|Copy|Paste_Clipboard - Speed improvements and code clean up in Gtkada.Canvas - Full support for Pango (font handling and internationalization support) - New package Glib.Messages - New package Glib.Unicode From Daniel.Betaille@lure.u-psud.fr Thu Jul 3 04:39:40 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mailer.lure.u-psud.fr (masterdns.lure.u-psud.fr [193.55.24.134]) by mail.gnome.org (Postfix) with ESMTP id F17E6183AE for ; Thu, 3 Jul 2003 04:39:39 -0400 (EDT) Received: from desinfectant.lure.u-psud.fr (desinfectant.lure.u-psud.fr [193.55.24.123]) by mailer.lure.u-psud.fr (Postfix) with SMTP id 6846518F444 for ; Thu, 3 Jul 2003 10:39:39 +0200 (CEST) Received: by ploumix.lure.u-psud.fr (sSMTP sendmail emulation); Thu, 3 Jul 2003 10:39:39 +0200 Received: from (pcbetaille.lure.u-psud.fr [193.55.21.131]) by ploumix.lure.u-psud.fr via smap (V2.1) id xma011666; Thu, 3 Jul 03 10:39:30 +0200 Message-ID: <013301c3413e$9fd01d60$831537c1@lure.upsud.fr> Reply-To: "Daniel Betaille" From: "Daniel Betaille" To: "gtk" Subject: execution errors Date: Thu, 3 Jul 2003 10:39:31 +0200 Organization: LURE MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPartTM-000-4ab4e7c3-abed-11d7-91bf-00b0d03b119d" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is a multi-part message in MIME format. ------=_NextPartTM-000-4ab4e7c3-abed-11d7-91bf-00b0d03b119d Content-Type: multipart/alternative; boundary="----=_NextPart_000_0130_01C3414F.632692C0" ------=_NextPart_000_0130_01C3414F.632692C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, I just begin to use gtk so I try to understand the examples included in = the tutorial. I use GTK+2.0 on redhat 8.0. I compile the prog that uses "menu factory item", I get no errors at = compilation but when I execute it I get: < (menu2:16445): Gtk-CRITICAL **: file gtkaccelmap.c: line 135 = (gtk_accel_map_add_entry): assertion `_gtk_accel_path_is_valid = (accel_path)' failed (menu2:16445): Gtk-CRITICAL **: file gtkwidget.c: line 2809 = (gtk_widget_set_accel_path): assertion `_gtk_accel_path_is_valid = (accel_path)' failed (menu2:16445): Gtk-CRITICAL **: file gtkmenu.c: line 968 = (gtk_menu_set_accel_path): assertion `accel_path[0] =3D=3D '<' && strchr = (accel_path, '/')' failed > The execution seems to be correct but why that errors? If anybody can help me ...... Thanks Daniel BETAILLE Tel : 01-64-46-81-68 LURE-CNRS Fax:: 01-64-46-47-48 B=E2t 201A B. P. 34 91898 ORSAY Cedex ------=_NextPart_000_0130_01C3414F.632692C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello,
I just begin to use gtk so I try to = understand the=20 examples included in the tutorial.
I use GTK+2.0 on redhat = 8.0.
I compile the prog that uses "menu = factory item", I=20 get no errors at compilation but when I execute it I get:
<

(menu2:16445): Gtk-CRITICAL **: file gtkaccelmap.c: line 135=20 (gtk_accel_map_add_entry): assertion `_gtk_accel_path_is_valid = (accel_path)'=20 failed

(menu2:16445): Gtk-CRITICAL **: file gtkwidget.c: line 2809=20 (gtk_widget_set_accel_path): assertion `_gtk_accel_path_is_valid = (accel_path)'=20 failed

(menu2:16445): Gtk-CRITICAL **: file gtkmenu.c: line 968=20 (gtk_menu_set_accel_path): assertion `accel_path[0] =3D=3D '<' = && strchr=20 (accel_path, '/')' failed

>

The execution seems to be correct but why that errors?

If anybody can help me ......

Thanks

Daniel=20 BETAILLE           = ;  =20 Tel  :=20 01-64-46-81-68
LURE-CNRS       &nbs= p;            = ; =20 Fax:: 01-64-46-47-48
B=E2t 201A
B. P. 34
91898 ORSAY = Cedex

 

------=_NextPart_000_0130_01C3414F.632692C0-- ------=_NextPartTM-000-4ab4e7c3-abed-11d7-91bf-00b0d03b119d-- From ali@avrc.city.ac.uk Thu Jul 3 06:03:02 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mailgate.city.ac.uk (mailgate.city.ac.uk [138.40.12.3]) by mail.gnome.org (Postfix) with ESMTP id 87B8E18438 for ; Thu, 3 Jul 2003 06:03:01 -0400 (EDT) Received: from mailswitch.city.ac.uk ([138.40.12.12] helo=mailswitch) by mailgate.city.ac.uk with smtp (Exim 3.16 #2) id 19Y0ux-0007Dg-00 for gtk-list@gnome.org; Thu, 03 Jul 2003 11:02:19 +0100 Received: from optosun2.city.ac.uk ([138.40.167.2] helo=firewall.avrc.city.ac.uk) by mailswitch with esmtp (Exim 3.16 #5) id 19Y0vT-0007IL-00 for gtk-list@gnome.org; Thu, 03 Jul 2003 11:02:51 +0100 Received: from localhost.localdomain (tom [192.168.137.104]) by firewall.avrc.city.ac.uk (8.9.3/8.9.3) with ESMTP id MAA17509; Thu, 3 Jul 2003 12:18:01 +0100 Received: from tom (tom [127.0.0.1]) by localhost.localdomain (8.11.6/8.11.6) with ESMTP id h639tZp05732; Thu, 3 Jul 2003 10:55:39 +0100 Date: Thu, 3 Jul 2003 10:55:32 +0100 From: "J. Ali Harlow" To: Andreas Kostyrka Cc: gtk-list@gnome.org Subject: Re: gtk 2.2 for Windows with mingw32 hosted under Linux Message-ID: <20030703095532.GA6964@tom.avrc.city.ac.uk> References: <1057155653.3829.200.camel@andi-lap> <20030702142141.GC9307@tom.avrc.city.ac.uk> <1057171143.3829.202.camel@andi-lap> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="wac7ysb48OaltWcw" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1057171143.3829.202.camel@andi-lap>; from andreas@mtg.co.at on Wed, Jul 02, 2003 at 19:39:03 +0100 X-Mailer: Balsa 1.4.2 Lines: 175 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --wac7ysb48OaltWcw Content-Type: text/plain; charset=ISO-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit On 2003.07.02 19:39 Andreas Kostyrka wrote: > On Wed, 2003-07-02 at 16:21, J. Ali Harlow wrote: > > > I can provide copies of my scripts, hacked > > version of libtool etc., if needed. > > Well, it would be very nice if you could share your scripts. No problem. -- Ali Harlow Email: ali@avrc.city.ac.uk Research programmer Tel: (020) 7040 4348 Applied Vision Research Centre Intl: +44 20 7040 4348 City University Fax: (020) 7040 5515 London Intl: +44 20 7040 5515 --wac7ysb48OaltWcw Content-Type: application/x-gzip Content-Disposition: attachment; filename="gtk_scripts.tgz" Content-Transfer-Encoding: base64 H4sIACz9Az8CA+xdeXebyLLPv9Kn6GvrTixZgFgk2XKUN97ieK634zgn8854HsGAJGIEDCAv yc13f9ULCCQheZO3oJNYqKmu7q6urqruX9PwQsc3zfDaM4WzgWUbXN9yupeyxAe9Nw/1qYm1 mqIob2rwERsy/Wa/4SMpYvNNrdlo1CRZERW4LyoNWXmDam8e4TMIQs1H6I124evT6Uw/ePPq Pov/Es4sRwh6xcXiIiod+a4x0MMWirQClVBp12ihUeWoXiCRl5BUq8lCrS6IMhJXWpLSqjUQ liTavvJQifA86VkBCnTf8kLKJUBhz0SMFfJcP0Ruh6TFhZpXoek7mo08Wh+ecDo2O0GruFjo haHXEoSuM7i0HFwbd+DrZsf1uybvmKHgafq51jWDWLX5XtgHDlYH/YUWSuICaqMFzl9Af6/h Yp0igo9vksq18Y3CIvoD9AIZLqkWuUGIgp7VCYsdqxiYIeLMYuDrhuW3S2LRckCPbJv8kgTW uCKRrd9HnN9BpSFJsX8OfxHnJRMFf+CEVt+k1eS+Q01ZndIV1T1gh0q0aFq3uDx8f0k30qlr 6LRYOFo/+dgWBoEv2K6u2YLuu0HAha5rB7iSrRImwISbm22Wj+vqOkn5sLe+86mNNo+O2NXu waeT9b29Nr67t0UTOcflBo5hdizHNPCN9eOYEQyw4/WDvd2NOMXXHNs6Q+ufhjQB5RYn2AY6 2I9/OX20tbd3cni4FycZto3rj7Mdbvyx9Xn/KL7lnn0zBn0Pfdk92DreHhYC+mL4JimJF3TX 6VjdgW8ijuu50N2RSnIckR/6StVVGDjWFaPmuwMzCL5iBhzn+dDaq2QfIm6zPLkThAQv3CGY qACaAVLAjVjD3ZrRPYyE6BK7RjzpVL3Xdw3UrNcjNmWsm/dUgCky62vnZvle/DEHxORFsrFr BD0WCDw0g7Q3HrjQx7yWGiVwl1YhkbiGQOsMxCPO0fomelvB+d7C+PItJ0T/BdlaLvwy+oiN MRA3ER13jLrL/p9Rcrn45lf78KP+39FC68J8SPc/y/+LstyI/L9E6LD/r+f+//n5/1g5Jrj/ ZktebSmrN3T/lNPNvf88fTeuRPsr86hCptEf8fElnO3RPDwtLe1aSNoac9poipuOfDRzy5Ez xu4X7rWxn429K4p8aew8x71lhuNL+R5WuVGXkUiO/MANzHngVnJz/ij2/0ENf8L+1+v1LPsv S2Dsqf0X5YYovcEeoV7L7f+zs/+R4RdThr/ekmsteeWGhv92c7zLy0s+DgZhgicAkeZ59rXq aaHeM4OlcvFHsQBzP0QSwOwXCwVT77loHZNBgMpulMgX3KQ/OfABXg29Y+nYOkcUhuuYxZ9F 38TWh/DHZtd2nS52FtSVYI9RkhJ+JX2F69OxbJNUB8x5ifwo/cBfP6EdVrdYCGCatBAIJcz4 lBdKhClcLOBKJSjRe5q9iKcLKRa4JFbZh3ePF6Duluu0JV7klSKTdnthoRjJq/3VuzS+CuxO 0jnSG4Z5Ydq3849BT/OjOs3wkSMug2ZdQ8niwH/G2saVWHvWioWz75YHkzxDx4L+eLi/Pb5g IIzl48FK8GffJXA/2F5cdRAH86GL8QJwseXsKgpwew2lVJipoBkQV74ITIFG8PQO/m/4ECb5 vJ5Ou4CUKdS9MepeivpMC6CJYRD67nnMfJhI0mgGOghQzBoxhnEBlRRdzBNFjIasKSUVzeI0 2QxCl0YNN6HEYQkn8XWZhB9k4Ae9sdUqFCnRZFYpzbxn9sV0HS51Ubwth/tkTpcex+t3EsCd coOKJYmi5Q9KXBlnUBw3DkKF3crDs8eM//Zh0GHvMpf4b8r8vyY1a/H8vy7LNP4T8/jvUeK/ KTFfpBAT1/pFsQUXiZivSCxEqxBFimNGZNSqQgjUi+PKYlG33bMz028VPhweb24XC6Wl4/0y MQ3U9NB4okjutnLT8GDj37bOLPCiF/PF/xpT8L+6wtb/lLokNyS6/pfP/550/hdpBbUFt0by 4uw3muWNAXi++83UQ6iVe4kNUMB7Pe9/ur478FTLaEt1sdF8NXhekuc4mpejfY+G9kXTiftC ffOE9yZji3Bbh4AZlDiHFsehRWjAEFkkVimHFbP9/5zwv8Y0/K8mDf0/2/8j5vt/Xor/nwDl TXX/jwflTbboj4bjjXv2IYqXY3w5xvcc7f+88L9mNv4Hcz6R2H9JbEqi1CTrP4qU2/8XYv8f ZK4XCF0zDIFDGvvrOgMC+4HFACLXv47I8JZO+/HAwPnhayK/wuFYWExibKHrxUDaEHAr0eRJ kFt061mAbpFCJEG37nfLizA3VtcxMh4y82H3+yjGNkZ4D4zt1eNPTw4ALaIPMAADF7y6b2oB 9FZykYit5bpm4LwNo+iAUBBuBqLrPaMwUsW2nMFV5W4wUjIEy8OFTP8/V/ynMQ3/EaP5n1hv RP4/X/99dPxn1OfniM6vMP67eH1sbtjPDfBfRW6S57+aIswS5CbZ/9dUGvn4f8r4H2vF1Ge/ oj2ADaG2ikSxVW+2xPo9nv0iBU6eQRy4oUmmEBwwNBF56CvOS/LheAI5boiCgUduQKeGFolE fc23cECxWEBo3blGGkwf+lCd0EV6T3O6JpQOlXRME1fOxTl9HJgQxkJ3EFp2wOvosmfBdAAz sRzdHhhQ3o76ZfdAltStvb399d0DFewYvlYP1ve3oZJhzx2ESIMiuwPNNwKSecns8lW8DqNu /3l0eHxS5p8Ex6ImnC6W4eiOrZell8ko0chi2TBnMXIX+JbQg3hPYNIXcJg+jCuiQnGCE9oZ 5Gxe94yhNrhPBRQPBV3To26YMyh3dDR18e8FI3Nxaxa43dKPhE79FNhIQ9ENqjxx+kKy2Qvc F7vKbRjXjtaHgc/tjfDCrYwSIz5wTXjsgETUne2D/fXjTx/X99qlH6Oq/5NoDrYIXNd0+poP Ewv7hrhiYshQLNGwAu3MNjlmozLxRY6oF4dD8vYkxcuEH5PY3yndaMyZ6G0g/N/pEiFVXfiP EbHTcpuvlITf2o4rvCU1MdFC0Krw5pVZRqdLYMG8Qdg+/Upmlacl+vu/mOPboIqpTkvV6tvT r6dltLYW5xPXkO0gLohzxBeYYG0NLaK/1vd2/0abMEMM8QqSc45tr2/+A6YnBO4sG6Sdm6YX zRM56IWj48Od4/X9T6gHE/zrFunAd7fBN9+nhPNscE6Y8BL9kvga7+nJa7LZO9mT0EOcTVS7 NVHPf6NSiSlB31sTdD+iezdWGMgokfRwsGw2CnC6NAqyunEC1zNtz/Sx6tB0Twt76C2ZudKi zQoobzkHD+4b/88B+71B/C8ptfH4X87j/2cW/6ef/bxP+D8BMM6M/ucPFmfGv5Ng4pvGvEPq 2RHviwCgh8aerNqMBaxoVoh6f3z6GUSK6XAPz/G4KG+76wwmwua3w8wfLgogzeR84izx9T0C hcms7hlK3GqXQDI+oBsF8jjgwf3/PLD/yP/Xp+L/o/5fUho5/v+8/P9DOP7sNb5CtEsgBf6H 5xj8fw0ov8RLfALhZyYR0jjd7Xsww+dgfkh2RvCE6KVvASANnAz/00hIs63hY7fQ0UIqB3na dnwjQIrm3psAbrwH4FZbABbRPtYMuvaTjHQ7lg/pAYQkJqJTZdb1bO15ZHXp6YH8Z7CZ4SEf Js13AUzx/5PWFx94/l/Lxv9reP9fswb/63Vy/odSF+Xc/z82/p/0+ZMU4mb+v4jZqPqFCoLV z9Wu714G7dKPSamO+zMfic9i/M9t788N1v9qck2O4n+5Vm+S+D/H/592/Kee/Z495vmjj4cH /8u2CuUbh17c+GeBsTBzYjKP8d9sNIb+Xwb/L9VkKT//4UnH/0xFmGwYGi1ZShkGw+rA7O1A G/gG4vmEftElJ4Fs5hFGi0D81NtFjuNuwa1wMjDRH5qDpBWoL5iulrhKKl5cXl6eURTJu69d I9RAotTC/xo07++/I05eqTbRMvn7++9krgjTvCKiV30FcVsbn3f3tg4+729sH7dLpCBn0Afb ht6VfJ2cCva+VOJBXr/9VuQKEVBMk2CiFBASuLdcKP1gi+ERnPxzAhl58JckF5FpByatCX4I Ixz4Dupolj1IHazDCxpMvue6/W/W/l9Zkuj+X1FsNOpNfP6r3Kjl639Puv4HWnHHox9wzsdG 8u6xy+1pdrH9OWvzxCTe2FEndhNhuud58kSJNO/GG9qS29jy3WqzMMij/+yom4cHH3Z3VKpE E5VW8M67VNGj7pnvdrV8M9pTbEYbHWiPdsBGfgT/q5n/DeO/OW3/mnn+l1gXWfzXFJUaif/q jXz95wXEfxN2cj1F+Jdv5LrVSSKT9nJlxptRpDllt9dI/PbMt3bN3hZ1py1Qd4vNSlGcNevw lcm7yLIKmdh1+TEt+Wea/5/X9q+Z57+IDSk+/wUIMf4ji/n7f16A/89y9q9+P5fIS3xtuJ8L 5MCRJM42OrbWDV7HLi7crFtt4kpmyNjDlSR5vC1c9znGJd96lW+9euX+f67bP2af/yIpbP6v SDLGgrH/z/d/PTr+m/D5+YaOX2b8e5rTdeeKAM/Cf5V6dP6jIopk/5ciSjn++6TxP9GKOyLA NO8LwoBnoLQ3g2Jb2QDKq0Bph890xo9yviDg9rFRU/Js6CDwxFoWsBZF1NECZ5zNHYTcFRpe /5MDsc8aiL2HZk0ch3snwG//aHdvWwVlPvwMMVGWDsGcexk/WkubEo5t1bsRJjzROEGVx9tL Y4VsC5JcSuaY5DirjwXBxS9YuKE1uv+5IeMHhpihnj8hPC3+mw8CPOv9Dw16/geN/5oyjf/y /b8vIv6bgAA/Tfh3Bwz4F0Jqx2O3hwNvXy/oOfHUidflXVL2f04I4Cz8TxJrw/c/yOT8h4aU 7/95EfY/29i/CowvcWYDaSlB+bIeiUFJEhwCDxxLdw2TC6/C1wEI0gbeChJMZ8kABdNEz/Rk hxwVzFHBVzv/mycCOBv/a0T7fxWJnv/UUHL879Hxv5TPzxHAX2T8d5/8+U9FZus/EP0r9P0v eEkoH/9PGP937/z8Z/dlPf856y0HOTY4GxtM77tf+IWhwp2t/6hHu39ufP6gbjLoJvNtAsY5 51lXZ4MOpw/RmttjjSC8o4Oddho/xOALOXkhmfLNM7vpFA/m3UO4EmoEtrBrhm36ipUcdfyF UMf7PDr68NgdyN6/zlxjTabQqSdYxL4Z5OcC3yv+e6rnP2tyna3/NvADIDT+y9///gLiv0kn +b+Y5z/B+WU//Qk3c3zwqfFBFtossAcyaYf9TD2Lmb5hw9XCi0UWI7+FVYR5wNz75Z/H8v9P 9vynIjH8V5JE6v8lWczf//sC/H+Ws3915/XTfZZToN8ERQjTxv7ADi2YOnu2ds0oTqHABFVi +m+7mgHljnPCNFZf676WlwLglt3upQDJHFkvBUjSPNcnSu/+VoCxVaIch85x6If2/8/j+U+8 /7feEKn/z/d/PTr+282f//xF4//4+O9Zcc5cxn9drsXjv4mf/5QgRz7+n3T8Rydsxwox/ZTs TwMHfTI9hA/HlvAJ20odn5It3eSE7S+mATMBH0kygoxyowUXr+iE7Rc6/kfmHvPz/5JMznyM xn8Dn//UyN//9+zGPygEG8FwBVOSvuZx5DffI8P/g3mGxCaq1VpSvVVLDf9pWT/4Fh39dfwC AXG1pdSGo7+uVFfRMvyNRn8XL2FeWkbYW4t/9kyr2wvhd5FDaMc438VaiypEedcKBZgOrMNc CyjBJoR0ASCiAoMAH1TBrzsKNcvBaxFkV7t1BWObj24LxWUoa6DDdAFVzqwwyGDbN/uuf53B DLPBVR7gOluB2nF9qLiDWkiEuv/E7bmV1PXCSW9AX2sA9pK8lKWmJF9rMC1rWuqS0hKlodTF moyNLv5qELn/wBUHmR0RJrt9z/5CNgiAjD0btRHb9bC/fqTu7h/tqWBG4e6Se/bN1MPyWio3 qlz6MAEHoSXzoSV8vXW8/mV9Y287xQWXUebes1zAbbyXgRWm4t7TPqfuATM8ODzZRku0iCrq qnQJfGkBBKJSiag4o0rEonYsR7Ot72YL/ds7dRaqYOuh9xHjxRr4cWP3hFQ4qlAZqkSkJspY WUVRYlIjvQ0FUeY9zTFsUw3xZgrVB0W5MGmjM/kyjSZtgvaDS3LhT1c1tFCDFh983tsjwuiq VNDqwPHNDhYYZMByIlJQDzf+2N48UTf31j99QksezHidUNVtLQhAqlGTk531E8olrrfWxA2S iTZEzvcnbZfha5ekJVTutHFQqR6MDpAqqVdCwKxngEAdSiQAj+kNuwHfX6K/qjH/Kh2CrBvo yK+yET9yzzA9fA8PT2jF8kj5OBmKJ4N3atdYDhh60JHfJvUNZVmuMt6ki4io6qskTKlHovox ovOUfi1rHCWqSruU2Igq+gaSgN5Wzzy7ShUBX5LWTSRhfAgNGjFZrNWgezhQUS80W7U6Ko5X 0BJRqX9RnaqSv0yp5eZKVZShZU0Jf0daQHkwFSR8Ey3INgiJZKqVsUSxgsAwJ41nXTWuPtx7 MLCk8ZNIWCNRLA4gWFoiGoM4JJaRgFbQMlysxaOKUU0qKRLzUKIj7ARoEOZWUZgE8AL3kgVU tTVkoXeRW0LW8nKZBa6Y4hul+AYUUUXhF6bhqB7jdvxlVYYVXEbf/oZMfcv3Xf+vJdqpZZIb 6OLWYrK/SZ0TXBLVvx2bG5lQOthVneycUju+2yfGCeyncfVvoz1qRdOjF00ZYJFNVVbEqiii ZaVZj20QNg2sr3TXdn08viJrSBWR3aV91UYB2Ddevxq5S2sR376OTFbaXtFOuaHRImTMwPqu GxkoDDPQKlSjwoZ3cJYLKxjAaOyaoRpcB6HZR0swIKg9iwnZoFxOVpINg8QwfCijNiMQ0Qd+ 4PrDQGRgogP3AuEgAmZ/zZbczAz/RrKmAxFlJTX5EyViVvHXCut9sJ6bhMORb13g/XoVj16s pe6iCi0n0+LSuSeRYxVV+lpwPrS+w+gipoJfQzISYyQiQkaFeyMiosYoMtMRAS6L3mYG+uPm 5+NPh8eol6htxBUUqvIP/L9yfRVngkvoUnK5lg6Fh0OKslFZKvsVxcdEonWw52C4RHBY4jBM gfmtZQywf14S0bt3YOhWOGrr/r1SLuP/2OaxgCQpFDx+hpKMAzCgGsoKG51IvjHFcsyHKXGK TSy+WJhpJpFD47IcWrKObCihdhuJMINP1Cx5p0p6ayKzCW6L8i8nGeD8MFShgAn0uMxyujhM zAY1SopjqqeJRcKoEjLJyFBEi1bHgLhwR90+IMH11vbG5x3c6xYEi8RmGebZoKuSg2sRrT6h Ual2Mu/1gypQUyFDsrnKDHKB8rGuSbMaZZIC/gd8wjnpIviJDfRSpNdllO4c8OlQW+u6kk6m DjgzM9GJZDY6pAqRH75ijvgK/CydL8I18cQF2hjEwkZS+Stc+eZqmTZxVSRNXG3cvYlJHbtl A4cqTzIl7MVDNE6SJLCly5LUjE0qm5hS1teM9XUygrmOQ5gfUZRy5y5l+f+5gbySiVE8ll32 ZI1Yzi5uoozpJ/oeFzcbmByMspVliCVjwWNRn3VVmNhf9qzQZNKWm1iVJEViqvSIgr6DsNBQ WJHXoURJvyKsrBVvLyAijXqdSKNReyhp3EdtZukAlkLkcB9KCjPCqmjWG0dH+66DtkwdoVW8 rqbILUXKDKzGMqdDq7rckuqJ0EqpK2RmF11EUzsyVVN3tnbVD+u7e9tbEOp/Mm1TDw/JAsEC Xc4ZrnzHXYMHQODr8QyK+rp3bbRSjnoAk4w5R5ypnCZHBWrChArasK0wxCtpeHaBNHCcSEEg 7hUOuo5FrMSAxWZ6ybUNGvXiYBtPRs1wa3djE88VTnA6qaahV1GtCrJpVFGUAaIcsJS1yIxO kMQoKywNbP2xODIEgF1Gmdj5mGi6CGiGUUs+LgoHiWMy+P/2jrW3bRv4OfkVrNeH35EsJU7d JYBbp6mBNAGsrBswDJ5qy45RRzIkGXGA9r/vjkdSlC3HXZthxcZDi7riw+Tx3seT6WTbPGci /uUKbO+LQJB+Cn2vyEcfB0laoVwJ9C+Xi4xn8BqxV/FR47DNHYoB+VPmx0zn3IP2GeaTgeJn CfPnScSkXwWOEZtMkRnZR9o9DWNVhuy78Of4AzxNdjZLb4KYLQHNGHfFAOs0jpYwDIbu4r3p KOfOINdhNNvuOC87tr2V67Rha/wGw471mGq7TZY3/yCd2XeD80tGsezer1eDHkil1QDYjCIZ 0NjrXnfBF+iBW10U+Xy1EZlWTseaa7AeE1pkTgT4pfd6sPE7Aji6BzAd+gm5nZsMQctUHTbp RU2bH6QFf759iQpPMkLw7VOJVATMpeIJ3z6ZdNRwj7vjTcA0b0EQfkTaj9kiiCcYCwlHATih dwHsbT5XrHC2Sqm8bRBMgcPKpFarbLIMR5zl0ohRFId3j3mvJt36zPrgzXZfEqWg6pfgTx5i 1Nty8ANRNSfXxmk8vmmGb4ABES36s8E09Eg2W5wKvSBFomfl51qvePQaebfO3nd/u7i6PNc+ gOC2ZHic615hPqD1IGhNGhHchqhtdsu1C0XGlKj1RiBeA390wyjExeLojsTuPJjwUsAYh4PM LbZLcibJPcqpTQuYr0jYDKts4cKeX4l1F0wubBacVjdv1ufTJ9IUqhf4MewLe/s8UzULl9Ey YbEfAudHE1YK8azhvwmFskT+qoQKZk9KDAtNRNJ9YO6iTl3fAuk8rVE8LXJRABa/rw6O/6ic npbbjfIKIw6V53amjzHdxqmRLwY1RElbIq5th3inpUlRjVcOuIQHwe50LLfjHG+V8PmRupBv dSz409aFvFtvWSjj4V9Xz5mg/m1ksnu/sSOkmKUOmMwOUChQ0Ci094S9x6r5ZInowc9JAumC rc16PqWoXQtFymaiRg5c78BxH1SBFKuyjtbPVNVQVBwP0WgBkR+NZj4W1qpNoqQJ2Mifz0GS zRI+TRwkiyhMZrhDJFYuntD68bW8CiWtuGVw63+SCVf5FSjDcK4D1Buiflk7g5p2BmFwp6H+ Aw/IsioFZutk06xhRaC0qEmis6hNoDJrUogUaFSpo7ya5yJfameV8YNlg2QYC3eHR5DT+wVs oqKyOA9kEGVSqrYrychUBz476bj+++752dB71x2c9fSvIaThKjGyJPOEuDTRUpYPK/pXq2H0 Qf/Sj/dpMIziscoZX3ivh2/7A+9a7yWVeXY7IKcKMDmpB0JdRxjJWnIz+8YFylxX+YIy1EMn OPGX87Qj5fh0eOfHPNlfLj3I1R06/JNn41Kd6SZRRcnwLXMp6nxoCsmZwqgahlE6jFGHAaeV ZfsXGffTfQ2Oj6Oj+hHG9ayvymDusEElzeupuDvuDKMNk7XPZAIVw4q2RXFFW0pOXKfwbk6I FCuF6cdHtVvzeS9O5OtpL2I2PBSyDrbku+7A+N6Z5XpUi1axUz7Rrgk3IdHE2uwsXf6QENCO XpGPPNgnJ5ptk4sUt6xDpKiW7YpII0dLTq8QNVe2E1vtq4hte177iZAqnz8z4fF+6Hu/dC8k IjIxuXWKbAZiGdhww87lyFstHi9uOVqK/AEKGuZJCHTbkM8sqKiIkPKenLjosIOw8LAailW+ my/+HSot3PjfIVnogn8FFqQu5dEQSVjV//V98wfvfxbVpz3+/W/70HKy+59tC+9/O7Z5/8OP d/9TEIQqF2r6tzxEzS8htjH377bVTULlShWN0u98tzuO02kdZW6U67h068NRkWkMn2LVWala rZYYvvuA7fF74A3QRm8GV54nfjOjf3m+36DoNP8RCiyA72hVdE1BzNApHM8mmHotmKG2OaAD Njst4Y1Wpgci51UWaonC+T0TjsYtIHUeJNx3WYai7Ax2Hax8kIYBVstOY/82aZZwN7W9NFpi 8efmQmu0m4IVsadl+ji8uL7ovx50B/0zr6KXDPKXCEj+BZRdXHV7ZwPvhN6hhG9O4P2oQ6Pa nPt/CuQCUrCOlZVWT5+KUSXUfS9WRaNeMKoGhaH8AN1jVP3uoZUzrhEIhZcRkz/SneFpGY4f BZdILNuwqSinJo8/m1ASS/bgNsGXZOk9Nn7TBGb4b8r/4irmf6T+xxXvfyX530L53zo09/9/ MPmPBJEcbJAFJSmvRikDvw0v/7dAnOvBtK3j8jrAPu44mg6w6y54g3XuCjZ+kr+R9XOSghU9 TZo3p/u19af4kGUPRf148dMkjUYbTeNPqK7wqakLNGDAgAEDBgwYMGDAgAEDBgwYMGDAgAED BgwYMGDAgAEDBgwYMGDAgAEDBgwYMPBjwl+s/cnUABgBAA== --wac7ysb48OaltWcw-- From andreas@mtg.co.at Thu Jul 3 07:43:46 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from viefep11-int.chello.at (viefep11-int.chello.at [213.46.255.27]) by mail.gnome.org (Postfix) with ESMTP id 28E0E18135 for ; Thu, 3 Jul 2003 07:43:46 -0400 (EDT) Received: from andi-lap ([80.108.209.54]) by viefep11-int.chello.at (InterMail vM.5.01.05.17 201-253-122-126-117-20021021) with SMTP id <20030703114344.VHNG1403.viefep11-int.chello.at@andi-lap>; Thu, 3 Jul 2003 13:43:44 +0200 Received: by andi-lap (sSMTP sendmail emulation); Thu, 3 Jul 2003 13:43:44 +0200 Subject: Re: gtk 2.2 for Windows with mingw32 hosted under Linux From: Andreas Kostyrka To: "J. Ali Harlow" Cc: gtk-list@gnome.org In-Reply-To: <20030703095532.GA6964@tom.avrc.city.ac.uk> References: <1057155653.3829.200.camel@andi-lap> <20030702142141.GC9307@tom.avrc.city.ac.uk> <1057171143.3829.202.camel@andi-lap> <20030703095532.GA6964@tom.avrc.city.ac.uk> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-lebZM98/uFSrhmyuPRmU" Organization: Message-Id: <1057232624.998.210.camel@andi-lap> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 03 Jul 2003 13:43:44 +0200 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --=-lebZM98/uFSrhmyuPRmU Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-07-03 at 11:55, J. Ali Harlow wrote: > On 2003.07.02 19:39 Andreas Kostyrka wrote: > > On Wed, 2003-07-02 at 16:21, J. Ali Harlow wrote: > > > > > I can provide copies of my scripts, hacked > > > version of libtool etc., if needed. > > > > Well, it would be very nice if you could share your scripts. >=20 > No problem. Seems you forgot /usr/local/cross-tools/libtool/bin/libtool ;) Andreas --=-lebZM98/uFSrhmyuPRmU Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQA/BBbwHJdudm4KnO0RAvkhAJ96BviJmd6/F6IXcwO0VmjOMscqAwCfV+eW McAXZl0ZMFn+JB1oVEZadFo= =BSFM -----END PGP SIGNATURE----- --=-lebZM98/uFSrhmyuPRmU-- From ali@avrc.city.ac.uk Thu Jul 3 08:02:10 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mailgate.city.ac.uk (mailgate.city.ac.uk [138.40.12.3]) by mail.gnome.org (Postfix) with ESMTP id BE45F1818D for ; Thu, 3 Jul 2003 08:02:09 -0400 (EDT) Received: from mailswitch.city.ac.uk ([138.40.12.12] helo=mailswitch) by mailgate.city.ac.uk with smtp (Exim 3.16 #2) id 19Y2mK-0004f0-00 for gtk-list@gnome.org; Thu, 03 Jul 2003 13:01:32 +0100 Received: from optosun2.city.ac.uk ([138.40.167.2] helo=firewall.avrc.city.ac.uk) by mailswitch with esmtp (Exim 3.16 #5) id 19Y2mm-0003u6-00 for gtk-list@gnome.org; Thu, 03 Jul 2003 13:02:00 +0100 Received: from localhost.localdomain (tom [192.168.137.104]) by firewall.avrc.city.ac.uk (8.9.3/8.9.3) with ESMTP id OAA17667; Thu, 3 Jul 2003 14:17:10 +0100 Received: from tom (tom [127.0.0.1]) by localhost.localdomain (8.11.6/8.11.6) with ESMTP id h63Bsmp14878; Thu, 3 Jul 2003 12:54:48 +0100 Date: Thu, 3 Jul 2003 12:54:45 +0100 From: "J. Ali Harlow" To: Andreas Kostyrka Cc: gtk-list@gnome.org Subject: Re: gtk 2.2 for Windows with mingw32 hosted under Linux Message-ID: <20030703115445.GC6964@tom.avrc.city.ac.uk> References: <1057155653.3829.200.camel@andi-lap> <20030702142141.GC9307@tom.avrc.city.ac.uk> <1057171143.3829.202.camel@andi-lap> <20030703095532.GA6964@tom.avrc.city.ac.uk> <1057232624.998.210.camel@andi-lap> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Fba/0zbH8Xs+Fj9o" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1057232624.998.210.camel@andi-lap>; from andreas@mtg.co.at on Thu, Jul 03, 2003 at 12:43:44 +0100 X-Mailer: Balsa 1.4.2 Lines: 63 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --Fba/0zbH8Xs+Fj9o Content-Type: text/plain; charset=ISO-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit On 2003.07.03 12:43 Andreas Kostyrka wrote: > Seems you forgot /usr/local/cross-tools/libtool/bin/libtool ;) Please find attached my scripts for building a hacked version of libtool 1.4.2. Be aware that this is a hack and that a different approach will need to be taken with libtool 1.5. Oh, and if you think I've forgotten the scripts to bulid the cross-compiler, let me know so I can remember them :-) Seriously, I'm happy to send you these as well if you want them, but you might be better off trying to get the latest version of mingw32 to build as a cross-compiler. This will make it much easier to use libtool 1.5. I think I'd start by looking at the debian cross-compiler package for ideas. Cheers, -- Ali Harlow Email: ali@avrc.city.ac.uk Research programmer Tel: (020) 7040 4348 Applied Vision Research Centre Intl: +44 20 7040 4348 City University Fax: (020) 7040 5515 London Intl: +44 20 7040 5515 --Fba/0zbH8Xs+Fj9o Content-Type: application/x-gzip Content-Disposition: attachment; filename="libtool-1.4.2-7A.tgz" Content-Transfer-Encoding: base64 H4sIADgYBD8CA+1YbVPbRhD2V/QrtkYzKjWnN78oMSWDgekkGQgZoNPOQCLL0tlW0dvoJByH wm/vnnS2ealdwqQJmdHzRefdvb3T3urZPavaIPcDj0z8qGmqbFz7H6Abum5Z7ZqOMFrWnSfC NA2zpluddsc02i1LR3vDMqwa6LVvgJxlTgpQcwJ/pd1/6X9QrP+kDfxIY2NpXVqHXZ4L4ECR DXBJU+bHEcRDCPxBFseBKgnZtqG2VFNa9yMMXxB4frrdTyZeX7uUhUWZUdItAy1nqRbErhNo bhozRrhHpgnXUuJk7tgQboSQFMsQq3dfQNB6TBhNaOpkcaoWk0sX5mNdeNPICX2XeEEg5rvj MPaAHEPemPw5e2cyeyOpiFQaAkmHD5Wjz34CxHPh1wc6FTNMHX2Gv4Gn2qchEOln13tgtgXF LoAkBjqRy3hsPNrUXGb6vnf6elnw8Y26MjeAcwkQe3vboR+NJk2TjFwXesfzn7jz4967gze7 c0nqRLgY9E4WNky4OdifyzCf3h3Of0Uh7B8cnB4dHcxFGH6+FzHzaPft/u+H7+faePCXl4eJ 0KqaG0dDf5SnFAgZxywDYYg/CyKDPhtDaaSOcspYHzVJSof+J5AXybgsVuUyj4tY6FzQr+UH xNY28CN87bgXkI0pjGjE05t6i8/PmVyAcgVJ6kcZXIP2EQ9ME6vNxPX61my0Dme9gzcf4BS9 FdHaw9iEiR/QdGH0+ujk1EY/53U88vN6Ha4V4fFWwIrcF9uAV8s0ahYmUni5Sr1MJ9UqfAeo T6PaL67/nZa+rP4bptHC+t/WWx3DMjtGTTdxRqeq/98ChBC4d+DzrzVsqXjsa7+lPrzNIzAN MJpd80W3bYGJbZvUaDRWzL0/72XXbJbzdnaAmHrT3LSgIZ47OwXhwNYWf04p2yx4/ZeNUoxe Uyed2liwKbNZQt1tRb5CKRdc96k7jkG+SmlAHUavsdAyJE1CQWHa2Zn64YNGtJHSl684P+dD rAXXKpYdRSLcOZsyG13ZjDqpO7Z5updL9OW9PSyxnCVJqSRIWgzdj1KaQP1juS2fsm59sWad abcUmlYXwi0NtFG9LzW+4ZpykNnupc1XK5egiVN8xWIv92KeYCFdFfJZoGeBvxNovgEtmWhK f/V5qEtPo2LjZ8n/D/rkp9z/Op3WMv5vNnWL87/BK0FHx3uiYTVb7Yr/nwH/i7NfO8Rr4Ns8 AEAuf9ltWl39xaNqwN15rVa3bS5qgNFsdzYNAxqzAa8Ca14c0a2SgwCG/s1sqNSRzTAHbTf0 WF1wN/aonC//CDax/0euIUPsbTflOM+SPLP55QG7TJnFnK4KA1AEJ7quzZ2xiY8ZrZQu6KYi cyGNsnSKMiSxf/VUOOGGKMahP8AnA9mjCY5xMOux7WHgjNhNSflfvtXCdlccwXfZuAi9LO5s eJVy2LbcO8EBeik8zjwTQj+5Qe5RwqbhAG84ILZUSm0hVfhUOlyyv0J1KzywMjykVOLCyTJD VN08NVOWu/yRkmjFW1T59TXya2HH/w25bydaJd7gqM6dVHxW6aXcTq9nnDLKomXlo4hmA+Zh y1o1chUqVKhQoUKFChUqVKhQoUKFCkvwDwBcp/EAKAAA --Fba/0zbH8Xs+Fj9o-- From andreas@mtg.co.at Thu Jul 3 08:15:27 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from viefep12-int.chello.at (viefep12-int.chello.at [213.46.255.25]) by mail.gnome.org (Postfix) with ESMTP id D8D01183D8 for ; Thu, 3 Jul 2003 08:15:26 -0400 (EDT) Received: from andi-lap ([80.108.209.54]) by viefep12-int.chello.at (InterMail vM.5.01.05.17 201-253-122-126-117-20021021) with SMTP id <20030703121525.FLCZ109.viefep12-int.chello.at@andi-lap>; Thu, 3 Jul 2003 14:15:25 +0200 Received: by andi-lap (sSMTP sendmail emulation); Thu, 3 Jul 2003 14:15:25 +0200 Subject: Re: gtk 2.2 for Windows with mingw32 hosted under Linux From: Andreas Kostyrka To: "J. Ali Harlow" Cc: gtk-list@gnome.org In-Reply-To: <20030703115445.GC6964@tom.avrc.city.ac.uk> References: <1057155653.3829.200.camel@andi-lap> <20030702142141.GC9307@tom.avrc.city.ac.uk> <1057171143.3829.202.camel@andi-lap> <20030703095532.GA6964@tom.avrc.city.ac.uk> <1057232624.998.210.camel@andi-lap> <20030703115445.GC6964@tom.avrc.city.ac.uk> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-323niUcseZPzb4szPQ+G" Organization: Message-Id: <1057234525.3829.224.camel@andi-lap> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 03 Jul 2003 14:15:25 +0200 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --=-323niUcseZPzb4szPQ+G Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-07-03 at 13:54, J. Ali Harlow wrote: > On 2003.07.03 12:43 Andreas Kostyrka wrote: >=20 > > Seems you forgot /usr/local/cross-tools/libtool/bin/libtool ;) >=20 > Please find attached my scripts for building a hacked version of > libtool 1.4.2. Be aware that this is a hack and that a different > approach will need to be taken with libtool 1.5. >=20 > Oh, and if you think I've forgotten the scripts to bulid the > cross-compiler, let me know so I can remember them :-) >=20 > Seriously, I'm happy to send you these as well if you want them, > but you might be better off trying to get the latest version of > mingw32 to build as a cross-compiler. This will make it much Well, I thought I had such, I use the Debian provided mingw32 cross compiler package ;) Andreas --=-323niUcseZPzb4szPQ+G Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQA/BB5cHJdudm4KnO0RAiIuAKDFqcdy1m+v1T5pDWJB8vwMmXDdtQCfb9D8 wRuU5AeUPou6/gV6G+e8lXQ= =A+8y -----END PGP SIGNATURE----- --=-323niUcseZPzb4szPQ+G-- From murrayc@usa.net Thu Jul 3 09:02:00 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cmsrelay02.mx.net (cmsrelay02.mx.net [165.212.11.111]) by mail.gnome.org (Postfix) with SMTP id F2323186C6 for ; Thu, 3 Jul 2003 09:01:39 -0400 (EDT) Received: from uadvg130.cms.usa.net (165.212.11.130) by cmsoutbound.mx.net with SMTP; 3 Jul 2003 13:01:39 -0000 Received: from [172.16.1.251] [195.226.162.108] by uadvg130.cms.usa.net (ASMTP/murrayc@usa.net) via mtad (C8.MAIN.3.08F) with ESMTP id 104HgcNBI0492M30; Thu, 03 Jul 2003 13:01:36 GMT X-USANET-Auth: 195.226.162.108 AUTH murrayc@usa.net [172.16.1.251] Subject: Re: GtkCellRenderer From: Murray Cumming Reply-To: murrayc@usa.net To: Tudor Vinereanu Cc: gtk-list In-Reply-To: <20030702225432.GA492@tudor-pc.home> References: <20030702225432.GA492@tudor-pc.home> Content-Type: text/plain Organization: Message-Id: <1057237291.2111.80.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-5) Date: 03 Jul 2003 15:01:32 +0200 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Thu, 2003-07-03 at 00:54, Tudor Vinereanu wrote: > Hi All, > > I've been searching through the archives of the list, but I > couldn't find an appropriate answer... > > Are there any other GtkCellRenderers planned for the next GTK > version (2.4, or maybe 2.6)? I find TreeView great, but I'd > like to use other cell renderers as well (for example > GtkAdjustment). How would this work/look exactly? > Are there any plans to provide these as standard? > > I know there was a lot of discussion about GtkCellRenderer, and > many people wrote their own, but wouldn't it make sense to have > them part of the standard distibution? See also: http://bugzilla.gnome.org/show_bug.cgi?id=116552 -- Murray Cumming murray@usa.net www.murrayc.com From edscott@imp.mx Thu Jul 3 09:12:24 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from www.imp.mx (www.imp.mx [192.100.181.86]) by mail.gnome.org (Postfix) with ESMTP id 88FFC1862C for ; Thu, 3 Jul 2003 09:12:24 -0400 (EDT) Received: from [192.168.122.241] (IDENT:edscott@[192.168.122.241]) by www.imp.mx (SGI-8.9.3p2/8.9.3) with ESMTP id IAA86246; Thu, 3 Jul 2003 08:11:56 -0500 (CDT) Subject: Re: Re[2]: Better accelerator keys support From: edscott wilson garcia To: Martin Stubenschrott Cc: gtk-list@gnome.org In-Reply-To: <139827209.20030703121353@gmx.net> References: <1244792268.20030630215447@gmx.net> <1057201880.12124.856.camel@sagitario.eco.imp.mx> <139827209.20030703121353@gmx.net> Content-Type: text/plain; charset=ISO-8859-15 Message-Id: <1057237895.7872.16.camel@sagitario.eco.imp.mx> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 03 Jul 2003 08:11:35 -0500 Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: El jue, 03-07-2003 a las 05:13, Martin Stubenschrott escribió: > Well, if the widget has the focus, then the space bar is natural. > Sorry, I think I didn't specify this clearly enough. I mean, when the > focus is on one button I can activate any other button with the > Alt-key support. Space bar only works if the widget has the focus, and > switching to one control out of dozens can be very time consuming. > > What I meant, was that e.g. if the focus is on the button "&Sample > button" I could activate the button "&Another button" by just pressing > 'A' instead of Alt-'A'. (On american keyboard this is not so annoying > since you have a second Alt-button right to the space bar, but on a > german keyboard layout, I don't have this second Alt button, which > means that I often need both hands to activate a shortcut). The American keyboard has the same issue because the right-alt-key does not generate the same modifier as the left. > > This really made me wondering when I tried to switch to Linux since I > am a keyboard guy, and I always thougth linux was much better than > windows in this area, but actually I found out that Windows keyboard > accessibility support is even better than Linux's. It's not windows, but the window's application you are talking about, just as linux is far removed from a gtk application. To get the thing you want bind the keypressed signal to all the buttons where you want the behaviour described and write a small callback that will generate a buttonclick signal depending on which letter was typed. This here is an example where a keypress signal will do the effect of pressing a button (without an accelerator being defined): static gboolean treeview_key(GtkWidget *w, GdkEventKey *event,gpointer data){ switch (event->keyval){ case GDK_Print: tb_print((GtkButton *)w,NULL); return TRUE; case GDK_Execute: on_run_activate((GtkMenuItem *)w, NULL); return TRUE; } Look at Edscott > From stubenschrott@gmx.net Thu Jul 3 06:13:57 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mail.gnome.org (Postfix) with SMTP id 55890182A7 for ; Thu, 3 Jul 2003 06:13:57 -0400 (EDT) Received: (qmail 16130 invoked by uid 65534); 3 Jul 2003 10:13:56 -0000 Received: from unknown (EHLO 192.168.10.14) (193.170.62.106) by mail.gmx.net (mp026) with SMTP; 03 Jul 2003 12:13:56 +0200 Date: Thu, 3 Jul 2003 12:13:53 +0200 From: Martin Stubenschrott X-Mailer: The Bat! (v1.62r) Reply-To: Martin Stubenschrott X-Priority: 3 (Normal) Message-ID: <139827209.20030703121353@gmx.net> To: edscott wilson garcia , gtk-list@gnome.org Subject: Re[2]: Better accelerator keys support In-Reply-To: <1057201880.12124.856.camel@sagitario.eco.imp.mx> References: <1244792268.20030630215447@gmx.net> <1057201880.12124.856.camel@sagitario.eco.imp.mx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello edscott, Thursday, July 3, 2003, 5:11:21 AM, you wrote: ewg> Using the space bar to select the button (gtk default) is easy and ewg> natural. Even so, you can define a "windowy" behaviour by using the ewg> key-pressed signal on the widget. ewg> Edscott Well, if the widget has the focus, then the space bar is natural. Sorry, I think I didn't specify this clearly enough. I mean, when the focus is on one button I can activate any other button with the Alt-key support. Space bar only works if the widget has the focus, and switching to one control out of dozens can be very time consuming. What I meant, was that e.g. if the focus is on the button "&Sample button" I could activate the button "&Another button" by just pressing 'A' instead of Alt-'A'. (On american keyboard this is not so annoying since you have a second Alt-button right to the space bar, but on a german keyboard layout, I don't have this second Alt button, which means that I often need both hands to activate a shortcut). This really made me wondering when I tried to switch to Linux since I am a keyboard guy, and I always thougth linux was much better than windows in this area, but actually I found out that Windows keyboard accessibility support is even better than Linux's. -- Best regards, Martin mailto:stubenschrott@gmx.net From otaylor@redhat.com Thu Jul 3 09:40:47 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 7B55A18703 for ; Thu, 3 Jul 2003 09:40:47 -0400 (EDT) Received: from vpn50-17.rdu.redhat.com (vpn50-17.rdu.redhat.com [172.16.50.17]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h63DecK11953; Thu, 3 Jul 2003 09:40:38 -0400 Subject: Re: Re[2]: Better accelerator keys support From: Owen Taylor To: edscott wilson garcia Cc: Martin Stubenschrott , gtk-list@gnome.org In-Reply-To: <1057237895.7872.16.camel@sagitario.eco.imp.mx> References: <1244792268.20030630215447@gmx.net> <1057201880.12124.856.camel@sagitario.eco.imp.mx> <139827209.20030703121353@gmx.net> <1057237895.7872.16.camel@sagitario.eco.imp.mx> Content-Type: text/plain; charset=UTF-8 Organization: Message-Id: <1057239612.22424.34.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-0) Date: 03 Jul 2003 09:40:12 -0400 Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Thu, 2003-07-03 at 09:11, edscott wilson garcia wrote: > El jue, 03-07-2003 a las 05:13, Martin Stubenschrott escribió: > > > Well, if the widget has the focus, then the space bar is natural. > > Sorry, I think I didn't specify this clearly enough. I mean, when the > > focus is on one button I can activate any other button with the > > Alt-key support. Space bar only works if the widget has the focus, and > > switching to one control out of dozens can be very time consuming. > > > > What I meant, was that e.g. if the focus is on the button "&Sample > > button" I could activate the button "&Another button" by just pressing > > 'A' instead of Alt-'A'. (On american keyboard this is not so annoying > > since you have a second Alt-button right to the space bar, but on a > > german keyboard layout, I don't have this second Alt button, which > > means that I often need both hands to activate a shortcut). > > The American keyboard has the same issue because the right-alt-key does > not generate the same modifier as the left. Most American keyboard layouts do have the same *modifier* for both alt keys. (Different key symbols, but that doesn't matter.) > > This really made me wondering when I tried to switch to Linux since I > > am a keyboard guy, and I always thougth linux was much better than > > windows in this area, but actually I found out that Windows keyboard > > accessibility support is even better than Linux's. > > It's not windows, but the window's application you are talking about, > just as linux is far removed from a gtk application. > > To get the thing you want bind the keypressed signal to all the buttons > where you want the behaviour described and write a small callback that > will generate a buttonclick signal depending on which letter was typed. > This here is an example where a keypress signal will do the effect of > pressing a button (without an accelerator being defined): > > static gboolean treeview_key(GtkWidget *w, > GdkEventKey *event,gpointer data){ > switch (event->keyval){ > case GDK_Print: > tb_print((GtkButton *)w,NULL); > return TRUE; > case GDK_Execute: > on_run_activate((GtkMenuItem *)w, NULL); > return TRUE; > } Some discussion of a clean solution, and in fact, a patch is in: http://bugzilla.gnome.org/show_bug.cgi?id=53709 Regards, Owen From gnome-announce-list-admin@gnome.org Thu Jul 3 10:01:02 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mailhost.ens-lyon.fr (pluvier.ens-lyon.fr [140.77.167.5]) by mail.gnome.org (Postfix) with ESMTP id 035DE18F13; Thu, 3 Jul 2003 10:01:02 -0400 (EDT) Received: from oceanite.ens-lyon.fr ([140.77.1.22]) by mailhost.ens-lyon.fr with esmtp (Exim 3.35 #1 (Debian)) id 19Y4dx-0002fB-00; Thu, 03 Jul 2003 16:01:01 +0200 Received: by oceanite.ens-lyon.fr (Postfix, from userid 1502) id B41F632005F; Thu, 3 Jul 2003 16:00:59 +0200 (CEST) Received: from mailhost.ens-lyon.fr (pluvier.ens-lyon.fr [140.77.167.5]) by oceanite.ens-lyon.fr (Postfix) with SMTP id 8333D320058 for ; Thu, 3 Jul 2003 16:00:59 +0200 (CEST) Received: from moniker.gnome.org ([209.116.70.73] helo=mail.gnome.org) by mailhost.ens-lyon.fr with smtp (Exim 3.35 #1 (Debian)) id 19Y4dr-0002en-00 for ; Thu, 03 Jul 2003 16:00:55 +0200 Received: from moniker.gnome.org (moniker.gnome.org [127.0.0.1]) by mail.gnome.org (Postfix) with ESMTP id DA39E18F75; Thu, 3 Jul 2003 09:56:05 -0400 (EDT) Delivered-To: gnome-announce-list@gnome.org Received: from dublin.ACT-Europe.FR (dublin.act-europe.fr [212.157.227.154]) by mail.gnome.org (Postfix) with ESMTP id A26031821B; Thu, 3 Jul 2003 04:10:47 -0400 (EDT) Received: by dublin.ACT-Europe.FR (Postfix, from userid 525) id 5BF4922A0D0; Thu, 3 Jul 2003 10:10:46 +0200 (MET DST) From: Arnaud Charlet To: gnome-announce-list@gnome.org, gtk-list@gnome.org, gtk-app-devel-list@gnome.org Subject: ANNOUNCE: GtkAda 2.2.0 release Message-ID: <20030703101046.B4671@dublin.act-europe.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-BeenThere: gnome-announce-list@gnome.org X-Loop: gnome-announce-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk Reply-To: gnome-hackers@gnome.org Date: Thu, 3 Jul 2003 10:10:46 +0200 X-Spam-Status: No, hits=-3.4 required=5.0 tests=KNOWN_MAILING_LIST,USER_AGENT_MUTT,X_LOOP version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) X-Spam-Report: ---- Start SpamAssassin results -3.40 points, 5 required; * 0.0 -- Has a X-Loop header * -0.9 -- Email came from some known mailing list software * -2.5 -- User-Agent header indicates a non-spam MUA (Mutt) ---- End of SpamAssassin results Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: GtkAda 2.2.0 release -------------------- GtkAda is an Ada95 graphical toolkit based on Gtk+. It allows you to develop graphical applications in Ada95 using Gtk+ and Gnome. The primary download site is http://libre.act-europe.fr/GtkAda This version represents a major update compared to GtkAda 2.0.0, and is suitable for use with Gtk+ 2.2.0 and above. A binary package is also provided with this release for Windows platforms. New features in 2.2.0: - Support for Glade2 - Support for GtkExtra - Support for libglade2 - New functions bound in Gtk.Label - New type UTF8_String to make it clearer when UTF8 strings are expected - New capabilities in GtkAda.MDI, see spec for details - Support for drad-n-drop in GtkAda.MDI - Bugs and memory leak fixes in GtkAda.MDI - New package Glib.Graphs (was actually in GtkAda 2.0.0, but not announced) - Update to GNOME 2.0 API - Memory leaks fixed in Glib.XML - Code clean ups - Fixed Gtk.Text_Buffer.Cut|Copy|Paste_Clipboard - Speed improvements and code clean up in Gtkada.Canvas - Full support for Pango (font handling and internationalization support) - New package Glib.Messages - New package Glib.Unicode _______________________________________________ gnome-announce-list mailing list gnome-announce-list@gnome.org http://mail.gnome.org/mailman/listinfo/gnome-announce-list From stubenschrott@gmx.net Thu Jul 3 09:53:41 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mail.gnome.org (Postfix) with SMTP id 52F86181AA for ; Thu, 3 Jul 2003 09:53:41 -0400 (EDT) Received: (qmail 13595 invoked by uid 65534); 3 Jul 2003 13:53:40 -0000 Received: from unknown (EHLO 192.168.10.6) (193.170.62.106) by mail.gmx.net (mp010) with SMTP; 03 Jul 2003 15:53:40 +0200 Date: Thu, 3 Jul 2003 15:53:38 +0200 From: Martin Stubenschrott X-Mailer: The Bat! (v1.62r) Reply-To: Martin Stubenschrott X-Priority: 3 (Normal) Message-ID: <1708387422.20030703155338@gmx.net> To: Owen Taylor , gtk-list@gnome.org Subject: Re[4]: Better accelerator keys support In-Reply-To: <1057239612.22424.34.camel@localhost.localdomain> References: <1244792268.20030630215447@gmx.net> <1057201880.12124.856.camel@sagitario.eco.imp.mx> <139827209.20030703121353@gmx.net> <1057237895.7872.16.camel@sagitario.eco.imp.mx> <1057239612.22424.34.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello Owen, Thursday, July 3, 2003, 3:40:12 PM, you wrote: OT> Some discussion of a clean solution, and in fact, a patch is in: OT> http://bugzilla.gnome.org/show_bug.cgi?id=53709 OT> Regards, OT> Owen Wow that's cool, I haven't tried the patch yet, but it's very nice to see that it is actually possible with Gnome/GTK+! If this really comes with GTK+ 2.4 and if the linux kernel 2.6 is really so good with GUI speed because of the new scheduler I think I can finally make it to switch completely to linux. Thanks for the answer :) -- Best regards, Martin mailto:stubenschrott@gmx.net From daveb@idealab.com Fri Jul 4 04:08:22 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from idealab.com (il-la.la.idealab.com [63.251.211.5]) by mail.gnome.org (Postfix) with SMTP id D042318FE2 for ; Fri, 4 Jul 2003 04:08:20 -0400 (EDT) Received: (qmail 18720 invoked by uid 535); 4 Jul 2003 08:08:19 -0000 Date: Fri, 4 Jul 2003 01:08:19 -0700 From: Dave Benson To: gtk-list@gnome.org Subject: g_type_register_static and thread-safety Message-ID: <20030704010819.U2131@luca.pas.lab> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello, Almost all get_type() functions contain code like GType whatever_get_type (void) { static GType object_type = 0; if (!object_type) { static const GTypeInfo object_info = { ... }; object_type = g_type_register_static (G_TYPE_OBJECT, "Whatever", &object_info, 0); } return object_type; } Is this thread-safe? I cannot see any guards in g_type_register_static that prevent a second type-node from being allocated in the obvious race condition... Am i missing something? The gtype docuemtnation does not mention thread-safety of this function. thanks, dave From otaylor@redhat.com Fri Jul 4 10:51:46 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id A2C4E183A3 for ; Fri, 4 Jul 2003 10:51:46 -0400 (EDT) Received: from vpn50-9.rdu.redhat.com (vpn50-9.rdu.redhat.com [172.16.50.9]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h64EphK32253; Fri, 4 Jul 2003 10:51:43 -0400 Subject: Re: g_type_register_static and thread-safety From: Owen Taylor To: Dave Benson Cc: gtk-list@gnome.org In-Reply-To: <20030704010819.U2131@luca.pas.lab> References: <20030704010819.U2131@luca.pas.lab> Content-Type: text/plain Organization: Message-Id: <1057330278.26133.35.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-0) Date: 04 Jul 2003 10:51:19 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Fri, 2003-07-04 at 04:08, Dave Benson wrote: > Hello, > > Almost all get_type() functions contain code > like > > GType > whatever_get_type (void) > { > static GType object_type = 0; > > if (!object_type) > { > static const GTypeInfo object_info = > { ... }; > > object_type = g_type_register_static (G_TYPE_OBJECT, "Whatever", &object_info, 0); > } > > return object_type; > } > > Is this thread-safe? I cannot see any guards in > g_type_register_static that prevent a second type-node from > being allocated in the obvious race condition No, it's not thread safe. You could have two type nodes allocated or the second call to check_type_name_I() could fail. The fact that whatever_get_type() isn't thread safe if "whatever" is gtk_, but it is a problem for functions in libgobject, like g_closure_get_type(). A bug about this in bugzilla would be appreciated (I think we've noted this before, but having it tracked officially would be good). There are two relevant other bugs: - To fix the above without a fairly big speed penalty, you need GOnce: http://bugzilla.gnome.org/show_bug.cgi?id=69668 (The obvious fix, to make g_type_register_static() return the already registered type is the dubiously safe "double checked locking" idiom) - Fixing this for object types doesn't do you much good without also fixing: http://bugzilla.gnome.org/show_bug.cgi?id=64764 What people do currently when using GObject in threaded applications is to call g_type_class_ref (MY_TYPE_WHATEVER) for all their types before creating the first thread. Regards, Owen From andrej.prsa@guest.arnes.si Fri Jul 4 12:40:05 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from rigljica.arnes.si (rigljica.arnes.si [193.2.1.82]) by mail.gnome.org (Postfix) with ESMTP id 36BDE181A9 for ; Fri, 4 Jul 2003 12:40:05 -0400 (EDT) Received: from razor.arnes.si (razor.arnes.si [193.2.1.80]) by rigljica.arnes.si (Postfix) with ESMTP id 6CA196E522 for ; Fri, 4 Jul 2003 18:40:04 +0200 (MEST) Received: from gemma (unknown [193.2.110.237]) by razor.arnes.si (Postfix) with SMTP id D663E3994AF for ; Fri, 4 Jul 2003 18:40:03 +0200 (MEST) Date: Fri, 4 Jul 2003 18:38:07 +0200 From: Andrej Prsa To: GTK Mailing list Subject: Trouble with GtkTreeModel & co. Message-Id: <20030704183807.49f1ee0d.andrej.prsa@guest.arnes.si> Organization: Faculty of Mathematics and Physics X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, everyone! I am trying to "upgrade" from CLists to GtkTreeViews since my transition from 1.2 to 2.0. I have a spin button that declares how many rows a GtkTreeModel (with a GtkListStore) should contain; attached to the "changed" signal for a spin-button I have a callback that should do this. While I worked with CLists, I simply used clist->rows to obtain the number of rows already present and compared this value to the value in a spin-button - thus knowing how to change the CList structure. So how do I do this with GtkTreeModel & Co.? Specifically, how do I extract the number of rows already present? Thanks, Andrej From grzegol@pld.org.pl Fri Jul 4 13:52:29 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from poczta.fm (ph94.wroclaw.cvx.ppp.tpnet.pl [217.99.226.94]) by mail.gnome.org (Postfix) with ESMTP id CC5E418393 for ; Fri, 4 Jul 2003 13:52:27 -0400 (EDT) Received: from poczta.fm (localhost.localdomain [127.0.0.1]) by poczta.fm (8.12.7/8.12.5) with ESMTP id h64HptSg029487 for ; Fri, 4 Jul 2003 19:51:57 +0200 Received: (from grzegol@localhost) by poczta.fm (8.12.7/8.12.5/Submit) id h64HpAhX029430 for gtk-list@gnome.org; Fri, 4 Jul 2003 19:51:10 +0200 X-Authentication-Warning: localhost.localdomain: grzegol set sender to grzegol@pld.org.pl using -f Subject: Test From: Grzegorz =?iso-8859-2?Q?Go=B3awski?= To: gtk-list@gnome.org Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: quoted-printable Message-Id: <1057341069.29403.1.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.2.99 (Preview Release) Date: 04 Jul 2003 19:51:10 +0200 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Sorry. Testing new configuration. --=20 <=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D> $+>> Grzegorz Go=B3awski <<+$ $+>> grzegol@pld.org.pl <<+$ <=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D> From edscott@imp.mx Fri Jul 4 14:44:55 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from www.imp.mx (www.imp.mx [192.100.181.86]) by mail.gnome.org (Postfix) with ESMTP id 0C15B182A3 for ; Fri, 4 Jul 2003 14:44:55 -0400 (EDT) Received: from [192.168.122.241] (IDENT:edscott@[192.168.122.241]) by www.imp.mx (SGI-8.9.3p2/8.9.3) with ESMTP id NAA13799; Fri, 4 Jul 2003 13:44:51 -0500 (CDT) Subject: Re: Trouble with GtkTreeModel & co. From: edscott wilson garcia To: Andrej Prsa Cc: GTK Mailing list In-Reply-To: <20030704183807.49f1ee0d.andrej.prsa@guest.arnes.si> References: <20030704183807.49f1ee0d.andrej.prsa@guest.arnes.si> Content-Type: text/plain; charset=ISO-8859-15 Message-Id: <1057344289.7872.69.camel@sagitario.eco.imp.mx> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 04 Jul 2003 13:44:49 -0500 Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: El vie, 04-07-2003 a las 11:38, Andrej Prsa escribió: > Hi, everyone! > > I am trying to "upgrade" from CLists to GtkTreeViews since my transition > from 1.2 to 2.0. I have a spin button that declares how many rows a > GtkTreeModel (with a GtkListStore) should contain; attached to the > "changed" signal for a spin-button I have a callback that should do this. > While I worked with CLists, I simply used clist->rows to obtain the number > of rows already present and compared this value to the value in a > spin-button - thus knowing how to change the CList structure. So how do I > do this with GtkTreeModel & Co.? Specifically, how do I extract the number > of rows already present? My suggestion would be to run a gtk_tree_model_foreach () on the treeview with a counter++, but there is probably a more clever solution. Edscott > > Thanks, > > Andrej > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list > From andrej.prsa@guest.arnes.si Fri Jul 4 15:44:26 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from rigljica.arnes.si (rigljica.arnes.si [193.2.1.82]) by mail.gnome.org (Postfix) with ESMTP id 24E2B18341 for ; Fri, 4 Jul 2003 15:44:26 -0400 (EDT) Received: from razor.arnes.si (razor.arnes.si [193.2.1.80]) by rigljica.arnes.si (Postfix) with ESMTP id 9F3FC6E514 for ; Fri, 4 Jul 2003 21:44:25 +0200 (MEST) Received: from gemma (unknown [193.2.110.237]) by razor.arnes.si (Postfix) with SMTP id EEFBA39953C for ; Fri, 4 Jul 2003 21:44:24 +0200 (MEST) Date: Fri, 4 Jul 2003 21:42:28 +0200 From: Andrej Prsa To: gtk-list@gnome.org Subject: Re: Trouble with GtkTreeModel & co. Message-Id: <20030704214228.7865d4b2.andrej.prsa@guest.arnes.si> In-Reply-To: <1057344289.7872.69.camel@sagitario.eco.imp.mx> References: <20030704183807.49f1ee0d.andrej.prsa@guest.arnes.si> <1057344289.7872.69.camel@sagitario.eco.imp.mx> Organization: Faculty of Mathematics and Physics X-Mailer: Sylpheed version 0.9.3 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: He=E8llo! > El vie, 04-07-2003 a las 11:38, Andrej Prsa escribi=F3: > > Hi, everyone! > >=20 > > I am trying to "upgrade" from CLists to GtkTreeViews since my > > transition from 1.2 to 2.0. I have a spin button that declares how > > many rows a GtkTreeModel (with a GtkListStore) should contain; > > attached to the"changed" signal for a spin-button I have a callback > > that should do this. While I worked with CLists, I simply used > > clist->rows to obtain the number of rows already present and compared > > this value to the value in a spin-button - thus knowing how to change > > the CList structure. So how do I do this with GtkTreeModel & Co.? > > Specifically, how do I extract the number of rows already present? >=20 > My suggestion would be to run a gtk_tree_model_foreach () on the > treeview with a counter++, but there is probably a more clever solution. Yep, I did something similar: sprintf (path_str, "%d", count); while (gtk_tree_model_get_iter_from_string (GTK_TREE_MODEL (store), &iter, = path_str) =3D=3D TRUE) { count++; sprintf (path_str, "%d", count); } But it's just so DAMN ugly! ;( Thanks for feedback, Andrej From hp@redhat.com Fri Jul 4 19:03:30 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from devserv.devel.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 621261813D for ; Fri, 4 Jul 2003 19:03:30 -0400 (EDT) Received: (from hp@localhost) by devserv.devel.redhat.com (8.11.6/8.11.0) id h64N3Sc13834; Fri, 4 Jul 2003 19:03:28 -0400 Date: Fri, 4 Jul 2003 19:03:28 -0400 From: Havoc Pennington To: Andrej Prsa Cc: gtk-list@gnome.org Subject: Re: Trouble with GtkTreeModel & co. Message-ID: <20030704190328.G9002@devserv.devel.redhat.com> References: <20030704183807.49f1ee0d.andrej.prsa@guest.arnes.si> <1057344289.7872.69.camel@sagitario.eco.imp.mx> <20030704214228.7865d4b2.andrej.prsa@guest.arnes.si> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20030704214228.7865d4b2.andrej.prsa@guest.arnes.si> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Fri, Jul 04, 2003 at 09:42:28PM +0200, Andrej Prsa wrote: > Yep, I did something similar: > > sprintf (path_str, "%d", count); > while (gtk_tree_model_get_iter_from_string (GTK_TREE_MODEL (store), &iter, path_str) == TRUE) > { > count++; > sprintf (path_str, "%d", count); > } > > But it's just so DAMN ugly! ;( > Well, you could at least use gtk_tree_model_iter_nth_child() instead of the sprintf! ;-) I think gtk_tree_model_iter_n_children() does what you want though, it allows NULL if you want the number of children at the root of the model. Havoc From msuarezalvarez@arnet.com.ar Fri Jul 4 23:02:31 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp2.arnet.com.ar (smtp2.arnet.com.ar [200.45.191.5]) by mail.gnome.org (Postfix) with SMTP id 1BDF5180F9 for ; Fri, 4 Jul 2003 23:02:31 -0400 (EDT) Received: (qmail 27265 invoked from network); 5 Jul 2003 02:59:26 -0000 Received: from unknown (HELO grothendieck.dyndns.org) (200.82.62.47) by smtp2.arnet.com.ar with SMTP; 5 Jul 2003 02:59:22 -0000 Received: from grothendieck.dyndns.org (mariano@localhost [127.0.0.1]) by grothendieck.dyndns.org (8.12.9/8.12.9) with ESMTP id h6531pPF013066 for ; Sat, 5 Jul 2003 00:01:54 -0300 Received: from localhost (mariano@localhost) by grothendieck.dyndns.org (8.12.9/8.12.9/Submit) with ESMTP id h6531mwN013063 for ; Sat, 5 Jul 2003 00:01:51 -0300 Date: Sat, 5 Jul 2003 00:01:48 -0300 (ART) From: Mariano Suarez-Alvarez Reply-To: =?ISO-8859-1?Q?Mariano_Su=E1rez-Alvarez?= To: gtk-list -- General discussion on GTK+ Subject: Re: Trouble with GtkTreeModel & co. In-Reply-To: <20030704190328.G9002@devserv.devel.redhat.com> Message-ID: References: <20030704183807.49f1ee0d.andrej.prsa@guest.arnes.si> <1057344289.7872.69.camel@sagitario.eco.imp.mx> <20030704214228.7865d4b2.andrej.prsa@guest.arnes.si> <20030704190328.G9002@devserv.devel.redhat.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Fri, 4 Jul 2003, Havoc Pennington wrote: > On Fri, Jul 04, 2003 at 09:42:28PM +0200, Andrej Prsa wrote: > > > Yep, I did something similar: > > > > sprintf (path_str, "%d", count); > > while (gtk_tree_model_get_iter_from_string (GTK_TREE_MODEL (store), &it= er, path_str) =3D=3D TRUE) > > { > > count++; > > sprintf (path_str, "%d", count); > > } > > > > But it's just so DAMN ugly! ;( > > > > Well, you could at least use gtk_tree_model_iter_nth_child() instead > of the sprintf! ;-) Or even move the sprintf out of the loop ;) -- m ----------------------------------------------------------------------- Mariano Su=E1rez-Alvarez Departamento de Matematica - FCEyN - Universidad de Buenos Aires Ciudad Universitaria, Pab. I. (1428) Ciudad de Buenos Aires, Argentina http://mate.dm.uba.ar/~aldoc9 De la observaci=F3n de la irreductibilidad de las creencias =FAltimas he sacado la mayor lecci=F3n de mi vida. Aprend=ED a respetar las ideas ajenas, a detenerme ante el secreto de las conciencias, a entender antes de discutir, a discutir antes de condenar. Y como estoy en vena de confesiones, hago una m=E1s, quiz=E1s superflua: detesto con toda mi alma a los fan=E1ticos. Norberto Bobbio, Italia civil. ----------------------------------------------------------------------- From andrej.prsa@guest.arnes.si Sat Jul 5 05:12:03 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from rigljica.arnes.si (rigljica.arnes.si [193.2.1.82]) by mail.gnome.org (Postfix) with ESMTP id AE31B18204 for ; Sat, 5 Jul 2003 05:12:03 -0400 (EDT) Received: from razor.arnes.si (razor.arnes.si [193.2.1.80]) by rigljica.arnes.si (Postfix) with ESMTP id 30F496E9A5 for ; Sat, 5 Jul 2003 11:12:03 +0200 (MEST) Received: from gemma (ar16-311i.dial-up.arnes.si [194.249.7.71]) by razor.arnes.si (Postfix) with SMTP id C17273994A6 for ; Sat, 5 Jul 2003 11:11:58 +0200 (MEST) Date: Sat, 5 Jul 2003 11:09:06 +0200 From: Andrej Prsa To: gtk-list@gnome.org Subject: Re: Trouble with GtkTreeModel & co. Message-Id: <20030705110906.40737573.andrej.prsa@guest.arnes.si> In-Reply-To: <20030704190328.G9002@devserv.devel.redhat.com> References: <20030704183807.49f1ee0d.andrej.prsa@guest.arnes.si> <1057344289.7872.69.camel@sagitario.eco.imp.mx> <20030704214228.7865d4b2.andrej.prsa@guest.arnes.si> <20030704190328.G9002@devserv.devel.redhat.com> Organization: Faculty of Mathematics and Physics X-Mailer: Sylpheed version 0.9.3 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi! > > Yep, I did something similar: > > > > sprintf (path_str, "%d", count); > > while (gtk_tree_model_get_iter_from_string (GTK_TREE_MODEL (store), > > &iter, path_str) == TRUE) > > { > > count++; > > sprintf (path_str, "%d", count); > > } > > > > But it's just so DAMN ugly! ;( > > > > Well, you could at least use gtk_tree_model_iter_nth_child() instead > of the sprintf! ;-) > > I think gtk_tree_model_iter_n_children() does what you want though, > it allows NULL if you want the number of children at the root of the > model. Yep, works like a charm! Thanks! :) Andrej From tomf@sjpc.org Sat Jul 5 08:41:30 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from front3.mail.megapathdsl.net (front3.mail.megapathdsl.net [66.80.60.32]) by mail.gnome.org (Postfix) with ESMTP id 351B11847B for ; Sat, 5 Jul 2003 08:41:30 -0400 (EDT) Received: from [66.80.61.166] (HELO [192.168.1.100]) by front3.mail.megapathdsl.net (CommuniGate Pro SMTP 3.5.8) with ESMTP id 85614991; Sat, 05 Jul 2003 05:38:12 -0700 Subject: What replaces GtkHTML in GTK2 From: Thomas Frayne To: gtk-list , redhat mailing list Content-Type: text/plain Organization: Message-Id: <1057408888.15799.30.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-5) Date: 05 Jul 2003 05:41:28 -0700 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I am using Redhat 9, Gnome 2.2. GtkHTML is defined in gtkhtml-types.h in GTK1, but I could not find a GTK2 header file containing GtkHTML. Am I missing a GTK2 header file? Is there a GTK2 replacement for GtkHTML? It would also help if I could find a function that used GtkHTML in GTK1 and was ported to GTK2 using some other feature. From tudorv@eircom.net Sat Jul 5 10:31:51 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail00.svc.cra.dublin.eircom.net (mail00.svc.cra.dublin.eircom.net [159.134.118.16]) by mail.gnome.org (Postfix) with SMTP id 51118185A0 for ; Sat, 5 Jul 2003 10:31:51 -0400 (EDT) Received: (qmail 61425 messnum 1710895 invoked from network[159.134.180.195/p195.as1.qkr.cork1.eircom.net]); 5 Jul 2003 14:31:50 -0000 Received: from p195.as1.qkr.cork1.eircom.net (HELO tudor-pc.home) (159.134.180.195) by mail00.svc.cra.dublin.eircom.net (qp 61425) with SMTP; 5 Jul 2003 14:31:50 -0000 Received: by tudor-pc.home (Postfix, from userid 1001) id B2664126013; Sat, 5 Jul 2003 15:31:13 +0100 (IST) Date: Sat, 5 Jul 2003 15:31:13 +0100 From: Tudor Vinereanu To: gtk-list Subject: Re: GtkCellRenderer Message-ID: <20030705143113.GA364@tudor-pc.home> Mail-Followup-To: gtk-list References: <20030702225432.GA492@tudor-pc.home> <1057237291.2111.80.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1057237291.2111.80.camel@localhost.localdomain> User-Agent: Mutt/1.5.4i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi again, > > Are there any other GtkCellRenderers planned for the next GTK > > version (2.4, or maybe 2.6)? I find TreeView great, but I'd > > like to use other cell renderers as well (for example > > GtkAdjustment). > > How would this work/look exactly? Sorry, what I meant there was GtkSpinButton... Basically I'm trying to go from a table containing GtkLabel, GtkEntry, GtkSpinButton, GtkCheckButton and GtkMenu, to a GtkTreeView. What is the best way to do it? I'm new to Gtk, but from what I've read it seems I would need custom CellRenderers for GtkSpinButton and GtkMenu. What is the reason behind having GtkCellRendererText and not having GtkCellRendererSpinButton, for example? Is it only a question of time, or there are some other reasons (like GtkTreeView being meant to be used in dedicated ways)? > > I know there was a lot of discussion about GtkCellRenderer, and > > many people wrote their own, but wouldn't it make sense to have > > them part of the standard distibution? > > See also: > http://bugzilla.gnome.org/show_bug.cgi?id=116552 Thanks for that! All the best, Tudor From Dexter.Filmore@gmx.de Sat Jul 5 16:11:22 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mail.gnome.org (Postfix) with SMTP id C57FB18718 for ; Sat, 5 Jul 2003 16:11:21 -0400 (EDT) Received: (qmail 13454 invoked by uid 65534); 5 Jul 2003 20:11:20 -0000 Received: from pD952D36A.dip.t-dialin.net (EHLO shodan.citadel) (217.82.211.106) by mail.gmx.net (mp002) with SMTP; 05 Jul 2003 22:11:20 +0200 Date: Sat, 5 Jul 2003 22:11:18 +0200 From: Dexter Filmore To: gtk-list@gnome.org Subject: gtk+1.x themes gone in Gnome2.2 Message-Id: <20030705221118.10af31e7.Dexter.Filmore@gmx.de> Organization: SCHWA Corporation X-Mailer: Sylpheed version 0.9.0claws (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Just upgraded Gnome from 2.0 to 2.2. Now my gtk-1.2 theme is gone and standard theme is used, which doesn't look too nice among my all-Aqua desktop. Is there any way to bring back the old theme? Dex -- -----BEGIN GEEK CODE BLOCK----- Version: 3.12 GCS d--(+)@ s-:+ a-- C++(+++) UL>+++ P+>++ L++>++++ E-- W++ N+ o? K- w--(---) !O M-- V- PS+ PE(+) Y+>++ PGP- t+(++) 5 X+(++) R++ tv--(+)@ b++(+++) DI+++ D G++(--) e* h r%>* y? ------END GEEK CODE BLOCK------ Against TCPA - nothing fights like the opposition http://www.againsttcpa.com From nthomas@cise.ufl.edu Sun Jul 6 17:06:18 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.cise.ufl.edu (beach.cise.ufl.edu [128.227.205.211]) by mail.gnome.org (Postfix) with ESMTP id 920601891F for ; Sun, 6 Jul 2003 17:06:18 -0400 (EDT) Received: from shine.cise.ufl.edu (shine.cise.ufl.edu [128.227.205.20]) by mail.cise.ufl.edu (Postfix) with ESMTP id 3220869C4 for ; Sun, 6 Jul 2003 17:06:18 -0400 (EDT) Received: (from nthomas@localhost) by shine.cise.ufl.edu (8.9.1a/8.9.1) id RAA02706 for gtk-list@gnome.org; Sun, 6 Jul 2003 17:06:18 -0400 (EDT) Date: Sun, 6 Jul 2003 17:06:18 -0400 From: "N. Thomas" To: gtk-list@gnome.org Subject: GLib gdate.c assertion error Message-ID: <20030706210617.GH4915@cise.ufl.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Relevant info: glib: glib-2.2.2 OS: Solaris 8 cc: gcc 3.1.1 The following code works as expected: #include #include int main (int argc, char*argv[]) { GDate *gdate; gdate = g_date_new_dmy (6, 7, 2003); if (g_date_valid(gdate)) printf ("date is good\n"); else printf ("date is bad\n"); return(0); } It outputs "date is good". However, when I change the input to g_date_new_dmy() to an invalid date, like this: gdate = g_date_new_dmy (56, 7, 2003); I get the following: $ ./datetest (process:2444): GLib-CRITICAL **: file gdate.c: line 57 (g_date_new_dmy): assertion `g_date_valid_dmy (day, m, y)' failed (process:2444): GLib-CRITICAL **: file gdate.c: line 102 (g_date_valid): assertion `d != NULL' failed date is bad Are the above GLib-CRITICAL statements supposed to be there? The main reason I am calling g_date_valid() is to check the validity of the inputted date, it doesn't seem to make sense that g_date_new_dmy() should barf when I feed it a bad date. Thomas -- N. Thomas nthomas@cise.ufl.edu http://www.cise.ufl.edu/~nthomas/ Etiamsi occiderit me, in ipso sperabo From salonj@hotmail.com Sun Jul 6 21:31:02 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hotmail.com (bay7-f75.bay7.hotmail.com [64.4.11.75]) by mail.gnome.org (Postfix) with ESMTP id DC72D180E8 for ; Sun, 6 Jul 2003 21:31:01 -0400 (EDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 6 Jul 2003 18:31:00 -0700 Received: from 61.183.77.196 by by7fd.bay7.hotmail.msn.com with HTTP; Mon, 07 Jul 2003 01:31:00 GMT X-Originating-IP: [61.183.77.196] X-Originating-Email: [salonj@hotmail.com] From: "salon j" To: gtk-list@gnome.org Subject: install glib-2.2.2 Date: Mon, 07 Jul 2003 01:31:00 +0000 Mime-Version: 1.0 Content-Type: text/plain; charset=gb2312; format=flowed Message-ID: X-OriginalArrivalTime: 07 Jul 2003 01:31:00.0728 (UTC) FILETIME=[6C437780:01C34427] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: i want to install glib-2.2.2 , but do i need gcc first? i have install pkg-config. i use cc compile first but it has many error ,it said "make all in trio ....cc Error trionan.c line 80 error must be compiled with option -ieee" why ? my os is alhpa tru64. _________________________________________________________________ ÓëÁª»úµÄÅóÓѽøÐн»Á÷£¬ÇëʹÓà MSN Messenger: http://messenger.msn.com/cn From hp@redhat.com Sun Jul 6 22:36:29 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from devserv.devel.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 33E5E18170 for ; Sun, 6 Jul 2003 22:36:29 -0400 (EDT) Received: (from hp@localhost) by devserv.devel.redhat.com (8.11.6/8.11.0) id h672aQV16847; Sun, 6 Jul 2003 22:36:26 -0400 Date: Sun, 6 Jul 2003 22:36:26 -0400 From: Havoc Pennington To: "N. Thomas" Cc: gtk-list@gnome.org Subject: Re: GLib gdate.c assertion error Message-ID: <20030706223626.M19769@devserv.devel.redhat.com> References: <20030706210617.GH4915@cise.ufl.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20030706210617.GH4915@cise.ufl.edu> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Sun, Jul 06, 2003 at 05:06:18PM -0400, N. Thomas wrote: > The main reason I am calling g_date_valid() is to check the validity of > the inputted date, it doesn't seem to make sense that g_date_new_dmy() > should barf when I feed it a bad date. To validate a dmy triplet use g_date_valid_dmy() instead. There's a family of valid_* functions. g_date_valid() is basically just used with g_date_parse it looks like. Kind of bizarre, granted. Havoc From jason.vowell@murraystate.edu Sun Jul 6 23:38:35 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from imf17aec.bellsouth.net (imf17aec.mail.bellsouth.net [205.152.59.65]) by mail.gnome.org (Postfix) with ESMTP id 496A918199 for ; Sun, 6 Jul 2003 23:38:35 -0400 (EDT) Received: from murraystate.edu ([66.156.147.167]) by imf17aec.bellsouth.net (InterMail vM.5.01.05.27 201-253-122-126-127-20021220) with ESMTP id <20030707033834.WTAD3647.imf17aec.bellsouth.net@murraystate.edu> for ; Sun, 6 Jul 2003 23:38:34 -0400 Date: Sun, 6 Jul 2003 22:38:34 -0500 Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: GNU license question From: Jason Vowell To: gtk-list@gnome.org Content-Transfer-Encoding: 7bit Message-Id: <7C4953F0-B02C-11D7-961E-000393B4AD32@murraystate.edu> X-Mailer: Apple Mail (2.552) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I want to write a proprietary application that utilizes the GTK toolkit in order to create the GUI interface. I do not wish to modify nor chance the GTK library in anyway. Can I legally sell this application under the GTK license? --thank you Jason Vowell From v_atekor@yahoo.fr Mon Jul 7 05:36:07 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp014.mail.yahoo.com (smtp014.mail.yahoo.com [216.136.173.58]) by mail.gnome.org (Postfix) with SMTP id B0716180E1 for ; Mon, 7 Jul 2003 05:36:06 -0400 (EDT) Received: from unknown (HELO pcroqueta.lirmm.fr) (v?atekor@193.49.108.127 with login) by smtp.mail.vip.sc5.yahoo.com with SMTP; 7 Jul 2003 09:36:05 -0000 From: Vincent ROQUETA Reply-To: v_atekor@yahoo.fr To: gtk-list@gnome.org Subject: Re: GNU license question Date: Mon, 7 Jul 2003 11:36:05 +0200 User-Agent: KMail/1.5 References: <7C4953F0-B02C-11D7-961E-000393B4AD32@murraystate.edu> In-Reply-To: <7C4953F0-B02C-11D7-961E-000393B4AD32@murraystate.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307071136.05949.v_atekor@yahoo.fr> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: short answer: Yes From rah@atc.ll.mit.edu Mon Jul 7 11:03:42 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from dfw-sun0.ATC.LL.MIT.EDU (dfw-sun0.ATC.LL.MIT.EDU [129.55.42.24]) by mail.gnome.org (Postfix) with ESMTP id 323D618AA6 for ; Mon, 7 Jul 2003 11:03:42 -0400 (EDT) Received: from draco.ll.g41g42 (draco [129.55.43.36]) by dfw-sun0.ATC.LL.MIT.EDU (8.12.9/8.12.6) with ESMTP id h67F3f3s025129 for ; Mon, 7 Jul 2003 11:03:41 -0400 (EDT) Received: from draco (draco [129.55.43.36]) by draco.ll.g41g42 (8.11.6+Sun/8.9.1) with SMTP id h67F3fo09712 for ; Mon, 7 Jul 2003 11:03:41 -0400 (EDT) Message-Id: <200307071503.h67F3fo09712@draco.ll.g41g42> Date: Mon, 7 Jul 2003 11:03:41 -0400 (EDT) From: "Richard A. Hogaboom" Reply-To: "Richard A. Hogaboom" Subject: Selection Color in GtkCTree To: gtk-list@gnome.org MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Content-MD5: WE/RNKLNSQG1wZpjSntfbQ== X-Mailer: dtmail 1.3.0 @(#)CDE Version 1.4.2 SunOS 5.8 sun4u sparc Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I want to have a GtkCTree(GTK 1.2+) that has multiple selections of different colors that are all set programatically. I've tried gdk_gc_set_foreground(style->fg_gc[GTK_STATE_SELECTED], &color_red); gtk_ctree_select(tree, widget); gdk_gc_set_foreground(style->fg_gc[GTK_STATE_SELECTED], &color_green); gtk_ctree_select(tree, other_widget); but this only changes all the selected widgets to the last color(green). There are 5 states, 7 gc's in a style, and both fore/back ground colors. Some combination must actually do it. Has anybody tried this? with maybe some example code? Dick ------------- Richard Hogaboom MIT / Lincoln Laboratory 244 Wood St. Lexington, MA 02173-9108 voice: (781)-981-0276 fax: (781)-981-3220 hogaboom@ll.mit.edu From roger@whinlatter.uklinux.net Mon Jul 7 15:00:15 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from zinc.btinternet.com (zinc.btinternet.com [194.73.73.148]) by mail.gnome.org (Postfix) with ESMTP id 7AC581812B for ; Mon, 7 Jul 2003 15:00:15 -0400 (EDT) Received: from dial81-135-105-176.in-addr.btopenworld.com ([81.135.105.176] helo=whinlatter.uklinux.net) by zinc.btinternet.com with esmtp (Exim 3.22 #23) id 19ZbDf-0003UH-00 for gtk-list@gnome.org; Mon, 07 Jul 2003 20:00:12 +0100 Received: from roger by whinlatter.uklinux.net with local (Exim 3.36 #1 (Debian)) id 19ZbEz-0001DB-00 for ; Mon, 07 Jul 2003 20:01:33 +0100 To: gtk-list@gnome.org Subject: Converting from GTK+ to Gtkmm From: Roger Leigh Date: Mon, 07 Jul 2003 20:01:33 +0100 Message-ID: <87k7auqhyq.fsf@whinlatter.uklinux.net> User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello, I have written a program in C using GTK+ and libglade. Its callbacks do things like this: void cb_reset( GtkWidget *widget, gpointer data ) { GladeXML *xml; GtkWidget *pg_val; GtkWidget *ri_val; GtkWidget *cf_val; GtkWidget *og_result; GtkWidget *abv_result; xml = glade_get_widget_tree (GTK_WIDGET (widget)); pg_val = glade_xml_get_widget (xml, "pg_entry"); ri_val = glade_xml_get_widget (xml, "ri_entry"); cf_val = glade_xml_get_widget (xml, "cf_entry"); og_result = glade_xml_get_widget (xml, "og_result"); abv_result = glade_xml_get_widget (xml, "abv_result"); gtk_spin_button_set_value (GTK_SPIN_BUTTON(pg_val), 0.0); [...] gtk_label_set_text (GTK_LABEL(abv_result), ""); gtk_widget_grab_focus (pg_val); } The callbacks have two parts: 1. Getting the XML tree and getting the widgets required from the tree. 2. Performing some actions using those widgets. This means that all of the interface construction is done entirely with Glade, and only the callbacks are in the C source file (no need to bung the widgets in a structure and pass them in as "gpointer data" like I did before). Looking at Glademm, it seems can do this, but I'm not sure how to get the XML tree (Gnome::Glade::Xml) from within the callback. Is it possible? The example callbacks I've seen didn't usually take arguments. In an ideal world, I'd like the callbacks to be set-up automatically by libglademm, like I get with glade_xml_signal_autoconnect(). Could this be done? Should using gtkmm/libglademm result in cleaner code than libgtk/libglade? From the little I've seen of it so far, things like signals actually look more complex, but I'm not yet as experienced with C++ as I am with C. Thanks, Roger -- Roger Leigh Printing on GNU/Linux? http://gimp-print.sourceforge.net/ GPG Public Key: 0x25BFB848 available on public keyservers From shaunm@wolfram.com Mon Jul 7 15:23:37 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from wolfram.com (wri-dns0.wolfram.com [140.177.205.10]) by mail.gnome.org (Postfix) with ESMTP id 849341835D for ; Mon, 7 Jul 2003 15:23:37 -0400 (EDT) Received: from shaunmlx.wolfram.com (shaunmlx.wolfram.com [140.177.4.220]) by wolfram.com (8.11.2/8.11.2) with ESMTP id h67JNYj06172; Mon, 7 Jul 2003 14:23:34 -0500 Subject: Re: What replaces GtkHTML in GTK2 From: Shaun McCance To: Thomas Frayne Cc: gtk-list In-Reply-To: <1057408888.15799.30.camel@localhost.localdomain> References: <1057408888.15799.30.camel@localhost.localdomain> Content-Type: text/plain Organization: Wolfram Research, Inc. Message-Id: <1057605753.23923.7.camel@shaunmlx.wolfram.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.1 Date: 07 Jul 2003 14:22:34 -0500 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: GtkHTML1 is replaced by GtkHTML2. GtkHTML2 is typically packaged separately from GTK2. On my system, the GtkHTML2 header files are located in /usr/include/gtkhtml-2.0/libgtkhtml. GtkHTML1 and GtkHTML2 are quite different. Yelp has both a GtkHTML1 backend and a GtkHTML2 backend. Take a look at Yelp's source to get an idea of how to use them, and how they're different. -- Shaun On Sat, 2003-07-05 at 07:41, Thomas Frayne wrote: > I am using Redhat 9, Gnome 2.2. > > GtkHTML is defined in gtkhtml-types.h in GTK1, but I could not find a > GTK2 header file containing GtkHTML. Am I missing a GTK2 header file? > Is there a GTK2 replacement for GtkHTML? > > It would also help if I could find a function that used GtkHTML in GTK1 > and was ported to GTK2 using some other feature. > > > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list From kdilip_s@yahoo.co.in Tue Jul 8 09:14:38 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from web8004.mail.in.yahoo.com (web8004.mail.in.yahoo.com [203.199.70.64]) by mail.gnome.org (Postfix) with SMTP id 2E8A9189C0 for ; Tue, 8 Jul 2003 09:14:38 -0400 (EDT) Message-ID: <20030708131435.19886.qmail@web8004.mail.in.yahoo.com> Received: from [193.166.111.227] by web8004.mail.in.yahoo.com via HTTP; Tue, 08 Jul 2003 14:14:35 BST Date: Tue, 8 Jul 2003 14:14:35 +0100 (BST) From: =?iso-8859-1?q?dilip=20kumar?= Subject: unsubcribe To: gtk-list@gnome.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: From froschi.der.grosse@web.de Sun Jul 6 15:26:51 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mailgate5.cinetic.de (mailgate5.cinetic.de [217.72.192.165]) by mail.gnome.org (Postfix) with ESMTP id 0B51D1836C for ; Sun, 6 Jul 2003 15:26:51 -0400 (EDT) Received: from web.de (fmomail02.dlan.cinetic.de [172.20.1.46]) by mailgate5.cinetic.de (8.11.6p2/8.11.2/SuSE Linux 8.11.0-0.4) with SMTP id h66JQnQ02089 for gtk-list@gnome.org; Sun, 6 Jul 2003 21:26:50 +0200 Date: Sun, 6 Jul 2003 21:26:50 +0200 Message-Id: <200307061926.h66JQnQ02089@mailgate5.cinetic.de> MIME-Version: 1.0 Organization: http://freemail.web.de/ From: =?iso-8859-1?Q? "Nase=20Wei=DF" ?= To: gtk-list@gnome.org Subject: Precedence: fm-user Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: hi. I would like to ask wether anyone could pleas send me the GTK+ 2.0 - Tutorial as a .zip or gz - file. Thank you.M ______________________________________________________________________________ Jetzt 52 verschiedene Briefpapiere fur Ihre E-Mails bei WEB.DE FreeMail - http://freemail.web.de/features/?mc=021140 From andrej.prsa@guest.arnes.si Tue Jul 8 12:26:28 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from rigljica.arnes.si (rigljica.arnes.si [193.2.1.82]) by mail.gnome.org (Postfix) with ESMTP id 8B618185E0 for ; Tue, 8 Jul 2003 12:26:28 -0400 (EDT) Received: from razor.arnes.si (razor.arnes.si [193.2.1.80]) by rigljica.arnes.si (Postfix) with ESMTP id E18006E7C9 for ; Tue, 8 Jul 2003 18:26:27 +0200 (MEST) Received: from gemma (unknown [193.2.110.237]) by razor.arnes.si (Postfix) with SMTP id D3A95399459 for ; Tue, 8 Jul 2003 18:26:26 +0200 (MEST) Date: Tue, 8 Jul 2003 18:24:34 +0200 From: Andrej Prsa To: GTK Mailing list Subject: Geting a GtkTreeModel out of GtkTreeViewColumn Message-Id: <20030708182434.320a7c4b.andrej.prsa@guest.arnes.si> Organization: Faculty of Mathematics and Physics X-Mailer: Sylpheed version 0.9.3 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello, everyone! Could anyone please tell me if it's possible to extract the parent GtkTreeModel out of GtkTreeViewColumn? Or, if someone could maybe suggest a better way to extract the data from the selected column in a function where GtkTreeViewColumn *column and int row are arguments, e.g. char *get_cell_contents (GtkTreeViewColumn *column, int row) { ??? } Thanks, Andrej From edscott@imp.mx Tue Jul 8 21:54:56 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from www.imp.mx (www.imp.mx [192.100.181.86]) by mail.gnome.org (Postfix) with ESMTP id C7B0818662 for ; Tue, 8 Jul 2003 21:54:54 -0400 (EDT) Received: from [192.168.122.241] (IDENT:edscott@[192.168.122.241]) by www.imp.mx (SGI-8.9.3p2/8.9.3) with ESMTP id UAA04961; Tue, 8 Jul 2003 20:54:48 -0500 (CDT) Subject: Re: Geting a GtkTreeModel out of GtkTreeViewColumn From: edscott wilson garcia To: andrej.prsa@guest.arnes.si, gtk-list@gnome.org In-Reply-To: <20030708182434.320a7c4b.andrej.prsa@guest.arnes.si> References: <20030708182434.320a7c4b.andrej.prsa@guest.arnes.si> Content-Type: text/plain; charset=ISO-8859-15 Message-Id: <1057715686.30875.23.camel@sagitario.eco.imp.mx> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 08 Jul 2003 20:54:46 -0500 Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: El mar, 08-07-2003 a las 11:24, Andrej Prsa escribió: > Hello, everyone! > > Could anyone please tell me if it's possible to extract the parent > GtkTreeModel out of GtkTreeViewColumn? > > Or, if someone could maybe suggest a better way to extract the data from > the selected column in a function where GtkTreeViewColumn *column and int > row are arguments, e.g. > > char *get_cell_contents (GtkTreeViewColumn *column, int row) > { > ??? > } > I would use g_object_set_data to associate the treemodel pointer with the treeviewcolumn upon creation of the treeviewcolumn, and then use g_object_get_data to retrieve the treemodel upon entering *get_cell_contents(). Although this is based on the "least effort" criteria, there is probably a simpler way (there always is). Edscott > Thanks, > > Andrej > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list > From diego@otello.alma.unibo.it Wed Jul 9 02:18:47 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from otello.alma.unibo.it (otello.alma.unibo.it [137.204.24.163]) by mail.gnome.org (Postfix) with ESMTP id E9ED018634 for ; Wed, 9 Jul 2003 02:18:46 -0400 (EDT) Received: from otello.alma.unibo.it (unknown [137.204.24.167]) by otello.alma.unibo.it (Postfix) with ESMTP id C0DFB6C3 for ; Wed, 9 Jul 2003 03:53:56 -0400 (EDT) Message-ID: <3F0BD05F.38CFFC36@otello.alma.unibo.it> Date: Wed, 09 Jul 2003 08:20:47 +0000 From: Diego Zuccato X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.21-rc6-ac2 i686) X-Accept-Language: it, en MIME-Version: 1.0 To: GtkList Subject: Re: Geting a GtkTreeModel out of GtkTreeViewColumn References: <20030708182434.320a7c4b.andrej.prsa@guest.arnes.si> <1057715686.30875.23.camel@sagitario.eco.imp.mx> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: edscott wilson garcia wrote: > I would use g_object_set_data to associate the treemodel pointer with > the treeviewcolumn upon creation of the treeviewcolumn, and then use > g_object_get_data to retrieve the treemodel upon entering > *get_cell_contents(). Although this is based on the "least effort" > criteria, there is probably a simpler way (there always is). Uhm... The GtkTreeViewColumn KNOWS in which GtkTreeView it is (column->tree_view), so no need to use set_data, except for a "conceptual" design issue (it's not good to access internal data directly - this usually is due to a missing API function). BYtE, Diego. From cvatavu@skim.com Wed Jul 9 05:34:47 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from spf13.us4.outblaze.com (205-158-62-67.outblaze.com [205.158.62.67]) by mail.gnome.org (Postfix) with ESMTP id 2BF6718D4A for ; Wed, 9 Jul 2003 05:34:47 -0400 (EDT) Received: from 205-158-62-68.outblaze.com (205-158-62-68.outblaze.com [205.158.62.68]) by spf13.us4.outblaze.com (Postfix) with QMQP id E5563181AA21 for ; Wed, 9 Jul 2003 09:34:45 +0000 (GMT) Received: (qmail 63826 invoked from network); 9 Jul 2003 09:34:45 -0000 Received: from unknown (HELO ws5-7.us4.outblaze.com) (205.158.62.156) by 205-158-62-153.outblaze.com with SMTP; 9 Jul 2003 09:34:45 -0000 Received: (qmail 8858 invoked by uid 1001); 9 Jul 2003 09:36:04 -0000 Message-ID: <20030709093604.8855.qmail@skim.com> Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-Mailer: MIME-tools 5.41 (Entity 5.404) Received: from [163.242.237.119] by ws5-7.us4.outblaze.com with http for cvatavu@skim.com; Wed, 09 Jul 2003 17:36:03 +0800 From: "cvatavu ::skim.com::" To: gtk-list@gnome.org Date: Wed, 09 Jul 2003 17:36:03 +0800 Subject: win32 problems... X-Originating-Ip: 163.242.237.119 X-Originating-Server: ws5-7.us4.outblaze.com Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi list. I have tried for several days to use the giochannels in win32, but without any success. The thread that should receive data through the channel doesn't receive anything at all (gtk_main) and the sender thread block after some time (buffer full?). (I'm using g_io_add_watch on a channel created with g_io_channel_unix_new on a pipe fd[0].) Then I downloaded the glib-2.2.2 for win32. This one can't even create a channel on a pipe()d fd: GLib-WARNING **: giowin32.c:1500: 3 is neither a file descriptor or a socket At giowin32.c:1500 there's a fstat() which should return 0!!! Then I tried to compile glib-2.2.2 myself (using MSVC) but again no success. Where's _g_trio_printf defined anyway ? Is glib-2.2.2 compilable on Win32 (I'm using WinNT SP6) ? Finally, is there another portable way to signal gtk_main from another thread besides g_io_add_watch ? Please enlighten me, and please excuse me if this has been reported allready. Thanks, Calin -- _______________________________________________ Get your free email from http://mymail.skim.com From Tottimyong@netscape.net Wed Jul 9 06:59:56 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from imo-r01.mx.aol.com (imo-r01.mx.aol.com [152.163.225.97]) by mail.gnome.org (Postfix) with ESMTP id BD2D218329; Wed, 9 Jul 2003 06:59:55 -0400 (EDT) Received: from Tottimyong@netscape.net by imo-r01.mx.aol.com (mail_out_v36_r1.1.) id h.ed.93baab5 (16227); Wed, 9 Jul 2003 06:59:47 -0400 (EDT) Received: from netscape.net ([218.87.60.39]) by air-in02.mx.aol.com (v94.1) with ESMTP id MAILININ23-3f633f0bf5a063; Wed, 09 Jul 2003 06:59:46 -0400 Message-ID: <3F0BF549.50701@netscape.net> Date: Wed, 09 Jul 2003 18:58:17 +0800 From: myong User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-devel-list , gtk-list Subject: about transparent Content-Type: text/plain; charset=gb18030; format=flowed Content-Transfer-Encoding: 7bit X-Mailer: Unknown (No Version) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello, We know the gnome-terminal and xchat can display transparent effect that we can see the desktop background. I want to know how to use gtk to do it? From andrej.prsa@guest.arnes.si Wed Jul 9 11:32:37 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from rigljica.arnes.si (rigljica.arnes.si [193.2.1.82]) by mail.gnome.org (Postfix) with ESMTP id A51B31813B for ; Wed, 9 Jul 2003 11:32:37 -0400 (EDT) Received: from razor.arnes.si (razor.arnes.si [193.2.1.80]) by rigljica.arnes.si (Postfix) with ESMTP id DEA626E705 for ; Wed, 9 Jul 2003 17:32:36 +0200 (MEST) Received: from gemma (ar16-140i.dial-up.arnes.si [194.249.11.140]) by razor.arnes.si (Postfix) with SMTP id 9C8A33994C1 for ; Wed, 9 Jul 2003 17:32:34 +0200 (MEST) Date: Wed, 9 Jul 2003 17:00:47 +0200 From: Andrej Prsa To: GTK Mailing list Subject: Getting column index out of GtkTreeViewColumn Message-Id: <20030709170047.701f7173.andrej.prsa@guest.arnes.si> Organization: Faculty of Mathematics and Physics X-Mailer: Sylpheed version 0.9.3 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi! I really missed a function that would return the index of a GtkTreeViewColumn given as an argument, so I wrote (a very inefficient and probably even messy but functional) routine myself; maybe someone would use it too, so here it goes: gint gtk_tree_view_column_get_index (GtkTreeViewColumn *column) { GtkTreeView *tree = GTK_TREE_VIEW (column->tree_view); GList *cols = gtk_tree_view_get_columns (tree); int counter = 0; while (cols != NULL) { if (column == GTK_TREE_VIEW_COLUMN (cols->data)) { g_list_free (cols); return counter; } cols = cols->next; counter++; } g_list_free (cols); return -1; } Best regards, Andrej From mrroach@okmaybe.com Wed Jul 9 11:53:58 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from flamingo.mail.pas.earthlink.net (flamingo.mail.pas.earthlink.net [207.217.120.232]) by mail.gnome.org (Postfix) with ESMTP id E6A9818E12 for ; Wed, 9 Jul 2003 11:53:57 -0400 (EDT) Received: from user-0cald46.cable.mindspring.com ([24.170.180.134] helo=localhost) by flamingo.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 19aHGU-0001qU-00 for gtk-list@gnome.org; Wed, 09 Jul 2003 08:53:55 -0700 Received: from localhost ([127.0.0.1] helo=[192.168.150.13]) by localhost with asmtp (Exim 3.35 #1 (Debian)) id 19aHGT-0000T3-00 for ; Wed, 09 Jul 2003 10:53:53 -0500 Subject: incremental image scaling with gdkpixbuf From: Mark Roach To: gtk-list@gnome.org Content-Type: text/plain Message-Id: <1057765761.14173.58.camel@flmrroach> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 09 Jul 2003 11:49:21 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I am using gdkpixbuf to scale some very large tiff images and am running into performance issues on some slower computers. The most important goal is for users to be able to switch "pages" quickly, so my thought was to do something similar to EOG and perform a low quality scale (NEAREST, I guess) and queue the BILINEAR scale in an idle handler, but I am unsure how to do this. EOG seems to make use of libart for this, but libart seems linked to X and this is a windows application. Can anyone give me some pointers on how I might do this with just GdkPixbuf? Thanks, Mark Roach From bdkr@highsidecafe.com Wed Jul 9 18:20:11 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cedar.phpwebhosting.com (unknown [64.239.37.230]) by mail.gnome.org (Postfix) with SMTP id CBBC0180F5 for ; Wed, 9 Jul 2003 18:20:10 -0400 (EDT) Received: (qmail 7739 invoked by uid 454); 9 Jul 2003 22:20:10 -0000 Received: from unknown (HELO highsidecafe.com) (200.62.21.142) by cedar.phpwebhosting.com with SMTP; 9 Jul 2003 22:20:10 -0000 Message-ID: <3F0C93FF.6030107@highsidecafe.com> Date: Wed, 09 Jul 2003 18:15:27 -0400 From: BDKR Organization: Highside Cafe User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.2.1) Gecko/20030225 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: Configure woes Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I'm sorry if this is somehow stupid, but is anybody else expereincing a problem with the configuration script? The first problem appears (in other words, I really don't know :-^) to be at line 3353. 3353 and 3354 are below. PHP_GTK_ARG_ENABLE(debug, whether to include debugging symbols, --enable-debug Compile with debugging symbols., no) I commented both of them out and the script continued past without any complaint. However, I later see this... checking for working mkdir -p... yes mkdir: too few arguments Try `mkdir --help' for more information. It seems the script isn't passing something too the mkdir command, however, I'm at a loss to see what it is. Anybody have any knowledge of this problem? Cheers, BDKR From Murray.Cumming@Comneon.com Thu Jul 10 03:59:26 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mx-in-01.simplementehosting.net (mx-in-01.simplementehosting.net [66.216.79.177]) by mail.gnome.org (Postfix) with ESMTP id 33C5F18147 for ; Thu, 10 Jul 2003 03:59:26 -0400 (EDT) Received: from smtp1.infineon.com (smtp1.infineon.com [194.175.117.76]) by mx-in-01.simplementehosting.net (Postfix) with ESMTP id 98FF1234054 for ; Thu, 10 Jul 2003 02:59:24 -0500 (CDT) Received: from vihsx03a.vih.infineon.com (vih.ifx-mail3.com [172.31.163.97]) by smtp1.infineon.com (8.12.9/8.12.9) with ESMTP id h6A7w3mS006185; Thu, 10 Jul 2003 09:58:03 +0200 (MEST) Received: by vihsx03a.vih.infineon.com with Internet Mail Service (5.5.2653.19) id ; Thu, 10 Jul 2003 09:59:49 +0200 Message-ID: <258B0164D480D5118D900800062B3858011C5E20@vihsx09a.vih.infineon.com> From: Murray.Cumming@Comneon.com To: bdkr@highsidecafe.com, gtk-list@gnome.org Subject: RE: Configure woes Date: Thu, 10 Jul 2003 09:59:02 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > From: BDKR [mailto:bdkr@highsidecafe.com] > I'm sorry if this is somehow stupid, but is anybody else > expereincing a > problem with the configuration script? For GTK+? What version? What linux/unix distro are you using? > The first problem appears (in other words, I really don't > know :-^) to > be at line 3353. 3353 and 3354 are below. > > PHP_GTK_ARG_ENABLE(debug, whether to include debugging symbols, > --enable-debug Compile with debugging symbols., no) > > I commented both of them out and the script continued past > without any > complaint. However, I later see this... > > checking for working mkdir -p... yes > mkdir: too few arguments > Try `mkdir --help' for more information. > > It seems the script isn't passing something too the mkdir command, > however, I'm at a loss to see what it is. Anybody have any > knowledge of > this problem? Murray Cumming murrayc@usa.net www.murrayc.com Remember to use the "Reply To All" feature with mailing lists. From andrew@solvo.ru Thu Jul 10 04:40:17 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mx-in-01.simplementehosting.net (mx-in-01.simplementehosting.net [66.216.79.177]) by mail.gnome.org (Postfix) with ESMTP id B6AB01818F; Thu, 10 Jul 2003 04:40:17 -0400 (EDT) Received: from gate.solvo.ru (gate.solvo.ru [195.201.44.1]) by mx-in-01.simplementehosting.net (Postfix) with ESMTP id D8D69234056; Thu, 10 Jul 2003 03:40:02 -0500 (CDT) Received: from tiger.solvo.ru (IDENT:postfix@tiger.solvo.ru [195.201.44.204]) by gate.solvo.ru (8.11.6/8.11.6) with ESMTP id h6A8csO19109; Thu, 10 Jul 2003 12:38:54 +0400 Received: by tiger.solvo.ru (Postfix, from userid 504) id 12DA590701; Thu, 10 Jul 2003 12:38:48 +0400 (MSD) Received: from solvo.ru (phoenix.solvo.ru [195.201.44.78]) by tiger.solvo.ru (Postfix) with ESMTP id B214A90700; Thu, 10 Jul 2003 12:38:47 +0400 (MSD) Message-ID: <3F0D26FC.3080601@solvo.ru> Date: Thu, 10 Jul 2003 12:42:36 +0400 From: "Andrew E. Makeev" Organization: Solvo Ltd. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225 X-Accept-Language: ru, en MIME-Version: 1.0 To: gtkmm-main , GTK-MAIN Subject: How to remove child_anchor from TextView? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Milter: Spamilter Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi all, How could I remove child_anchor from TextView buffer? I've tried that way: Gtk::TextIter iter = textBuffer->get_iter_at_child_anchor (myAnchor); textBuffer->erase (iter, iter); Any suggestion? Hopefully, I will get answer from GTKMM list... thanks in advance, -andrew From salonj@hotmail.com Thu Jul 10 04:40:23 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mx-in-01.simplementehosting.net (mx-in-01.simplementehosting.net [66.216.79.177]) by mail.gnome.org (Postfix) with ESMTP id 9FF9B1818F for ; Thu, 10 Jul 2003 04:40:23 -0400 (EDT) Received: from hotmail.com (bay7-f75.bay7.hotmail.com [64.4.11.75]) by mx-in-01.simplementehosting.net (Postfix) with ESMTP id C1450234054 for ; Thu, 10 Jul 2003 03:40:12 -0500 (CDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 10 Jul 2003 01:39:48 -0700 Received: from 219.140.158.53 by by7fd.bay7.hotmail.msn.com with HTTP; Thu, 10 Jul 2003 08:39:48 GMT X-Originating-IP: [219.140.158.53] X-Originating-Email: [salonj@hotmail.com] From: "salon j" To: gtk-list@gnome.org Subject: help....,urgent Date: Thu, 10 Jul 2003 08:39:48 +0000 Mime-Version: 1.0 Content-Type: text/plain; charset=gb2312; format=flowed Message-ID: X-OriginalArrivalTime: 10 Jul 2003 08:39:48.0699 (UTC) FILETIME=[D2918AB0:01C346BE] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: when i use gdk_pixmap_create_from_xpm()create pixmap, i return the NULL value. why, before i use i had unref the pixmap. _________________________________________________________________ ÓëÁª»úµÄÅóÓѽøÐн»Á÷£¬ÇëʹÓà MSN Messenger: http://messenger.msn.com/cn From bdkr@highsidecafe.com Thu Jul 10 08:00:11 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cedar.phpwebhosting.com (unknown [64.239.37.230]) by mail.gnome.org (Postfix) with SMTP id 03CD9182BD for ; Thu, 10 Jul 2003 08:00:11 -0400 (EDT) Received: (qmail 27562 invoked by uid 454); 10 Jul 2003 12:00:08 -0000 Received: from unknown (HELO highsidecafe.com) (200.62.21.142) by cedar.phpwebhosting.com with SMTP; 10 Jul 2003 12:00:08 -0000 Message-ID: <3F0D542F.6090005@highsidecafe.com> Date: Thu, 10 Jul 2003 07:55:27 -0400 From: BDKR Organization: Highside Cafe User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.2.1) Gecko/20030225 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Murray.Cumming@Comneon.com Cc: gtk-list@gnome.org Subject: Re: Configure woes References: <258B0164D480D5118D900800062B3858011C5E20@vihsx09a.vih.infineon.com> In-Reply-To: <258B0164D480D5118D900800062B3858011C5E20@vihsx09a.vih.infineon.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Murray.Cumming@Comneon.com wrote: >>From: BDKR [mailto:bdkr@highsidecafe.com] >>I'm sorry if this is somehow stupid, but is anybody else >>expereincing a >>problem with the configuration script? >> >> > >For GTK+? What version? > >What linux/unix distro are you using? > > > >>The first problem appears (in other words, I really don't >>know :-^) to >>be at line 3353. 3353 and 3354 are below. >> >>PHP_GTK_ARG_ENABLE(debug, whether to include debugging symbols, >>--enable-debug Compile with debugging symbols., no) >> >>I commented both of them out and the script continued past >>without any >>complaint. However, I later see this... >> >>checking for working mkdir -p... yes >>mkdir: too few arguments >>Try `mkdir --help' for more information. >> >>It seems the script isn't passing something too the mkdir command, >>however, I'm at a loss to see what it is. Anybody have any >>knowledge of >>this problem? >> >> > >Murray Cumming >murrayc@usa.net >www.murrayc.com >Remember to use the "Reply To All" feature with mailing lists. >_______________________________________________ >gtk-list mailing list >gtk-list@gnome.org >http://mail.gnome.org/mailman/listinfo/gtk-list > > > > Sorry about not supplying version info. RH9 and PHP-GTK 0.5.2 Cheers, BDKR From yanggolf@yeah.net Thu Jul 10 08:11:54 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from yeah.net (unknown [202.108.36.216]) by mail.gnome.org (Postfix) with SMTP id E6E7C1810A for ; Thu, 10 Jul 2003 08:11:53 -0400 (EDT) Received: from jetta (unknown [61.233.7.119]) by 192.168.1.216 (Coremail) with SMTP id T3wGAAdYDT9cAAd3.1 for ; Thu, 10 Jul 2003 20:11:52 +0800 (CST) X-Originating-IP: [61.233.7.119] From: "yangxiaoli" To: gdk-list Subject: gdk_gc_set_line_attribute does not work X-mailer: Foxmail 4.2 [cn] Mime-Version: 1.0 Content-Type: text/plain; charset="GB2312" Content-Transfer-Encoding: 7bit Date: Thu, 10 Jul 2003 20:10:8 +0800 Message-Id: <20030710121153.E6E7C1810A@mail.gnome.org> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: in my program I want to draw wide line ,but the wide of line drawed is only 1,not the value I set using "gdk_gc_set_line_attribute" why? GdkDrawable *pixmap; .... gc = gdk_gc_new (pixmap); gdk_gc_set_foreground(gc, (GdkColor *)color); gdk_gc_set_line_attributes(gc,9, GDK_LINE_SOLID,0,0); ... ========================= yangxiaoli yanggolf@yeah.net 2003-07-10 From Murray.Cumming@Comneon.com Thu Jul 10 08:16:54 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp1.infineon.com (smtp1.infineon.com [194.175.117.76]) by mail.gnome.org (Postfix) with ESMTP id C25481832A for ; Thu, 10 Jul 2003 08:16:53 -0400 (EDT) Received: from vihsx03a.vih.infineon.com (vih.ifx-mail3.com [172.31.163.97]) by smtp1.infineon.com (8.12.9/8.12.9) with ESMTP id h6ACFrmS025320; Thu, 10 Jul 2003 14:15:53 +0200 (MEST) Received: by vihsx03a.vih.infineon.com with Internet Mail Service (5.5.2653.19) id ; Thu, 10 Jul 2003 14:17:38 +0200 Message-ID: <258B0164D480D5118D900800062B3858011C5E45@vihsx09a.vih.infineon.com> From: Murray.Cumming@Comneon.com To: bdkr@highsidecafe.com Cc: gtk-list@gnome.org Subject: RE: Configure woes Date: Thu, 10 Jul 2003 14:16:51 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > Sorry about not supplying version info. > > RH9 and PHP-GTK 0.5.2 Isn't there a PHP-GTK mailing list? Murray Cumming murrayc@usa.net www.murrayc.com Remember to use the "Reply To All" feature with mailing lists. From bdkr@highsidecafe.com Thu Jul 10 08:23:55 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cedar.phpwebhosting.com (unknown [64.239.37.230]) by mail.gnome.org (Postfix) with SMTP id 8DE9D1831F for ; Thu, 10 Jul 2003 08:23:55 -0400 (EDT) Received: (qmail 29880 invoked by uid 454); 10 Jul 2003 12:23:53 -0000 Received: from unknown (HELO highsidecafe.com) (200.62.21.142) by cedar.phpwebhosting.com with SMTP; 10 Jul 2003 12:23:53 -0000 Message-ID: <3F0D59C1.1000700@highsidecafe.com> Date: Thu, 10 Jul 2003 08:19:13 -0400 From: BDKR Organization: Highside Cafe User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.2.1) Gecko/20030225 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Murray.Cumming@Comneon.com Cc: gtk-list@gnome.org Subject: Re: Configure woes References: <258B0164D480D5118D900800062B3858011C5E45@vihsx09a.vih.infineon.com> In-Reply-To: <258B0164D480D5118D900800062B3858011C5E45@vihsx09a.vih.infineon.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Murray.Cumming@Comneon.com wrote: >>Sorry about not supplying version info. >> >>RH9 and PHP-GTK 0.5.2 >> >> > >Isn't there a PHP-GTK mailing list? > >Murray Cumming >murrayc@usa.net >www.murrayc.com >Remember to use the "Reply To All" feature with mailing lists. > > > > I followed a sign up process on gtk.php.net. I must have mis-grokked something. Sorrry about that. I'll check again. Cheers, BDKR From Nicholas.Gortari@gdds.com Thu Jul 10 15:55:09 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from az25ege01.gd-decisionsystems.com (mail.gdds.com [63.226.32.21]) by mail.gnome.org (Postfix) with SMTP id 5C33718714 for ; Thu, 10 Jul 2003 15:55:08 -0400 (EDT) Received: from az25egi01.gddsi.com ([10.240.12.60]) by az25ege01 with InterScan Messaging Security Suite; Thu, 10 Jul 2003 12:59:19 -0700 Received: from az25exf01.gddsi.com ([10.240.12.50]) by 10.240.12.60 with InterScan Messaging Security Suite; Thu, 10 Jul 2003 12:51:23 -0700 Received: from AZ25EXM01N2.gddsi.com ([10.240.12.42]) by az25exf01.gddsi.com with Microsoft SMTPSVC(5.0.2195.5329); Thu, 10 Jul 2003 12:52:34 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: Internal Data Date: Thu, 10 Jul 2003 12:52:33 -0700 Message-ID: <5F5C6B5ACAB8CE4E8BB6D37A18CD45590264ABF7@AZ25EXM01N2.gddsi.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Internal Data Thread-Index: AcNHHM5De4l0a5YXTYuwSdVN+WdxCw== From: "Gortari Nicholas-p56512" To: X-OriginalArrivalTime: 10 Jul 2003 19:52:34.0348 (UTC) FILETIME=[CE5EC6C0:01C3471C] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Is there any way to add a widget or some sort of object to a window that = will hold internal/hidden data? I am writing a dialog that receives an = integer value on creation and then passes that same value to a = on_button_clicked callback. Ideas? From douglas@camelot.mssm.edu Thu Jul 10 16:14:10 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from camelot.mssm.edu (camelot.mssm.edu [146.203.28.32]) by mail.gnome.org (Postfix) with ESMTP id BDE3318440 for ; Thu, 10 Jul 2003 16:14:09 -0400 (EDT) Received: from SPIKE2 ([146.203.2.154]) by camelot.mssm.edu (8.11.6/8.11.2) with SMTP id h6AJsgD16729 for ; Thu, 10 Jul 2003 15:54:42 -0400 Message-ID: <001101c3471f$df388f50$9a02cb92@SPIKE2> From: "Doug Ehlenberger" To: Subject: g_type_class_unref() Date: Thu, 10 Jul 2003 16:14:27 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000E_01C346FE.562FDA40" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is a multi-part message in MIME format. ------=_NextPart_000_000E_01C346FE.562FDA40 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Can anyone explain the usage of g_type_class_unref()? I need to clean up = dynamically allocated memory within class structures. Thanks.=20 Doug ------=_NextPart_000_000E_01C346FE.562FDA40 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Can anyone explain the usage of=20 g_type_class_unref()? I need to clean up dynamically allocated memory = within=20 class structures. Thanks.
 
Doug
------=_NextPart_000_000E_01C346FE.562FDA40-- From david@davemalcolm.demon.co.uk Thu Jul 10 18:11:02 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from anchor-post-39.mail.demon.net (anchor-post-39.mail.demon.net [194.217.242.80]) by mail.gnome.org (Postfix) with ESMTP id 01145186AD for ; Thu, 10 Jul 2003 18:11:01 -0400 (EDT) Received: from davemalcolm.demon.co.uk ([80.177.172.172] helo=[192.168.0.2]) by anchor-post-39.mail.demon.net with esmtp (Exim 3.36 #2) id 19ajcw-0005oQ-0U; Thu, 10 Jul 2003 23:10:58 +0100 Subject: Re: Internal Data From: Dave Malcolm To: Gortari Nicholas-p56512 Cc: gtk-list@gnome.org In-Reply-To: <5F5C6B5ACAB8CE4E8BB6D37A18CD45590264ABF7@AZ25EXM01N2.gddsi.com> References: <5F5C6B5ACAB8CE4E8BB6D37A18CD45590264ABF7@AZ25EXM01N2.gddsi.com> Content-Type: text/plain Organization: Message-Id: <1057878739.2203.2021.camel@shirehorse1> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-5) Date: 10 Jul 2003 23:12:20 +0000 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Thu, 2003-07-10 at 19:52, Gortari Nicholas-p56512 wrote: > Is there any way to add a widget or some sort of object to a window that will hold internal/hidden data? I am writing a dialog that receives an integer value on creation and then passes that same value to a on_button_clicked callback. Ideas? You have at least three options: (i) Set the data as the user_data when you connect to the signal; it will get passed as a parameter to the callback - though only to that callback. (ii) If the data is shared between multiple callbacks, you can attach it as generic data to the dialog. Under GTK 2.* , look at g_object_set_data and g_object_get_data; under GTK 1.*, look at gtk_object_set_data, gtk_object_get_data (IIRC). This is good if you've got data shared between several callbacks. (iii) Create a custom dialog subclass. Do this if you've got lots of data, with complicated semantics. But it can be pain. I tend to go for method (ii) Good luck! Dave Malcolm From decio.alex@bol.com.br Thu Jul 10 23:00:38 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from sankara1.bol.com.br (sankara1.bol.com.br [200.221.24.109]) by mail.gnome.org (Postfix) with ESMTP id B4F53187B4 for ; Thu, 10 Jul 2003 23:00:37 -0400 (EDT) Received: from thot (unknown [172.26.5.200]) by sankara1.bol.com.br (Postfix) with SMTP id DAFC47D48 for ; Fri, 11 Jul 2003 00:00:32 -0300 (BRT) Message-ID: <001b01c34759$6e1a88c0$0100a8c0@thot> From: "Decio Alexandre" To: Subject: GTK and PHP Web Applications Date: Thu, 10 Jul 2003 23:56:39 -0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0009_01C3473E.E78ABEC0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Sender-IP: 200.149.11.43 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is a multi-part message in MIME format. ------=_NextPart_000_0009_01C3473E.E78ABEC0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi everyone! My name is Decio and i am new to the list as well as to PHP GTK. I live = in Brazil and I am primarily a designer but do love to do some = programing in my spare time. Well I have a question, and maybe you can help me. Me and my fiancee have been developping a web application to help = technicians manage their clients over the web. We are just about a week = or so from finishing it, just for the fun of it, actually. Well the = thing is that a few days ago her brother asked us if there was a way to = use this application offline, like a windows application. That's when I came to try and discover what PHP GTk was all about and i = have just loved it. But I am wondering if there's any way I can port my = application when it's finished to PHP GTk, or if I will have to do the = job all over again. In any of the two situations, what are the main aspects I should = consider and have to keep in mind before doing it? variable, functions, = MySQL interaction and all? Is there any tools in the web that could help = me do the work? Thanks for your help. D=E9cio --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.497 / Virus Database: 296 - Release Date: 04/07/03 ------=_NextPart_000_0009_01C3473E.E78ABEC0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi everyone!
 
My name is Decio and i am new to the = list as well=20 as to PHP GTK. I live in Brazil and I am primarily a designer but do = love to do=20 some programing in my spare time.
 
Well I have a question, and maybe you = can help=20 me.
 
Me and my fiancee have been = developping a web=20 application to help technicians manage their clients over the web. We = are just=20 about a week or so from finishing it, just for the fun of it, actually. = Well the=20 thing is that a few days ago her brother asked us if there was a way to = use this=20 application offline, like a windows application.
 
That's when I came to try and discover = what PHP GTk=20 was all about and i have just loved it. But I am wondering if there's = any way I=20 can port my application when it's finished to PHP GTk, or if I will have = to do=20 the job all over again.
 
In any of the two situations, what are = the main=20 aspects I should consider and have to keep in mind before doing it? = variable,=20 functions, MySQL interaction and all? Is there any tools in the web that = could=20 help me do the work?
 
Thanks for your help.
 
D=E9cio
 

---
Outgoing mail is certified = Virus=20 Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: = 6.0.497 /=20 Virus Database: 296 - Release Date: 04/07/03
------=_NextPart_000_0009_01C3473E.E78ABEC0-- From david.hansen@gmx.net Fri Jul 11 07:20:49 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mail.gnome.org (Postfix) with SMTP id B4FB618A2E for ; Fri, 11 Jul 2003 07:20:48 -0400 (EDT) Received: (qmail 16778 invoked by uid 65534); 11 Jul 2003 11:20:47 -0000 Received: from pD9E76EF7.dip.t-dialin.net (EHLO robotron.kosmorama) (217.231.110.247) by mail.gmx.net (mp002) with SMTP; 11 Jul 2003 13:20:47 +0200 Received: from dhansen by robotron.kosmorama with local (Exim 3.35 #1 (Debian)) id 19avxF-0000fN-00 for ; Fri, 11 Jul 2003 13:20:45 +0200 Date: Fri, 11 Jul 2003 13:20:45 +0200 From: David Hansen To: gtk-list@gnome.org Subject: Re: GTK and PHP Web Applications Message-ID: <20030711112045.GA872@robotron.ath.cx> Mail-Followup-To: gtk-list@gnome.org References: <001b01c34759$6e1a88c0$0100a8c0@thot> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="AhhlLboLdkugWU4S" Content-Disposition: inline In-Reply-To: <001b01c34759$6e1a88c0$0100a8c0@thot> User-Agent: Mutt/1.5.4i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --AhhlLboLdkugWU4S Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Jul 10 at 4:56+0200 Decio Alexandre wrote: > Me and my fiancee have been developping a web application to help technicians > manage their clients over the web. We are just about a week or so from > finishing it, just for the fun of it, actually. Well the thing is that a few > days ago her brother asked us if there was a way to use this application > offline, like a windows application. Why not just installing a local Web Server? David --AhhlLboLdkugWU4S Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/Dp2Nv64TGJeASRURAkl4AKCl6r3pK4ecHYSDqgatsNEx0xxHIgCfWJSf NTBTPGx803xA5RnAPgoFtVU= =HEB7 -----END PGP SIGNATURE----- --AhhlLboLdkugWU4S-- From decio.osiris@bol.com.br Fri Jul 11 13:03:18 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from sidney6.bol.com.br (sidney6.bol.com.br [200.221.24.124]) by mail.gnome.org (Postfix) with ESMTP id 6185918639 for ; Fri, 11 Jul 2003 13:03:12 -0400 (EDT) Received: from bol.com.br (200.221.24.138) by sidney6.bol.com.br (5.1.071) id 3EF03383001C1D24 for gtk-list@gnome.org; Fri, 11 Jul 2003 14:03:05 -0300 Date: Fri, 11 Jul 2003 14:03:05 -0300 Message-Id: Subject: Re:gtk-list digest, Vol 1 #1605 - 5 msgs MIME-Version: 1.0 Content-Type: text/plain;charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable From: "decio.osiris" To: gtk-list@gnome.org X-XaM3-API-Version: 2.4 R3 ( B4 ) X-SenderIP: 200.148.50.137 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: For the Moderators, I am a member of this list, but every time I try to send a message I get a reply saying I am not a member.. what is wrong? David... The problem is that, if this application starts paying off all the time we spent on it and we sell it to anyone it will be really a nightmare to install a web server, a MySql server and the php in there and hope that nothing ever goes wrong. Am I not right? So that`s when I begun wondering if php gtk was something worth studying and developping in. Thanks in advance. Decio > > Message: 5 > Date: Fri, 11 Jul 2003 13:20:45 +0200 > From: David Hansen > To: gtk-list@gnome.org > Subject: Re: GTK and PHP Web Applications > > On Thu, Jul 10 at 4:56+0200 Decio Alexandre wrote: > > Me and my fiancee have been developping a web applicat ion to help technicians > > manage their clients over the web. We are just about a week or so from > > finishing it, just for the fun of it, actually. Well t he thing is that a few > > days ago her brother asked us if there was a way to us e this application > > offline, like a windows application. > > Why not just installing a local Web Server? > > David > __________________________________________________________________________ Acabe com aquelas janelinhas que pulam na sua tela. AntiPop-up UOL - =C9 gr=E1tis! http://antipopup.uol.com.br/ From number6@ip120.gte16.rb1.bel.nwlink.com Fri Jul 11 13:34:59 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from ip120.gte16.rb1.bel.nwlink.com (ip120.gte16.rb1.bel.nwlink.com [207.202.156.120]) by mail.gnome.org (Postfix) with ESMTP id 396FE18690 for ; Fri, 11 Jul 2003 13:34:59 -0400 (EDT) Received: from localhost (number6@localhost) by ip120.gte16.rb1.bel.nwlink.com (8.9.3/8.9.3) with ESMTP id KAA19602; Fri, 11 Jul 2003 10:34:57 -0700 Date: Fri, 11 Jul 2003 10:34:56 -0700 (PDT) From: "no6@pobox.com" X-Sender: number6@robin.cybersafe.com To: gtk-list@gnome.org Cc: "decio.osiris" Subject: Re:gtk-list digest, Vol 1 #1605 - 5 msgs In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Fri, 11 Jul 2003, decio.osiris wrote: > For the Moderators, I am a member of this list, but every > time I try to send a message I get a reply saying I am > not a member.. what is wrong? > > > David... > David: I had the same trouble for quite a long time. My trouble was the e-mail address I registered did not match the one I was posting to the list with. My public address is no6@pobox.com, but this is NOT the address my mail sent from. Once I registered the address my outbound mail is sent from with the gtk-list, my posts then worked without requiring moderator intervention. Perhaps you have something similar occuring? Adam --- Adam Bernstein no6@pobox.com http://mpgedit.org/~number6 "Who are you? The new Number 2. Who is Number 1? You are, Number 6. I am not a number, I am a free man! Aha ha ha ha ha..." Key fingerprint = DD 2B 08 4C 51 B6 2B FF 18 41 84 E8 93 8A 27 8D From otaylor@redhat.com Fri Jul 11 14:30:58 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 06A6418113 for ; Fri, 11 Jul 2003 14:30:58 -0400 (EDT) Received: from poincare.devel.redhat.com (poincare.devel.redhat.com [172.16.58.30]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h6BITvK18442; Fri, 11 Jul 2003 14:29:57 -0400 Subject: Re: Re:gtk-list digest, Vol 1 #1605 - 5 msgs From: Owen Taylor To: "decio.osiris" Cc: gtk-list@gnome.org In-Reply-To: References: Content-Type: text/plain Message-Id: <1057948196.13280.27.camel@poincare.devel.redhat.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.92 (1.3.92-1) (Preview Release) Date: 11 Jul 2003 14:29:57 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Fri, 2003-07-11 at 13:03, decio.osiris wrote: > For the Moderators, I am a member of this list, but every > time I try to send a message I get a reply saying I am > not a member.. what is wrong? I bet that this message went through without moderation. The message you sent yesterday was from decio.alex@bol.com.br, which doesn't match your subscription address. http://mail.gnome.org/mailman/listinfo/post-only may be useful if you want to be able to post from multiple addresses. Regards, Owen From umesh@analytica-india.com Sat Jul 12 03:31:51 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from analytica-india.com (unknown [216.117.186.134]) by mail.gnome.org (Postfix) with ESMTP id D9E3218902 for ; Sat, 12 Jul 2003 03:31:50 -0400 (EDT) Received: from rhea (analytica.co.in [202.9.170.3]) by analytica-india.com (8.12.9/8.12.8) with SMTP id h6C7VgB3022999 for ; Sat, 12 Jul 2003 03:31:48 -0400 Message-ID: <003601c34847$5eaa1ab0$8001a8c0@milkyway.analytica.co.in> From: "umesh" To: Date: Sat, 12 Jul 2003 12:59:39 +0530 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_002D_01C34875.742FD090" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Subject: (no subject) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is a multi-part message in MIME format. ------=_NextPart_000_002D_01C34875.742FD090 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi,=20 I have designed GUI in wGLADE2. I am able to open source files = generated by glade in devC++. Problem is i am unable to create source = files in .cpp. In project options .C++ option is disabled. The only = available option is .C. Could u please help me in this regard. Regards Umesh ------=_NextPart_000_002D_01C34875.742FD090 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
 I have designed GUI in wGLADE2. I = am able to=20 open source files generated by glade in devC++. Problem is i am unable = to create=20 source files in .cpp. In project options .C++ option is disabled. The = only=20 available option is .C. Could u please help me in this = regard.
 
Regards
Umesh
------=_NextPart_000_002D_01C34875.742FD090-- From andrej.prsa@guest.arnes.si Sat Jul 12 05:27:37 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from rigljica.arnes.si (rigljica.arnes.si [193.2.1.82]) by mail.gnome.org (Postfix) with ESMTP id BF4EA18105 for ; Sat, 12 Jul 2003 05:27:36 -0400 (EDT) Received: from razor.arnes.si (razor.arnes.si [193.2.1.80]) by rigljica.arnes.si (Postfix) with ESMTP id E96616E98E for ; Sat, 12 Jul 2003 11:27:35 +0200 (MEST) Received: from gemma (ar16-369i.dial-up.arnes.si [194.249.20.73]) by razor.arnes.si (Postfix) with SMTP id 8FCA239941C for ; Sat, 12 Jul 2003 11:27:33 +0200 (MEST) Date: Sat, 12 Jul 2003 11:25:43 +0200 From: Andrej Prsa To: GTK Mailing list Subject: GtkCellEditable or a better way? Message-Id: <20030712112543.4d30d2dc.andrej.prsa@guest.arnes.si> Organization: Faculty of Mathematics and Physics X-Mailer: Sylpheed version 0.9.3 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi! I'm still struggling with GtkTreeView & co. I'm going to explain my problem and then perhaps someone may drop a hint... I need a GtkListStore of six columns: 1 ... a string (filter name) 2 ... a checkbox (should data be plotted) 3 ... a checkbox (should lines be drawn) 4 ... a pixbuf (choose the data color) 5 ... a pixbuf (choose the line color) 6 ... a double (vertical offset) These columns should be editable - the user should be able to change them directly within GtkTreeView. So far I have tried to create only the first two columns to get at least the toggle button working. I tried it like this: plot_lc_data_info_list_store = gtk_list_store_new (2, G_TYPE_STRING, G_TYPE_BOOLEAN); plot_lc_data_info_list_table = gtk_tree_view_new_with_model (GTK_TREE_MODEL (plot_lc_data_info_list_store)); plot_lc_data_info_list_renderer_text = gtk_cell_renderer_text_new (); plot_lc_data_info_list_renderer_toggle = gtk_cell_renderer_toggle_new (); plot_lc_data_info_list_column_1 = gtk_tree_view_column_new (); gtk_tree_view_column_set_alignment (plot_lc_data_info_list_column_1, 0.5); gtk_tree_view_column_set_title (plot_lc_data_info_list_column_1, "Filter"); gtk_tree_view_column_pack_start (plot_lc_data_info_list_column_1, plot_lc_data_info_list_renderer_text, FALSE); gtk_tree_view_column_add_attribute (plot_lc_data_info_list_column_1, plot_lc_data_info_list_renderer_text, "text", 0); gtk_tree_view_column_set_resizable (plot_lc_data_info_list_column_1, TRUE); gtk_tree_view_append_column (GTK_TREE_VIEW (plot_lc_data_info_list_table), plot_lc_data_info_list_column_1); plot_lc_data_info_list_column_2 = gtk_tree_view_column_new (); g_object_set_data (G_OBJECT (PHOEBE), "plot_lc_data_info_list_column_2", plot_lc_data_info_list_column_2); gtk_tree_view_column_set_alignment (plot_lc_data_info_list_column_2, 0.5); gtk_tree_view_column_set_title (plot_lc_data_info_list_column_2, "Plot experimental?"); gtk_tree_view_column_pack_start (plot_lc_data_info_list_column_2, plot_lc_data_info_list_renderer_toggle, FALSE); gtk_tree_view_column_add_attribute (plot_lc_data_info_list_column_2, plot_lc_data_info_list_renderer_toggle, "activatable", 1); gtk_tree_view_column_set_resizable (plot_lc_data_info_list_column_2, TRUE); gtk_tree_view_append_column (GTK_TREE_VIEW (plot_lc_data_info_list_table), plot_lc_data_info_list_column_2); gtk_list_store_append (plot_lc_data_info_list_store, &iter); gtk_list_store_set (plot_lc_data_info_list_store, &iter, 0, "Filter name", -1); gtk_list_store_set (plot_lc_data_info_list_store, &iter, 1, TRUE, -1); (I apologize for WAY too long lines above). This works in showing the rows properly, but I don't have a clue on how to make a checkbox editable. Help? Thanks, Andrej From manuel.op.de.coul@eon-benelux.com Sat Jul 12 09:17:45 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp.eon-benelux.com (unknown [137.174.153.60]) by mail.gnome.org (Postfix) with ESMTP id A25021816A for ; Sat, 12 Jul 2003 09:17:44 -0400 (EDT) Received: from SRV25.office.novaterra.nl ([137.174.153.68]) by smtp.eon-benelux.com with Microsoft SMTPSVC(5.0.2195.4453); Sat, 12 Jul 2003 15:17:06 +0200 Received: from Unknown [137.174.112.70] by SRV25.office.novaterra.nl - SurfControl E-mail Filter (4.6); Saturday, 12 July 2003, 15:17:42 Message-ID: From: "Manuel Op de Coul" To: gtk-list@gnome.org Date: Sat, 12 Jul 2003 15:17:39 +0200 Subject: Vscale MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Lotus Notes Release 5.0.3 (Intl) 21 March 2000 X-MIMETrack: Serialize by Router on domino2/EZH(Release 5.0.8 |June 18, 2001) at 07/12/2003 03:17:42 PM X-OriginalArrivalTime: 12 Jul 2003 13:17:06.0078 (UTC) FILETIME=[E40B9BE0:01C34877] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I recently started replacing Gtk 1.2 with Gtk 2.2 and I thought the problem of GtkVscale only working the opposite way (up=lower) was solved, but I don't see how this works? I'd like it to work the straight way: up=higher. Thanks, Manuel From randhol@pvv.org Sat Jul 12 10:26:41 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from kiuk0152.chembio.ntnu.no (kiuk0152.chembio.ntnu.no [129.241.83.78]) by mail.gnome.org (Postfix) with ESMTP id 5317118A39 for ; Sat, 12 Jul 2003 10:26:41 -0400 (EDT) Received: from randhol by kiuk0152.chembio.ntnu.no with local (Exim 3.35 #1 (Debian)) id 19bLKX-0001TA-00; Sat, 12 Jul 2003 16:26:29 +0200 Date: Sat, 12 Jul 2003 16:26:28 +0200 From: Preben Randhol To: Manuel Op de Coul Cc: gtk-list@gnome.org Subject: Re: Vscale Message-ID: <20030712142628.GC5201@pvv.org> Mail-Followup-To: Manuel Op de Coul , gtk-list@gnome.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.3.28i Organization: PVV Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Manuel Op de Coul wrote on 12/07/2003 (15:19) : > I recently started replacing Gtk 1.2 with Gtk 2.2 and I thought > the problem of GtkVscale only working the opposite way (up=lower) > was solved, but I don't see how this works? I'd like it to work > the straight way: up=higher. Can you switch start and end points? -- Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 -- «For me, Ada95 puts back the joy in programming.» From number6@ip120.gte16.rb1.bel.nwlink.com Sat Jul 12 11:27:40 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from ip120.gte16.rb1.bel.nwlink.com (ip120.gte16.rb1.bel.nwlink.com [207.202.156.120]) by mail.gnome.org (Postfix) with ESMTP id A69B618A5E for ; Sat, 12 Jul 2003 11:27:39 -0400 (EDT) Received: from localhost (number6@localhost) by ip120.gte16.rb1.bel.nwlink.com (8.9.3/8.9.3) with ESMTP id IAA23857 for ; Sat, 12 Jul 2003 08:27:36 -0700 Date: Sat, 12 Jul 2003 08:27:35 -0700 (PDT) From: "no6@pobox.com" X-Sender: number6@robin.cybersafe.com To: gtk-list@gnome.org Subject: Making menu item unselectable Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: How do I make a menu item that appears on a menu not selectable? I want it to be in that half visable, grayed out state, but you can't select that menu item. I also need to be able to change its state back to selectable. There must be a property that controls this, but I can't seem to find it. Thanks, Adam --- Adam Bernstein no6@pobox.com http://mpgedit.org/~number6 "Who are you? The new Number 2. Who is Number 1? You are, Number 6. I am not a number, I am a free man! Aha ha ha ha ha..." Key fingerprint = DD 2B 08 4C 51 B6 2B FF 18 41 84 E8 93 8A 27 8D From otaylor@redhat.com Sat Jul 12 11:31:30 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id C2F0A18A58 for ; Sat, 12 Jul 2003 11:31:29 -0400 (EDT) Received: from vpn50-42.rdu.redhat.com (vpn50-42.rdu.redhat.com [172.16.50.42]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h6CFVRK07193; Sat, 12 Jul 2003 11:31:28 -0400 Subject: Re: Vscale From: Owen Taylor To: Manuel Op de Coul Cc: gtk-list@gnome.org In-Reply-To: References: Content-Type: text/plain Organization: Message-Id: <1058023858.8475.57.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-0) Date: 12 Jul 2003 11:30:58 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Sat, 2003-07-12 at 09:17, Manuel Op de Coul wrote: > I recently started replacing Gtk 1.2 with Gtk 2.2 and I thought > the problem of GtkVscale only working the opposite way (up=lower) > was solved, but I don't see how this works? I'd like it to work > the straight way: up=higher. void gtk_range_set_inverted (GtkRange *range, gboolean setting); Regards, Owen From nlevitt@columbia.edu Sat Jul 12 11:36:13 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from computer.cc.columbia.edu (computer.cc.columbia.edu [128.59.31.237]) by mail.gnome.org (Postfix) with ESMTP id 0E4BF18798 for ; Sat, 12 Jul 2003 11:36:13 -0400 (EDT) Received: from nlevitt by computer.cc.columbia.edu with local (Exim 3.36 #1) id 19bMPv-0004tu-00; Sat, 12 Jul 2003 11:36:07 -0400 Date: Sat, 12 Jul 2003 11:36:07 -0400 From: Noah Levitt To: "no6@pobox.com" Cc: gtk-list@gnome.org Subject: Re: Making menu item unselectable Message-ID: <20030712153607.GA18829@columbia.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Secret-NSA-Message-ID: 3b026257dfe9ed894171dbbb76f5b2ba User-Agent: Mutt/1.5.4i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: gtk_widget_set_sensitive? On Sat, Jul 12, 2003 at 8:27:35 -0700, no6@pobox.com wrote: > How do I make a menu item that appears on a menu not selectable? I want > it to be in that half visable, grayed out state, but you can't select > that menu item. I also need to be able to change its state back to > selectable. There must be a property that controls this, but I can't seem > to find it. > > Thanks, > Adam From sandmann@daimi.au.dk Sat Jul 12 11:40:15 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from localhost.localdomain (unknown [62.199.202.21]) by mail.gnome.org (Postfix) with ESMTP id 06F47188C0 for ; Sat, 12 Jul 2003 11:40:14 -0400 (EDT) Received: (from ssp@localhost) by localhost.localdomain (8.11.6/8.11.6) id h6CFpL901624; Sat, 12 Jul 2003 17:51:21 +0200 X-Authentication-Warning: localhost.localdomain: ssp set sender to sandmann@daimi.au.dk using -f Subject: Re: Making menu item unselectable From: Soeren Sandmann To: "no6@pobox.com" Cc: gtk-list@gnome.org In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1058025081.1551.0.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 12 Jul 2003 17:51:21 +0200 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Sat, 2003-07-12 at 17:27, no6@pobox.com wrote: > How do I make a menu item that appears on a menu not selectable? I want > it to be in that half visable, grayed out state, but you can't select > that menu item. I also need to be able to change its state back to > selectable. There must be a property that controls this, but I can't seem > to find it. Use gtk_widget_set_sensitive (GTK_WIDGET (menu_item), FALSE)); Soeren From number6@ip120.gte16.rb1.bel.nwlink.com Sat Jul 12 11:45:19 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from ip120.gte16.rb1.bel.nwlink.com (ip120.gte16.rb1.bel.nwlink.com [207.202.156.120]) by mail.gnome.org (Postfix) with ESMTP id DD07F18A45 for ; Sat, 12 Jul 2003 11:45:18 -0400 (EDT) Received: from localhost (number6@localhost) by ip120.gte16.rb1.bel.nwlink.com (8.9.3/8.9.3) with ESMTP id IAA23951; Sat, 12 Jul 2003 08:45:16 -0700 Date: Sat, 12 Jul 2003 08:45:15 -0700 (PDT) From: "no6@pobox.com" X-Sender: number6@robin.cybersafe.com To: Noah Levitt Cc: gtk-list@gnome.org Subject: Re: Making menu item unselectable In-Reply-To: <20030712153607.GA18829@columbia.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > > How do I make a menu item that appears on a menu not selectable? I want On Sat, 12 Jul 2003, Noah Levitt wrote: > gtk_widget_set_sensitive? > That's it. Thanks, Adam --- Adam Bernstein no6@pobox.com http://mpgedit.org/~number6 "Who are you? The new Number 2. Who is Number 1? You are, Number 6. I am not a number, I am a free man! Aha ha ha ha ha..." Key fingerprint = DD 2B 08 4C 51 B6 2B FF 18 41 84 E8 93 8A 27 8D From Murray.Cumming@Comneon.com Sat Jul 12 12:05:41 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp1.infineon.com (smtp1.infineon.com [194.175.117.76]) by mail.gnome.org (Postfix) with ESMTP id 6024618187 for ; Sat, 12 Jul 2003 12:05:41 -0400 (EDT) Received: from vihsx03a.vih.infineon.com (vih.ifx-mail3.com [172.31.163.97]) by smtp1.infineon.com (8.12.9/8.12.9) with ESMTP id h6CG4emR013091; Sat, 12 Jul 2003 18:04:40 +0200 (MEST) Received: by vihsx03a.vih.infineon.com with Internet Mail Service (5.5.2653.19) id ; Sat, 12 Jul 2003 18:06:27 +0200 Message-ID: <258B0164D480D5118D900800062B3858011C5EDC@vihsx09a.vih.infineon.com> From: Murray.Cumming@Comneon.com To: andrej.prsa@guest.arnes.si, gtk-list@gnome.org Subject: RE: GtkCellEditable or a better way? Date: Sat, 12 Jul 2003 18:05:34 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > From: Andrej Prsa [mailto:andrej.prsa@guest.arnes.si] [snip] > This works in > showing the rows > properly, but I don't have a clue on how to make a checkbox editable. You have to connect your own callbacks to the CellRenders and set the new data in the model. It's tedious. See the editable_cells part of the gtk-demo, in the GTK+ tarball. It's much easier in gtkmm. We have Gtk::TreeView::append_column_editable(): http://www.gtkmm.org/gtkmm2/docs/tutorial/html/ch08s02.html#id2877740 Murray Cumming murrayc@usa.net www.murrayc.com From bdkr@highsidecafe.com Sat Jul 12 12:34:43 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cedar.phpwebhosting.com (unknown [64.239.37.230]) by mail.gnome.org (Postfix) with SMTP id E0822180DB for ; Sat, 12 Jul 2003 12:34:42 -0400 (EDT) Received: (qmail 14056 invoked by uid 454); 12 Jul 2003 16:34:41 -0000 Received: from unknown (HELO highsidecafe.com) (200.62.21.142) by cedar.phpwebhosting.com with SMTP; 12 Jul 2003 16:34:41 -0000 Message-ID: <3F103790.1060107@highsidecafe.com> Date: Sat, 12 Jul 2003 12:30:08 -0400 From: BDKR Organization: Highside Cafe User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.2.1) Gecko/20030225 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: (no subject) Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: From mus47@voila.fr Sat Jul 12 08:13:46 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mailsmtp5.ftmms (smtp-out.voila.wanadooportails.com [193.252.117.74]) by mail.gnome.org (Postfix) with ESMTP id 6463E189A9 for ; Sat, 12 Jul 2003 08:13:46 -0400 (EDT) Received: from voila.fr (10.3.7.82) by mailsmtp5.ftmms (6.7.015) id 3EBFD5AE00910B99 for gtk-list@gnome.org; Sat, 12 Jul 2003 14:13:06 +0200 Date: Sat, 12 Jul 2003 14:13:06 +0200 Message-Id: MIME-Version: 1.0 X-Sensitivity: 3 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable From: "=?utf-8?Q?mus47@voila.fr?=" To: "=?iso-8859-1?Q?gtk-list?=" X-XaM3-API-Version: 3.2 R27 (B52-pl4) X-type: 0 X-SenderIP: 212.217.51.7 Subject: (no subject) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi=0D=0AI have a problem when using gtk2.0 in Mandrake 9.1 :=0D=0A- In g= tk-demo and precisely in the Text Widget part the arabic =0D=0A charact= ers are not connected =0D=0AThank you.=0D=0A-----------------------------= -------------=0D=0A=0D=0AFaites un voeu et puis Voila ! www.voila.fr =0D=0A= From Murray.Cumming@Comneon.com Sun Jul 13 09:46:45 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp1.infineon.com (smtp1.infineon.com [194.175.117.76]) by mail.gnome.org (Postfix) with ESMTP id 5D17B1835C for ; Sun, 13 Jul 2003 09:46:31 -0400 (EDT) Received: from vihsx03a.vih.infineon.com (vih.ifx-mail3.com [172.31.163.97]) by smtp1.infineon.com (8.12.9/8.12.9) with ESMTP id h6DDjTmR004494; Sun, 13 Jul 2003 15:45:29 +0200 (MEST) Received: by vihsx03a.vih.infineon.com with Internet Mail Service (5.5.2653.19) id ; Sun, 13 Jul 2003 15:47:17 +0200 Message-ID: <258B0164D480D5118D900800062B3858011C5EEC@vihsx09a.vih.infineon.com> From: Murray.Cumming@Comneon.com To: andrej.prsa@guest.arnes.si Cc: gtk-list@gnome.org Subject: RE: GtkCellEditable or a better way? Date: Sun, 13 Jul 2003 15:46:24 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > From: Andrej Prsa [mailto:andrej.prsa@guest.arnes.si]=20 > > You have to connect your own callbacks to the CellRenders=20 > and set the > > new data in the model. It's tedious. See the editable_cells=20 > part of the > > gtk-demo, in the GTK+ tarball. >=20 > I see; so why is there a GtkCellRendererMode > GTK_CELL_RENDERER_MODE_EDITAB=C8LE? You just can't make a=20 > widget within a > tree editable simply by somehow attaching a property of some=20 > kind e.g. "mode")? I don't really understand the question. I've said that it's not that = simple in plain GTK+. Maybe you need to mark it as editable somehow too. Have = you looked at the demo code yet? Murray Cumming murrayc@usa.net www.murrayc.com Remember to use the "Reply To All" feature with mailing lists. From igorbounov@voronezh.serw.ru Mon Jul 14 02:08:03 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.serw.ru (igate-main.serw.ru [213.129.120.3]) by mail.gnome.org (Postfix) with ESMTP id 7292318445; Mon, 14 Jul 2003 02:07:58 -0400 (EDT) Received: from mail-58000.voronezh.serw.mps (unknown [10.58.0.61]) by mail.serw.ru (Postfix) with ESMTP id B3826C711; Mon, 14 Jul 2003 09:50:02 +0300 (EEST) Received: from voronezh.serw.ru ([10.58.5.9]) by mail-58000.voronezh.serw.mps with Microsoft SMTPSVC(5.0.2195.5329); Mon, 14 Jul 2003 10:07:57 +0400 Message-ID: <3F1248BB.7060008@voronezh.serw.ru> Date: Mon, 14 Jul 2003 10:07:55 +0400 From: Igor Gorbounov Reply-To: igorbounov@voronezh.serw.ru User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030619 X-Accept-Language: ru, en MIME-Version: 1.0 To: gtk-list@gnome.org, gtkmm-list@gnome.org Subject: Printing in GTK+ environment Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 14 Jul 2003 06:07:57.0004 (UTC) FILETIME=[453A38C0:01C349CE] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, All! I need a hint about printing. I need some ways of printing for my plots (build by using GtkDrawingArea) and reports (build and viewed through GtkTreeView). No idea where to dig to... Hopefully, Igor Gorbounov From Murray.Cumming@Comneon.com Mon Jul 14 02:14:38 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp1.infineon.com (smtp1.infineon.com [194.175.117.76]) by mail.gnome.org (Postfix) with ESMTP id CB8D2183F2; Mon, 14 Jul 2003 02:14:37 -0400 (EDT) Received: from vihsx03a.vih.infineon.com (vih.ifx-mail3.com [172.31.163.97]) by smtp1.infineon.com (8.12.9/8.12.9) with ESMTP id h6E6DZmR024681; Mon, 14 Jul 2003 08:13:35 +0200 (MEST) Received: by vihsx03a.vih.infineon.com with Internet Mail Service (5.5.2653.19) id ; Mon, 14 Jul 2003 08:15:24 +0200 Message-ID: <258B0164D480D5118D900800062B3858011C5F15@vihsx09a.vih.infineon.com> From: Murray.Cumming@Comneon.com To: igorbounov@voronezh.serw.ru, gtk-list@gnome.org, gtkmm-list@gnome.org Subject: RE: [gtkmm] Printing in GTK+ environment Date: Mon, 14 Jul 2003 08:14:34 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > From: Igor Gorbounov [mailto:igorbounov@voronezh.serw.ru] > > Hi, All! > I need a hint about printing. I need some ways of printing > for my plots > (build > by using GtkDrawingArea) and reports (build and viewed > through GtkTreeView). > No idea where to dig to... > Hopefully, > Igor Gorbounov I would investigate libgnomeprint and libgnomeprintui. Murray Cumming murrayc@usa.net www.murrayc.com Remember to use the "Reply To All" feature with mailing lists. From manuel.op.de.coul@eon-benelux.com Mon Jul 14 05:00:06 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp.eon-benelux.com (unknown [137.174.153.60]) by mail.gnome.org (Postfix) with ESMTP id 78BA118BDF for ; Mon, 14 Jul 2003 05:00:05 -0400 (EDT) Received: from SRV25.office.novaterra.nl ([137.174.153.68]) by smtp.eon-benelux.com with Microsoft SMTPSVC(5.0.2195.4453); Mon, 14 Jul 2003 10:59:22 +0200 Received: from Unknown [137.174.112.70] by SRV25.office.novaterra.nl - SurfControl E-mail Filter (4.6); Monday, 14 July 2003, 10:59:58 Message-ID: From: "Manuel Op de Coul" To: gtk-list@gnome.org Date: Mon, 14 Jul 2003 10:59:57 +0200 Subject: Menu item label MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Mailer: Lotus Notes Release 5.0.10 March 22, 2002 X-MIMETrack: Serialize by Router on domino2/EZH(Release 5.0.8 |June 18, 2001) at 07/14/2003 10:59:58 AM, Serialize complete at 07/14/2003 10:59:58 AM X-OriginalArrivalTime: 14 Jul 2003 08:59:22.0281 (UTC) FILETIME=[37BAF190:01C349E6] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Thanks for the responses. I have another question, when the label of a menu item is changed to one with a mnemonic, the label becomes centre-justified instead of left-justified. Is there a rationale for this, and how can I set it back to left-justified again? Manuel From igorbounov@voronezh.serw.ru Mon Jul 14 07:02:48 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.serw.ru (igate-main.serw.ru [213.129.120.3]) by mail.gnome.org (Postfix) with ESMTP id 3610E18577; Mon, 14 Jul 2003 07:02:42 -0400 (EDT) Received: from mail-58000.voronezh.serw.mps (unknown [10.58.0.61]) by mail.serw.ru (Postfix) with ESMTP id 3FA65C731; Mon, 14 Jul 2003 14:44:46 +0300 (EEST) Received: from voronezh.serw.ru ([10.58.5.9]) by mail-58000.voronezh.serw.mps with Microsoft SMTPSVC(5.0.2195.5329); Mon, 14 Jul 2003 15:02:39 +0400 Message-ID: <3F128DCF.2010307@voronezh.serw.ru> Date: Mon, 14 Jul 2003 15:02:39 +0400 From: Igor Gorbounov Reply-To: igorbounov@voronezh.serw.ru User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030619 X-Accept-Language: ru, en MIME-Version: 1.0 To: Murray.Cumming@Comneon.com Cc: igorbounov@voronezh.serw.mps, gtk-list@gnome.org, gtkmm-list@gnome.org Subject: Re: [gtkmm] Printing in GTK+ environment References: <258B0164D480D5118D900800062B3858011C5F15@vihsx09a.vih.infineon.com> In-Reply-To: <258B0164D480D5118D900800062B3858011C5F15@vihsx09a.vih.infineon.com> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 14 Jul 2003 11:02:39.0909 (UTC) FILETIME=[710F6550:01C349F7] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Murray.Cumming@Comneon.com wrote: >>From: Igor Gorbounov [mailto:igorbounov@voronezh.serw.ru] >> >>Hi, All! >>I need a hint about printing. I need some ways of printing >>for my plots >>(build >>by using GtkDrawingArea) and reports (build and viewed >>through GtkTreeView). >>No idea where to dig to... >> Hopefully, >> Igor Gorbounov >> >> > >I would investigate libgnomeprint and libgnomeprintui. > >Murray Cumming > > So it's not wraped for C++ yet... Igor Gorbounov > > > From Murray.Cumming@Comneon.com Mon Jul 14 07:32:44 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp1.infineon.com (smtp1.infineon.com [194.175.117.76]) by mail.gnome.org (Postfix) with ESMTP id CDFAA181C8 for ; Mon, 14 Jul 2003 07:32:43 -0400 (EDT) Received: from vihsx03a.vih.infineon.com (vih.ifx-mail3.com [172.31.163.97]) by smtp1.infineon.com (8.12.9/8.12.9) with ESMTP id h6EBVfmR009886; Mon, 14 Jul 2003 13:31:41 +0200 (MEST) Received: by vihsx03a.vih.infineon.com with Internet Mail Service (5.5.2653.19) id ; Mon, 14 Jul 2003 13:33:30 +0200 Message-ID: <258B0164D480D5118D900800062B3858011C5F4B@vihsx09a.vih.infineon.com> From: Murray.Cumming@Comneon.com To: igorbounov@voronezh.serw.ru Cc: igorbounov@voronezh.serw.mps, gtk-list@gnome.org Subject: RE: [gtkmm] Printing in GTK+ environment Date: Mon, 14 Jul 2003 13:32:40 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > From: Igor Gorbounov [mailto:igorbounov@voronezh.serw.ru] >> >I would investigate libgnomeprint and libgnomeprintui. > > > So it's not wraped for C++ yet... > Igor Gorbounov No, it's not. That should be quite easy to do, by looking at existing *mm projects. Murray Cumming murrayc@usa.net www.murrayc.com From john@cellform.com.au Mon Jul 14 19:54:17 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from freyja.cellform.com (ns1.cellform.com [202.61.130.74]) by mail.gnome.org (Postfix) with ESMTP id 40E941820E for ; Mon, 14 Jul 2003 19:54:12 -0400 (EDT) Received: from marilyn.intra (john@marilyn.intra [192.168.0.2]) by freyja.cellform.com (8.12.3/8.12.3/Debian-6.4) with SMTP id h6ENrove003493 for ; Tue, 15 Jul 2003 07:54:07 +0800 Received: by marilyn.intra (sSMTP sendmail emulation); Tue, 15 Jul 2003 07:53:50 +0800 From: "John Darrington" Date: Tue, 15 Jul 2003 07:53:50 +0800 To: gtk-list@gnome.org Subject: UTF-8 Internationalisation Message-ID: <20030714235350.GB17049@cellform.com.au> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="NDin8bjvE/0mNLFQ" Content-Disposition: inline User-Agent: Mutt/1.3.28i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --NDin8bjvE/0mNLFQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable OK. =20 So I've just ported my application from gtk-1.2 to gtk-2.0, but I can't sort out the internationalisation business with UTF8 charsets I've run iconv -f iso-8859-1 -t utf-8 on all the po files. and I've changed the charset=3D"iso-8859-1" to charset=3D"utf8". But when I set LANG to (say) de, as soon as the application has to print a non ascii character it says: Gtk-WARNING **: Invalid input string What else am I supposed to do. BTW. Is there a recommended editor that one can edit po files in UTF8 ?? --- emacs, vi and all my others can't handle it. --=20 PGP Public key ID: 1024D/2DE827B3=20 fingerprint =3D 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 See http://wwwkeys.pgp.net or any PGP keyserver for public key. --NDin8bjvE/0mNLFQ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE/E0KOimdxnC3oJ7MRAjfsAJ9ByRoLehYxcTR1Abll+M5iMSYOmgCfSy6E Df3fERq2TxX3atj/+s9CA0w= =meXs -----END PGP SIGNATURE----- --NDin8bjvE/0mNLFQ-- From ptrottier@invers.fi Tue Jul 15 04:26:59 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp.tele.fi (smtp.tele.fi [192.89.123.25]) by mail.gnome.org (Postfix) with ESMTP id 3386D1811D for ; Tue, 15 Jul 2003 04:26:59 -0400 (EDT) Received: from invers.fi (unknown [194.252.160.219]) by smtp.tele.fi (Postfix) with ESMTP id B2E3E3843A for ; Tue, 15 Jul 2003 11:26:58 +0300 (EEST) Date: Tue, 15 Jul 2003 11:26:57 +0300 Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: powerpc-apple-darwin6.6 From: Philippe Trottier To: gtk-list@gnome.org Content-Transfer-Encoding: 7bit Message-Id: <19535D4C-B69E-11D7-A7C4-003065B31A30@invers.fi> X-Mailer: Apple Mail (2.552) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello, I have succeded to compile and make glib-2.2.2 gtk+-2.2.2 behave on mac osx with X11. for some reason, The support things I had to install: pkg-config-0.15.0 pango-1.2.3 gettext-0.12.1 jpeg-6b libiconv-1.8 atk-1.3.4 few oups : -libintl and libiconv have the same calls, so I had to remove one of them... -there is problems to install the packages in other locations. I have added to most of my other project something like this in configure.ac/in. I do that mainly for development project and been able to relocate and test with different versions of libraries just using proper shell variables. AC_MSG_CHECKING([prefix for libraries and headers]) AC_ARG_ENABLE([search-prefix], AC_HELP_STRING([--enable-search-prefix], [search installation location for libraries and headers\ . [[Default=yes]]]), , enableval="yes" ) if test "$enableval" = "yes" ; then AC_MSG_RESULT([yes]) AC_MSG_CHECKING([Headers directory at]) test -d ${includedir} && CPPFLAGS="-I${includedir} $CPPFLAGS" && AC_MSG_RESULT($includedir) AC_MSG_CHECKING([Library directory at]) test -d ${libdir} && LDFLAGS="-L${libdir} $LDFLAGS" && AC_MSG_RESULT($libdir) else AC_MSG_RESULT([no]) fi -getc_unlocked is not available on darwin6.6 in one of the demos... I could send some non intrusive patch later on, I need to redo the process once more with my notes and get it clean. So far so good it works, Philippe Trottier From anukeey@yahoo.com.tw Tue Jul 15 08:25:47 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from web16310.mail.tpe.yahoo.com (web16310.mail.tpe.yahoo.com [202.1.238.196]) by mail.gnome.org (Postfix) with SMTP id 02AE618280 for ; Tue, 15 Jul 2003 08:25:46 -0400 (EDT) Message-ID: <20030715122543.55156.qmail@web16310.mail.tpe.yahoo.com> Received: from [202.145.83.27] by web16310.mail.tpe.yahoo.com via HTTP; Tue, 15 Jul 2003 20:25:43 CST Date: Tue, 15 Jul 2003 20:25:43 +0800 (CST) From: =?big5?q?anukeey?= Reply-To: anukeey@yahoo.com.tw Subject: Is it possible? To: gtk-list@gnome.org MIME-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi all: I have a question with gtk+ programming. Now I had created a notebook container and added five pages. How could I add these pages independently? I mean could I make these pages as share libraries and add them one by one, then I can design my page as an independent source and decrease the side effects between these pages. Is it possible? Or any suggestion to this case? Thanks for kindly help of everybody. anukeey ----------------------------------------------------------------- ¨C¤Ñ³£ Yahoo!©_¼¯ ¸Ó´«¤u§@¤F¶Ü? - À°§Aºâ¥X³Ì¦X¾Aªº¨D¾¤è¦V http://fate.yahoo.com.tw/ From pmesquita@atech.br Tue Jul 15 09:31:50 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from amazonas.atech.br (unknown [200.178.5.5]) by mail.gnome.org (Postfix) with ESMTP id 29FCE1823F for ; Tue, 15 Jul 2003 09:31:50 -0400 (EDT) Received: by AMAZONAS with Internet Mail Service (5.5.2653.19) id ; Tue, 15 Jul 2003 10:28:46 -0300 Message-ID: <343A2EB3C881D711AA1700508B6517511E65E3@AMAZONAS> From: Paulo Ricardo Batista Mesquita To: "'gtk-list@gnome.org'" Subject: Doubts about gtk 2.0 Date: Tue, 15 Jul 2003 10:28:46 -0300 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi dears, I am a newbie using GTK+. I installed the sources, and now I am trying to write a simple application. I included the line #include and I tried to compile this using gcc -g -s testeGTK.c -o testeGTK 'pkg-config --cflags --libs gtk+-2.0'. As a result, I got errors messages which told me that the header files couldn't be find. I changed the include line to #include "/usr/include/gtk-2.0/gtk/gtk.h" after that, I tried to compile, when I got a message error telling me that the directory 'pkg-config --cflags --libs gtk+-2.0' couldn't be found. I checked the archive gtk+-2.0.pc, and the environment variables are corrects. May someone give me a help, please? Thanks, Paulo Ricardo From nlevitt@columbia.edu Tue Jul 15 09:47:07 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from computer.cc.columbia.edu (computer.cc.columbia.edu [128.59.31.237]) by mail.gnome.org (Postfix) with ESMTP id C1814182B2 for ; Tue, 15 Jul 2003 09:47:07 -0400 (EDT) Received: from nlevitt by computer.cc.columbia.edu with local (Exim 3.36 #1) id 19cQ3y-0001dH-00; Tue, 15 Jul 2003 09:41:50 -0400 Date: Tue, 15 Jul 2003 09:41:50 -0400 From: Noah Levitt To: Paulo Ricardo Batista Mesquita Cc: "'gtk-list@gnome.org'" Subject: Re: Doubts about gtk 2.0 Message-ID: <20030715134150.GC6199@columbia.edu> References: <343A2EB3C881D711AA1700508B6517511E65E3@AMAZONAS> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <343A2EB3C881D711AA1700508B6517511E65E3@AMAZONAS> Secret-NSA-Message-ID: 3b026257dfe9ed894171dbbb76f5b2ba User-Agent: Mutt/1.5.4i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Tue, Jul 15, 2003 at 10:28:46 -0300, Paulo Ricardo Batista Mesquita wrote: > > #include #include > > gcc -g -s testeGTK.c -o testeGTK 'pkg-config --cflags --libs gtk+-2.0'. gcc -g -s testeGTK.c -o testeGTK `pkg-config --cflags --libs gtk+-2.0` Those are backticks, not single quotes. (What's -s?) Noah From otaylor@redhat.com Tue Jul 15 09:52:29 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id ABEFA182B2 for ; Tue, 15 Jul 2003 09:52:28 -0400 (EDT) Received: from poincare.devel.redhat.com (poincare.devel.redhat.com [172.16.58.30]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h6FDpFK32299; Tue, 15 Jul 2003 09:51:15 -0400 Subject: Re: Doubts about gtk 2.0 From: Owen Taylor To: Paulo Ricardo Batista Mesquita Cc: "'gtk-list@gnome.org'" In-Reply-To: <343A2EB3C881D711AA1700508B6517511E65E3@AMAZONAS> References: <343A2EB3C881D711AA1700508B6517511E65E3@AMAZONAS> Content-Type: text/plain Message-Id: <1058277074.7496.25.camel@poincare.devel.redhat.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.92 (1.3.92-1) (Preview Release) Date: 15 Jul 2003 09:51:14 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Tue, 2003-07-15 at 09:28, Paulo Ricardo Batista Mesquita wrote: > Hi dears, > > I am a newbie using GTK+. > > I installed the sources, and now I am trying to write a simple application. > I included the line > > #include > > and I tried to compile this using > > gcc -g -s testeGTK.c -o testeGTK 'pkg-config --cflags --libs gtk+-2.0'. http://developer.gnome.org/doc/API/2.0/gtk/gtk-compiling.html The simplest way to compile a program is to use the "backticks" feature of the shell. If you enclose a command in backticks (not single quotes), then its output will be substituted into the command line before execution. So to compile a GTK+ Hello, World, you would type the following: $ cc `pkg-config --cflags --libs gtk+-2.0` hello.c -o Note: "not single quotes" Regards, Owen From sremington@saberlogic.com Tue Jul 15 09:54:42 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from morpheus.saberlogic.com (rrcs-central-24-123-247-26.biz.rr.com [24.123.247.26]) by mail.gnome.org (Postfix) with ESMTP id A69B0182D4 for ; Tue, 15 Jul 2003 09:54:42 -0400 (EDT) Received: from morpheus.saberlogic.com (morpheus.saberlogic.com [127.0.0.1]) by morpheus.saberlogic.com (8.12.8/8.12.8) with ESMTP id h6FDtkHr009640; Tue, 15 Jul 2003 09:56:26 -0400 Received: from localhost (sremington@localhost) by morpheus.saberlogic.com (8.12.8/8.12.8/Submit) with ESMTP id h6FDtY16009636; Tue, 15 Jul 2003 09:55:46 -0400 Date: Tue, 15 Jul 2003 09:55:34 -0400 (EDT) From: Seth Remington To: Paulo Ricardo Batista Mesquita Cc: "'gtk-list@gnome.org'" Subject: Re: Doubts about gtk 2.0 In-Reply-To: <343A2EB3C881D711AA1700508B6517511E65E3@AMAZONAS> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Tue, 15 Jul 2003, Paulo Ricardo Batista Mesquita wrote: > I included the line > > #include Use a forward slash instead of a backslash. > > and I tried to compile this using > > gcc -g -s testeGTK.c -o testeGTK 'pkg-config --cflags --libs gtk+-2.0'. Use the backtick (`) instead of single quotes ('). It's a common newbie error. The backtick operator is special. It sends the command(s) it encloses to the shell and returns the output in-line. -Seth -- Seth Remington SaberLogic, LLC 661-B Weber Drive Wadsworth, Ohio 44281 Phone: (330)335-6442 Fax: (330)336-8559 From sandmann@daimi.au.dk Tue Jul 15 09:55:15 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from horse09.daimi.au.dk (horse09.daimi.au.dk [130.225.18.249]) by mail.gnome.org (Postfix) with ESMTP id C960A182D8 for ; Tue, 15 Jul 2003 09:55:14 -0400 (EDT) Received: (from sandmann@localhost) by horse09.daimi.au.dk (8.11.6/8.11.6) id h6FDpp513179; Tue, 15 Jul 2003 15:51:51 +0200 To: Paulo Ricardo Batista Mesquita Cc: "'gtk-list@gnome.org'" Subject: Re: Doubts about gtk 2.0 References: <343A2EB3C881D711AA1700508B6517511E65E3@AMAZONAS> From: Soeren Sandmann Date: 15 Jul 2003 15:51:51 +0200 In-Reply-To: <343A2EB3C881D711AA1700508B6517511E65E3@AMAZONAS> Message-ID: Lines: 17 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Paulo Ricardo Batista Mesquita writes: > and I tried to compile this using > > gcc -g -s testeGTK.c -o testeGTK 'pkg-config --cflags --libs gtk+-2.0'. The quotes around the pkg-config bit are wrong. It has to be: `pkg-config --cflags --libs gtk+-2.0` not 'pkg-config --cflags --libs gtk+-2.0' On unix putting things into `-quotes (backpings) means "execute this command and put its output here". From chris.wareham@iosystems.co.uk Tue Jul 15 09:56:57 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.io (www.iosystems.co.uk [217.33.203.130]) by mail.gnome.org (Postfix) with SMTP id 90A1A182D0 for ; Tue, 15 Jul 2003 09:56:56 -0400 (EDT) Received: (qmail 9551 invoked from network); 15 Jul 2003 13:56:55 -0000 Received: from chrisw.io (HELO iosystems.co.uk) (128.0.0.222) by 0 with SMTP; 15 Jul 2003 13:56:55 -0000 Message-ID: <3F1409FB.4040906@iosystems.co.uk> Date: Tue, 15 Jul 2003 15:04:43 +0100 From: Chris Wareham Organization: Io Systems Ltd User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030703 X-Accept-Language: en MIME-Version: 1.0 To: Noah Levitt Cc: "'gtk-list@gnome.org'" Subject: Re: Doubts about gtk 2.0 References: <343A2EB3C881D711AA1700508B6517511E65E3@AMAZONAS> <20030715134150.GC6199@columbia.edu> In-Reply-To: <20030715134150.GC6199@columbia.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Noah Levitt wrote: > > gcc -g -s testeGTK.c -o testeGTK `pkg-config --cflags --libs gtk+-2.0` > Those are backticks, not single quotes. (What's -s?) > -s means strip the binary, pretty daft if you're including -g for debugging symbols. Chris -- chris.wareham@iosystems.co.uk (work) chris.wareham@btopenworld.com (home) From trashbox777@hotmail.com Tue Jul 15 13:15:23 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hotmail.com (law9-f115.law9.hotmail.com [64.4.9.115]) by mail.gnome.org (Postfix) with ESMTP id 741591829E for ; Tue, 15 Jul 2003 13:15:23 -0400 (EDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 15 Jul 2003 10:15:23 -0700 Received: from 128.156.10.12 by lw9fd.law9.hotmail.msn.com with HTTP; Tue, 15 Jul 2003 17:15:23 GMT X-Originating-IP: [128.156.10.12] X-Originating-Email: [trashbox777@hotmail.com] From: "Billy Bob" To: gtk-list@gnome.org Subject: Compile problem with ld Date: Tue, 15 Jul 2003 17:15:23 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 15 Jul 2003 17:15:23.0288 (UTC) FILETIME=[AD15F980:01C34AF4] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I am having trouble compling GTK, and any help would be appreciated: I am trying to install GTK on: Linux version 2.4.20-18.8 (bhcompile@daffy.perf.redhat.com) (gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #1 Thu May 29 07:40:27 EDT 2003 It is a little complicated by the fact that I do not have access to root, so everything I install is in $HOME/usr. I have downloaded glib-2.2.0, pango-1.2.3, atk-1.2.4, jpeg-6b, tiff-v3.5.7 and installed them all in my $HOME/usr directory ($HOME/usr/bin, $HOME/usr/lib, ect..). I downloaded gtk+-2.2.2, and used ./configure --prefix=$HOME/usr/local --exec-prefix=$HOME/usr but, to get the configure script to recgonize everything I had to create the following environment variables: LD_LIBRARY_PATH=$HOME/usr/lib:/usr/lib:/usr/kerberos/lib:/usr/X11R6/lib:/usr/lib/sane C_INCLUDE_PATH=$HOME/usr/include CPLUS_INCLUDE_PATH=$HOME/usr/include LDFLAGS=-L $HOME/usr/lib So then the configure script works fine, but when I type make, it gets to the gtk+-2.2.2/gdk-pixbuf/pixops/ folder and prints the following: make[3]: Entering directory `/home/s03bpa/usr/src/gtk/gtk+-2.2.2/gdk-pixbuf/pixops' /bin/sh ../../libtool --mode=link gcc -g -O2 -Wall -L /home/s03bpa/usr/lib -o timescale timescale.o libpixops.la -Wl,--export-dynamic -pthread -L/home/s03bpa/usr//lib -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 -lm gcc -g -O2 -Wall /home/s03bpa/usr/lib -o timescale timescale.o -Wl,--export-dynamic -pthread -L/home/s03bpa/usr/src/gtk/gtk+-2.2.2/gdk-pixbuf/pixops ./.libs/libpixops.a -L/home/s03bpa/usr//lib /home/s03bpa/usr//lib/libgobject-2.0.so /home/s03bpa/usr//lib/libgmodule-2.0.so -ldl /home/s03bpa/usr//lib/libgthread-2.0.so -lpthread /home/s03bpa/usr//lib/libglib-2.0.so -lm -Wl,--rpath -Wl,/home/s03bpa/usr//lib -Wl,--rpath -Wl,/home/s03bpa/usr//lib /home/s03bpa/usr/lib: file not recognized: Is a directory collect2: ld returned 1 exit status make[3]: *** [timescale] Error 1 make[3]: Leaving directory `/home/s03bpa/usr/src/gtk/gtk+-2.2.2/gdk-pixbuf/pixops' Can anyone see what I've done wrong, or why this error appears? I cannot decipher it. Thanks Brian _________________________________________________________________ MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus From mhadasht@freefluid.dyndns.org Tue Jul 15 13:43:46 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from freefluid.dyndns.org (m92.net195-132-237.noos.fr [195.132.237.92]) by mail.gnome.org (Postfix) with ESMTP id B8C6C183EC for ; Tue, 15 Jul 2003 13:43:45 -0400 (EDT) Received: (from mhadasht@localhost) by freefluid.dyndns.org (8.9.3/8.9.3) id TAA14169; Tue, 15 Jul 2003 19:43:45 +0200 Date: Tue, 15 Jul 2003 19:40:32 +0200 Message-ID: In-Reply-To: References: User-Agent: XetPan/0.0.23 libEtPan!/0.0.0 To: gtk-list@gnome.org From: Melvin Hadasht Subject: Re: Compile problem with ld MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi Billy, You wrote: > LDFLAGS=-L $HOME/usr/lib There must not be a space between -L and the directory, so it should read: LDFLAGS=-L$HOME/usr/lib HTH -- Melvin Hadasht From nagaraja@ncoretech.com Wed Jul 16 04:11:44 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from vsnl-1.ncoretech.com (vsnl-1.ncoretech.com [203.197.173.75]) by mail.gnome.org (Postfix) with ESMTP id 981091836D for ; Wed, 16 Jul 2003 04:11:43 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by vsnl-1.ncoretech.com (Postfix) with ESMTP id 1213CFA58 for ; Wed, 16 Jul 2003 13:41:51 +0530 (IST) Received: from vsnl-1.ncoretech.com ([127.0.0.1]) by localhost (vsnl-1.ncoretech.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 15553-03-14 for ; Wed, 16 Jul 2003 13:41:50 +0530 (IST) Received: from gateway.ncoretech.com (gateway.ncoretech.com [164.164.42.6]) by vsnl-1.ncoretech.com (Postfix) with ESMTP id 87A77FA45 for ; Wed, 16 Jul 2003 13:41:50 +0530 (IST) Received: from mail.ncoretech.com (mail.ncoretech.com [192.168.1.3]) by gateway.ncoretech.com (Postfix) with ESMTP id 99CED11E39 for ; Wed, 16 Jul 2003 13:44:58 +0530 (IST) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.ncoretech.com (Postfix) with ESMTP id 09E7214087 for ; Wed, 16 Jul 2003 13:58:48 +0530 (IST) Received: from mail.ncoretech.com ([127.0.0.1]) by localhost (mail.ncoretech.com [127.0.0.1]) (amavisd-new) with ESMTP id 05191-09 for ; Wed, 16 Jul 2003 13:58:47 -0000 (IST) Received: from ncoretech.com (ws168.ncoretech.com [192.168.1.168]) by mail.ncoretech.com (Postfix) with ESMTP id 9DB551402A for ; Wed, 16 Jul 2003 13:58:47 +0530 (IST) Message-ID: <3F150A35.9080809@ncoretech.com> Date: Wed, 16 Jul 2003 13:47:57 +0530 From: Nagaraja User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020830 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: glib-1.2.10 make error ? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at ncoretech.com Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi All, I am trying to compile gtk-1.2.10 ,while configuring it stop with error : configure: error: *** GLIB 1.2.8 or better is required. The latest version of GLIB my present GLIB is 1.2.7. So I tried recompiling glib-1.2.10 and got this error: Making all in gthread make[2]: Entering directory `/home/BUILD/glib-1.2.10/gthread' /bin/sh ../libtool --mode=link gcc -g -O2 -Wall -D_REENTRANT -o testgthread testgthread.o ../libglib.la libgthread.la gcc -g -O2 -Wall -D_REENTRANT -o .libs/testgthread testgthread.o ../.libs/libglib.so .libs/libgthread.so testgthread.o: In function `new_thread': /home/BUILD/glib-1.2.10/gthread/testgthread.c:89: undefined reference to `pthread_create' testgthread.o: In function `test_private': /home/BUILD/glib-1.2.10/gthread/testgthread.c:197: undefined reference to `pthread_join' .libs/libgthread.so: undefined reference to `pthread_getspecific' .libs/libgthread.so: undefined reference to `pthread_key_create' .libs/libgthread.so: undefined reference to `pthread_mutex_trylock' .libs/libgthread.so: undefined reference to `pthread_cond_timedwait' .libs/libgthread.so: undefined reference to `pthread_setspecific' collect2: ld returned 1 exit status make[2]: *** [testgthread] Error 1 make[2]: Leaving directory `/home/BUILD/glib-1.2.10/gthread' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/BUILD/glib-1.2.10' make: *** [all-recursive-am] Error 2 Could anyone please tell me as to what this error message would signify. my host machine is armsa1110 using binutils-2.10.91 gcc-2.95.3 and glibc-2.2.2 . My build enviroment seems to be OK since I manage to build a new toolchain with binutils-2.13.2.1 gcc-2.95.3 and glibc-2.2.5 Thanks in advance Nagaraj From Tottimyong@netscape.net Wed Jul 16 04:17:25 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from imo-d01.mx.aol.com (imo-d01.mx.aol.com [205.188.157.33]) by mail.gnome.org (Postfix) with ESMTP id 3876B18396 for ; Wed, 16 Jul 2003 04:17:25 -0400 (EDT) Received: from Tottimyong@netscape.net by imo-d01.mx.aol.com (mail_out_v36_r1.1.) id h.1b7.6cbb27d (16228) for ; Wed, 16 Jul 2003 04:17:20 -0400 (EDT) Received: from netscape.net ([218.87.61.35]) by air-in02.mx.aol.com (v94.1) with ESMTP id MAILININ24-3f643f150a0a109; Wed, 16 Jul 2003 04:17:19 -0400 Message-ID: <3F150998.10401@netscape.net> Date: Wed, 16 Jul 2003 16:15:20 +0800 From: myong User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list Subject: about gdktarget Content-Type: text/plain; charset=gb18030; format=flowed Content-Transfer-Encoding: 7bit X-Mailer: Unknown (No Version) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello, By using --with-gdktarget argument, I can select running platform at configuring and compiling of gtk lib(default is X11). I want to run programme at both X11 and framebuffer mode. if I use "configure --with-gdktarget=linux-fb" configure gtk lib, can I arrive above target? From andrej.prsa@guest.arnes.si Wed Jul 16 07:19:36 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from rigljica.arnes.si (rigljica.arnes.si [193.2.1.82]) by mail.gnome.org (Postfix) with ESMTP id F0CFE18615 for ; Wed, 16 Jul 2003 07:19:35 -0400 (EDT) Received: from razor.arnes.si (razor.arnes.si [193.2.1.80]) by rigljica.arnes.si (Postfix) with ESMTP id A53AB6F191 for ; Wed, 16 Jul 2003 13:19:35 +0200 (MEST) Received: from gemma (unknown [193.2.110.237]) by razor.arnes.si (Postfix) with SMTP id E5BEF3995A0 for ; Wed, 16 Jul 2003 13:19:34 +0200 (MEST) Date: Wed, 16 Jul 2003 13:17:46 +0200 From: Andrej Prsa To: GTK Mailing list Subject: GtkCellRendererPixbuf and signals Message-Id: <20030716131747.2df141f5.andrej.prsa@guest.arnes.si> Organization: Faculty of Mathematics and Physics X-Mailer: Sylpheed version 0.9.3 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello! Could anyone please give me a hint on how to attach a "clicked" signal to the pixbuf that is in the GtkTreeView? GtkCellRendererPixbuf doesn't have any signals? Thanks, Andrej PS. Thanks, Murray, for your answer(s); I worked my way through editable cells! From info@rwonder.com Wed Jul 16 17:39:11 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail15.atl.registeredsite.com (mail15.atl.registeredsite.com [64.224.219.99]) by mail.gnome.org (Postfix) with ESMTP id 60D5E1854A for ; Wed, 16 Jul 2003 17:39:11 -0400 (EDT) Received: from imta02a2.registeredsite.com (imta02a2.registeredsite.com [64.225.255.11]) by mail15.atl.registeredsite.com (8.12.9/8.12.9) with ESMTP id h6GLdA3C007716 for ; Wed, 16 Jul 2003 17:39:11 -0400 Received: from newdell.rwonder.com ([162.84.161.198]) by imta02a2.registeredsite.com with ESMTP id <20030716213909.ZOWM16584.imta02a2.registeredsite.com@newdell.rwonder.com> for ; Wed, 16 Jul 2003 17:39:09 -0400 Message-Id: <5.2.1.1.0.20030716173936.025fa1d0@pop.registeredsite.com> X-Sender: usr243@rwonder.com@pop.registeredsite.com X-Mailer: QUALCOMM Windows Eudora Version 5.2.1 Date: Wed, 16 Jul 2003 17:40:01 -0400 To: gtk-list@gnome.org From: "richard wonder & associates, inc" Subject: gtk-list digest, Vol 1 #1610 - 5 msgs Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Send gtk-list mailing list submissions to gtk-list@gnome.org To subscribe or unsubscribe via the World Wide Web, visit http://mail.gnome.org/mailman/listinfo/gtk-list or, via email, send a message with subject or body 'help' to gtk-list-request@gnome.org You can reach the person managing the list at gtk-list-admin@gnome.org When replying, please edit your Subject line so it is more specific than "Re: Contents of gtk-list digest..." Today's Topics: 1. Compile problem with ld (Billy Bob) 2. Re: Compile problem with ld (Melvin Hadasht) 3. glib-1.2.10 make error ? (Nagaraja) 4. about gdktarget (myong) 5. GtkCellRendererPixbuf and signals (Andrej Prsa) --__--__-- Message: 1 From: "Billy Bob" To: gtk-list@gnome.org Subject: Compile problem with ld Date: Tue, 15 Jul 2003 17:15:23 +0000 I am having trouble compling GTK, and any help would be appreciated: I am trying to install GTK on: Linux version 2.4.20-18.8 (bhcompile@daffy.perf.redhat.com) (gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #1 Thu May 29 07:40:27 EDT 2003 It is a little complicated by the fact that I do not have access to root, so everything I install is in $HOME/usr. I have downloaded glib-2.2.0, pango-1.2.3, atk-1.2.4, jpeg-6b, tiff-v3.5.7 and installed them all in my $HOME/usr directory ($HOME/usr/bin, $HOME/usr/lib, ect..). I downloaded gtk+-2.2.2, and used ./configure --prefix=$HOME/usr/local --exec-prefix=$HOME/usr but, to get the configure script to recgonize everything I had to create the following environment variables: LD_LIBRARY_PATH=$HOME/usr/lib:/usr/lib:/usr/kerberos/lib:/usr/X11R6/lib:/usr/lib/sane C_INCLUDE_PATH=$HOME/usr/include CPLUS_INCLUDE_PATH=$HOME/usr/include LDFLAGS=-L $HOME/usr/lib So then the configure script works fine, but when I type make, it gets to the gtk+-2.2.2/gdk-pixbuf/pixops/ folder and prints the following: make[3]: Entering directory `/home/s03bpa/usr/src/gtk/gtk+-2.2.2/gdk-pixbuf/pixops' /bin/sh ../../libtool --mode=link gcc -g -O2 -Wall -L /home/s03bpa/usr/lib -o timescale timescale.o libpixops.la -Wl,--export-dynamic -pthread -L/home/s03bpa/usr//lib -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 -lm gcc -g -O2 -Wall /home/s03bpa/usr/lib -o timescale timescale.o -Wl,--export-dynamic -pthread -L/home/s03bpa/usr/src/gtk/gtk+-2.2.2/gdk-pixbuf/pixops ./.libs/libpixops.a -L/home/s03bpa/usr//lib /home/s03bpa/usr//lib/libgobject-2.0.so /home/s03bpa/usr//lib/libgmodule-2.0.so -ldl /home/s03bpa/usr//lib/libgthread-2.0.so -lpthread /home/s03bpa/usr//lib/libglib-2.0.so -lm -Wl,--rpath -Wl,/home/s03bpa/usr//lib -Wl,--rpath -Wl,/home/s03bpa/usr//lib /home/s03bpa/usr/lib: file not recognized: Is a directory collect2: ld returned 1 exit status make[3]: *** [timescale] Error 1 make[3]: Leaving directory `/home/s03bpa/usr/src/gtk/gtk+-2.2.2/gdk-pixbuf/pixops' Can anyone see what I've done wrong, or why this error appears? I cannot decipher it. Thanks Brian _________________________________________________________________ MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus --__--__-- Message: 2 Date: Tue, 15 Jul 2003 19:40:32 +0200 To: gtk-list@gnome.org From: Melvin Hadasht Subject: Re: Compile problem with ld Hi Billy, You wrote: > LDFLAGS=-L $HOME/usr/lib There must not be a space between -L and the directory, so it should read: LDFLAGS=-L$HOME/usr/lib HTH -- Melvin Hadasht --__--__-- Message: 3 Date: Wed, 16 Jul 2003 13:47:57 +0530 From: Nagaraja To: gtk-list@gnome.org Subject: glib-1.2.10 make error ? Hi All, I am trying to compile gtk-1.2.10 ,while configuring it stop with error : configure: error: *** GLIB 1.2.8 or better is required. The latest version of GLIB my present GLIB is 1.2.7. So I tried recompiling glib-1.2.10 and got this error: Making all in gthread make[2]: Entering directory `/home/BUILD/glib-1.2.10/gthread' /bin/sh ../libtool --mode=link gcc -g -O2 -Wall -D_REENTRANT -o testgthread testgthread.o ../libglib.la libgthread.la gcc -g -O2 -Wall -D_REENTRANT -o .libs/testgthread testgthread.o ../.libs/libglib.so .libs/libgthread.so testgthread.o: In function `new_thread': /home/BUILD/glib-1.2.10/gthread/testgthread.c:89: undefined reference to `pthread_create' testgthread.o: In function `test_private': /home/BUILD/glib-1.2.10/gthread/testgthread.c:197: undefined reference to `pthread_join' .libs/libgthread.so: undefined reference to `pthread_getspecific' .libs/libgthread.so: undefined reference to `pthread_key_create' .libs/libgthread.so: undefined reference to `pthread_mutex_trylock' .libs/libgthread.so: undefined reference to `pthread_cond_timedwait' .libs/libgthread.so: undefined reference to `pthread_setspecific' collect2: ld returned 1 exit status make[2]: *** [testgthread] Error 1 make[2]: Leaving directory `/home/BUILD/glib-1.2.10/gthread' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/BUILD/glib-1.2.10' make: *** [all-recursive-am] Error 2 Could anyone please tell me as to what this error message would signify. my host machine is armsa1110 using binutils-2.10.91 gcc-2.95.3 and glibc-2.2.2 . My build enviroment seems to be OK since I manage to build a new toolchain with binutils-2.13.2.1 gcc-2.95.3 and glibc-2.2.5 Thanks in advance Nagaraj --__--__-- Message: 4 Date: Wed, 16 Jul 2003 16:15:20 +0800 From: myong To: gtk-list Subject: about gdktarget Hello, By using --with-gdktarget argument, I can select running platform at configuring and compiling of gtk lib(default is X11). I want to run programme at both X11 and framebuffer mode. if I use "configure --with-gdktarget=linux-fb" configure gtk lib, can I arrive above target? --__--__-- Message: 5 Date: Wed, 16 Jul 2003 13:17:46 +0200 From: Andrej Prsa To: GTK Mailing list Subject: GtkCellRendererPixbuf and signals Organization: Faculty of Mathematics and Physics Hello! Could anyone please give me a hint on how to attach a "clicked" signal to the pixbuf that is in the GtkTreeView? GtkCellRendererPixbuf doesn't have any signals? Thanks, Andrej PS. Thanks, Murray, for your answer(s); I worked my way through editable cells! --__--__-- _______________________________________________ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list End of gtk-list Digest From valkadesh@libero.it Wed Jul 16 07:58:14 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from vsmtp2.tin.it (vsmtp2.tin.it [212.216.176.222]) by mail.gnome.org (Postfix) with ESMTP id 6AAFE1898F for ; Wed, 16 Jul 2003 07:58:14 -0400 (EDT) Received: from [80.116.242.17] (80.116.242.17) by vsmtp2.tin.it (6.7.016) id 3EE0613200FB3AF8 for gtk-list@gnome.org; Wed, 16 Jul 2003 13:58:14 +0200 Subject: Obtaining all instances of a GType From: Giovanni Corriga To: gtk-list@gnome.org Content-Type: text/plain Message-Id: <1058356628.2937.20.camel@rincewind> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.3 Date: 16 Jul 2003 13:57:09 +0200 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi all. In Smalltalk, I usually send the 'allInstances' message to a Class instance to obtain a collection of all the instances of that class. I use this technique, for example, to obtain all the Window objects with a given title. Is there something similar for the GObject system? Something like GList* instances = g_type_get_all_instances(gtk_window_get_type()); Thanks Giovanni From hp@redhat.com Wed Jul 16 21:59:51 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from devserv.devel.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 8EA14180FF for ; Wed, 16 Jul 2003 21:59:51 -0400 (EDT) Received: (from hp@localhost) by devserv.devel.redhat.com (8.11.6/8.11.0) id h6H1xoo03814; Wed, 16 Jul 2003 21:59:50 -0400 Date: Wed, 16 Jul 2003 21:59:50 -0400 From: Havoc Pennington To: Giovanni Corriga Cc: gtk-list@gnome.org Subject: Re: Obtaining all instances of a GType Message-ID: <20030716215950.C32223@devserv.devel.redhat.com> References: <1058356628.2937.20.camel@rincewind> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <1058356628.2937.20.camel@rincewind> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Wed, Jul 16, 2003 at 01:57:09PM +0200, Giovanni Corriga wrote: > Is there something similar for the GObject system? Something like > > GList* instances = g_type_get_all_instances(gtk_window_get_type()); No, a list of instances isn't kept. However GtkWindow instances specifically are tracked by GTK, see gtk_window_list_toplevels(). Havoc From dav@cs.utah.edu Wed Jul 16 20:32:41 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail-svr1.cs.utah.edu (mail-svr1.cs.utah.edu [155.99.198.200]) by mail.gnome.org (Postfix) with ESMTP id 35DCF185EE for ; Wed, 16 Jul 2003 20:32:41 -0400 (EDT) Received: from faith.cs.utah.edu (faith.cs.utah.edu [155.99.198.108]) by mail-svr1.cs.utah.edu (Postfix) with ESMTP id DD19A3476D; Wed, 16 Jul 2003 18:32:40 -0600 (MDT) Received: (from dav@localhost) by faith.cs.utah.edu (8.11.6+Sun/8.11.1) id h6H0Weo15323; Wed, 16 Jul 2003 18:32:40 -0600 (MDT) Date: Wed, 16 Jul 2003 18:32:40 -0600 (MDT) Message-Id: <200307170032.h6H0Weo15323@faith.cs.utah.edu> X-Authentication-Warning: faith.cs.utah.edu: dav set sender to dav@cs.utah.edu using -f From: "J. Davison de St. Germain" To: gtk-list@gnome.org, dav@cs.utah.edu Subject: Installing local/individual GTK Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, I'm trying to build the newest GTK (and the myriad of packages it requires). There are some badly installed, older versions of GTK (and its support packages) on my system, therefore I am installing all of the files for the new versions into my home directory, but some of the system files are apparently still visible. After hacking on most of support packages' build systems for hours I finally, I think, got them installed. (In ~/gtk_stuff.) Now, when I try to build GTK itself, the pkg-manager thing keeps dieing with various errors about system libs. It doesn't seem to be able to figure out that I only want it to look at the ones I've installed myself in my home dir. Here is one of the errors I get from configure: checking for XOpenDisplay in -lX11... no configure: error: *** libX11 not found. Check 'config.log' for more details. I've tracked this down to the fact that in the compile line, there is a "-L" with no path on it, thus clearing out all paths. I'm not sure why this is getting set this way, but it appears to be some problem in the configure script with $PKG_CONFIG either not being set or being used to early. (Note, I also get errors like this from configure: checking for libpng12... ./configure[22890]: --exists: not found. Again, this seems to be some bug with the GTK configure (I did run autoconf (2.53) on it.) It seems to be a heck of an ordeal to compile and install GTK. I would appreciate any help you can give me in addressing all of these issues. (BTW, I am trying to install this on a IRIX SGI.) Thanks, Dave PS. Please respond via email in addition to posting to the list. ----------------------------------------------------------------------- - J. Davison de St. Germain dav@cs.utah.edu (801) 581-4078 - - Chief Software Engineer http://www.cs.utah.edu/~dav - - SCI Institute, SE C-SAFE University of Utah - ----------------------------------------------------------------------- From dav@cs.utah.edu Wed Jul 16 20:44:49 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail-svr1.cs.utah.edu (mail-svr1.cs.utah.edu [155.99.198.200]) by mail.gnome.org (Postfix) with ESMTP id 39000180EE for ; Wed, 16 Jul 2003 20:44:49 -0400 (EDT) Received: from faith.cs.utah.edu (faith.cs.utah.edu [155.99.198.108]) by mail-svr1.cs.utah.edu (Postfix) with ESMTP id 7BBCB34767 for ; Wed, 16 Jul 2003 18:44:49 -0600 (MDT) Received: (from dav@localhost) by faith.cs.utah.edu (8.11.6+Sun/8.11.1) id h6H0inG15635; Wed, 16 Jul 2003 18:44:49 -0600 (MDT) Date: Wed, 16 Jul 2003 18:44:49 -0600 (MDT) Message-Id: <200307170044.h6H0inG15635@faith.cs.utah.edu> X-Authentication-Warning: faith.cs.utah.edu: dav set sender to dav@cs.utah.edu using -f From: "J. Davison de St. Germain" To: gtk-list@gnome.org Subject: Font problem Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, Perhaps it would be easier to use the older system version of gtk. We have tried using it, but whenever we run our application, it freezes for 5-10 minutes, then crashes with this error: No fonts found; this probably means that the fontconfig library is not correctly configured. You may need to edit the fonts.conf configuration file. More information about fontconfig can be found in the fontconfig(3) manual page and on http://fontconfig.org I've browsed the lists and google, and tried some of the suggestions on how to get the fonts to show up, but I've had no success. I have a ~/.fonts.conf file. A .fonts.cache-1 file is created with: "/usr/local/lib/pango/1.2.0/modules" 0 104269593 ".dir" in it. That dir has a lot of what I guess must be fonts (bunch of .so's) Any help with this would be much appreciated. Again this is running on an IRIX SGI system. Thanks, Dave PS. Please email reponse in addition to posting. ----------------------------------------------------------------------- - J. Davison de St. Germain dav@cs.utah.edu (801) 581-4078 - - Chief Software Engineer http://www.cs.utah.edu/~dav - - SCI Institute, SE C-SAFE University of Utah - ----------------------------------------------------------------------- From nliu@cienettechnologies.com Thu Jul 17 05:26:42 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.cienettechnologies.com (unknown [218.106.171.118]) by mail.gnome.org (Postfix) with SMTP id 0BC1018734 for ; Thu, 17 Jul 2003 05:26:41 -0400 (EDT) Received: (qmail 10815 invoked from network); 17 Jul 2003 09:40:22 -0000 Received: from unknown (HELO nliu) (nliu@218.106.171.126) by 0 with SMTP; 17 Jul 2003 09:40:22 -0000 Message-ID: <002701c34c45$2e8fdb60$5502a8c0@cienetmotorola.local> From: "Liu, Nian(Neo)" To: Subject: two questions about themes(urgent) Date: Thu, 17 Jul 2003 17:24:11 +0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0024_01C34C88.3CAE3960" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is a multi-part message in MIME format. ------=_NextPart_000_0024_01C34C88.3CAE3960 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable hi, folks, i have two questions here and since the time is really limited, your = quick response will be greatly appreciated. 1. as i know, .gtkrc file works on widget(s), can I specify it to a = specific application. in other words, can i use different theme for = different applications? 2. since gtk2.x can run in gnome1.x which is based on gtk1.x, i want to = know how to assign the rc file for gtk2. and, please reply to me DIRECTLY since i'm not a member of the list at = present. thanks in advance and best regards, Liu, Nian ------=_NextPart_000_0024_01C34C88.3CAE3960 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
hi, folks,
 
i have two questions here and since the = time is=20 really limited, your quick response will be greatly = appreciated.
 
1. as i know, .gtkrc file works on = widget(s), can I=20 specify it to a specific application. in other words, can i use = different theme=20 for different applications?
 
2. since gtk2.x can run in gnome1.x = which is based=20 on gtk1.x, i want to know how to assign the rc file for = gtk2.
 
and, please reply to me DIRECTLY since = i'm not a=20 member of the list at present.
 
thanks in advance and best = regards,
 
Liu, Nian
------=_NextPart_000_0024_01C34C88.3CAE3960-- From sachin_kulkarni@persistent.co.in Thu Jul 17 06:35:31 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp.pspl.co.in (unknown [202.54.11.65]) by mail.gnome.org (Postfix) with ESMTP id E4B89180E9 for ; Thu, 17 Jul 2003 06:35:30 -0400 (EDT) Received: (from root@localhost) by smtp.pspl.co.in (8.12.9/8.12.9) id h6HAdQlX005805 for ; Thu, 17 Jul 2003 16:09:26 +0530 Received: from ps0130 (PS0130.intranet.pspl.co.in [192.168.2.130]) (authenticated bits=0) by smtp.pspl.co.in (8.12.9/8.12.9) with ESMTP id h6HAdPuf005792 for ; Thu, 17 Jul 2003 16:09:25 +0530 Message-ID: <000801c34c4f$5fdea520$8202a8c0@persistent.co.in> From: "Sachin Kulkarni" To: Subject: building ui on hp-ux Date: Thu, 17 Jul 2003 16:06:59 +0530 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C34C7D.740EB610" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 X-Spam-Status: No, hits=0.6 required=6.0 tests=HTML_50_60,HTML_MESSAGE version=2.54 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.54 (1.174.2.17-2003-05-11-exp) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C34C7D.740EB610 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I want to build a user interface on hp-ux. Will it be ok to use gtk = for that. or i should use SWING? what r the other options available for = me? regards, -Sachin ------=_NextPart_000_0005_01C34C7D.740EB610 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
  I want to build a user interface = on hp-ux.=20 Will it be ok to use gtk for that. or i should use SWING? what r the = other=20 options available for me?
 
regards,
-Sachin
------=_NextPart_000_0005_01C34C7D.740EB610-- From firefly@diku.dk Thu Jul 17 08:38:47 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hugin.diku.dk (hugin.diku.dk [130.225.96.144]) by mail.gnome.org (Postfix) with SMTP id 70A5F187F6 for ; Thu, 17 Jul 2003 08:38:46 -0400 (EDT) Received: (qmail 30971 invoked from network); 17 Jul 2003 12:38:45 -0000 Received: from ask.diku.dk (firefly@130.225.96.225) by hugin.diku.dk with QMQP; 17 Jul 2003 12:38:45 -0000 Date: Thu, 17 Jul 2003 14:38:45 +0200 (MEST) From: "Peter \"Firefly\" Lund" To: Sachin Kulkarni Cc: gtk-list@gnome.org Subject: Re: building ui on hp-ux In-Reply-To: <000801c34c4f$5fdea520$8202a8c0@persistent.co.in> Message-ID: References: <000801c34c4f$5fdea520$8202a8c0@persistent.co.in> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Thu, 17 Jul 2003, Sachin Kulkarni wrote: > Hi, > I want to build a user interface on hp-ux. Will it be ok to use gtk It should be possible - but the HPUX C compiler might not like you. > for that. or i should use SWING? what r the other options available for > me? Oh, you are talking about Java? You could also try Tcl/Tk -- or Tk in other languages than Tcl. Or you could try FLTK. Or KDE. Or curses. Or s-lang. ;) -Peter From trashbox777@hotmail.com Thu Jul 17 09:36:28 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hotmail.com (law9-f105.law9.hotmail.com [64.4.9.105]) by mail.gnome.org (Postfix) with ESMTP id 1CAFF1885A for ; Thu, 17 Jul 2003 09:36:28 -0400 (EDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 17 Jul 2003 06:36:28 -0700 Received: from 128.156.10.11 by lw9fd.law9.hotmail.msn.com with HTTP; Thu, 17 Jul 2003 13:36:27 GMT X-Originating-IP: [128.156.10.11] X-Originating-Email: [trashbox777@hotmail.com] From: "Billy Bob" To: gtk-list@gnome.org Subject: Re: gtk-list digest, Vol 1 #1610 - 5 msgs Date: Thu, 17 Jul 2003 13:36:27 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 17 Jul 2003 13:36:28.0112 (UTC) FILETIME=[6CBCAD00:01C34C68] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Thanks Melvin, that worked. B >From: gtk-list-request@gnome.org >Reply-To: gtk-list@gnome.org >To: gtk-list@gnome.org >Subject: gtk-list digest, Vol 1 #1610 - 5 msgs >Date: Wed, 16 Jul 2003 12:00:09 -0400 > >Send gtk-list mailing list submissions to > gtk-list@gnome.org > >To subscribe or unsubscribe via the World Wide Web, visit > http://mail.gnome.org/mailman/listinfo/gtk-list >or, via email, send a message with subject or body 'help' to > gtk-list-request@gnome.org > >You can reach the person managing the list at > gtk-list-admin@gnome.org > >When replying, please edit your Subject line so it is more specific >than "Re: Contents of gtk-list digest..." > > >Today's Topics: > > 1. Compile problem with ld (Billy Bob) > 2. Re: Compile problem with ld (Melvin Hadasht) > 3. glib-1.2.10 make error ? (Nagaraja) > 4. about gdktarget (myong) > 5. GtkCellRendererPixbuf and signals (Andrej Prsa) > >--__--__-- > >Message: 1 >From: "Billy Bob" >To: gtk-list@gnome.org >Subject: Compile problem with ld >Date: Tue, 15 Jul 2003 17:15:23 +0000 > >I am having trouble compling GTK, and any help would be appreciated: > >I am trying to install GTK on: > >Linux version 2.4.20-18.8 (bhcompile@daffy.perf.redhat.com) (gcc version >3.2 >20020903 (Red Hat Linux 8.0 3.2-7)) #1 Thu May 29 07:40:27 EDT 2003 > >It is a little complicated by the fact that I do not have access to root, >so >everything I install is in $HOME/usr. > >I have downloaded glib-2.2.0, pango-1.2.3, atk-1.2.4, jpeg-6b, tiff-v3.5.7 >and installed them all in my $HOME/usr directory ($HOME/usr/bin, >$HOME/usr/lib, ect..). > >I downloaded gtk+-2.2.2, and used ./configure --prefix=$HOME/usr/local >--exec-prefix=$HOME/usr > >but, to get the configure script to recgonize everything I had to create >the >following environment variables: > >LD_LIBRARY_PATH=$HOME/usr/lib:/usr/lib:/usr/kerberos/lib:/usr/X11R6/lib:/usr/lib/sane >C_INCLUDE_PATH=$HOME/usr/include >CPLUS_INCLUDE_PATH=$HOME/usr/include >LDFLAGS=-L $HOME/usr/lib > >So then the configure script works fine, but when I type make, it gets to >the gtk+-2.2.2/gdk-pixbuf/pixops/ folder and prints the following: > >make[3]: Entering directory >`/home/s03bpa/usr/src/gtk/gtk+-2.2.2/gdk-pixbuf/pixops' >/bin/sh ../../libtool --mode=link gcc -g -O2 -Wall -L /home/s03bpa/usr/lib >-o timescale timescale.o libpixops.la -Wl,--export-dynamic -pthread >-L/home/s03bpa/usr//lib -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 >-lglib-2.0 -lm >gcc -g -O2 -Wall /home/s03bpa/usr/lib -o timescale timescale.o >-Wl,--export-dynamic -pthread >-L/home/s03bpa/usr/src/gtk/gtk+-2.2.2/gdk-pixbuf/pixops ./.libs/libpixops.a >-L/home/s03bpa/usr//lib /home/s03bpa/usr//lib/libgobject-2.0.so >/home/s03bpa/usr//lib/libgmodule-2.0.so -ldl >/home/s03bpa/usr//lib/libgthread-2.0.so -lpthread >/home/s03bpa/usr//lib/libglib-2.0.so -lm -Wl,--rpath >-Wl,/home/s03bpa/usr//lib -Wl,--rpath -Wl,/home/s03bpa/usr//lib >/home/s03bpa/usr/lib: file not recognized: Is a directory >collect2: ld returned 1 exit status >make[3]: *** [timescale] Error 1 >make[3]: Leaving directory >`/home/s03bpa/usr/src/gtk/gtk+-2.2.2/gdk-pixbuf/pixops' > > >Can anyone see what I've done wrong, or why this error appears? I cannot >decipher it. > >Thanks >Brian > >_________________________________________________________________ >MSN 8 with e-mail virus protection service: 2 months FREE* >http://join.msn.com/?page=features/virus > > >--__--__-- > >Message: 2 >Date: Tue, 15 Jul 2003 19:40:32 +0200 >To: gtk-list@gnome.org >From: Melvin Hadasht >Subject: Re: Compile problem with ld > >Hi Billy, > >You wrote: > > LDFLAGS=-L $HOME/usr/lib > >There must not be a space between -L and the directory, >so it should read: >LDFLAGS=-L$HOME/usr/lib > >HTH > >-- >Melvin Hadasht > >--__--__-- > >Message: 3 >Date: Wed, 16 Jul 2003 13:47:57 +0530 >From: Nagaraja >To: gtk-list@gnome.org >Subject: glib-1.2.10 make error ? > >Hi All, > >I am trying to compile gtk-1.2.10 ,while configuring it stop with error : > >configure: error: >*** GLIB 1.2.8 or better is required. The latest version of GLIB > >my present GLIB is 1.2.7. So I tried recompiling glib-1.2.10 and got >this error: > >Making all in gthread >make[2]: Entering directory `/home/BUILD/glib-1.2.10/gthread' >/bin/sh ../libtool --mode=link gcc -g -O2 -Wall -D_REENTRANT -o >testgthread testgthread.o ../libglib.la libgthread.la >gcc -g -O2 -Wall -D_REENTRANT -o .libs/testgthread testgthread.o >../.libs/libglib.so .libs/libgthread.so >testgthread.o: In function `new_thread': >/home/BUILD/glib-1.2.10/gthread/testgthread.c:89: undefined reference to >`pthread_create' >testgthread.o: In function `test_private': >/home/BUILD/glib-1.2.10/gthread/testgthread.c:197: undefined reference >to `pthread_join' >.libs/libgthread.so: undefined reference to `pthread_getspecific' >.libs/libgthread.so: undefined reference to `pthread_key_create' >.libs/libgthread.so: undefined reference to `pthread_mutex_trylock' >.libs/libgthread.so: undefined reference to `pthread_cond_timedwait' >.libs/libgthread.so: undefined reference to `pthread_setspecific' >collect2: ld returned 1 exit status >make[2]: *** [testgthread] Error 1 >make[2]: Leaving directory `/home/BUILD/glib-1.2.10/gthread' >make[1]: *** [all-recursive] Error 1 >make[1]: Leaving directory `/home/BUILD/glib-1.2.10' >make: *** [all-recursive-am] Error 2 > >Could anyone please tell me as to what this error message would signify. > >my host machine is armsa1110 using binutils-2.10.91 gcc-2.95.3 and >glibc-2.2.2 . > >My build enviroment seems to be OK since I manage to build a new >toolchain with binutils-2.13.2.1 gcc-2.95.3 and glibc-2.2.5 > >Thanks in advance >Nagaraj > > >--__--__-- > >Message: 4 >Date: Wed, 16 Jul 2003 16:15:20 +0800 >From: myong >To: gtk-list >Subject: about gdktarget > >Hello, > > By using --with-gdktarget argument, I can select running platform at >configuring and compiling of gtk lib(default is X11). I want to run >programme at both X11 and framebuffer mode. > > if I use "configure --with-gdktarget=linux-fb" configure gtk lib, >can I arrive above target? > > > > >--__--__-- > >Message: 5 >Date: Wed, 16 Jul 2003 13:17:46 +0200 >From: Andrej Prsa >To: GTK Mailing list >Subject: GtkCellRendererPixbuf and signals >Organization: Faculty of Mathematics and Physics > >Hello! > >Could anyone please give me a hint on how to attach a "clicked" signal to >the pixbuf that is in the GtkTreeView? GtkCellRendererPixbuf doesn't have >any signals? > >Thanks, > >Andrej > >PS. Thanks, Murray, for your answer(s); I worked my way through editable >cells! > > > > >--__--__-- > >_______________________________________________ >gtk-list mailing list >gtk-list@gnome.org >http://mail.gnome.org/mailman/listinfo/gtk-list > > >End of gtk-list Digest _________________________________________________________________ Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail From robert@valiant.us Thu Jul 17 11:59:23 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from harrier.mail.pas.earthlink.net (harrier.mail.pas.earthlink.net [207.217.120.12]) by mail.gnome.org (Postfix) with ESMTP id 0DB24189C9 for ; Thu, 17 Jul 2003 11:59:23 -0400 (EDT) Received: from h-69-3-238-129.sttnwaho.covad.net ([69.3.238.129] helo=10.0.1.2) by harrier.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 19dBAA-0006H8-00 for gtk-list@gnome.org; Thu, 17 Jul 2003 08:59:22 -0700 From: "Robert G. Valiant" Organization: Valiant Group To: gtk-list@gnome.org Subject: Help for possible botched GTK2 install? Date: Thu, 17 Jul 2003 08:58:24 -0700 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307170858.24787.robert@valiant.us> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello -- I apologize if this is the wrong place to ask this question. I'm very new with GTK2 (I'm a user, not a coder) and I'm trying to figure out what I have done wrong in my install. I installed GTK2 and dependencies from tarballs as specified on the install page. When running a program, I get the following segfault: =================================================== Program received signal SIGSEGV, Segmentation fault. g_type_check_instance_cast (type_instance=0x20323030, iface_type=269431656) at gtype.c:2771 2771 if (type_instance->g_class) (gdb) bt #0 g_type_check_instance_cast (type_instance=0x20323030, iface_type=269431656) at gtype.c:2771 #1 0x0fb4eed4 in g_type_check_instance_cast (type_instance=0x100f4990, iface_type=268763136) at gtype.c:2768 #2 0x0f6e8f0c in __libc_start_main () from /lib/libc.so.6 ==================================================== Being a simpleton, I can't tell if the program is botched or if I have a problem with my setup -- I'm using PPC Mandrake 9.1 which seems to have some GTK2 "issues." Before installing from tarballs, I removed all RPMs that I could find that related to GTK2. Thank you, and again -- my apologies if my message is burdensome. Bob in Seattle From jeff@purple.com Thu Jul 17 13:40:35 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from ftp.ece.villanova.edu (ftp.ece.villanova.edu [153.104.63.227]) by mail.gnome.org (Postfix) with ESMTP id 490D918A63 for ; Thu, 17 Jul 2003 13:40:35 -0400 (EDT) X-AntiVirus-Scanned: by ftp.ece.villanova.edu - http://safeinternetemail.com/ Received: (from Ustyx@localhost) by ftp.ece.villanova.edu (8.11.7/8.11.7) with UUCP id h6HHe5Q26296 for gtk-list@gnome.org; Thu, 17 Jul 2003 13:40:05 -0400 (EDT) Received: from asterix.purple.com ([192.168.0.6]) by diderot.purple.com (8.12.3/8.12.3/Debian -4) with ESMTP id h6HHZxRJ006584 for ; Thu, 17 Jul 2003 13:35:59 -0400 Received: from jeff by asterix.purple.com with local (Exim 3.36 #1 (Debian)) id 19dCff-00053t-00 for ; Thu, 17 Jul 2003 13:35:59 -0400 Date: Thu, 17 Jul 2003 13:35:59 -0400 From: Jeff Abrahamson To: gtk-list@gnome.org Subject: glade-perl and killing a window Message-ID: <20030717173559.GQ30412@purple.com> Mail-Followup-To: gtk-list@gnome.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline User-Agent: Mutt/1.5.4i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: A gtk question, said in perl: I have an app, push a button on its main window, a new window comes up. The new window let's me do some stuff, then I dismiss it. I'm not quitting the new window correctly. Here's the code: Press "pda" from main window: sub on_pda_button_clicked { my ($class, $data, $object, $instance, $event) = @_; my $me = __PACKAGE__."->on_button1_clicked"; # Get ref to hash of all widgets on our form my $form = $__PACKAGE__::all_forms->{$instance}; pda_window->run(); return; } Press "dismiss" from pda_window: Gtk->main_quit; $class->parent()->parent()->destroy(); That last is a kludge, because if the user hits dismiss twice from the parent window, the whole app quits (kill two nested event loops). Can someone point me in the right direction? Thanks. -- Jeff Jeff Abrahamson GPG fingerprint: 1A1A BA95 D082 A558 A276 63C6 16BF 8C4C 0D1D AE4B From dav@cs.utah.edu Thu Jul 17 14:21:10 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail-svr1.cs.utah.edu (brahma.cs.utah.edu [155.99.198.200]) by mail.gnome.org (Postfix) with ESMTP id 319AF181EA for ; Thu, 17 Jul 2003 14:21:10 -0400 (EDT) Received: from faith.cs.utah.edu (faith.cs.utah.edu [155.99.198.108]) by mail-svr1.cs.utah.edu (Postfix) with ESMTP id 8454634766 for ; Thu, 17 Jul 2003 12:21:10 -0600 (MDT) Received: (from dav@localhost) by faith.cs.utah.edu (8.11.6+Sun/8.11.1) id h6HILAk05960; Thu, 17 Jul 2003 12:21:10 -0600 (MDT) Date: Thu, 17 Jul 2003 12:21:10 -0600 (MDT) Message-Id: <200307171821.h6HILAk05960@faith.cs.utah.edu> X-Authentication-Warning: faith.cs.utah.edu: dav set sender to dav@cs.utah.edu using -f From: "J. Davison de St. Germain" To: gtk-list@gnome.org Subject: Re: Installing local/individual GTK Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: [I'm sending this email again as the last one seemed to get trapped in moderator limbo.] Hi, I'm trying to build the newest GTK (and the myriad of packages it requires). On my current computer, there are some badly installed and/or older versions of GTK (and its support packages), therefore I am trying to install all of the files for the new versions into my home directory. (However some of the system installed libraries are apparently still visible.) After hacking on most of support packages' build systems for hours I finally, I think, got them installed. (In ~/gtk_stuff.) Now, when I try to build GTK itself, the pkg-manager thing keeps dieing with various errors about system libs. It doesn't seem to be able to figure out that I only want it to look at the ones I've installed myself in my home dir. It seems to be a heck of an ordeal to compile and install GTK. I would appreciate any help you can give me in creating a installation of GTK in my home directory. (BTW, I am trying to install this on a IRIX SGI.) Thanks, Dave PS. Please respond via email in addition to posting to the list. PPS. I'm trying to install it locally because our program that links against the older/system installed libs exhibits strange behavior and also to learn about the GTK system. The strange behavior is this: The program comes up but when I try to bring up a menu (which needs a font) it "freezes" up. After about 4 minutes, it returns printing out a message that says something like "font not found, please look at your .fonts.conf file... etc." I have /usr/local/lib/pango/1.2.0/modules (which have a bunch of .so's in it) in my .fonts.conf file. (BTW, a .fonts.cahce-1 files is created with that path in it.) I've searched the web trying to find out how to make this work, but I can't find anything. It is unclear to me how all these pieces fit together and I can't find a lot of docs on all the different pieces. Perhaps solving this problem is easier than the installing of GTK. Any help on this problem is also greatly appreciated. Thanks again in advance. ----------------------------------------------------------------------- - J. Davison de St. Germain dav@cs.utah.edu (801) 581-4078 - - Chief Software Engineer http://www.cs.utah.edu/~dav - - SCI Institute, SE C-SAFE University of Utah - ----------------------------------------------------------------------- From sven@gimp.org Thu Jul 17 14:40:25 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.convergence.de (mail.convergence.de [212.84.236.4]) by mail.gnome.org (Postfix) with ESMTP id C078918859 for ; Thu, 17 Jul 2003 14:40:25 -0400 (EDT) Received: from [10.1.1.145] (helo=blixa) by mail.convergence.de with esmtp (Exim 4.14) id 19dDg0-0006QB-4g; Thu, 17 Jul 2003 20:40:24 +0200 Received: from neo by blixa with local (Exim 3.36 #1 (Debian)) id 19dDfz-00081r-00; Thu, 17 Jul 2003 20:40:23 +0200 To: "J. Davison de St. Germain" Cc: gtk-list@gnome.org Subject: Re: Installing local/individual GTK References: <200307171821.h6HILAk05960@faith.cs.utah.edu> From: Sven Neumann Date: Thu, 17 Jul 2003 20:40:23 +0200 In-Reply-To: <200307171821.h6HILAk05960@faith.cs.utah.edu> (J. Davison de St. Germain's message of "Thu, 17 Jul 2003 12:21:10 -0600 (MDT)") Message-ID: User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, "J. Davison de St. Germain" writes: > PPS. I'm trying to install it locally because our program that links > against the older/system installed libs exhibits strange behavior and > also to learn about the GTK system. The strange behavior is this: > > The program comes up but when I try to bring up a menu (which needs a > font) it "freezes" up. After about 4 minutes, it returns printing out > a message that says something like "font not found, please look at > your .fonts.conf file... etc." I have > /usr/local/lib/pango/1.2.0/modules (which have a bunch of .so's in it) > in my .fonts.conf file. (BTW, a .fonts.cahce-1 files is created with > that path in it.) I've searched the web trying to find out how > to make this work, but I can't find anything. It is unclear to me how > all these pieces fit together and I can't find a lot of docs on all > the different pieces. Perhaps solving this problem is easier than the > installing of GTK. Any help on this problem is also greatly > appreciated. Thanks again in advance. It should be sufficient to make sure that there is at least one useable font installed in the directory configured in /etc/fonts/fonts.conf or ~/.fonts.conf. You also need to run fc-cache once (as root for globally installed font files). Sven From dav@cs.utah.edu Thu Jul 17 15:47:59 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail-svr1.cs.utah.edu (mail-svr1.cs.utah.edu [155.99.198.200]) by mail.gnome.org (Postfix) with ESMTP id 74BA0181F1 for ; Thu, 17 Jul 2003 15:47:59 -0400 (EDT) Received: from faith.cs.utah.edu (faith.cs.utah.edu [155.99.198.108]) by mail-svr1.cs.utah.edu (Postfix) with ESMTP id 8233B3476B for ; Thu, 17 Jul 2003 13:47:59 -0600 (MDT) Received: (from dav@localhost) by faith.cs.utah.edu (8.11.6+Sun/8.11.1) id h6HJlxg08743; Thu, 17 Jul 2003 13:47:59 -0600 (MDT) Date: Thu, 17 Jul 2003 13:47:59 -0600 (MDT) Message-Id: <200307171947.h6HJlxg08743@faith.cs.utah.edu> X-Authentication-Warning: faith.cs.utah.edu: dav set sender to dav@cs.utah.edu using -f From: "J. Davison de St. Germain" To: gtk-list@gnome.org Subject: Re: Installing local/individual GTK Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > > The program comes up but when I try to bring up a menu (which needs a > > font) it "freezes" up. After about 4 minutes, it returns printing out > > a message that says something like "font not found, please look at > > your .fonts.conf file... etc." I have > > /usr/local/lib/pango/1.2.0/modules (which have a bunch of .so's in it) > > ... > > It should be sufficient to make sure that there is at least one > useable font installed in the directory configured in > /etc/fonts/fonts.conf or ~/.fonts.conf. You also need to run fc-cache > once (as root for globally installed font files). Hi, I did try running fc-cache, but as me... I don't have root. Must one run it as root? Is there a way to install it such that you don't have to be root. Also, here is a list of files in the pango modules dir: > ls /usr/local/lib/pango/1.2.0/modules/ pango-arabic-ft2.la pango-arabic-ft2.so pango-arabic-x.la pango-arabic-x.so pango-arabic-xft.la pango-arabic-xft.so pango-basic-ft2.la pango-basic-ft2.so pango-basic-x.la pango-basic-x.so pango-basic-xft.la pango-basic-xft.so ... I assume that at least one of those is a "usable font". Thanks again for your help. - Dave ----------------------------------------------------------------------- - J. Davison de St. Germain dav@cs.utah.edu (801) 581-4078 - - Chief Software Engineer http://www.cs.utah.edu/~dav - - SCI Institute, SE C-SAFE University of Utah - ----------------------------------------------------------------------- From nlevitt@columbia.edu Thu Jul 17 15:54:06 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from computer.cc.columbia.edu (computer.cc.columbia.edu [128.59.31.237]) by mail.gnome.org (Postfix) with ESMTP id 3CB7618AAA for ; Thu, 17 Jul 2003 15:54:06 -0400 (EDT) Received: from nlevitt by computer.cc.columbia.edu with local (Exim 3.36 #1) id 19dEoi-0001Mm-00; Thu, 17 Jul 2003 15:53:28 -0400 Date: Thu, 17 Jul 2003 15:53:28 -0400 From: Noah Levitt To: "J. Davison de St. Germain" Cc: gtk-list@gnome.org Subject: Re: Installing local/individual GTK Message-ID: <20030717195328.GD4458@columbia.edu> References: <200307171947.h6HJlxg08743@faith.cs.utah.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200307171947.h6HJlxg08743@faith.cs.utah.edu> Secret-NSA-Message-ID: 3b026257dfe9ed894171dbbb76f5b2ba User-Agent: Mutt/1.5.4i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Thu, Jul 17, 2003 at 13:47:59 -0600, J. Davison de St. Germain wrote: > > Also, here is a list of files in the pango modules dir: > [...] > > I assume that at least one of those is a "usable font". Thanks again > for your help. Those aren't fonts. It seems like you don't have any. Easiest thing to do is download the bitstream vera fonts from http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/1.10/ and put them in ~/.fonts. That might not work depending on your fontconfig setup, but I'd say odds are in your favor. Noah From vadim@berezniker.com Thu Jul 17 22:54:05 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from gorlovka.vmpn.net (unknown [216.254.75.9]) by mail.gnome.org (Postfix) with SMTP id A35F4181C4 for ; Thu, 17 Jul 2003 22:54:05 -0400 (EDT) Received: (qmail 4420 invoked from network); 18 Jul 2003 02:54:06 -0000 Received: from vadim.homenetwork (HELO berezniker.com) (10.0.1.25) by www.75.254.216.in-addr.arpa with SMTP; 18 Jul 2003 02:54:06 -0000 Message-ID: <3F176128.901@berezniker.com> Date: Thu, 17 Jul 2003 22:53:28 -0400 From: Vadim Berezniker User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030714 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: pango layout extents (ok under linux, problems under win32) X-Enigmail-Version: 0.76.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Using pango 1.2.1 and gtk 2.2.1 in 'English' locale. (For both windows and linux). I create a new label, set the text and then attempt to calculate extents using the various extents functions availabe. i.e. I tried retrieving the extents via the appropriate pango function, tried iterating over the lines of the layout and calculating their individual extents, etc and under all these circumstances the extents returned are smaller in width than the actual width of the text. The contents of the label is a mix of English and Japanese. (Which I guess attributes to the problem). (The same code works perfectly under Linux) From vivek@lantana.tenet.res.in Fri Jul 18 01:13:14 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lantana.iitm.ernet.in (lantana.tenet.res.in [202.144.28.166]) by mail.gnome.org (Postfix) with ESMTP id 50E7118584 for ; Fri, 18 Jul 2003 01:13:12 -0400 (EDT) Received: from dodo.lli.tenet.res.in (aster [144.16.241.214]) by lantana.iitm.ernet.in (8.11.6/8.11.6) with ESMTP id h6I5Cxe17320 for ; Fri, 18 Jul 2003 10:43:00 +0530 Subject: UTF-8 characters From: Viveka Nathan K To: gtk-list@gnome.org Content-Type: multipart/alternative; boundary="=-hSdchi0eJM7i6pOMwzXJ" Organization: TeNeT Group Message-Id: <1058505119.877.10.camel@dodo.lli.tenet.res.in> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-4) Date: 18 Jul 2003 10:41:59 +0530 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --=-hSdchi0eJM7i6pOMwzXJ Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi all. I am using the function g_utf8_get_char() to read Unicode values from a text file. The strings are fetched by using fscanf() function. It fetches upto SPACE or NEWLINE. But both these characters are returned as NULL. How can I fetch the SPACE as SPACE and NEWLINE as NEWLINE ? -- Viveka Nathan K TeNeT Group --=-hSdchi0eJM7i6pOMwzXJ Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit Hi all.
  I am using the function g_utf8_get_char() to read Unicode values from a text file. The strings are
fetched by using fscanf() function. It fetches upto SPACE or NEWLINE. But both these characters
are returned as NULL. How can I fetch the SPACE as SPACE and NEWLINE as NEWLINE ?
--
Viveka Nathan K <vivek@lantana.tenet.res.in>
TeNeT Group
--=-hSdchi0eJM7i6pOMwzXJ-- From john@cellform.com.au Fri Jul 18 01:50:09 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from freyja.cellform.com (ns1.cellform.com [202.61.130.74]) by mail.gnome.org (Postfix) with ESMTP id ECE2618E0D for ; Fri, 18 Jul 2003 01:50:07 -0400 (EDT) Received: from marilyn.intra (john@marilyn.intra [192.168.0.2]) by freyja.cellform.com (8.12.3/8.12.3/Debian-6.4) with SMTP id h6I5nkve016613; Fri, 18 Jul 2003 13:50:02 +0800 Received: by marilyn.intra (sSMTP sendmail emulation); Fri, 18 Jul 2003 13:49:46 +0800 From: "John Darrington" Date: Fri, 18 Jul 2003 13:49:46 +0800 To: Viveka Nathan K Cc: gtk-list@gnome.org Subject: Re: UTF-8 characters Message-ID: <20030718054946.GA359@cellform.com.au> References: <1058505119.877.10.camel@dodo.lli.tenet.res.in> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pf9I7BMVVzbSWLtt" Content-Disposition: inline In-Reply-To: <1058505119.877.10.camel@dodo.lli.tenet.res.in> User-Agent: Mutt/1.3.28i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --pf9I7BMVVzbSWLtt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 18, 2003 at 10:41:59AM +0530, Viveka Nathan K wrote: Hi all. I am using the function g_utf8_get_char() to read Unicode values from a text file. The strings are fetched by using fscanf() function. It fetches upto SPACE or NEWLINE. But both these characters are returned as NULL. How can I fetch the SPACE as SPACE and NEWLINE as NEWLINE ? As I understand it, that's what scanf is supposed to do. Unicode or no unicode. If you want everything to be interpreted literally, then why not use fgets ?? J' --=20 PGP Public key ID: 1024D/2DE827B3=20 fingerprint =3D 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 See http://wwwkeys.pgp.net or any PGP keyserver for public key. --pf9I7BMVVzbSWLtt Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE/F4p6imdxnC3oJ7MRAjkwAJ49BE9t2Yucc8QcQTnuY3I3sQyjIwCfcqp8 UlvyzSx9Ei44PKliM1TYiCU= =5Ag3 -----END PGP SIGNATURE----- --pf9I7BMVVzbSWLtt-- From leen.toelen@cropdesign.com Fri Jul 18 08:44:16 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cropdesign.com (212-123-24-116.iFiber.telenet-ops.be [212.123.24.116]) by mail.gnome.org (Postfix) with ESMTP id 01D9518A76 for ; Fri, 18 Jul 2003 08:44:15 -0400 (EDT) Received: from cropdesign.com by cropdesign.com (MDaemon.PRO.v6.8.4.R) with ESMTP id 33-md50000000018.tmp for ; Fri, 18 Jul 2003 14:43:50 +0200 Message-ID: <3F17EB85.2040308@cropdesign.com> Date: Fri, 18 Jul 2003 14:43:49 +0200 From: Leen Toelen User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030702 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: group buttons Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Processed: cropdesign.com, Fri, 18 Jul 2003 14:43:50 +0200 (not processed: message from valid local sender) X-Return-Path: leen.toelen@cropdesign.com X-MDaemon-Deliver-To: gtk-list@gnome.org Reply-To: leen.toelen@cropdesign.com Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, I am trying to figure out if it is possible to group some buttons in gtk together. In Aqua this is possible, eg safari uses it for the back/next buttons, and iCal for the back/day/week/month/next. This works by cutting the edges off the middle buttons, and only showing those at the ends of the groups. The results is that those buttons are visually bound to each other. I find this much more elegant than the current evolution setup, and would love to use this in gtk as well. Thanks, Leen Toelen From swalker@caspercollege.edu Fri Jul 18 09:30:59 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.caspercollege.edu (mail.caspercollege.edu [63.227.163.240]) by mail.gnome.org (Postfix) with ESMTP id 5AF38180E7 for ; Fri, 18 Jul 2003 09:30:59 -0400 (EDT) Received: from admin.cc.whecn.edu (admin.cc.whecn.edu [137.84.130.10]) by mail.caspercollege.edu (8.11.6/8.11.6) with SMTP id h6IDACp04635 for ; Fri, 18 Jul 2003 07:10:12 -0600 Received: from ADMIN/SpoolDir by admin.cc.whecn.edu (Mercury 1.48); 18 Jul 03 07:31:04 -0700 Received: from SpoolDir by ADMIN (Mercury 1.48); 18 Jul 03 07:30:39 -0700 Received: from CC53814 (137.84.128.234) by admin.cc.whecn.edu (Mercury 1.48) with ESMTP; 18 Jul 03 07:30:36 -0700 From: "Stewart Walker" Organization: Casper College To: gtk-list@gnome.org Date: Fri, 18 Jul 2003 07:30:35 -0600 MIME-Version: 1.0 Subject: glib 1.2.8 & gtk+ make problems in cgywin Message-ID: <3F17A21D.24207.1828EF@localhost> Priority: normal X-mailer: Pegasus Mail for Windows (v4.01) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Sorry if this is covered ground. Did scan the archives but didn't find anything pretaining to this Trying to get the gimp up and running on an I386 running a fresh install of cgywin (selected all). glib 1.2.8 ./configure runs and doesn't display any problems /* .. done updating cache ./config.cache creating ./config.status creating glib.spec creating Makefile creating glib-config creating gmodule/gmoduleconf.h creating gmodule/Makefile creating gthread/Makefile creating docs/Makefile creating docs/glib-config.1 creating tests/Makefile creating config.h creating glibconfig.h glibconfig.h is unchanged /* glib 1.2.8 make /* make all-recursive make[1]: Entering directory `/home/root/progs/gimp/glib-1.2.8' Making all in . make[2]: Entering directory `/home/root/progs/gimp/glib-1.2.8' /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN= g_log_domain_glib -g -O2 -Wall -D_REENTRANT -c gstrfuncs.c gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -g -O2 -Wall -D _REENTRANT -c gstrfuncs.c -o gstrfuncs.o gstrfuncs.c: In function `g_strsignal': gstrfuncs.c:674: conflicting types for `strsignal' /usr/include/string.h:75: previous declaration of `strsignal' gstrfuncs.c:674: warning: extern declaration of `strsignal' doesn't match global one make[2]: *** [gstrfuncs.lo] Error 1 make[2]: Leaving directory `/home/root/progs/gimp/glib-1.2.8' Any help would be greatly appreciated. Thanks Stew make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/root/progs/gimp/glib-1.2.8' make: *** [all-recursive-am] Error 2 /* From dav@cs.utah.edu Fri Jul 18 13:49:17 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail-svr1.cs.utah.edu (mail-svr1.cs.utah.edu [155.99.198.200]) by mail.gnome.org (Postfix) with ESMTP id 14DDD18200 for ; Fri, 18 Jul 2003 13:49:17 -0400 (EDT) Received: from faith.cs.utah.edu (faith.cs.utah.edu [155.99.198.108]) by mail-svr1.cs.utah.edu (Postfix) with ESMTP id 10DB234765 for ; Fri, 18 Jul 2003 11:49:17 -0600 (MDT) Received: (from dav@localhost) by faith.cs.utah.edu (8.11.6+Sun/8.11.1) id h6IHnGj11648; Fri, 18 Jul 2003 11:49:16 -0600 (MDT) Date: Fri, 18 Jul 2003 11:49:16 -0600 (MDT) Message-Id: <200307181749.h6IHnGj11648@faith.cs.utah.edu> X-Authentication-Warning: faith.cs.utah.edu: dav set sender to dav@cs.utah.edu using -f From: "J. Davison de St. Germain" To: gtk-list@gnome.org Subject: Re: Installing local/individual GTK Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > > Also, here is a list of files in the pango modules dir: > [...] > > I assume that at least one of those is a "usable font". Thanks again > > for your help. > > Those aren't fonts. It seems like you don't have any. > Easiest thing to do is download the bitstream vera fonts > from http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/1.10/ > and put them in ~/.fonts. That might not work depending on > your fontconfig setup, but I'd say odds are in your favor. After downloading those fonts and trimming the .fonts.conf file down to a very minimum (just the dir for the fonts), my program now works. I also experimented with putting the X11 fonts dir in the .fonts.conf file and running fc-cache (as root) and it seems to now let me use some of the fonts in the X11 installation dir. I appreciate your help immensely. Thanks, Dav ----------------------------------------------------------------------- - J. Davison de St. Germain dav@cs.utah.edu (801) 581-4078 - - Chief Software Engineer http://www.cs.utah.edu/~dav - - SCI Institute, SE C-SAFE University of Utah - ----------------------------------------------------------------------- From galaviel@bezeqint.net.il Fri Jul 18 14:27:18 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from ogi.bezeqint.net (unknown [192.115.106.14]) by mail.gnome.org (Postfix) with ESMTP id 3085B18B8E for ; Fri, 18 Jul 2003 14:27:18 -0400 (EDT) Received: from bezeqint.net.il (bzq-218-211-18.red.bezeqint.net [81.218.211.18]) by ogi.bezeqint.net (Bezeq International SMTP out Mail Server) with ESMTP id 04CB845D2 for ; Fri, 18 Jul 2003 21:19:50 +0300 (IDT) Message-ID: <3F182DF6.8050702@bezeqint.net.il> Date: Fri, 18 Jul 2003 20:27:18 +0300 From: Gal Aviel User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: [Fwd: GtkSocket - howto set initial size] Content-Type: multipart/mixed; boundary="------------090407000502040206060705" Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is a multi-part message in MIME format. --------------090407000502040206060705 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit --------------090407000502040206060705 Content-Type: message/rfc822; name="GtkSocket - howto set initial size" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="GtkSocket - howto set initial size" Message-ID: <3F182C16.8050105@bezeqint.net.il> Date: Fri, 18 Jul 2003 20:19:18 +0300 From: Gal Aviel User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-app-devel@gnome.org Subject: GtkSocket - howto set initial size Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi All, How can I set the initial size of a GtkSocket (I'm using Gtk 2.2.2 on RH8 x86)? I want to set the *initial* size of the socket to the size specified by the WM_HINTS/PSIZE that the embedee sets on its toplevel window (PSIZE is currently un-used in gtksocket.c at all). However I *do* want the user to be able to shrink the socket/embedded window below and above that initial size. I'm looking for something similar to gtk_window_set_default_size() but for a widget. This is important for me, since I'm embedding NEdit (the text editor), where one of the user preferences is the initial size of the nedit window (expressed as rows x cols). NEdit takes this preference and after considering the size of the menu etc sets PSIZE. Any thoughts ? Thanks in advance, Gal. --------------090407000502040206060705-- From galaviel@bezeqint.net.il Fri Jul 18 18:22:04 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from nils.bezeqint.net (nils.bezeqint.net [192.115.106.38]) by mail.gnome.org (Postfix) with ESMTP id ED55518DB8 for ; Fri, 18 Jul 2003 18:22:03 -0400 (EDT) Received: from bezeqint.net.il (bzq-218-211-18.red.bezeqint.net [81.218.211.18]) by nils.bezeqint.net (Bezeq International SMTP out Mail Server) with ESMTP id B1F72716; Sat, 19 Jul 2003 01:14:01 +0300 (IDT) Message-ID: <3F1864FC.70308@bezeqint.net.il> Date: Sat, 19 Jul 2003 00:22:04 +0300 From: Gal Aviel User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jane Young Cc: gtk-list@gnome.org Subject: Re: GTK+ and Xlib References: <3EF8E273.7020102@attbi.com> <1056505078.30100.1.camel@localhost.localdomain> <013d01c33c06$a5c30e40$d2ada8c0@itres.com> In-Reply-To: <013d01c33c06$a5c30e40$d2ada8c0@itres.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: If your situation is, that you already have some existing application written using plain xlib calls, and you would like to intergate it into a Gtk application (wrap it in Gtk), then you should use a GtkSocket object. Is this your situation ? Gal. Jane Young wrote: >I am new to GUI programming as well as Xlib and GTK+, so bear with me >while I ask a newbieish question or two. > >I am wondering if somehow the existing Xlib code could be integrated into a >GTK+ framework. > >Thank you for you help. > >Jane > >_______________________________________________ >gtk-list mailing list >gtk-list@gnome.org >http://mail.gnome.org/mailman/listinfo/gtk-list > > > From galaviel@bezeqint.net.il Fri Jul 18 18:24:26 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from ogi.bezeqint.net (unknown [192.115.106.14]) by mail.gnome.org (Postfix) with ESMTP id 0B46718DF7 for ; Fri, 18 Jul 2003 18:24:26 -0400 (EDT) Received: from bezeqint.net.il (bzq-218-211-18.red.bezeqint.net [81.218.211.18]) by ogi.bezeqint.net (Bezeq International SMTP out Mail Server) with ESMTP id 70D013666 for ; Sat, 19 Jul 2003 01:16:58 +0300 (IDT) Message-ID: <3F18658B.5080302@bezeqint.net.il> Date: Sat, 19 Jul 2003 00:24:27 +0300 From: Gal Aviel User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: test Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: pls ignore. From farryp@cognitcorp.com Fri Jul 18 19:41:13 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cognitcorp.com (cognitcorp02.inc.sunysb.edu [129.49.198.32]) by mail.gnome.org (Postfix) with ESMTP id 08FC518339 for ; Fri, 18 Jul 2003 19:41:13 -0400 (EDT) Received: from https://email.cognitcorp.com (sbcorp-1.cognitcorp.com [192.168.250.5]) by cognitcorp.com (Postfix) with ESMTP id C69341A36FB for ; Fri, 18 Jul 2003 19:52:31 -0400 (EDT) X-Originating-IP: [192.168.250.250] From: "Farryp =?iso-8859-1?Q?Philippe=2DAuguste?=" To: gtk-list@gnome.org Subject: gtk2 application using glade and postgres Date: Fri, 18 Jul 2003 23:52:31 +0000 Message-ID: <20030718.Bls.73835100@https://email.cognitcorp.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Content-Disposition: inline X-Mailer: AngleMail for phpGroupWare (http://www.phpgroupware.org) v 0.9.14.003 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi all I'm a newbie in Postgres and glade. I'm writing a database application using glade python and postgresql. I would like to know if there is a good tutorial that would cover all 3 components or an Open source project that I can look at the code to teach myself on how to use python glade and Postgres. Best Regards --Farry From peter@softintegration.com Sat Jul 19 03:00:11 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.softintegration.com (unknown [216.205.91.90]) by mail.gnome.org (Postfix) with ESMTP id E381C18BAB for ; Sat, 19 Jul 2003 03:00:10 -0400 (EDT) Received: by mail.softintegration.com (Postfix, from userid 12372) id 201B1FD1F; Sat, 19 Jul 2003 02:12:48 -0400 (EDT) Subject: GTK+ book To: gtk-list@gnome.org Date: Sat, 19 Jul 2003 02:12:48 -0400 (EDT) X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20030719061248.201B1FD1F@mail.softintegration.com> From: peter@softintegration.com (Peter Wu) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello, Does anybody know the most popular GTK+ book? Could it be "GTK+ Programming in C" by Syd Logan? FYI, We tested all code contained in this book in our Ch C interpreter last month. Here is our report including bugs: http://www.softintegration.com/docs/books/gtk/ Best regards, Peter Wu http://www.softintegration.com Ch: C/C++ interpreter for cross-platform scripting, shell programming, 2D/3D plotting, numerical computing, and embedded scripting From galaviel@bezeqint.net.il Sat Jul 19 09:35:14 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from marco.bezeqint.net (marco.bezeqint.net [192.115.106.37]) by mail.gnome.org (Postfix) with ESMTP id 378FB1822B for ; Sat, 19 Jul 2003 09:35:14 -0400 (EDT) Received: from bezeqint.net.il (bzq-218-115-214.red.bezeqint.net [81.218.115.214]) by marco.bezeqint.net (Bezeq International SMTP out Mail Server) with ESMTP id 1E8D26B6 for ; Sat, 19 Jul 2003 19:26:41 +0300 (IDT) Message-ID: <3F193AFE.1030603@bezeqint.net.il> Date: Sat, 19 Jul 2003 15:35:10 +0300 From: Gal Aviel User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: Howto set initial size of Widget (a GtkSocket Widget) Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi All, How can I set the initial size of a GtkSocket (I'm using Gtk 2.2.2 on RH8 x86)? I want to set the *initial* size of the socket to the size specified by the WM_HINTS/PSIZE that the embedee sets on its toplevel window (PSIZE is currently un-used in gtksocket.c). However I *do* want the user to be able to shrink the socket/embedded window below and above that initial size during runtime. I'm looking for something similar to gtk_window_set_default_size() but for a widget rather than for a window. This is important for me, since I'm embedding NEdit (the text editor), where one of the user preferences is the initial size of the nedit window (expressed as rows x cols). NEdit takes this preference and after considering the size of the menu etc sets PSIZE. Any thoughts ? Thanks in advance, Gal. From wedge__@fastmail.fm Sat Jul 19 09:58:15 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mail.gnome.org (Postfix) with ESMTP id 4CE5618448 for ; Sat, 19 Jul 2003 09:58:15 -0400 (EDT) Received: from smtp.us2.messagingengine.com (localhost [127.0.0.1]) by localhost.localdomain (Postfix) with ESMTP id 4F79B451F1 for ; Sat, 19 Jul 2003 09:58:15 -0400 (EDT) Received: from 10.202.2.133 ([10.202.2.133] helo=smtp.us2.messagingengine.com) by messagingengine.com with SMTP; Sat, 19 Jul 2003 09:58:15 -0400 Received: by smtp.us2.messagingengine.com (Postfix, from userid 99) id 59B9F731F1; Sat, 19 Jul 2003 09:58:14 -0400 (EDT) Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.2 (F2.71; T1.001; A1.51; B2.12; Q2.03) From: "Wedge_" To: gtk-list@gnome.org Date: Sat, 19 Jul 2003 13:58:14 +0000 X-Epoch: 1058623095 X-Sasl-enc: xfErNhTQpYWW15o7ZmQ7yA Subject: GTK2 problems after power cut Message-Id: <20030719135814.59B9F731F1@smtp.us2.messagingengine.com> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is a slightly strange problem, but I hope someone can help. Yesterday, for no apparent reason, all the lights in my house went off for about half a second. When I checked my comp, it had reset itself. I logged back in, and everything seemed fine, but none of the programs I use which were compiled with gtk2 support will work anymore, and they all fail with a similar error, which I have no idea how to fix. Running gkrellm2 gives: ** (gkrellm2:4455): CRITICAL **: file pango-color.c: line 952 (pango_color_parse): assertion `spec != NULL' failed -:2: Invalid color constant '(null)' -:2: error: invalid string constant "#eee1b3", expected valid string constant Segmentation fault while gvim 6.2 with gtk2 support gives: ** (gvim:4458): CRITICAL **: file pango-color.c: line 952 (pango_color_parse): assertion `spec != NULL' failed -:2: Invalid color constant '(null)' -:2: error: invalid string constant "#eee1b3", expected valid string constant Vim: Caught deadly signal SEGV Vim: Finished. Segmentation fault The same version of gvim works fine if I don't use gtk2, and all other non-gtk2 programs are still working fine. I've removed pango, atk, and gtk+ and installed them again, I've tried a couple of different versions of each, and I've recompiled the programs that don't work, but it doesn't seem to be making any difference. Does anyone have any idea what's wrong? Andrew -- http://www.fastmail.fm - The professional email service From mathieu@gnu.org Sat Jul 19 07:14:42 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mail.gnome.org (Postfix) with ESMTP id 513E318773 for ; Sat, 19 Jul 2003 07:14:42 -0400 (EDT) Received: from [192.168.1.100] mathieu_lacage@smtp-send.myrealbox.com [195.154.36.206] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.35 $ on Novell NetWare; Sat, 19 Jul 2003 05:14:41 -0600 Subject: latest version of GObject documentation From: Mathieu Lacage To: gtk-list@gnome.org Cc: Takuro Ashie , Takeshi AIHANA In-Reply-To: <1057496862.752.65.camel@mikeforce2.sog.or.jp> References: <1057233003.3085.12.camel@mathieu> <1057496862.752.65.camel@mikeforce2.sog.or.jp> Content-Type: text/plain Organization: Message-Id: <1058613913.2074.18.camel@mathieu> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-4) Date: 19 Jul 2003 13:25:14 +0200 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: hi all, I just released the latest version of my GObject documentation: it can be found at http://www.gnome.org/~mathieu/gobject/index.html. I'd like to thank all the people who contributed comments on this documentation since last version and who made this version (I hope) better. As a side note, it seems Takuro Ashie and Takeshi Aihana, both CCed on this email, have undertook the task of translating this documentation to Japanese. I hope they can complete this scary task. Kudos to them. regards, Mathieu -- Mathieu Lacage From rperini@email.it Sat Jul 19 13:30:12 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail1c.webmessenger.it (mail2.webmessenger.it [193.70.193.55]) by mail.gnome.org (Postfix) with ESMTP id 13A671813B for ; Sat, 19 Jul 2003 13:30:12 -0400 (EDT) Received: from overtheclock.email.it (151.27.172.206) by mail1c.webmessenger.it (6.7.016) (authenticated as rperini@email.it) id 3EFAE5EF00B8B374 for gtk-list@gnome.org; Sat, 19 Jul 2003 19:30:09 +0200 Message-Id: <5.2.0.9.0.20030719192812.00b20f58@popmail.email.it> X-Sender: rperini@popmail.email.it X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Sat, 19 Jul 2003 19:30:14 +0200 To: gtk-list@gnome.org From: Renato Perini Subject: Re: GTK+ book In-Reply-To: <20030719061248.201B1FD1F@mail.softintegration.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: At 02.12 19/07/2003 -0400, you wrote: >Hello, > >Does anybody know the most popular GTK+ book? >Could it be "GTK+ Programming in C" by Syd Logan? > >FYI, We tested all code contained in this book in our >Ch C interpreter last month. Here is our report including bugs: >http://www.softintegration.com/docs/books/gtk/ > >Best regards, > >Peter Wu >http://www.softintegration.com >Ch: C/C++ interpreter for cross-platform scripting, shell programming, > 2D/3D plotting, numerical computing, and embedded scripting >_______________________________________________ >gtk-list mailing list >gtk-list@gnome.org >http://mail.gnome.org/mailman/listinfo/gtk-list I think those books are all pretty old... I own "Sams teach yourself GTK+ Programming" by Donna O. Martins. A good book, but out of dated. -- Email.it, the professional e-mail, gratis per te: http://www.email.it/f Sponsor: Fenomenale!! Da oggi si naviga 7 giorni su 7 senza scatti al minuto. Scopri come... Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=1679&d=19-7 From davecindysmith@comcast.net Sat Jul 19 15:50:57 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mail.gnome.org (Postfix) with ESMTP id 75D9018790 for ; Sat, 19 Jul 2003 15:50:57 -0400 (EDT) Received: from laptop (h00087404740b.ne.client2.attbi.com[24.61.150.80](untrusted sender)) by comcast.net (sccrmhc13) with SMTP id <20030719195058016000s0jae>; Sat, 19 Jul 2003 19:50:58 +0000 Content-Type: text/plain; charset="iso-8859-1" From: Dave Smith Reply-To: davecindysmith@comcast.net To: Renato Perini , gtk-list@gnome.org Subject: Re: GTK+ book Date: Sat, 19 Jul 2003 15:49:48 -0400 User-Agent: KMail/1.4.3 References: <5.2.0.9.0.20030719192812.00b20f58@popmail.email.it> In-Reply-To: <5.2.0.9.0.20030719192812.00b20f58@popmail.email.it> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200307191549.48566.davecindysmith@comcast.net> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Saturday 19 July 2003 13:30, Renato Perini wrote: > >Does anybody know the most popular GTK+ book? > >Could it be "GTK+ Programming in C" by Syd Logan? ___________________________________________ > > I think those books are all pretty old... > I own "Sams teach yourself GTK+ Programming" by Donna O. Martins. A goo= d > book, but out of dated. I own both if the above, plus "Developing Linux Applications with GTK+ an= d=20 GDK" by Harlow and "GNOME/GTK+ Programming Bible" by Griffith. I found e= ach=20 book helpful by giving a different approach to the same subject. Studyin= g=20 the same subject multiple times may seem like a waste of time, but for a=20 newbie I found that the repetition helped me gain a more well rounded=20 perspective on the subject. Unfortunately, these books were all written = for=20 GTK+ 1.2. I have found references to a new book "Programming with GTK+" by Tim Jani= k -=20 O'Reilly & Associates, May 2003, ISBN 1565926242. This book is supposed = to=20 cover gtk+2.0, but it was apparently never actually published (at least=20 according to O'Reilly). Does anyone have any more information on the sta= tus=20 of this book? Dave Smith From rperini@email.it Sat Jul 19 16:57:45 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail1c.webmessenger.it (mail2.webmessenger.it [193.70.193.55]) by mail.gnome.org (Postfix) with ESMTP id F073A1839D for ; Sat, 19 Jul 2003 16:57:44 -0400 (EDT) Received: from overtheclock.email.it (151.27.172.206) by mail1c.webmessenger.it (6.7.016) (authenticated as rperini@email.it) id 3EFAE5EF00B98F07 for gtk-list@gnome.org; Sat, 19 Jul 2003 22:57:42 +0200 Message-Id: <5.2.0.9.0.20030719225736.00b25808@popmail.email.it> X-Sender: rperini@popmail.email.it X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Sat, 19 Jul 2003 22:57:49 +0200 To: gtk-list@gnome.org From: Renato Perini Subject: Re: GTK+ book Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: At 15.49 19/07/2003 -0400, you wrote: >On Saturday 19 July 2003 13:30, Renato Perini wrote: > > > >Does anybody know the most popular GTK+ book? > > >Could it be "GTK+ Programming in C" by Syd Logan? >___________________________________________ > > > > I think those books are all pretty old... > > I own "Sams teach yourself GTK+ Programming" by Donna O. Martins. A good > > book, but out of dated. > >I own both if the above, plus "Developing Linux Applications with GTK+ and >GDK" by Harlow and "GNOME/GTK+ Programming Bible" by Griffith. I found each >book helpful by giving a different approach to the same subject. Studying >the same subject multiple times may seem like a waste of time, but for a >newbie I found that the repetition helped me gain a more well rounded >perspective on the subject. Unfortunately, these books were all written for >GTK+ 1.2. > >I have found references to a new book "Programming with GTK+" by Tim Janik - >O'Reilly & Associates, May 2003, ISBN 1565926242. This book is supposed to >cover gtk+2.0, but it was apparently never actually published (at least >according to O'Reilly). Does anyone have any more information on the status >of this book? > >Dave Smith I totally agree with you. "Repetita iuvant" said latins :-) I was very interested in Janik's book, but, unfortunately, I couldn't find any information about it. No doubt it will cover GTK+ 2.x . O'Reilly website do not mention it either. -- Email.it, the professional e-mail, gratis per te: http://www.email.it/f Sponsor: Da Peraga un giro del mondo gastronomico tra un acquisto è l'altro... fai un salto al Ristoro Sunflower. Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=1477&d=19-7 From mow@onlinehome.de Sat Jul 19 18:08:07 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from moutvdom.kundenserver.de (moutvdom.kundenserver.de [212.227.126.251]) by mail.gnome.org (Postfix) with ESMTP id 888C8188FC for ; Sat, 19 Jul 2003 18:08:06 -0400 (EDT) Received: from [212.227.126.223] (helo=mrvdomng.kundenserver.de) by moutvdom.kundenserver.de with esmtp (Exim 3.35 #1) id 19dzs6-0002tW-00 for gtk-list@gnome.org; Sun, 20 Jul 2003 00:08:06 +0200 Received: from [80.128.78.4] (helo=eco) by mrvdomng.kundenserver.de with esmtp (Exim 3.35 #1) id 19dzs5-00077t-00 for gtk-list@gnome.org; Sun, 20 Jul 2003 00:08:05 +0200 Received: by eco (Postfix, from userid 1000) id 1E5481233C; Sun, 20 Jul 2003 00:11:14 +0200 (CEST) From: Morus Walter MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="vbRjoWg1lQ" Content-Transfer-Encoding: 7bit Message-ID: <16153.49666.47323.114691@onlinehome.de> Date: Sun, 20 Jul 2003 00:11:14 +0200 To: gtk-list@gnome.org Subject: mixing wrap-modes in text view X-Mailer: VM 7.07 under 21.4 (patch 6) "Common Lisp" XEmacs Lucid Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --vbRjoWg1lQ Content-Type: text/plain; charset=us-ascii Content-Description: message body text Content-Transfer-Encoding: 7bit Hi, is this possible? I would like to protect certain terms (consisting of multiple words) against word wrap in a gtk text view. I thought this might be possible by creating a 'nowrap' tag an a 'wrap' tag and insert the protected terms with nowrap and the rest of the text with the wrap tag. The nowrap sections should then be treated as one word. Unfortunately this does not work as expected. What I see is that the text view uses the wrap mode of the first text in a line for the whole line, even if text with other wrap modes is following. So if a line starts with text with the nowrap tag, the line isn't wrapped, if the line starts with text tagged with 'wrap', even text tagged with nowrap is wrapped. Is this intentional? Further: I'd like to enable wrapping between two texts in nowrap mode. Should that be supported? I thought about adding a unicode zero width nonjoiner (x200C) in wrap mode... I added a test program (sorry, C++ based on gtkmm) and a screenshot (I hope an attachment is ok for the mailing list) of what I get. I'm using gtk+ 2.2.1, pango 1.2.1, gtkmm 2.2.1 and pangomm 2.2.1 with gcc 3.2 on linux. greetings Morus PS: I would like to add that besides these difficulties text view is a great and impressing tool. Thanks to everyone who worked at it. --vbRjoWg1lQ Content-Type: image/gif Content-Disposition: inline; filename="textview.gif" Content-Transfer-Encoding: base64 R0lGODdhhgKoAfcAAAAAAAAA+FBUUGD8oKioqNDQ0NhEGOjs6Pj8+GxsTg0NE0BACAgIDHR0 ABcXAAgIADAIqPV08f8X/78Iv8EA7EMAqwMABEAAQAAB9gAAfAAAFwAACNANgKj/ThQAEwgA CFwbDFO2AA0AAEAAAAB1zvY8SCkDA0BAQADYSwB+AAAXAAAIAACobADy8gD//wC/v7gESPMA AP8AAL8AABTxztc6SAQDAwgES3QAABcAAAgAAAAIbAB08gAX/wAIvzBISPXzAP//AL+/AAB1 ptc8kQQDB7wcCGx9dA0XF0AICADIgwDyAAD/QAC/AugE6PMA8f8A/78AvzfxHto6kgUDBwhA CEm8CAJsdEANFwJACAgIgxcXQAgIAugIQPN0ev8XF78ICM0wS2c/AAMDAEBAAAgIECJASQJ6 AEAXAAIIACgAEvQAAEsw4Hg/mAgDBy0IgCB0TgwXEwgICABADAB6ADigCPR+8nnSJpQ+mQC8 wABsogANFgBACNAIAfR0AP8XAL8IAAi8CMBs8jYN/0BAv2GbAdmBmQUGBwgDDQAggAB8TgAX EwAICGhcKPQC8rOAUqyBjAcGBwFAKAB6+IbcKAJ88qjSrAE+jAADBwC8QABsoAF0AMxIAPTz ANCzwPSMhP8GBb9ACNS4KPR5+IIguAB89EAX/wIIv2hcOPQC9fOYkqyMjAcGBQi8DcBsADYN AIZgAALNAAASAKhfAQHNAAAMAGQAmPQAjP8ABr8AQABgBADNAABwCADzdAD/FwC/CDCI+PXz 8v///7+/v64MdZnYPAcEAwhAQGC46M15fBIXF/EgeA588gwX/wgIvwAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAhgKoAQAI/gAHCBxIsGBBAwYTKlzIsKHD hxAjSpxIsaLFixgzatzIsaPHjyBDihxJMiPCiwRSqlzJcqWAAy1jypxJs6bNmzhz6tzJs6fP n0CDCh1KtKjRo0iTKl3KFOjLnggJCJhKtarVq1izat3KtavXr2DDih1LtqzZs2jTql3Ltq3b t3Djyp1LtyuBqC8P6N3Lt++BvH4D6wUsuLDhw4gTK17MuLHjx5AjS55MubLly5gza97MuXNi wp8bg0b8FC/MnE9Rn27KurXr17Bjy55Nu7bt2zdT49Sde3XvuwOk+rbJm/hw3MiTK1/OvLnz 59B5Fq85nWb1maWDX5e5PWb36ODD/ot3XaDA+PPo07f8zpK9y+PWYZrW6V5lffX48w8tv9+8 Tv76BSggcvcJR99q8Elln3zaJcidg95BOOCEFNYEYFAXVqjhhrgV6CGC3C0InIGqsdSXAO1J yOGKAZbnon8qvRgjjATw9+KFGeKYYUoy8kjjjiwGOWFxJ6YoE3y6JYhiStmReNiS0622pIhC VkkhkADq6ONKO+b4I401+pfll1aWGWCU9hnZ0l8RqqSkiPMRACGUx502JZVm5plel2T6yGdL Y7LkJZfm2VgomHomCh2aCqppYqPvuRkikww6aR2lMcF0J6aKdhodnzf2SSigYoLpZahhpgqk p6x2CJ+m/uvVyWSsknoHZ4Mp/bUVpyZuymurwOL2p0w9zhhTscYmK+ihqQbrbG3VsUnro7NG muukBsa525vTPuttbIE222y4W4qLbLnKGorqt+y2dp2vJLpplaPcZotrifi2qy9TyN6Irrhh Djtjv8WSu+/BRn14YK3r3Rrvb/kiLPHEFFfsKMTbypuVwwpHbPHHIIfcascZl6gtxiiLrPLK LHNIcsrUVfqycS3XbPPN6s0c88IGGDCVrmAB/ZXQdRVt9NFIJ6300kw37fTTTxPdldRcUb3V Xwj9hcDWXHft9ddghy322GSXbfbZaKet9tpst+3223DHLffcdNdt99145633/t58j62XQFL1 LfjghBdu+OGIJ6744ow37rjiMn8dwOOUV2755ZhnrvnmnHded+ReT2636J6XbvrpqKeu+uqs ow1616TTHXvrtNdu++2456673yMKsHUAwCNAOvDBSy588b8Tn/zsw3Mt+uTFE9+88l4DwLX1 W2NvPQDac489Attzv/v45Jdv/vmORx798+xL3v7xyf9uvPz0I79+/PB3/f3+2e/fff8ARJ8A B0jAAhqQbOqDHf0W6DwFCs+Bs3vgAp8nNgo2UH/XyyD4xKY9DB7wgyAMoQhbl8ALxi6CJ2Sg BUNXvws6T3oq/FoHN5i96nlvhjUcoQ53yMMeQq53/hJsoQuHuEIJRtCIE4Rd84LIxBzi8Hvg 4x8Nc+jDKlrxilhkWwmFyMAYMrGIDYReEFNoQgdicHtThKIaqTjFLLrxjXC0ovredz8WmpCO YVuiCun4vuppkI3ii2IAAxnHQhrykAQEnfKGRz07TrCR+TMjGV8IPTFC0oNthGIUw7dB7yHy k6AM5e1eh7oj0k2TokylKlepOVKezpRzQyUrZ0nLWhbOlaaDpdxkacte+vKXcMMlMIdJzGIe UpjGTKYylzlCZMaNkGvzn9ukyTZZ8jJx1qxcNim3zcd103HfbFw4GTfOxZXzc0C82zXPhsO2 tZOdf8Sk4qToR3LG856I/qOnPLGJzzbyk439NJw+A1q4gQI0n/1cp9yc+TaFlu2d0TzoQwlq T4mCk6LmxOg8NfpPf3KTowi1qDhBajfQ3VB/0Dzp9QLpyf6psaUu7SQhYbrJl6IRpiqN6SZr iNOVopKeHWRpT2mq0/ABFZpUlCIna5pBou5Upkf96R+D2r2ZPhWlVI2qDKfK06ryz6ktNepU kZpGDS41p2K1YVbHKtWkdtWlXyVrWK/qv7aWVaZwbapcWUpXn27VrXhlald/ytee6pRukRMq YBV7V6AO8n+CvCsNGUvZlQ7SrJaN7BPr2VhqUtaulZUsYCfrWcjKNbN8Fa1kIatZ04LWtKMd /i1rPxtATIZ2oI6NbGsf+9fdTvaeuZ2pa2s71suqNril5S1nbwtcruqWtrotrmZjGzdcshZs 103jOtv5xO0C0qLZ1ecMySpbkXK3t2skbdiCy8HvLteD2XXub9frXtvCl7j2dWJ7M4ne+0Y3 v/PFbn3lO1/yrta8A47teHnJXvry972Y/a98IRrhg4rXiQ7VYjpvWFesCle8KVVpem3q4fNm Eq1WdW+H/7rZEidYtN3dZot9mloLxzPGAg6wJjn84gtrV8bU5fGDAaxj8o4XuCLeJ4yTamT9 AlTI6SUyjlkc5CTj08crrueM4WpiKTM5w2lLLG5na0MLk/nBhK2t/omp6c8aj7jMWlawUpWM ZTj7F8QV9midUUplGM/5yjd+clu3nOIoE/idp9Uxn51sYxXbOcJ4ZrSeA93mQcs5z6D1b2bv fOM/NxrNj64uEA0taUv3udQSXbOmSa3oPNv4ppRGNYQl/epOxjrAk3Y0Z5tq6wF3+dCf5jUa fd1jSttV2EvGdH9dPWlYE3vIwM71GXsN7V8rONg8pbahrZ3sY4saL75VKmwZLW7lutmsw52u uSv8ZtVeG7Xp9nKrZ31ic2ca0gm9NXQTDWp3J9ve+O02dd8NcAnv2aD/Dnd8D55vX6eb3+1G uI8LDnFOi1TD4N6pUEm88U5zvKq4pqkn/jvOXfF13LLtviq9d2zymxrY5Kt++a017nIGD5vc Mk/wyGu+3psXmcEz3zlUe95vlcvbrzB3KgBTrvSE03zo2PX5lJctaE6mVYZS/7KDof30q5eZ 6QZ2G0OZ2VvNgTmjnDv7RtPeObV3NHNjJ7uSL+f2kG6u7ofDu0DbzvfNxV3uF/dm3+8+eLMX PnN6J9zfAc/4xjvec4t/vOQnT/nERX6XORZ82Ue6+YrumvOf9/zc1x56tJee9KN/O0kRm869 SRz05yxow00fe8K93vO1H9ztaZ950udecLtXfOv1hvCLBt73iF+97I/f0cTzrfiwTz7z7e58 dOKFvRuPK2HX/qr1WVM1r4PFOvd/TPXvCxbqWA1/9wFsfrQa/alXz/KE33p+rxe1r4edf2Dd D9bCpvj92OdVerV96kd+3kd//LdX4yd/5bV/Q6WABciAB+aAVtV/C+hXfCMzyAVvymVb44Zb ziVcBeeBxgWCi5VcvkWC6maCncWBKShdqcWC5UZxr1WCzXWCLshYKhiDN9iCNIheH9iDM6hw AYeCWzaBIkiEyxWETxaCRrhwOThwJdU7DZZjrHZwQLdY+3WFxhZwDXhN3IaFW+dppyZtEZeF jbWFdNaFEvaFaghoupZzaehgXBiHaEiGcQaH/SaHeKhpZnhnd8hsyrZyGDY4iUVu/mpVY3/I bk02b1xWbLr2fgWGZHOlh2AHZMdlZZ92iVZYZZW4iTGHiWP2iYuIc6JIiYp4b6bYiZlIiqr4 c6w4iqlIdbDYZ7IYhmwoiVMIbkcGSGT4iohmapEWcrQYjLbYaYMobyx3jL6YjNG2jHk4jLgY iUWIiJs2jUVXjY5YaGtIjQZnjWoGidn4jdv4i8UoaMxYb7KmjKF2N4fobNUmjikHaPC4bfLo h7V2c/bIdQIXerA2ccRIiNKGbACJjfOYjwlnkPjYbNomTwrJbFJVjw55jxC5VRKZi6WIawhZ kBRJax61i9pBcEpYcfiWavr2cMAIjkc3kinpiNH2gwJ5/oQiuW8tKZMJiZLn6JIziZMxKYUF yZPs6G8/OYLP6JMnSZTvZpPWF5JOJ3T2h3KhOIb75JS6CHOMGIiUKEhPuXRRmXmkRpVNZ5Wr 6JVT2XLo93VdmZNIx3NRV3RhGXRmuZVamZYCuZZnyWecSJZZmXQvl3UGqJYxxZc255Zhx3oZ 11CHhznVB3yJSXeNaTmL2TeR+Xypc3lbZ3hsl5mEp5mYuZme2ZmmY5m9J32fSZqgaZqoqZiP qU2VOXyV95qwGZuG6JqyWZu2eZtiR5uuN5qip3yU2Xmml3p2J5x5x5vB6Zu7CZyoh5zEZ5wZ qJt2E3zN55zL95GTiZgmiXvU/ml7s4d8ylmdvyeZ3Tmd36k3ohlR01ec6bl36wmepHmd0cmc 4tme3Emfuiefv/mRiKOBIdhaFQiB6CeBAQh+dwl/+AeA/Zl9Ayh+EYiB7IeAD0iAAeqg+ndW EcqgE5p/bqigBYiB8UehGyqAHXp/hoWgWsihBTpXJQpWCSqiKep/WnWAFKh9GPqhGoo3/ImD MLmDvdhmTpiDULhux/WjOwqDPbpjRMqSQGiDTaijSrqETOqjTkqTS7qCQohuQKqN4RZkSUql UGqlTeqDT8qjKomET6ilzGWfYUaF/UmH3biHWKmRfliTXoiEbwiKkBanFLaORdmGduqmlgiI UumR/s6YlHVahWVIp36KqHmIp07Gh4LIp4a6qG3Kio5aYPDJO7xYplD2pnkZjaj4kGMJqlU3 iz15o5NYqqJai6Raaa6YkxKYqq5qqkEpiUeaiKs6dRY3q7m6frvKcq96qrbKqZqYkbqaN4dY joXaj5tWkuoYkLWqjYRmjsIqrZcmqcxqrX62rHvWrI+KjNjardoqjR2pkYk2rdyKkeSIruGq rud6rdDap97qjqNmaxzJj+K6kfpWrhAVkQ2JkYq6hhdJjQFLj/9KsLDaef+4r/iqrgypjxPZ sN74sAnJr9hmrxUrseNIsfdahxubqV9jUkephEG5e9sGlH1qsg6JspOq/rLgCl0lO3sni5T9 6LLNSLIpK7MrS7MMl53VxrI1q7MvG28567Mzi7Mti59mI7I6F5dV6Zex2pROG5ZQC6IvGZhs iXWEGaeuOpdUu7WDWnVe25dgq5diK5hE96l1ibUFypVXGbZdi7ZtqbYr2XVPW7aAabdfS7c4 Cp1pA7LqtJofxZmp6ZiEq5qH2znneXqsmbiQKbiaV5qIK7mGezqLS5zGR7mP67iNq7mde5qT G5p+i5ukW7qmiwCXe7qqu7rLlLroybhmw2avW5hkI7tqY7tj6Ha0Oza4W7uJ17vwVKexO69o A7zDK7wThby1S7zB66fDqbTxWZ5mtJ+jG0vj/nm7ahqpxZu9hAqofws3e8q74Mu9coq9+rm9 5xu81Re+6ju+6Vuf1hl90jtEc6NLXuO6x/u+1US+7Hu865ue/bud/vu67sS/Bqy/y4vA4qvA d1rADOy9vDe5zme/bEPBXJOjaYiiT6mi/5dTKjdydCVyIZa1HizCJGzC6Rd/IxygKBzCK4x0 LkxiMZx+MIxTI8xxLuxhKTzDFArCNmxTOPzDOlzDHzbEgcnD+efDRSyjFvqfEmqjJprBLrrB MMpWSiRGy3NElXRC1HNJYoPBQ+ilZKpe6kbGbjZuZtxdxpXGTLbGD0ekZ+zGbVzGbyykRSbH W6qj+wbHdZzHbGym/hTHx3Y8g3s8yIYcpmEMtEbIpVOqyFF4V3VUR0qEP5HsOmyqhRBcsFga sVmIVAe5yQ5biJzsrZ8sygEVXgtpyuCFX2C3wK3cwHuKyozoyjFHy7MMy6v8X69cfgimsWcY tuHbq2RMRF40vUUERpoakrfqYr4cikucjUJ2oCGHYuIazSU6zdVMzR73zPNozf9XU1nWzTes aj1crCUnxAQ7zukMxOScxObsi+gMzY14hJ0aqG+bjsBKq/IKU2Q0ScT8RV2UzIGzzOHYzHmK ZJH4zWV8x+hImAj9se2s0HHc0LsMjWxm0Qupg+3sggF50XD2yRo9sSEN0QVd0R+d0cII/q7x OqnzStDPZbGV5kX+LNMQZMmbOrDQnLASy3TdyNNw6NONVsoR3dMz19FFTWiJmp3drNRzKpKy holPbalGndRuSdSC6K8QC7A6LbAHm9PVmkP9PL00XUZnw7Q/y7NsGFp/vMiiPNHn5sdq3ceE rMZ0PMdvHddoTNd3ndebXMg+6NdxfchrzddtLdd9LdeEHdhGu7NIG7SLPbQdWLQ0FMl99M+V XNYbBpdWd7eceHJHfGJNvMOg7Z+i/XHuPGwy/NmmLc1C98FWudrX3NoofM4pDHK0bZcaB8+k DcOjjdsg3Ntsm9vA/XTCDdsrfNt5C5Zky7dOrdyDqbaLREla/ixJkIQ8Au077su62i13gBu9 54O/3b3d4p1F4X1KAgTe453exlTe1os++Kve8B3fbvTe8l3f9q1D9J25mFud+w2//X2f88vf 0Fs34enfA27eAW7g5PtDh7k60kl9AsyYPuudsAvg8audCZ6cFx7BFS7hG446+U2elcve03Tg gbvgeQN9GD7i79niuCMzekRB62M/xxNBA1p/AFjFvhqiBErFF3ijN56AT3ygLHqiU5zjPx7F c6bBSN6gQN6iPd7kGarkmMXkFujkVK5fVg6gUFzkUhzlVz7lXr7kR950GKcdMY4/+UPZTHym 5JjHMgjKYmyknNqljiykcW7Kc27X/i4NyEXK53XeyGiN51eq53cO54U+zHuuXVGKpILe2Gyd 54oOtG0D4y6EzGTdRYza1KcKqd270jWrp73ssb9stsEM0/Hlhpms055evu1qh8A86p4qqKYu 6/b8qKJ+vsKc6n8q1ZNZQivEPDAE0K2az7tutbJq7KiO7H1ez5d6rN+qqsuOqs3+zsKqdNUe rLWK7cSq7fs8z56ozyzN7S7p7Ma649HOqy9W6UBkQXoUSceMz4sG6vn6rtv66uNo7+Rq0LSm 7yp97PPurC+Vrt7o7zdL7+6a0gcP8C2tktx46+aq8M/K8OP67+t+5oFjSWNkzMVMkAxL6hlt kV291F/N/rEfP+sV6Uc4TfLRqq/PBvIpP21ZjbAlj9UZC/MeafMdi/I5L/Iz79Utb/Iv/98I lE7vzsWUXNlXu+g9u+FHC7OS3U1PT7RJ+9g3C/VV7/SMjfWOrfWQ/YJZL/VbT/VdL/Zfr4NR b7bqyPVNb/ZXT/bsnnFHHzrBU/c1DrfAOrbPTZd169xpy/dXq7fLDfjNPbWDf8/Jbfh7j/hr K/iLP6qN7/dzS/hSu9l7S/kA6fh/z/h9r/iGyZRvY8ElzrmD67mlD7qVi/qba/q52eBtI/oO zPr6Xbirr/qfS/u3H7qfHzhwA/v7S/qRa/unj/vDr/vGn/q7j933vfzMX0gh/t780B/9L+6a BW7hRD+fHS7gKI7g2a/gD4z915+f4a/h49+cGe7hRJ+sHy7i5U/g16ue6w/h55/i78+e8Q// 1W/+92//+U//E142AHGAgIEBBAQgAIBAYUKFDR0+hBhR4kSKCBsyrJhR40aHGDFyBBnyoUeR JUuSNJlyI0qVLSeydBmz40WZNWkutGkTZs6WO0sKJGgQwFCcQ1kahXi0KEOjJJGOJGrxqcWF UWfixJowalOaUy9uRWjVo9WbVKlqZToV7ceqTMMeJYvVrNutat8mBWu3bdKydNOKvQvVL1y2 c2+ibes0buC1fRcrlfpXceGnjeV6vXw4bOKuj/MC/t47su9SzkspfybMN3Pk0pFPD3Zc2CHQ ggfHVs1advXZ25t9P/6K+6xuw1l71xV+9bfb4qONB1+e3LFw5mZ3p4WO3Ldy7dXZQhaLPbpo 6sx3gj8uHnj53HKvJ+8unrv63e+3x5d+mX5z++HZb5/ut/qakw8/APWjbsDZBqqNP/NkI9A9 8j6iTLcHJQLvJfcq3PC5iDLEsEPyrLvwQ+cgHI44Bz1UrTgUq7OuvhJbROlFEbm7Sr4Ra9SQ RBpzzM+5FE30cUcgDxQSxgmVEzLFxfrrkcIfNUMSItoMWnGuJ80jrikYOSxyLNm4lNDLG5v0 bsv2YjSzSBypDGxJ/t4C/ktFmNIcc83vuHITTf3yHHLPypiU8U8ivROsTgmzFPPQAduU0kg4 MWvvPD4jfVNPNQNN9MspNUURgStts7BMDhGFbsgYGYVKNVThO7NQNk+VkUc7S53V1VrhXPVO U3V10NZFfc1VzjuF7RXXPYE9llcwI13WWAuRffbIVKlsds1kRYz2yGxVrZbXKhUaldURu5IK V23D1XbYdIld91NV3dUqy3glbTfZeuEFV14l9U33TE/xnRfgegWO1VxC37W3X4L/rXBfdR3O tOCIA+5z4Ioh5ktihPuUFUwrGcSS2Fc37kg9HUNWsGED1wuzZX5fZtdJFV1WOUiTZZ6YZn/1 /iQy45yR3HlOWf/TDmVOf85uaKVP9rPp/57mWeChYYa2ZXJJPmizrENj+ivELMMrZrAfFszr OFv9em2lxVabUtzalrvhu4gim21r6+b37n2fVHtSwPtGCm+3g6N78In9dg3Dg0ENMdbC/4bQ cMErX3zyxj98PFDFJcebcsfNPnzBoLrmSaRQUz+JdZ1cr2l12DmSfXaNare9Itxz75F3k3b3 vcXcyw2+9+JBAv74RZXXnXnknacd+pWkv536jJJXHnuViKde++K9Dx5838Xnnfzczbcd/dnV h519193PiHvr56e/fvvvxz9//ffnX3n5+wdgAAU4QAIW0IAH7N///tYXNOsBan4ObCADuydB 6UFwgsK74LkyuDDoWXB4XEvfzeDXuuWNUHUizKAHj+eTVa0QhRV8YQdj6DwWmjAkNTyeAnnC wggur4ct/KENXcLDFOaPiDD0YRHxd8TgjSpDdQEMpQall8M9UTKdeY1pYvMpv7Qmb6EhW6Pw 1UU6YREvsDHUGElTRi2mbXNaYhcZ+fRGuL1RjJmSo12kiJotqpE1bKQjGON0xyStcY5fZMwg 64hHQ+rRM2iEo+2ceKL0TC1AdToPJaU2nvkkaE7o2WTSLkkmNmkSaSvTkiczuRr/jAdr+1ml iyrJyVECjZH3udqzYNklU7oSlbOEGihP/qmzUD6qlz7b0S6TKJNJsjJKCyva51z0zFtxK0hQ ihymooZKbDqqmmaTJrLk5C5rjgtE3iQnODHnzGxCU1nXjBAQKbZNeJ4TWOn8WjjFZa1tqZN3 5SKloBTVz8QBKpiXcmc5SxfQTiWsaAu1pdgGWjM8edNSg/pmQS3aJYRmdG+bOihG8flRgz6q oyO93EZNJVKCklSls2IpRdMIO4BG9D4OfWfKmDUtZzGtW9ji6b2oplNpbYhaPm1VUUl0VLQV y1tBnSfLiPpUo/a0qT+tFFQ1Rs+pArWqQuXqtbL61agqDJ41qanHMoZThd5KrdrcqlTd+VYm xdWs9MIYXNlK/jq35rWue21bXx+nV5Dd1WAuAyw/8TrYvxb2oYJFrGNzOle/Tral+xTi1k53 NF8Ss5w4tNowr1o1oYl2qKAtbWdHazScmZarqIVrLpHK2pnJdrWwrattTxvD2LpWqrgNqoF2 u8yYEI9woQsk4lwaNG0yDpFzW27Y9mI4vnWuoswllOaeGzjIYZejYysddz23TpBpN7yW6650 nXte6860qXCj7uDaG0nvrjRu8iUd3zKH3O2id7ySBGFP+pdZmRA4JgYe4oAVzD8EC5jBBdTh DRe8vwarpMIpufDvJqy/DJOQwhAOsIU3bMQRL7HE9+vwCR+84gFGGIEvhnGMZTxj/hrXuH4u tnGOdbxjHvfYxzDG8Q4pKEMMTiQAP35dkYmsQSQyeckcpOGQo6zkKTs5JUE+8AyZh9qKHDkn XqYxl7es5eyR2YUlVKKVw2fm77HZJFhOMHGrLD4w16TOMmbinEks5zHzucx+PrM8m2zgZk4T ipM5Yxvpe0vEABKRUwTN2gIwaQSAedKUhsiRL+2QS3t505xuiKUVomlPf7rSlcY0o5cTxUcq mpBQOrQZ3RjGRRbyj4esIh/dC+srKrqOtD4br72Ya0i+Op6NxvUei11rYTua2K5mdkgKXSNg /rKYnzymbmu5NEx3u9SZ/jaqR+3pTIfa3OIed7rRner+/lTbs640JivdTbRrx5LaobQ20uIt S3y/uzv7vrdoX6lKXsq73/TWN7YNLnBdEhzQIzudPcd52UqRV5z8lClvHlJncp8b1Ofm+KjL LXKS3/njIVd1Oz2KLYvv06qnbXm+Xv7amBds5r+t+b9ubi59yhysOI/cNFWO0oq7pKZLk6hd Hyo3hqYsprONE8pR/vGSnzwiHRc1pztNcq57FaYThTrTbUonpU9W7EhPTNkVevaQgn21EEU7 2ROb0p2u1O1DhXvb1Z5fwG3k6CcDTXPvuh7AMxXvwpE61T1+asZXfeQdbzy6GT91r1PI8GH1 bOF3/liEa/7ng6dVsDZv2c7v/urznCe86cuK+tB/a++BHZdG0lrZtmZcZEWhPV9tr5rEL77r kJ/81U+t6cX3vuu4Z6xld89kic1s7vm6WPJrD3XIOl+ybV1sZAXP+cNaf/uk737Pnm+xKwe4 tr7lOW9zi/5o3sTb6mb37+EPfKpT/v3rNnlrVTvcFp5//69Vv+ByGgBEs9D6v98KwK8SLgLs v57RNgQswNRaQAgUtIowrv0Cr+riu5qDqfuqnPkipE2zNFNTvBFkt/hrPMpDNVIbPhTkrPXS QI2qrw6Mrw/cwKBrLvOKweh6r+kSHc65wRkUFA8cHRlULx3ELyPsQRhMQh4UCThrHhZDsozI v9g5/jH7STEJk8I9+zD6gUKKyMLnmUKNqMICu8L6CcPo2UITW0Po+ULj4cIxpIgyzLI2xMIz pJ80nB47ZJ43lMM/BMRAFMRB5DE/JMRDRMREVMRF7MMQOx8p6zM1+zNJDDQoi0RLnERMrMSb qTJNbDMqu0ROpClHZB0xm0QV+sQGHDRIHB83a8UI1DNQfEVVXDJUXDNY/CdSTJ08i0Q97B1f xEEuBMYZRENRXEU2rMBYpJ5p04xY8zVBoiIpOpFVQ7RZU6RgOzZqlDWngzZstKJhU7ZurKJp dMbkgrTU8CNkc6QssqNo+0ZnC8d29EZy7DVz1LVFszV1ZDV2BLZxdKZy/ny0ezQ2nmBGFkGm ThIQheM3hqMRZSqlhVOtgUtIezuMeZNITCq4hYzIhpvIjAy4jWxIh3tIjTzIbQumbGO/evPI ijy4i2y6fLRIjsTIh/sJrpE4jJutnrO508spndQ5nvysnEui1/MWoZQnomS5YPS51etJo7SR 6/On+vpJpgxKpdxJqoxKLhrK8ZuR2fk7k3q6t2M7sLy7sBrLTzopivuvuvs6pEwvqmpLrty1 sYpLqFTCymsou3RCuhQot1xLpepLucRHvHS6spSrurGJrxQ9oOSr0ltMrIS91HtMv1QSyXQ9 wcQqmyEryvwVwJwqznQqwoQVvRQXy9QqzEwq/ri0vNHDPtPcTNTsqtSZPenTPerLPu9LqMYM v4/5PuzbzbUiTejrmNwLrOWjLNosTtv8TcLqTd2MPu3LTdhbzsZqTul8TtxcOeEcxc3SvwlM vwjsrQP8TloMT+9sP/BcP/E8T/JMT/PsyQRcqpT8LPhcTfV8T/QUQEuiQAcqzwHcTyEkKvec T5p8QvPDQCIEwruMGvj6wbJR0BdEQht8ULuJ0CLcSwjlL/YKwiPM0B2kOw7NwCb80CWs0AS9 UArtUBF9y7fxweSCrhFlHUOUxQfCQxrlwzys0R/isBy9HxmlRB2NwyBFxh29URvtwiMVIB/1 xA0SUhTj0SYjUiRt/tI7JCAlZcQrxdIs1dItNZ0G4dIvBdMwFdNFtFIV+9FbPNNZXFI1NcZN JND2YUU3TUY0XdPyidNUrFO00kUhw8VTvNMQ6tNAs8VZHFQ7DdRULNRHPFQ0TVRApUXfKdPq eVNFnVM/RcZhlJdinFRHxVSC0dRKFdT5KcjhAMhnk0d/NLR6DMhlm8d/VFVT7UdpdFVwbLVT ldVUpVV+vEZU5ZFSjcdYxZpmfNVf3dVb7dVhrVVgjaNG2sdEs9VgzQ1fTdZi7Ts9jTiUtM+E o0iDfMBU6sgywVYBhTeF/MiSRJBvHcly7VZgAjiWZMhkEsnvCFf/9NaZTFd3BUl4RVd5/oVI c63Xl2y3lpRJgJVNm5zGoVPLrkw5dEpYFklHaiI6J3FKiG1YjZPKrQxOibXKqQRNbspGhF0+ n8TY6izKjR3Z6CzZiz1K2KzWxAQhgoUUlIVRvsxLkp1ZzaxLm11Rmi3Mjo02nA3MjL0uz+xZ 2Mw7svRZbATampXZnV3aohXauXzapDNaxLTWBgHYwGvaeXHN+GTMyGy904za0OTZ0dRZrg3b 1xzbzMzay5OrzFO9pBWrqb2ptU1N0azbs63MtPVayFSsljW6l2UY3txajhENulI+5bxO8bNb 5htc4NTbdEIX5MTJt6s+xo3cfppc6MxO8jtc4qzcw7tNzC1c/slFPs6NWMN1nQs0QHHNJ/oM UHpdT/5sT9m9T/bMT1r6T+ny19kFUIHNSdgF3tsS3nflP9rNXVHa3R7s3dslMNYtrxSV0BM9 rhCd3ptFUeu1UOytXgR1UOo90BrcXqfNXu/VG+4N3wY9X/LtXvE1UfQFHe19X/ZNXxcVr6Fd 3T3VQikd0in91CgFYP/F0SLFn0jt1KAL4P5VYCclYCZdYCptMf0VQ/5lYAqG4ASuYAy+YAHO n0gd0w8G4RAWYS+U4BE24RNG4RQuHg9WwzQ1VBem1Dx1VBleoBlV4RseRBYGQ1d84Uat4Uft xT/9YR/G4SKeQh3+RWFU4ktdYiN2/mIsHdU8alZrjEZoJVVk1dUqXtZbW0dnVVat5OIp5sZn 3WJ9rMYx/uInVmMki2L4WFeVBNd+fWNtXUlulc9x3VaLzVeEtFd+Jck5xuM2XeNBfrE2XtnG FdlDzlyPvUnWzMqHBdmcnNhIvq0DJuRLvtqSGbuY7Vz8xVu5a9yjRcuwxLuzvCjDVBhT/i5U XjrAxeRXDiDFvMxQhtvJNNpanuVFvtuyzdvSJVu61dpO7kxYJmYDmk3UrdjbYxjsTF3TXWbS FWbNPV1mTuYiaz5obmZpLuZtTiADbV3bHVDcVUBwBqfi3WMGRN5x1s/xTGevdV3V5OZ4BiDo zUHpHd+//iRRe55ffGZRJrxe+o1f89WpCW1f9R3oE5XnhBbVEt5DC/5fDgZShZZoHTPgJ30y iHbgidboGavoBoZSjP7ojRZpIGPokTbpk0bpTEadlGbplnbpmuTOl5bpmabpLsWSmsbpnE5p JNbpnvZpE+bpnxbqof7SoCbqo0bqRDTqpGbqph7DpXbqqJZqG4PqqbbqqzbmksbqreZqitbq rgbrsEagqhbrsjZrSP3qs1brtV7omGbrt4brG0vruKbrui5Yt7brvNbr/MXrvfbrv24Jsgbs wVZrwSbsww5rw0bsxcZqxWbsx45qx4bsyUZqyabsy/5py8bszcZpzebsz35p/s8G7dFGadEm 7dPeaNNG7dVOaNVm7dcuZteG7dm+ZNmm7dt+YtvG7d2+Yd3m7d8G6rkG7uFObeEm7uNubeNG 7uWObeVm7ueubeeG7unObemm7uvubevG7u0O7r7m7u9eY98G7/HeMfEm7/OmMfNG7/UuZO1m 7/dGRPWG7/meZ/em7/t+avvG7/3uMfnm7/9eRv0G8AGXMf8m8ANHa+9G8AX/MQNn8AcnSAGH 8AnvYAmn8AsnYQXH8A3Pag3n8A+PZQsH8RHPRQ8n8RO3HwdH8RUXFRFn8RcvLheH8Rl/Mxmn 8RvnCBXH8Q3X8R2/8B738QkH8iB/8CEn8gU38iM//vAkV/IBZ/Im/+8nh/L9lvIpv+8qt/L5 xvIsf+8t5/L19vIvP+8wF/PxJvMy/+4zR/PtVvM1v+42d/PphvM4f+45p/PltvM7P+481/Ph 5vM+/+0/B/TdFvRBv+1CN/TZRvREf+1FZ/TVdvRHP+1Il/TRpvRK/+xLx/TN1vRNv+xO9/TJ BvVQf+xRJ/XFNvVTP+xUV/XBZvVW/+tXh/W9lvVZz+tat/W6xvVcj+td5/W39vVfX+tgF/az JvZiL+tjR/bEtvFlZ29ld3auhvZob+xmp3bynvZrn+ps1/bItvZu525uB3emFvdxr+xvN3fq Lvd0H+p1Z/fMRvd3Z253/pd3nab3eu/seMd34r73fZ/pfvf30Nb3gOdtgCd4ljb4gy/tgVd4 2k74hh/ph4f44jbxiUdvibd4icb4jE/uiud48N74j+fmkBf55vb4ksdukkf5V1b5lY/uk3d5 6G75mA9vhqf5T7f5mxf1nNf5Uuf5nkf1nwf6VRf6oXf1ojf6WEf6pKf1pWf6W3f6p9f1qJf6 Xqf6qgf2q8f6Ydf6rTf2rvf6ZAf7sGd2mCd7SB/7s5f2tFf7ajf7trd0tof7bZf7uff2t7d7 Tq/7vCf3vef7c8f7v9/5wBd8nyf8wg/6w0d8olf8xT/6xnd8pYf8yG/6yad8qLf8y5/6zNd8 /qvn/M7P+s8Hfa4X/dH/+tI3fbFH/dQvey9lfcoGCgMQgJV+/VIXAII4ANqvfVQ/gAFw/d1n 7JkHfh8T/uEvRL83/ohH/uSn+N9nfsAu/uevseiXfo5e/urveOfHfszX/u3f/O73fs8H//AP /fEnf9I3//M//fRXf9Vn//ZvfQI4gPmn//q3//vH//zX//3n//73//8HiAMCBxIsaPAgwoQK FzJs6PAhxIgSJ1KsaPEixowaN3Ls6PEjyIQEDAwgYPIkypQoBRxQ6fIlzJgyZ9KsafMmzpw6 d/Ls6fMn0KBChxItavQo0qQ9Weo04PQp1KhSSU6tavUq1qxat3LtGur1K9iwYseSLWv2LNq0 ateybev2rdoBYQMCADs= --vbRjoWg1lQ Content-Type: application/octet-stream Content-Disposition: attachment; filename="textview.cc" Content-Transfer-Encoding: base64 I2luY2x1ZGUgPGd0a21tL21haW4uaD4KI2luY2x1ZGUgPGd0a21tL3dpbmRvdy5oPgojaW5j bHVkZSA8Z3RrbW0vYm94Lmg+CiNpbmNsdWRlIDxndGttbS9tZW51Lmg+CiNpbmNsdWRlIDxn dGttbS9tZW51YmFyLmg+CiNpbmNsdWRlIDxndGttbS9wYW5lZC5oPgojaW5jbHVkZSA8Z3Rr bW0vZHJhd2luZ2FyZWEuaD4KI2luY2x1ZGUgPGd0a21tL25vdGVib29rLmg+CiNpbmNsdWRl IDxndGttbS9sYWJlbC5oPgojaW5jbHVkZSA8Z3RrbW0vdHJlZXZpZXcuaD4KI2luY2x1ZGUg PGd0a21tL3Njcm9sbGVkd2luZG93Lmg+CiNpbmNsdWRlIDxndGttbS9saXN0c3RvcmUuaD4K I2luY2x1ZGUgPGd0a21tL3N0YXR1c2Jhci5oPgojaW5jbHVkZSA8Z3RrbW0vdGFibGUuaD4K I2luY2x1ZGUgPGd0a21tL29wdGlvbm1lbnUuaD4KI2luY2x1ZGUgPGd0a21tL2VudHJ5Lmg+ CiNpbmNsdWRlIDxndGttbS9jb21iby5oPgojaW5jbHVkZSA8Z3RrbW0vdGV4dHZpZXcuaD4K CgojaW5jbHVkZSA8cGFuZ29tbS9sYXlvdXQuaD4KCiNpbmNsdWRlIDxwYW5nby9wYW5nby5o PgojaW5jbHVkZSA8Z2xpYi5oPgoKI2luY2x1ZGUgPHN0cmluZz4KI2luY2x1ZGUgPGlvc3Ry ZWFtPgoKI2luY2x1ZGUgPGxpc3Q+CgojaW5jbHVkZSA8c3RkaW8uaD4KCnVzaW5nIG5hbWVz cGFjZSBHdGs7CnVzaW5nIG5hbWVzcGFjZSBzdGQ7CgpjbGFzcyBBcHBXaW5kb3cgOiBwdWJs aWMgR3RrOjpXaW5kb3cKewpwdWJsaWM6IAogICAgQXBwV2luZG93KCk7CiAgICB+QXBwV2lu ZG93KCk7Cgpwcm90ZWN0ZWQ6Cn07CgpBcHBXaW5kb3c6OkFwcFdpbmRvdygpCnsKICAgIAog ICAgLyogU2V0cyB0aGUgYm9yZGVyIHdpZHRoIG9mIHRoZSB3aW5kb3cuICovCiAgICBzZXRf Ym9yZGVyX3dpZHRoICgwKTsKCgogICAgR3RrOjpUZXh0VmlldyogdGV4dCA9IG1hbmFnZSgg bmV3IEd0azo6VGV4dFZpZXcoKSApOwogICAgdGV4dC0+c2V0X3NpemVfcmVxdWVzdCg2NDAs NDAwKTsKCgogICAgR2xpYjo6UmVmUHRyPEd0azo6VGV4dEJ1ZmZlcj4gcmVmQnVmZmVyID0g dGV4dC0+Z2V0X2J1ZmZlcigpOwoKICAgIC8vIGNyZWF0ZSB0YWdzCiAgICBHbGliOjpSZWZQ dHI8R3RrOjpUZXh0QnVmZmVyOjpUYWc+IHJlZlRhZ05vV3JhcCA9IHJlZkJ1ZmZlci0+Y3Jl YXRlX3RhZygibm93cmFwIik7CiAgICByZWZUYWdOb1dyYXAtPnByb3BlcnR5X2ZvcmVncm91 bmQoKS5zZXRfdmFsdWUoImJsdWUiKTsKICAgIHJlZlRhZ05vV3JhcC0+cHJvcGVydHlfZWRp dGFibGUoKS5zZXRfdmFsdWUoZmFsc2UpOwogICAgcmVmVGFnTm9XcmFwLT5wcm9wZXJ0eV9l ZGl0YWJsZV9zZXQoKS5zZXRfdmFsdWUodHJ1ZSk7CgogICAgcmVmVGFnTm9XcmFwLT5wcm9w ZXJ0eV93cmFwX21vZGVfc2V0KCkuc2V0X3ZhbHVlKHRydWUpOwogICAgcmVmVGFnTm9XcmFw LT5wcm9wZXJ0eV93cmFwX21vZGUoKS5zZXRfdmFsdWUoR3RrOjpXUkFQX05PTkUpOwoKICAg IEdsaWI6OlJlZlB0cjxHdGs6OlRleHRCdWZmZXI6OlRhZz4gcmVmVGFnV3JhcCA9IHJlZkJ1 ZmZlci0+Y3JlYXRlX3RhZygid3JhcCIpOwogICAgcmVmVGFnV3JhcC0+cHJvcGVydHlfZm9y ZWdyb3VuZCgpLnNldF92YWx1ZSgiYmxhY2siKTsKICAgIHJlZlRhZ1dyYXAtPnByb3BlcnR5 X2VkaXRhYmxlKCkuc2V0X3ZhbHVlKHRydWUpOwogICAgcmVmVGFnV3JhcC0+cHJvcGVydHlf ZWRpdGFibGVfc2V0KCkuc2V0X3ZhbHVlKHRydWUpOwogICAgcmVmVGFnV3JhcC0+cHJvcGVy dHlfd3JhcF9tb2RlX3NldCgpLnNldF92YWx1ZSh0cnVlKTsKICAgIHJlZlRhZ1dyYXAtPnBy b3BlcnR5X3dyYXBfbW9kZSgpLnNldF92YWx1ZShHdGs6OldSQVBfV09SRCk7CiAKCiAgICAv LyBpbnNlcnQgdGV4dCAKICAgIHRleHQtPnNldF93cmFwX21vZGUoR3RrOjpXUkFQX1dPUkQp OwoKICAgIEd0azo6VGV4dEl0ZXIgaXRlciA9IHJlZkJ1ZmZlci0+Z2V0X2l0ZXJfYXRfb2Zm c2V0KDApOwoKICAgIGl0ZXIgPSByZWZCdWZmZXItPmluc2VydF93aXRoX3RhZyhpdGVyLCAi ZG8gbm90IHdyYXAiLCAibm93cmFwIik7CiAgICBpdGVyID0gcmVmQnVmZmVyLT5pbnNlcnRf d2l0aF90YWcoaXRlciwgIiB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRo aXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3 cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAg dGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlz IHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3Jh cCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRo aXMgd3JhcCB0aGlzIiwgIndyYXAiKTsKICAgIGl0ZXIgPSByZWZCdWZmZXItPmluc2VydF93 aXRoX3RhZyhpdGVyLCAiZG8gbm90IHdyYXAiLCAibm93cmFwIik7CiAgICBpdGVyID0gcmVm QnVmZmVyLT5pbnNlcnRfd2l0aF90YWcoaXRlciwgIiB3cmFwIHRoaXMgd3JhcCB0aGlzIHdy YXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0 aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMg d3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFw IHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhp cyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdy YXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIiwgIndyYXAiKTsKICAgIGl0ZXIgPSByZWZC dWZmZXItPmluc2VydF93aXRoX3RhZyhpdGVyLCAiZG8gbm90IHdyYXAiLCAibm93cmFwIik7 CiAgICBpdGVyID0gcmVmQnVmZmVyLT5pbnNlcnRfd2l0aF90YWcoaXRlciwgIiB3cmFwIHRo aXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3 cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAg dGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlz IHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3Jh cCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRo aXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIiwgIndyYXAiKTsK CiAgICBHdGs6OlNjcm9sbGVkV2luZG93ICp0ZXh0X3dpbmRvdyA9IG1hbmFnZSggbmV3IEd0 azo6U2Nyb2xsZWRXaW5kb3coKSApOwogICAgdGV4dF93aW5kb3ctPnNldF9wb2xpY3koR3Rr OjpQT0xJQ1lfQVVUT01BVElDLCBHdGs6OlBPTElDWV9BVVRPTUFUSUMpOwogICAgdGV4dF93 aW5kb3ctPmFkZCgqdGV4dCk7CgogICAgYWRkKCp0ZXh0X3dpbmRvdyk7CgogICAgc2hvd19h bGwoKTsKfQoKCkFwcFdpbmRvdzo6fkFwcFdpbmRvdygpIHt9CgppbnQgbWFpbiggaW50ICAg YXJnYywKICAgICAgICAgIGNoYXIgKmFyZ3ZbXSApCnsKICAvKiBJbml0aWFsaXNlIEdUSyAq LwogIEd0azo6TWFpbiBraXQoJmFyZ2MsICZhcmd2KTsKCiAgLyogQ3JlYXRlIGEgbmV3IHdp bmRvdyAqLwogIEFwcFdpbmRvdyBhcHA7CgogIC8qIEVudGVyIHRoZSBldmVudCBsb29wICov CiAgR3RrOjpNYWluOjpydW4oYXBwKTsKCiAgcmV0dXJuIDA7Cn0KCg== --vbRjoWg1lQ-- From hp@redhat.com Sat Jul 19 18:48:43 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from devserv.devel.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id BC64B18B54 for ; Sat, 19 Jul 2003 18:48:43 -0400 (EDT) Received: (from hp@localhost) by devserv.devel.redhat.com (8.11.6/8.11.0) id h6JMmhE27133; Sat, 19 Jul 2003 18:48:43 -0400 Date: Sat, 19 Jul 2003 18:48:43 -0400 From: Havoc Pennington To: Morus Walter Cc: gtk-list@gnome.org Subject: Re: mixing wrap-modes in text view Message-ID: <20030719184843.Y23018@devserv.devel.redhat.com> References: <16153.49666.47323.114691@onlinehome.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <16153.49666.47323.114691@onlinehome.de> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Sun, Jul 20, 2003 at 12:11:14AM +0200, Morus Walter wrote: > Unfortunately this does not work as expected. What I see is that > the text view uses the wrap mode of the first text in a line for the > whole line, even if text with other wrap modes is following. > So if a line starts with text with the nowrap tag, the line isn't wrapped, > if the line starts with text tagged with 'wrap', even text tagged with nowrap > is wrapped. > > Is this intentional? Yes, the wrap mode is a paragraph-wide attribute. To prevent line breaks you may be able to use a nonbreaking space character, I think Unicode has that, it's even likely Pango honors it. > Further: I'd like to enable wrapping between two texts in nowrap mode. > Should that be supported? I thought about adding a unicode zero width > nonjoiner (x200C) in wrap mode... That's not going to work, no. In nowrap mode, no width is supplied to Pango and no wrapping ever happens. You can maybe put in an explicit line break though; there's a Unicode character called "LINE SEPARATOR" that may work. Havoc From yanggolf@yeah.net Sat Jul 19 19:38:03 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from yeah.net (unknown [202.108.36.216]) by mail.gnome.org (Postfix) with SMTP id EC3D41844E for ; Sat, 19 Jul 2003 19:38:02 -0400 (EDT) Received: from jetta (unknown [61.233.7.94]) by 192.168.1.216 (Coremail) with SMTP id Ni8BAFjWGT8DAAde.1 for ; Sun, 20 Jul 2003 07:38:01 +0800 (CST) X-Originating-IP: [61.233.7.94] From: "yangxiaoli" To: gdk-list Subject: how to display a moving object on pixmap? X-mailer: Foxmail 4.2 [cn] Mime-Version: 1.0 Content-Type: text/plain; charset="GB2312" Content-Transfer-Encoding: 7bit Date: Sun, 20 Jul 2003 7:36:5 +0800 Message-Id: <20030719233802.EC3D41844E@mail.gnome.org> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: hi: I draw lines icons points on pixmap , it displays well, but afterward I will also display a moving icon or an object I draw on the pixmap, it means that the latter will change display position on pixmap inconstantly,but cannot affect the pixmap when it move to another position.I search the function gdk_gc_set_foreground(gc,GDK_AND) may do the effect,but I don't know how to use it. can anyone explain it ? I really appreciated . regards ========================= yangxiaoli yanggolf@yeah.net 2003-07-20 From otaylor@redhat.com Sat Jul 19 22:35:41 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 824621818E for ; Sat, 19 Jul 2003 22:35:41 -0400 (EDT) Received: from vpn50-7.rdu.redhat.com (vpn50-7.rdu.redhat.com [172.16.50.7]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h6K2ZdK07117; Sat, 19 Jul 2003 22:35:39 -0400 Subject: Re: GTK+ book From: Owen Taylor To: davecindysmith@comcast.net Cc: Renato Perini , gtk-list@gnome.org In-Reply-To: <200307191549.48566.davecindysmith@comcast.net> References: <5.2.0.9.0.20030719192812.00b20f58@popmail.email.it> <200307191549.48566.davecindysmith@comcast.net> Content-Type: text/plain Organization: Message-Id: <1058668499.4521.71.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-0) Date: 19 Jul 2003 22:35:00 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Sat, 2003-07-19 at 15:49, Dave Smith wrote: > I have found references to a new book "Programming with GTK+" by Tim Janik - > O'Reilly & Associates, May 2003, ISBN 1565926242. This book is supposed to > cover gtk+2.0, but it was apparently never actually published (at least > according to O'Reilly). Does anyone have any more information on the status > of this book? This book won't be published - it was a project that I was working on with Tim and Ian Main (since 1997 or so...) but it eventually became clear that we weren't devoted enough authors to get a book done while dealing with jobs/school/GTK+ maintenance/etc. You can find bits and pieces of it in the 'gtk-book' module in GNOME cvs, but even what's there is rather out of date; much of it was never updated to the final GTK+-2.0. Regards, Owen From sven@gimp.org Sun Jul 20 06:28:05 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.convergence.de (mail.convergence.de [212.84.236.4]) by mail.gnome.org (Postfix) with ESMTP id 1DD9918B77 for ; Sun, 20 Jul 2003 06:28:05 -0400 (EDT) Received: from [10.1.1.145] (helo=blixa) by mail.convergence.de with esmtp (Exim 4.14) id 19eBQA-0006gL-Pg; Sun, 20 Jul 2003 12:28:02 +0200 Received: from neo by blixa with local (Exim 3.36 #1 (Debian)) id 19eBQA-0000eC-00; Sun, 20 Jul 2003 12:28:02 +0200 To: "Wedge_" Cc: gtk-list@gnome.org Subject: Re: GTK2 problems after power cut References: <20030719135814.59B9F731F1@smtp.us2.messagingengine.com> From: Sven Neumann Date: Sun, 20 Jul 2003 12:28:02 +0200 In-Reply-To: <20030719135814.59B9F731F1@smtp.us2.messagingengine.com> (wedge__@fastmail.fm's message of "Sat, 19 Jul 2003 13:58:14 +0000") Message-ID: User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, "Wedge_" writes: > This is a slightly strange problem, but I hope someone can help. > Yesterday, for no apparent reason, all the lights in my house went off > for about half a second. When I checked my comp, it had reset itself. I > logged back in, and everything seemed fine, but none of the programs I > use which were compiled with gtk2 support will work anymore, and they all > fail with a similar error, which I have no idea how to fix. Running > gkrellm2 gives: > > ** (gkrellm2:4455): CRITICAL **: file pango-color.c: line 952 > (pango_color_parse): assertion `spec != NULL' failed > -:2: Invalid color constant '(null)' > -:2: error: invalid string constant "#eee1b3", expected valid string > constant > Segmentation fault Looks like a corrupted gtkrc-2.0 file. Sven From mow@onlinehome.de Sun Jul 20 07:19:58 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from moutvdom.kundenserver.de (moutvdom.kundenserver.de [212.227.126.249]) by mail.gnome.org (Postfix) with ESMTP id 7B92B18142 for ; Sun, 20 Jul 2003 07:19:58 -0400 (EDT) Received: from [212.227.126.223] (helo=mrvdomng.kundenserver.de) by moutvdom.kundenserver.de with esmtp (Exim 3.35 #1) id 19eCER-0000h8-00; Sun, 20 Jul 2003 13:19:59 +0200 Received: from [80.128.68.174] (helo=eco) by mrvdomng.kundenserver.de with esmtp (Exim 3.35 #1) id 19eCEQ-0008WE-00; Sun, 20 Jul 2003 13:19:58 +0200 Received: by eco (Postfix, from userid 1000) id 722DA1230E; Sun, 20 Jul 2003 13:23:19 +0200 (CEST) From: Morus Walter MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16154.31655.328324.701877@onlinehome.de> Date: Sun, 20 Jul 2003 13:23:19 +0200 To: gtk-list@gnome.org Subject: Re: mixing wrap-modes in text view Cc: Havoc Pennington In-Reply-To: <20030719184843.Y23018@devserv.devel.redhat.com> References: <16153.49666.47323.114691@onlinehome.de> <20030719184843.Y23018@devserv.devel.redhat.com> X-Mailer: VM 7.07 under 21.4 (patch 6) "Common Lisp" XEmacs Lucid Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Havoc Pennington writes: > Yes, the wrap mode is a paragraph-wide attribute. To prevent line > breaks you may be able to use a nonbreaking space character, I think > Unicode has that, it's even likely Pango honors it. > Ok. Thanks for the clarification. Of course there's a nonbreaking space, it's even in iso latin1 (xA0). However my original problem were word wraps at /. (e.g. broke to ). I found that in this case as zero width joiner (x200D) does the trick. Great :-) OTOH I think the zero width nonjoiner (x200C) should allow word wraps at positions where pango would see no word end otherwise. Unfortunately it doesn't. Wouldn't that make sense? Could that be changed in pango? > That's not going to work, no. In nowrap mode, no width is supplied to > Pango and no wrapping ever happens. You can maybe put in an explicit > line break though; there's a Unicode character called "LINE SEPARATOR" > that may work. > Ok. But then I would have to calculate widths myself in order to know where to insert the link separator. Not a tempting option. Morus From wedge__@fastmail.fm Sun Jul 20 10:43:07 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mail.gnome.org (Postfix) with ESMTP id 146511816D for ; Sun, 20 Jul 2003 10:43:02 -0400 (EDT) Received: from smtp.us2.messagingengine.com (localhost [127.0.0.1]) by localhost.localdomain (Postfix) with ESMTP id CB06749781 for ; Sun, 20 Jul 2003 10:43:01 -0400 (EDT) Received: from 10.202.2.133 ([10.202.2.133] helo=smtp.us2.messagingengine.com) by messagingengine.com with SMTP; Sun, 20 Jul 2003 10:43:01 -0400 Received: by smtp.us2.messagingengine.com (Postfix, from userid 99) id CA26F73D90; Sun, 20 Jul 2003 10:43:00 -0400 (EDT) Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.2 (F2.71; T1.001; A1.51; B2.12; Q2.03) From: "Wedge_" To: gtk-list@gnome.org Date: Sun, 20 Jul 2003 14:43:00 +0000 X-Epoch: 1058712181 X-Sasl-enc: t12o/kMhFSQ2A17IqUSHBQ Subject: Re: GTK2 problems after power cut References: <20030719135814.59B9F731F1@smtp.us2.messagingengine.com> In-Reply-To: Message-Id: <20030720144300.CA26F73D90@smtp.us2.messagingengine.com> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > > ** (gkrellm2:4455): CRITICAL **: file pango-color.c: line 952 > > (pango_color_parse): assertion `spec != NULL' failed > > -:2: Invalid color constant '(null)' > > -:2: error: invalid string constant "#eee1b3", expected valid string > > constant > > Segmentation fault > > Looks like a corrupted gtkrc-2.0 file. > > > Sven > I thought it must be a corrupted file somewhere, but I don't have a gtkrc-2.0 file or a ~/.gtkrc. I always just used the defaults. Andrew -- http://www.fastmail.fm From hp@redhat.com Sun Jul 20 11:15:58 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from devserv.devel.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 21FB71810B for ; Sun, 20 Jul 2003 11:15:57 -0400 (EDT) Received: (from hp@localhost) by devserv.devel.redhat.com (8.11.6/8.11.0) id h6KFFvu18723; Sun, 20 Jul 2003 11:15:57 -0400 Date: Sun, 20 Jul 2003 11:15:57 -0400 From: Havoc Pennington To: Morus Walter Cc: gtk-list@gnome.org Subject: Re: mixing wrap-modes in text view Message-ID: <20030720111557.C23018@devserv.devel.redhat.com> References: <16153.49666.47323.114691@onlinehome.de> <20030719184843.Y23018@devserv.devel.redhat.com> <16154.31655.328324.701877@onlinehome.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <16154.31655.328324.701877@onlinehome.de> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Sun, Jul 20, 2003 at 01:23:19PM +0200, Morus Walter wrote: > OTOH I think the zero width nonjoiner (x200C) should allow word wraps at > positions where pango would see no word end otherwise. > Unfortunately it doesn't. > Wouldn't that make sense? Could that be changed in pango? I would expect it to work; see pango/pango/break.c If it doesn't work I guess we'd have to debug it and see why not. > > That's not going to work, no. In nowrap mode, no width is supplied to > > Pango and no wrapping ever happens. You can maybe put in an explicit > > line break though; there's a Unicode character called "LINE SEPARATOR" > > that may work. > > > Ok. But then I would have to calculate widths myself in order to know > where to insert the link separator. Not a tempting option. > I don't really see a good change to the current codebase to address this, really. Maybe if you dive into it you could come up with something. Havoc From otaylor@redhat.com Sun Jul 20 13:36:58 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id CBD0618247 for ; Sun, 20 Jul 2003 13:36:57 -0400 (EDT) Received: from vpn50-8.rdu.redhat.com (vpn50-8.rdu.redhat.com [172.16.50.8]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h6KHauK31734; Sun, 20 Jul 2003 13:36:56 -0400 Subject: Re: mixing wrap-modes in text view From: Owen Taylor To: Havoc Pennington Cc: Morus Walter , gtk-list@gnome.org In-Reply-To: <20030720111557.C23018@devserv.devel.redhat.com> References: <16153.49666.47323.114691@onlinehome.de> <20030719184843.Y23018@devserv.devel.redhat.com> <16154.31655.328324.701877@onlinehome.de> <20030720111557.C23018@devserv.devel.redhat.com> Content-Type: text/plain Organization: Message-Id: <1058719060.5586.41.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-0) Date: 20 Jul 2003 13:36:26 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Sun, 2003-07-20 at 11:15, Havoc Pennington wrote: > On Sun, Jul 20, 2003 at 01:23:19PM +0200, Morus Walter wrote: > > OTOH I think the zero width nonjoiner (x200C) should allow word wraps at > > positions where pango would see no word end otherwise. > > Unfortunately it doesn't. > > Wouldn't that make sense? Could that be changed in pango? I don't think ZWNJ is an allowed break position; it's typically used within a word to suppress a ligature. Try ZWS (zero width space; U+200B) > I would expect it to work; see pango/pango/break.c > > If it doesn't work I guess we'd have to debug it and see why not. > > > > That's not going to work, no. In nowrap mode, no width is supplied to > > > Pango and no wrapping ever happens. You can maybe put in an explicit > > > line break though; there's a Unicode character called "LINE SEPARATOR" > > > that may work. > > > > > Ok. But then I would have to calculate widths myself in order to know > > where to insert the link separator. Not a tempting option. > > > > I don't really see a good change to the current codebase to address > this, really. Maybe if you dive into it you could come up with something. People seem to want to customize beak rules within GtkTextView quite frequently, for instance, to make URL's single words. It may be that some general facility for this makes sense, though I don't know what exactly what it would look like. Regards, Owen From david@davemalcolm.demon.co.uk Sun Jul 20 17:17:09 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from anchor-post-34.mail.demon.net (anchor-post-34.mail.demon.net [194.217.242.92]) by mail.gnome.org (Postfix) with ESMTP id 204531846B for ; Sun, 20 Jul 2003 17:17:09 -0400 (EDT) Received: from davemalcolm.demon.co.uk ([80.177.172.172] helo=[192.168.0.2]) by anchor-post-34.mail.demon.net with esmtp (Exim 3.35 #1) id 19eLYL-0002Ah-0Y; Sun, 20 Jul 2003 22:17:09 +0100 Subject: Re: latest version of GObject documentation From: Dave Malcolm To: Mathieu Lacage Cc: gtk-list@gnome.org In-Reply-To: <1058613913.2074.18.camel@mathieu> References: <1057233003.3085.12.camel@mathieu> <1057496862.752.65.camel@mikeforce2.sog.or.jp> <1058613913.2074.18.camel@mathieu> Content-Type: text/plain Organization: Message-Id: <1058739527.2184.1.camel@shirehorse1> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-5) Date: 20 Jul 2003 22:18:47 +0000 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Sat, 2003-07-19 at 11:25, Mathieu Lacage wrote: > hi all, > > I just released the latest version of my GObject documentation: it can > be found at http://www.gnome.org/~mathieu/gobject/index.html. I'd like > to thank all the people who contributed comments on this documentation > since last version and who made this version (I hope) better. Thanks! Good stuff. -- David Malcolm www.conglomerate.org From vidhya@siptech.co.in Mon Jul 21 08:01:56 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from turaco.siptech.co.in (unknown [202.54.64.126]) by mail.gnome.org (Postfix) with ESMTP id 5A772185AA for ; Mon, 21 Jul 2003 08:01:54 -0400 (EDT) Received: from hornet.siptech.co.in (hornet [192.168.64.13]) by turaco.siptech.co.in (8.12.8/8.12.8) with ESMTP id h6LC5mes002803 for ; Mon, 21 Jul 2003 17:35:48 +0530 Received: from siptech.co.in ([192.168.64.193]) by hornet.siptech.co.in (8.11.0/8.11.0) with ESMTP id h6LNVah08915 for ; Tue, 22 Jul 2003 05:01:36 +0530 Message-ID: <3F1C23E7.649137EE@siptech.co.in> Date: Mon, 21 Jul 2003 17:33:27 +0000 From: Vidhya CS Organization: Sip Tech X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.18-3 i686) X-Accept-Language: en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: Glib not detected Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi , I have already installed glib2.0 in my system . now I am trying to install atk-1.0.3 , which needs glib to be present , but when it(atk-1.0.3)checks for glib during ./configure , it says configure: error: *** GLIB 2.0.0 or better is required. The latest version of *** GLIB is always available from ftp://ftp.gtk.org/. I also tried installing glib-2.0.7 and then ran the ./configure to install atk-1.0.3 it throws the following error while running ./configure checking for GLIB - version >= 2.0.0... *** 'pkg-config --modversion glib-2.0' returned 2.0.7, but GLIB (2.0.1) *** was found! If pkg-config was correct, then it is best *** to remove the old version of GLib. You may also be able to fix the error *** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing *** /etc/ld.so.conf. Make sure you have run ldconfig if that is *** required on your system. *** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH *** to point to the correct configuration files configure: error: *** GLIB 2.0.0 or better is required. The latest version of *** GLIB is always available from ftp://ftp.gtk.org/. I also tried setting LD_LIBRARY_PATH and PKG_CONFIG_PATH to glib-2.0.pc how should I set the LIBRARY_PATH or PKG_CONFIG_PATH so that atk-1.0.3 recognises glib-2.0.7 any input or suggestion is highly appreciated Thanks Vidhya. From stephane.wirtel@belgacom.net Mon Jul 21 09:14:54 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mirapoint3.brutele.be (mirapoint3.brutele.be [212.68.203.242]) by mail.gnome.org (Postfix) with ESMTP id E30CC18100 for ; Mon, 21 Jul 2003 09:14:53 -0400 (EDT) Received: from brutele.be (213.213.206.2.brutele.be [213.213.206.2] (may be forged)) by mirapoint3.brutele.be (Mirapoint Messaging Server MOS 3.3.2-CR) with SMTP id ASN18328; Mon, 21 Jul 2003 15:14:53 +0200 (CEST) Date: Mon, 21 Jul 2003 15:14:57 +0200 From: Stephane Wirtel To: Gtk-List Subject: How to lock the size of a paned ? Message-ID: <20030721131457.GA18419@gentoo> Mail-Followup-To: Gtk-List Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Operating-System: Linux gentoo 2.6.0-test1-ac2 X-LUG: Linux Users Group Mons ( Linux-Mons ) X-URL: http://www.linux-mons.be Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi all I look for a function to lock the size ( width or height ) of a paned, because this paned moves all time, and i would like to lock it. in the api reference of gtk+-2.2.2, i did not find a solution. thanks Stephane Wirtel -- Stephane Wirtel GPG ID : 1024D/C9C16DA7 | 5331 0B5B 21F0 0363 EACD B73E 3D11 E5BC C9C1 6DA7 From galaviel@bezeqint.net.il Mon Jul 21 11:33:43 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from marco.bezeqint.net (marco.bezeqint.net [192.115.106.37]) by mail.gnome.org (Postfix) with ESMTP id 200EB189C3 for ; Mon, 21 Jul 2003 11:33:43 -0400 (EDT) Received: from bezeqint.net.il (bzq-218-244-96.red.bezeqint.net [81.218.244.96]) by marco.bezeqint.net (Bezeq International SMTP out Mail Server) with ESMTP id 6C3EC847 for ; Mon, 21 Jul 2003 21:25:02 +0300 (IDT) Message-ID: <3F1BF9B8.9090709@bezeqint.net.il> Date: Mon, 21 Jul 2003 17:33:28 +0300 From: Gal Aviel User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: No gdk_window_add_filter_after ? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi All, Is there no such function ? I'm interested in intercepting WM_NAME property changes on a Gtk 2.2.2 socket->plug_window. I'm embedding my gtksocket into a notebook, and I'd like to set the label on the notebook page to the WM_NAME property of the embedded window. However the current filter function which is defined in gtksocket.c, removes PropertyNotify events it doesn't like. Therefor I want to add my custom filter function *before* the gtksocket.c filter. However, there is no GDK function to prepend a filter, only append. Therefor I have to emulate a prepend by removing the old filter, installing my filter, then re-installing the old filter. The problem is, that the old filter is defined as a static function in gtksocket.c and is not accessible from my user code, so I can't do the above ... How can I accomplish this ? Any thoughts (maybe add a special signal to a GtkSocket like GTK_SOCKET_PROP_CHANGED) ? Thanks, Gal. From rjshaw@iprimus.com.au Mon Jul 21 12:39:44 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.52]) by mail.gnome.org (Postfix) with ESMTP id 72C9D18175; Mon, 21 Jul 2003 12:39:44 -0400 (EDT) Received: from iprimus.com.au (203.134.138.9) by smtp01.syd.iprimus.net.au (7.0.018) (authenticated as rjshaw@iprimus.com.au) id 3F146D0A0016DA21; Tue, 22 Jul 2003 02:39:44 +1000 Message-ID: <3F1C16A8.9090702@iprimus.com.au> Date: Tue, 22 Jul 2003 02:36:56 +1000 From: Russell Shaw User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030311 Debian/1.2.1-10 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-doc-list@gnome.org, gtk-list@gnome.org, gtk-devel-list@gnome.org, gtk-app-devel-list-request@gnome.org Subject: Printer friendly docs Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, I downloaded the gtk+ and glib 2.2.2 packages. The documentation gets built as html (from sgml/xml) to be viewed online. Because i'm learning the package, it's too tedious to read all the documentation on the monitor. What's the best way to get a printable output preferably with a table of contents and page numbers? (ps, pdf, dvi etc) From rjshaw@iprimus.com.au Mon Jul 21 12:55:10 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp02.syd.iprimus.net.au (smtp02.syd.iprimus.net.au [210.50.76.52]) by mail.gnome.org (Postfix) with ESMTP id 1B3C618DF9; Mon, 21 Jul 2003 12:55:10 -0400 (EDT) Received: from iprimus.com.au (203.134.138.9) by smtp02.syd.iprimus.net.au (7.0.018) (authenticated as rjshaw@iprimus.com.au) id 3F13130D00154ECC; Tue, 22 Jul 2003 02:55:08 +1000 Message-ID: <3F1C1A3D.2060406@iprimus.com.au> Date: Tue, 22 Jul 2003 02:52:13 +1000 From: Russell Shaw User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030311 Debian/1.2.1-10 X-Accept-Language: en-us, en MIME-Version: 1.0 Cc: gtk-doc-list@gnome.org, gtk-list@gnome.org, gtk-devel-list@gnome.org, gtk-app-devel-list@gnome.org Subject: Printer friendly docs References: <3F1C16A8.9090702@iprimus.com.au> In-Reply-To: <3F1C16A8.9090702@iprimus.com.au> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, I downloaded the gtk+ and glib 2.2.2 packages. The documentation gets built as html (from sgml/xml) to be viewed online. Because i'm learning the package, it's too tedious to read all the documentation on the monitor. What's the best way to get a printable output preferably with a table of contents and page numbers? (ps, pdf, dvi etc) From decio.osiris@bol.com.br Mon Jul 21 13:25:07 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from sidney6.bol.com.br (sidney6.bol.com.br [200.221.24.124]) by mail.gnome.org (Postfix) with ESMTP id 786C81816C for ; Mon, 21 Jul 2003 13:25:07 -0400 (EDT) Received: from bol.com.br (200.221.24.131) by sidney6.bol.com.br (5.1.071) id 3EF0338300273434 for gtk-list@gnome.org; Mon, 21 Jul 2003 14:25:06 -0300 Date: Mon, 21 Jul 2003 14:25:06 -0300 Message-Id: Subject: printing in php-gtk and php-gtk 2 MIME-Version: 1.0 Content-Type: text/plain;charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable From: "decio.osiris" To: gtk-list@gnome.org X-XaM3-API-Version: 2.4 R3 ( B4 ) X-SenderIP: 200.148.51.219 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi... Well, in my last message here I`ve already mentioned how new I am to php gtk. And since I can only get my hands on it on spare time, I haven`t been able to explore it really well. And since I haven`t so far seen any note on the php manual about printing with php gtk, I was wondering if is it possible at all or does it have it`s complications to do it? Also, I was wondering about some people mentions php-gtk 2.0. But since I haven`t seen it on php gtk main page I was wondering if is it already out or not, if it is too different from the 0.52 version I just downloaded from the official site and its advantages. Somethings I have been having problems understanding is gtks use of relative positioning instead of absolute ones, the difficulties to specify and lock the sizes of certain widgets, the use of images on the applications (like iconized buttons like in winzip or iexplorer itself) as well as how (or if) we can control the aspect of some widgets (for example, making flat buttons, instead of embossed ones; altering the scroll bar etc). And since the manual, unfortunatelly lacks a lot of more in-depth information on many widgets, I couldn`t find the answer so far. If anyone could help me with these subjects I would very much appreciate it. Thanks! Decio __________________________________________________________________________ Acabe com aquelas janelinhas que pulam na sua tela. AntiPop-up UOL - =C9 gr=E1tis! http://antipopup.uol.com.br/ From sven@gimp.org Mon Jul 21 13:33:03 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.convergence.de (mail.convergence.de [212.84.236.4]) by mail.gnome.org (Postfix) with ESMTP id 263E31837E; Mon, 21 Jul 2003 13:33:03 -0400 (EDT) Received: from [10.1.1.145] (helo=blixa) by mail.convergence.de with esmtp (Exim 4.14) id 19eeWq-000062-Uu; Mon, 21 Jul 2003 19:32:52 +0200 Received: from neo by blixa with local (Exim 3.36 #1 (Debian)) id 19eeWq-0004re-00; Mon, 21 Jul 2003 19:32:52 +0200 To: Russell Shaw Cc: gtk-devel-list@gnome.org, gtk-list@gnome.org Subject: Re: Printer friendly docs References: <3F1C16A8.9090702@iprimus.com.au> <3F1C1A3D.2060406@iprimus.com.au> From: Sven Neumann Date: Mon, 21 Jul 2003 19:32:51 +0200 In-Reply-To: <3F1C1A3D.2060406@iprimus.com.au> (Russell Shaw's message of "Tue, 22 Jul 2003 02:52:13 +1000") Message-ID: User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, Cross-posting to four lists is very bad style. Please read up on netiquette and how to use mailing lists. > Because i'm learning the package, it's too tedious to read all the > documentation on the monitor. What's the best way to get a printable > output preferably with a table of contents and page numbers? I made good experience with xmlto but keep in mind that the output is _huge_. You will need a lot of paper to print all this. Sven From house.83@tiscali.it Mon Jul 21 16:23:49 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail-1.tiscali.it (mail-1.tiscali.it [195.130.225.147]) by mail.gnome.org (Postfix) with ESMTP id 45397181F8 for ; Mon, 21 Jul 2003 16:23:49 -0400 (EDT) Received: from tiscali.it (62.10.68.42) by mail-1.tiscali.it (6.7.019) id 3F1BF1770002E00C for gtk-list@gnome.org; Mon, 21 Jul 2003 22:23:49 +0200 Message-ID: <3F1C4BD4.1020504@tiscali.it> Date: Mon, 21 Jul 2003 22:23:48 +0200 From: Roberto User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020623 Debian/1.0.0-0.woody.1 X-Accept-Language: it MIME-Version: 1.0 To: gtk list Subject: Rulers and max_size Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I am not able to understand the meaning of the field "max_size" in gtk_ruler_set_range.... can you teacj it to me? Thank you From vivek@lantana.tenet.res.in Mon Jul 21 23:56:41 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lantana.iitm.ernet.in (lantana.tenet.res.in [202.144.28.166]) by mail.gnome.org (Postfix) with ESMTP id 74A5D18184 for ; Mon, 21 Jul 2003 23:56:39 -0400 (EDT) Received: from dodo.lli.tenet.res.in (aster [144.16.241.214]) by lantana.iitm.ernet.in (8.11.6/8.11.6) with ESMTP id h6M3tva29906 for ; Tue, 22 Jul 2003 09:25:59 +0530 Subject: Re: Glib not detected From: Viveka Nathan K To: gtk-list@gnome.org Content-Type: multipart/mixed; boundary="=-8bWNUW9R8CACR74QqBhc" Organization: TeNeT Group Message-Id: <1058846115.892.7.camel@dodo.lli.tenet.res.in> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-4) Date: 22 Jul 2003 09:25:15 +0530 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --=-8bWNUW9R8CACR74QqBhc Content-Type: multipart/alternative; boundary="=-1H6WgYJ9r3tpdq6Fs2Du" --=-1H6WgYJ9r3tpdq6Fs2Du Content-Type: text/plain Content-Transfer-Encoding: 7bit A simple way to do that is, just edit the file in /usr/lib/pkgconfig/glib-2.0.pc and change the version to as it needs. I also faced the similar problem once and it has been recovered after editing that file ;) > Hi , > I have already installed glib2.0 in my system . > now I am trying to install atk-1.0.3 , which needs glib to be present , > but when it(atk-1.0.3)checks for glib during ./configure , it says > configure: > > error: > *** GLIB 2.0.0 or better is required. The latest version of > *** GLIB is always available from ftp://ftp.gtk.org/. > > I also tried installing glib-2.0.7 and then ran the ./configure to > install atk-1.0.3 > > it throws the following error while running ./configure > > checking for GLIB - version >= 2.0.0... > *** 'pkg-config --modversion glib-2.0' returned 2.0.7, but GLIB (2.0.1) > *** was found! If pkg-config was correct, then it is best > *** to remove the old version of GLib. You may also be able to fix the > error > *** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing > > *** /etc/ld.so.conf. Make sure you have run ldconfig if that is > *** required on your system. > *** If pkg-config was wrong, set the environment variable > PKG_CONFIG_PATH > *** to point to the correct configuration files > configure: error: > *** GLIB 2.0.0 or better is required. The latest version of > *** GLIB is always available from ftp://ftp.gtk.org/. > > I also tried setting LD_LIBRARY_PATH and PKG_CONFIG_PATH to glib-2.0.pc > > how should I set the LIBRARY_PATH or PKG_CONFIG_PATH so that > > atk-1.0.3 recognises glib-2.0.7 > any input or suggestion is highly appreciated > > Thanks > Vidhya. > > > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list -- Viveka Nathan K TeNeT Group --=-1H6WgYJ9r3tpdq6Fs2Du Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit
A simple way to do that is, just edit the file in
/usr/lib/pkgconfig/glib-2.0.pc
and change the version to as it needs.

I also faced the similar problem once and it has been recovered after editing that file ;)

Hi ,
I have already installed glib2.0 in my system .
now I am trying to install atk-1.0.3 , which needs glib to be present ,
but when it(atk-1.0.3)checks for glib during ./configure , it says
configure:

error:
*** GLIB 2.0.0 or better is required. The latest version of
*** GLIB is always available from ftp://ftp.gtk.org/.

I also tried installing glib-2.0.7  and then ran the ./configure to
install atk-1.0.3

it throws the following error while running ./configure

checking for GLIB - version >= 2.0.0...
*** 'pkg-config --modversion glib-2.0' returned 2.0.7, but GLIB (2.0.1)
*** was found! If pkg-config was correct, then it is best
*** to remove the old version of GLib. You may also be able to fix the
error
*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing

*** /etc/ld.so.conf. Make sure you have run ldconfig if that is
*** required on your system.
*** If pkg-config was wrong, set the environment variable
PKG_CONFIG_PATH
*** to point to the correct configuration files
configure: error:
*** GLIB 2.0.0 or better is required. The latest version of
*** GLIB is always available from ftp://ftp.gtk.org/.

I also tried setting LD_LIBRARY_PATH and PKG_CONFIG_PATH to glib-2.0.pc

how should I set the LIBRARY_PATH or PKG_CONFIG_PATH so that

atk-1.0.3 recognises glib-2.0.7
any input or suggestion is  highly appreciated

Thanks
Vidhya.


_______________________________________________
gtk-list mailing list
gtk-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-list


--

Viveka Nathan K <vivek@lantana.tenet.res.in>

TeNeT Group
--=-1H6WgYJ9r3tpdq6Fs2Du-- --=-8bWNUW9R8CACR74QqBhc Content-ID: <1058846026.892.3.camel@dodo.lli.tenet.res.in> Content-Disposition: attachment; filename=smiley-4.png Content-Type: image/png; name=smiley-4.png Content-Transfer-Encoding: base64 iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAC/UlEQVR42n2Tf2iUdRzHX9/v8zy3 u91ulnO5pXGXUUsK1yIY9ke0CDQiodbQKCOnNieaIkKI/yRhf0QgCeEqViKUYgUOnTE9G5WtjlqB TV1bsnl0tV93u93ux3PP93meb/8sKBNf8P7jw/v9+fz1/sD/iQI7gB7AWdApoGPB+w/ihvnI/bHK bfu2NLF2zUrMcAw8G2d+mIGBi+w/nGE46XQBnTc7cOFAZ+MTO1/bgDBCuIVxnPwIQhgYwXqMQA2q MMahd+O8fWLmAvAkgLGw/MGbOx55fueuF/FKKVRxHF/NIaQFgO+kcQtjgGZ1cwyjOLXiuyG7DuiV QLSx4fat2zvX4dmTeOVphDCwvUqkWcVk2mfDnkGEtPCdLEJabH95CfctN7YBUQk83XNoMUJaTE+M cuT476x9pZfmZ3sI1D7D8fMeP/2a4a3uGaqWt6Ly1zBDdbzadhvAowLomrn0eocqXMeoqCVU+xga E2mYlKb6sSINtG58gzOnTzGf/BR7+hukWUni52u07p04aS5bdudmAN/NURZ3oSe+RBhhhLTQGsqZ BKd7Pic3fhSVGwLAtaeoX2IAPGem02kQJrP5EHJRHYb0CHhZtG+CdtFeiezIO2h3Hu17OI6Dqxzy RR8AadvlXu0WqDSm6O87xkzWx6p+AF/l8N08vmejvRLaV7jKJjNnEwwvJTXtASQk0FecOEsoUs/6 9RuJx8+RGOgjuLgZK7ISzBo8X9L/w1+07RnmnqZ2RpNlrg7lAU4IILrq3sh437GnMCruIFD9IL8M fsvQpUE+OiO4fGWYRVUGhw+2sablIZJXPiN+cYwPT2b4LaUb/mli94Etsfatm5pwi0kisU1Y4RUI IfHsSTQalR/lcuJj/ph0Od8/y9G46gI6/13lrzrW1bTs3RwmEKxGyAp8lWN2rkShpCkrzfU/FYkf 53j/rPM18PjNnqn77jrZ/kJLFasaQ4SDglJZk533GUspvjiXZSTFJ8BL3IIosBv4HlBAGrgKvAc8 fGP4b4kpTGRKdd96AAAAAElFTkSuQmCC --=-8bWNUW9R8CACR74QqBhc-- From murrayc@usa.net Tue Jul 22 03:00:15 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cmsrelay03.mx.net (cmsrelay03.mx.net [165.212.11.112]) by mail.gnome.org (Postfix) with SMTP id B560718385 for ; Tue, 22 Jul 2003 03:00:14 -0400 (EDT) Received: from uadvg129.cms.usa.net (165.212.11.129) by cmsoutbound.mx.net with SMTP; 22 Jul 2003 07:00:15 -0000 Received: from localhost.localdomain [195.226.162.108] by uadvg129.cms.usa.net (ASMTP/murrayc@usa.net) via mtad (C8.MAIN.3.08F) with ESMTP id 256HgVHam0395M29; Tue, 22 Jul 2003 07:00:12 GMT X-USANET-Auth: 195.226.162.108 AUTH murrayc@usa.net localhost.localdomain Subject: Re: Glib not detected From: Murray Cumming Reply-To: murrayc@usa.net To: Vidhya CS Cc: gtk-list In-Reply-To: <3F1C23E7.649137EE@siptech.co.in> References: <3F1C23E7.649137EE@siptech.co.in> Content-Type: text/plain Message-Id: <1058857210.2400.15.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.3 Date: 22 Jul 2003 09:00:10 +0200 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Mon, 2003-07-21 at 19:33, Vidhya CS wrote: > checking for GLIB - version >= 2.0.0... > *** 'pkg-config --modversion glib-2.0' returned 2.0.7, but GLIB (2.0.1) > *** was found! If pkg-config was correct, then it is best > *** to remove the old version of GLib. You may also be able to fix the > error > *** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing > > *** /etc/ld.so.conf. Make sure you have run ldconfig if that is > *** required on your system. > *** If pkg-config was wrong, set the environment variable > PKG_CONFIG_PATH > *** to point to the correct configuration files > configure: error: > *** GLIB 2.0.0 or better is required. The latest version of > *** GLIB is always available from ftp://ftp.gtk.org/. > > I also tried setting LD_LIBRARY_PATH and PKG_CONFIG_PATH to glib-2.0.pc It's a path to the directory containing .pc files, not a particular file. There should be lots of information about it in the archives or google. -- Murray Cumming murray@usa.net www.murrayc.com From vidhya@siptech.co.in Tue Jul 22 03:06:58 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from turaco.siptech.co.in (unknown [202.54.64.126]) by mail.gnome.org (Postfix) with ESMTP id 236D418399 for ; Tue, 22 Jul 2003 03:06:57 -0400 (EDT) Received: from hornet.siptech.co.in (hornet [192.168.64.13]) by turaco.siptech.co.in (8.12.8/8.12.8) with ESMTP id h6M7Aies006894; Tue, 22 Jul 2003 12:40:44 +0530 Received: from siptech.co.in ([192.168.64.193]) by hornet.siptech.co.in (8.11.0/8.11.0) with ESMTP id h6MIach28768; Wed, 23 Jul 2003 00:06:38 +0530 Message-ID: <3F1D3045.AC133AC@siptech.co.in> Date: Tue, 22 Jul 2003 12:38:29 +0000 From: Vidhya CS Organization: Sip Tech X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.18-3 i686) X-Accept-Language: en MIME-Version: 1.0 To: murrayc@usa.net Cc: gtk-list Subject: Re: Glib not detected References: <3F1C23E7.649137EE@siptech.co.in> <1058857210.2400.15.camel@localhost.localdomain> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Murray Cumming wrote: > On Mon, 2003-07-21 at 19:33, Vidhya CS wrote: > > checking for GLIB - version >= 2.0.0... > > *** 'pkg-config --modversion glib-2.0' returned 2.0.7, but GLIB (2.0.1) > > *** was found! If pkg-config was correct, then it is best > > *** to remove the old version of GLib. You may also be able to fix the > > error > > *** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing > > > > *** /etc/ld.so.conf. Make sure you have run ldconfig if that is > > *** required on your system. > > *** If pkg-config was wrong, set the environment variable > > PKG_CONFIG_PATH > > *** to point to the correct configuration files > > configure: error: > > *** GLIB 2.0.0 or better is required. The latest version of > > *** GLIB is always available from ftp://ftp.gtk.org/. > > > > I also tried setting LD_LIBRARY_PATH and PKG_CONFIG_PATH to glib-2.0.pc > > It's a path to the directory containing .pc files, not a particular > file. There should be lots of information about it in the archives or > google. > I have set the LD_LIBRARY_PATH and PKG_CONFIG_PATH point to /usr/local/lib/pkgconfig/glib-2.0.pc and then tried running the ./configure of atk-1.0.3 , it is still giving the same error . From murrayc@usa.net Tue Jul 22 03:12:38 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cmsrelay04.mx.net (cmsrelay04.mx.net [165.212.11.113]) by mail.gnome.org (Postfix) with SMTP id 60346183ED for ; Tue, 22 Jul 2003 03:12:37 -0400 (EDT) Received: from uadvg130.cms.usa.net (165.212.11.130) by cmsoutbound.mx.net with SMTP; 22 Jul 2003 07:12:37 -0000 Received: from localhost.localdomain [195.226.162.108] by uadvg130.cms.usa.net (ASMTP/murrayc@usa.net) via mtad (C8.MAIN.3.08F) with ESMTP id 359HgVHmh0205M30; Tue, 22 Jul 2003 07:12:34 GMT X-USANET-Auth: 195.226.162.108 AUTH murrayc@usa.net localhost.localdomain Subject: Re: Glib not detected From: Murray Cumming Reply-To: murrayc@usa.net To: Vidhya CS Cc: gtk-list In-Reply-To: <3F1D3045.AC133AC@siptech.co.in> References: <3F1C23E7.649137EE@siptech.co.in> <1058857210.2400.15.camel@localhost.localdomain> <3F1D3045.AC133AC@siptech.co.in> Content-Type: text/plain Message-Id: <1058857951.2400.29.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.3 Date: 22 Jul 2003 09:12:32 +0200 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Tue, 2003-07-22 at 14:38, Vidhya CS wrote: > Murray Cumming wrote: > > > I also tried setting LD_LIBRARY_PATH and PKG_CONFIG_PATH to glib-2.0.pc > > > > It's a path to the directory containing .pc files, not a particular > > file. There should be lots of information about it in the archives or > > google. > > > > I have set the LD_LIBRARY_PATH and PKG_CONFIG_PATH point to > /usr/local/lib/pkgconfig/glib-2.0.pc > > and then tried running the ./configure of atk-1.0.3 , it is still giving the > same error . Again, PKG_CONFIG_PATH is a path (or paths) to the _directory_ which contains several .pc files. It is not a path to a particular file. And LD_LIBRARY_PATH has a different purpose. -- Murray Cumming murray@usa.net www.murrayc.com From vidhya@siptech.co.in Tue Jul 22 03:36:00 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from turaco.siptech.co.in (unknown [202.54.64.126]) by mail.gnome.org (Postfix) with ESMTP id 10F3F18193 for ; Tue, 22 Jul 2003 03:35:59 -0400 (EDT) Received: from hornet.siptech.co.in (hornet [192.168.64.13]) by turaco.siptech.co.in (8.12.8/8.12.8) with ESMTP id h6M7dkes007101; Tue, 22 Jul 2003 13:09:47 +0530 Received: from siptech.co.in ([192.168.64.193]) by hornet.siptech.co.in (8.11.0/8.11.0) with ESMTP id h6MJ5fh30031; Wed, 23 Jul 2003 00:35:42 +0530 Message-ID: <3F1D3713.53983686@siptech.co.in> Date: Tue, 22 Jul 2003 13:07:32 +0000 From: Vidhya CS Organization: Sip Tech X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.18-3 i686) X-Accept-Language: en MIME-Version: 1.0 To: murrayc@usa.net Cc: gtk-list Subject: Re: Glib not detected References: <3F1C23E7.649137EE@siptech.co.in> <1058857210.2400.15.camel@localhost.localdomain> <3F1D3045.AC133AC@siptech.co.in> <1058857951.2400.29.camel@localhost.localdomain> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Murray Cumming wrote: > On Tue, 2003-07-22 at 14:38, Vidhya CS wrote: > > Murray Cumming wrote: > > > > I also tried setting LD_LIBRARY_PATH and PKG_CONFIG_PATH to glib-2.0.pc > > > > > > It's a path to the directory containing .pc files, not a particular > > > file. There should be lots of information about it in the archives or > > > google. > > > > > > > I have set the LD_LIBRARY_PATH and PKG_CONFIG_PATH point to > > /usr/local/lib/pkgconfig/glib-2.0.pc > > > > and then tried running the ./configure of atk-1.0.3 , it is still giving the > > same error . > > Again, PKG_CONFIG_PATH is a path (or paths) to the _directory_ which > contains several .pc files. It is not a path to a particular file. > > And LD_LIBRARY_PATH has a different purpose. > > -- great! it is working now , I made the LD_LIBRARY_PATH point to /usr/local/lib(which contains shared libs ) and PKG_CONFIG_PATH point /usr/local/lib/pkgconfig/ . Thanks Vidhya. From vidhya@siptech.co.in Tue Jul 22 06:07:36 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from turaco.siptech.co.in (unknown [202.54.64.126]) by mail.gnome.org (Postfix) with ESMTP id C91E618151 for ; Tue, 22 Jul 2003 06:07:33 -0400 (EDT) Received: from hornet.siptech.co.in (hornet [192.168.64.13]) by turaco.siptech.co.in (8.12.8/8.12.8) with ESMTP id h6MABGes008326 for ; Tue, 22 Jul 2003 15:41:19 +0530 Received: from siptech.co.in ([192.168.64.193]) by hornet.siptech.co.in (8.11.0/8.11.0) with ESMTP id h6MLbCh04555 for ; Wed, 23 Jul 2003 03:07:12 +0530 Message-ID: <3F1D5A96.D61A3D3@siptech.co.in> Date: Tue, 22 Jul 2003 15:39:02 +0000 From: Vidhya CS Organization: Sip Tech X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.18-3 i686) X-Accept-Language: en MIME-Version: 1.0 To: gtk-list Subject: gtk installation err / libjpeg ? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: hi , I am trying to install gtk , while running the ./configure , it says jpeg loader not found , I have installed libjpeg and LD_LIBRARY_PATH is pointing to those libs . the error am getting is : WARNING: *** JPEG loader will not be built (JPEG library not found) *** configure: error: *** Checks for JPEG loader failed. You can build without it by passing *** --without-libjpeg to configure but some programs using GTK+ may *** not work properly sine I have loaded libjpeg , iam dont want to use the --without-libjpeg . vidhya. From olaf@cbk.poznan.pl Tue Jul 22 07:53:01 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from goliath.sylaba.poznan.pl (goliath.sylaba.poznan.pl [195.216.104.3]) by mail.gnome.org (Postfix) with ESMTP id 8CB0F18472 for ; Tue, 22 Jul 2003 07:53:01 -0400 (EDT) Received: by goliath.sylaba.poznan.pl (Postfix, from userid 1003) id F067D94055; Tue, 22 Jul 2003 13:53:00 +0200 (CEST) Received: from venus.local.navi.pl (ps103.poznan.sdi.tpnet.pl [217.97.72.103]) by goliath.sylaba.poznan.pl (Postfix) with ESMTP id 9BC3993EA0; Tue, 22 Jul 2003 13:52:51 +0200 (CEST) Received: from venus.local.navi.pl (venus.local.navi.pl [127.0.0.1]) by venus.local.navi.pl (8.12.5/8.12.5) with ESMTP id h6MBrAQ6002511; Tue, 22 Jul 2003 13:53:24 +0200 Subject: Re: gtk installation err / libjpeg ? From: Olaf =?iso-8859-2?Q?Fr=B1czyk?= To: Vidhya CS Cc: gtk-list In-Reply-To: <3F1D5A96.D61A3D3@siptech.co.in> References: <3F1D5A96.D61A3D3@siptech.co.in> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 (1.0.8-10) Date: 22 Jul 2003 13:53:10 +0200 Message-Id: <1058874804.1836.7.camel@venus> Mime-Version: 1.0 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Tue, 2003-07-22 at 17:39, Vidhya CS wrote: > hi , > I am trying to install gtk , while running the ./configure , it says > jpeg loader not found , > I have installed libjpeg and LD_LIBRARY_PATH is pointing to those libs . > > the error am getting is > > : WARNING: *** JPEG loader will not be built (JPEG library not found) > *** > configure: error: > *** Checks for JPEG loader failed. You can build without it by passing > *** --without-libjpeg to configure but some programs using GTK+ may > *** not work properly > > sine I have loaded libjpeg , iam dont want to use the --without-libjpeg > . Do you have library and headers? Or library only? Then install headers and should work. Regards, Olaf From vidhya@siptech.co.in Tue Jul 22 08:59:30 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from turaco.siptech.co.in (unknown [202.54.64.126]) by mail.gnome.org (Postfix) with ESMTP id 0314A186E1 for ; Tue, 22 Jul 2003 08:59:29 -0400 (EDT) Received: from hornet.siptech.co.in (hornet [192.168.64.13]) by turaco.siptech.co.in (8.12.8/8.12.8) with ESMTP id h6MD37es009654; Tue, 22 Jul 2003 18:33:08 +0530 Received: from siptech.co.in ([192.168.64.193]) by hornet.siptech.co.in (8.11.0/8.11.0) with ESMTP id h6N0T4h11068; Wed, 23 Jul 2003 05:59:04 +0530 Message-ID: <3F1D82DF.26F7D3E4@siptech.co.in> Date: Tue, 22 Jul 2003 18:30:56 +0000 From: Vidhya CS Organization: Sip Tech X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.18-3 i686) X-Accept-Language: en MIME-Version: 1.0 To: Olaf =?iso-8859-1?Q?Fr=B1czyk?= Cc: gtk-list Subject: Re: gtk installation err / libjpeg ? References: <3F1D5A96.D61A3D3@siptech.co.in> <1058874804.1836.7.camel@venus> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Olaf Fr±czyk wrote: > On Tue, 2003-07-22 at 17:39, Vidhya CS wrote: > > hi , > > I am trying to install gtk , while running the ./configure , it says > > jpeg loader not found , > > I have installed libjpeg and LD_LIBRARY_PATH is pointing to those libs . > > > > the error am getting is > > > > : WARNING: *** JPEG loader will not be built (JPEG library not found) > > *** > > configure: error: > > *** Checks for JPEG loader failed. You can build without it by passing > > *** --without-libjpeg to configure but some programs using GTK+ may > > *** not work properly > > > > sine I have loaded libjpeg , iam dont want to use the --without-libjpeg > > . > Do you have library and headers? > Or library only? Then install headers and should work. I installed libjpeg-6b-19.i386.rpm, only the libraries got installed , now I have put all the headers still the same error. ie jpeg loader failed . any help ? regards vidhya. From ergo@secondthought.org Tue Jul 22 09:06:46 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from theory.lcs.mit.edu (theory.lcs.mit.edu [18.52.0.92]) by mail.gnome.org (Postfix) with ESMTP id 365D2182CE for ; Tue, 22 Jul 2003 09:06:46 -0400 (EDT) Received: from secondthought.org (h0002a5b20f0b.ne.client2.attbi.com [66.31.123.102]) (authenticated bits=0) by theory.lcs.mit.edu (8.12.9/8.12.1) with ESMTP id h6MD6lq7014618 for ; Tue, 22 Jul 2003 09:06:47 -0400 Message-ID: <3F1D36CE.5080401@secondthought.org> Date: Tue, 22 Jul 2003 09:06:22 -0400 From: Andrew Hogue Reply-To: ergo@secondthought.org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: GTK_WINDOW_POPUP assertion fails Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello - I am working with GTK 1.2.10, on Linux 2.4.18 (Red Hat 9.0). I am attempting to create a GTK window through the JNI (see code attached below), and I receive the following assertion failure during execution: (:6338): Gtk-CRITICAL **: file gtkwindow.c: line 794 (gtk_window_new): assertion `type >= GTK_WINDOW_TOPLEVEL && type <= GTK_WINDOW_POPUP' failed A series of other assertions subsequently fail, all seemingly because *mShell is null. I'm creating the window with: static GtkWidget *mShell = NULL; [snip] mShell = gtk_window_new (GTK_WINDOW_POPUP); Why does this assertion fail? Thanks in advance! -Andrew Hogue =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= GtkMozEmbed.cpp =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= #include #include "GtkMozEmbed.h" #include #include #include #include #include #include "gtkmozembed.h" #include "nsGtkEventHandler.h" #include /* * Class: org_eclipse_swt_widgets_GtkMozEmbed * Method: createTopLevelWindow * Signature: ()I */ JNIEXPORT jint JNICALL Java_org_eclipse_swt_widgets_GtkMozEmbed_createTopLevelWindow (JNIEnv * env, jobject obj) { static GtkWidget *mShell = NULL; /* Initialise GTK */ gtk_set_locale (); gtk_init (0, NULL); gdk_rgb_init(); mShell = gtk_window_new (GTK_WINDOW_POPUP); gtk_window_set_default_size(GTK_WINDOW(mShell), 300, 300); gtk_window_set_title(GTK_WINDOW(mShell), "Simple browser"); return (jint) mShell; } From sagars@dpsl.net Tue Jul 22 09:30:28 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from khyber.enigma (mail.dpsl.net [202.144.16.187]) by mail.gnome.org (Postfix) with ESMTP id B054618701 for ; Tue, 22 Jul 2003 09:30:27 -0400 (EDT) Received: by mail.dpsl.net with Internet Mail Service (5.5.2653.19) id <37PFN5LH>; Tue, 22 Jul 2003 19:06:01 +0530 Received: from khyber.enigma (mail.dpsl.net [202.144.16.187]) by khyber.enigma with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id 37PFN5LG; Tue, 22 Jul 2003 19:05:57 +0530 Received: FROM WAS BY khyber.enigma ; Tue Jul 22 19:05:56 2003 +0500 From: Sagar Shah To: gtk-list@gnome.org Message-ID: <0d0b01c350be$4c4cdd60$860410ac@WAS> Subject: problems building gtk+2.2 on linux Date: Tue, 22 Jul 2003 19:01:10 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0D04_01C35083.9D33A050" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is a multi-part message in MIME format. ------=_NextPart_000_0D04_01C35083.9D33A050 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi all, =20 i am trying to build gtk+2.2,. i installed the glib 2.2 and required version of atk. =20 i have autoconf 2.53, automake 1.5, libtool 1.4.2 and gcc 2.96. =20 when i make the package the following errors of undefined references like. =20 undefined reference to `g_sprintf' ndefined reference to `g_fprintf' undefined reference to `g_get_application_name' =20 i think its related to glib problem but its using glib 2.2 libraries which is in /usr/local/lib=20 =20 any suggestions what i should do, would appreciated. =20 Regards Sagar Shah =20 ------=_NextPart_000_0D04_01C35083.9D33A050 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi all,
 
i am trying to build gtk+2.2,. i = installed the glib=20 2.2 and required version of atk.
 
i have autoconf 2.53, automake 1.5, = libtool 1.4.2=20 and gcc 2.96.
 
when i make the package the following = errors of=20 undefined references like.
 
undefined=20 reference to `g_sprintf'

ndefined reference to=20 `g_fprintf'

 undefined reference to =20 `g_get_application_name'
 
i think its related to glib problem = but its using=20 glib 2.2 libraries which is in /usr/local/lib
 
any suggestions what i should = do,  would=20 appreciated.
 
Regards
Sagar Shah
 

------=_NextPart_000_0D04_01C35083.9D33A050-- From bert.timmerman@corusgroup.com Tue Jul 22 09:38:31 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from bridget.hoogovens.com (unknown [212.1.8.2]) by mail.gnome.org (Postfix) with ESMTP id ED38E1831A for ; Tue, 22 Jul 2003 09:38:30 -0400 (EDT) Received: from bridges.ijmuiden.corusgroup.com (145.8.252.111 [145.8.252.111]) by bridget.hoogovens.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id N67NPKPN; Tue, 22 Jul 2003 15:32:47 +0200 Received: by bridges.ijmuiden.corusgroup.com with Internet Mail Service (5.5.2653.19) id ; Tue, 22 Jul 2003 15:38:27 +0200 Message-ID: <06CBCB9A339A9F489C250E65CDAF074701C57D08@ijmexc00.ijmuiden.corusgroup.com> From: "Timmerman, LJH" To: "'Vidhya CS '" , =?iso-8859-1?Q?Olaf_Fr=B1czyk?= Cc: gtk-list Subject: RE: gtk installation err / libjpeg ? Date: Tue, 22 Jul 2003 15:38:25 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi Vidhya, Search at www.google.com for "libjpeg-devel" for the = development-headers, it lists several rpms for several platforms. Kind regards, Bert Timmerman. > -----Original Message----- > From: gtk-list-admin@gnome.org@CORUS On Behalf Of Vidhya CS > > Sent: dinsdag 22 juli 2003 20:31 > To: Olaf Fr=B1czyk > Cc: gtk-list > Subject: Re: gtk installation err / libjpeg ? >=20 > Olaf Fr=B1czyk wrote: >=20 > > On Tue, 2003-07-22 at 17:39, Vidhya CS wrote: > > > hi , > > > I am trying to install gtk , while running the ./configure , it = says > > > jpeg loader not found , > > > I have installed libjpeg and LD_LIBRARY_PATH is pointing to those = libs > . > > > > > > the error am getting is > > > > > > : WARNING: *** JPEG loader will not be built (JPEG library not = found) > > > *** > > > configure: error: > > > *** Checks for JPEG loader failed. You can build without it by = passing > > > *** --without-libjpeg to configure but some programs using GTK+ = may > > > *** not work properly > > > > > > sine I have loaded libjpeg , iam dont want to use the > --without-libjpeg > > > . > > Do you have library and headers? > > Or library only? Then install headers and should work. >=20 > I installed libjpeg-6b-19.i386.rpm, only the libraries got installed = , now > I > have put all the headers > still the same error. > ie jpeg loader failed . > any help ? > regards > vidhya. >=20 >=20 >=20 > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list From ed@unidata.ucar.edu Tue Jul 22 10:54:09 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from rodney.unidata.ucar.edu (rodney.unidata.ucar.edu [128.117.140.88]) by mail.gnome.org (Postfix) with ESMTP id 324E81844B for ; Tue, 22 Jul 2003 10:54:09 -0400 (EDT) Received: (from ed@localhost) by rodney.unidata.ucar.edu (8.11.6/8.11.6) id h6MEs9W12953; Tue, 22 Jul 2003 08:54:09 -0600 X-Authentication-Warning: rodney.unidata.ucar.edu: ed set sender to ed@unidata.ucar.edu using -f To: gtk-list@gnome.org Subject: problems installing latest version of glib... From: Ed Hartnett Date: 22 Jul 2003 08:54:09 -0600 Message-ID: Lines: 17 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Howdy all! I am on a red hat Linux box, trying to install glib-2.2.2. As per web page instructions, I first got and installed pkg-config. That seemed to go fine. I got version 0.15. During configure of glib-2.2.2 I got the following problem: checking for pkg-config... /usr/bin/pkg-config configure: error: *** pkg-config too old; version 0.14 or better required. What's up with this? How should I proceed? Thanks! Ed From sven@gimp.org Tue Jul 22 11:08:10 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.convergence.de (mail.convergence.de [212.84.236.4]) by mail.gnome.org (Postfix) with ESMTP id D24E918122 for ; Tue, 22 Jul 2003 11:08:09 -0400 (EDT) Received: from [10.1.1.145] (helo=blixa) by mail.convergence.de with esmtp (Exim 4.14) id 19eykM-0003pt-7o; Tue, 22 Jul 2003 17:08:10 +0200 Received: from neo by blixa with local (Exim 3.36 #1 (Debian)) id 19eykL-0000Wg-00; Tue, 22 Jul 2003 17:08:09 +0200 To: Ed Hartnett Cc: gtk-list@gnome.org Subject: Re: problems installing latest version of glib... References: From: Sven Neumann Date: Tue, 22 Jul 2003 17:08:09 +0200 In-Reply-To: (Ed Hartnett's message of "22 Jul 2003 08:54:09 -0600") Message-ID: User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, Ed Hartnett writes: > I am on a red hat Linux box, trying to install glib-2.2.2. > > As per web page instructions, I first got and installed > pkg-config. That seemed to go fine. I got version 0.15. > > During configure of glib-2.2.2 I got the following problem: > > checking for pkg-config... /usr/bin/pkg-config > configure: error: *** pkg-config too old; version 0.14 or better required. > > What's up with this? How should I proceed? Try 'pkg-config --version' do see what version of pkg-config is used. You probably have an older version in /usr/bin and installed 0.15 in /usr/local/bin. Sven From rjshaw@iprimus.com.au Tue Jul 22 11:34:11 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp02.syd.iprimus.net.au (smtp02.syd.iprimus.net.au [210.50.76.52]) by mail.gnome.org (Postfix) with ESMTP id D4DD81814C; Tue, 22 Jul 2003 11:34:10 -0400 (EDT) Received: from iprimus.com.au (203.134.138.33) by smtp02.syd.iprimus.net.au (7.0.018) (authenticated as rjshaw@iprimus.com.au) id 3F13130D001897CB; Wed, 23 Jul 2003 01:34:09 +1000 Message-ID: <3F1D58CC.1000108@iprimus.com.au> Date: Wed, 23 Jul 2003 01:31:24 +1000 From: Russell Shaw User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030311 Debian/1.2.1-10 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-app-devel-list@gnome.org, gtk-list@gnome.org Subject: Autoconf hello world Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, I'm looking for a GTK+ hello-world example that uses configure.in and automake.am (autoconf and automake). From murrayc@usa.net Tue Jul 22 11:53:41 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cmsrelay02.mx.net (cmsrelay02.mx.net [165.212.11.111]) by mail.gnome.org (Postfix) with SMTP id 496481843E for ; Tue, 22 Jul 2003 11:53:41 -0400 (EDT) Received: from uadvg128.cms.usa.net (165.212.11.128) by cmsoutbound.mx.net with SMTP; 22 Jul 2003 15:53:41 -0000 Received: from localhost.localdomain [195.226.162.108] by uadvg128.cms.usa.net (ASMTP/murrayc@usa.net) via mtad (C8.MAIN.3.08F) with ESMTP id 375HgVP2l0373M28; Tue, 22 Jul 2003 15:53:38 GMT X-USANET-Auth: 195.226.162.108 AUTH murrayc@usa.net localhost.localdomain Subject: Re: Autoconf hello world From: Murray Cumming Reply-To: murrayc@usa.net To: Russell Shaw Cc: gtk-app-devel-list@gnome.org, gtk-list In-Reply-To: <3F1D58CC.1000108@iprimus.com.au> References: <3F1D58CC.1000108@iprimus.com.au> Content-Type: text/plain Message-Id: <1058889211.2400.60.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.3 Date: 22 Jul 2003 17:53:31 +0200 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Tue, 2003-07-22 at 17:31, Russell Shaw wrote: > Hi, > I'm looking for a GTK+ hello-world example that uses > configure.in and automake.am (autoconf and automake). gnome-hello (on GNOME's ftp or cvs) is meant to be a GNOME hello world, though we are struggling with it a bit this week. A GTK+ hello world without the fancy GNOME stuff would be a bit easier. It's just a matter of using PKG_CHECK_MODULES. This might be helpful: http://www.murrayc.com/learning/linux/using_libraries/using_libraries.shtml#cflagsandlibs -- Murray Cumming murray@usa.net www.murrayc.com From rjshaw@iprimus.com.au Tue Jul 22 11:54:31 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.52]) by mail.gnome.org (Postfix) with ESMTP id D8BFA187AF; Tue, 22 Jul 2003 11:54:30 -0400 (EDT) Received: from iprimus.com.au (203.134.138.33) by smtp01.syd.iprimus.net.au (7.0.018) (authenticated as rjshaw@iprimus.com.au) id 3F146D0A001B17D6; Wed, 23 Jul 2003 01:54:30 +1000 Message-ID: <3F1D5D92.7090001@iprimus.com.au> Date: Wed, 23 Jul 2003 01:51:46 +1000 From: Russell Shaw User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030311 Debian/1.2.1-10 X-Accept-Language: en-us, en MIME-Version: 1.0 Cc: gtk-app-devel-list@gnome.org, gtk-list@gnome.org Subject: Re: Autoconf hello world References: <3F1D58CC.1000108@iprimus.com.au> In-Reply-To: <3F1D58CC.1000108@iprimus.com.au> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Russell Shaw wrote: > Hi, > I'm looking for a GTK+ hello-world example that uses > configure.in and automake.am (autoconf and automake). Ok, i found a faq: http://www.gtk.org/faq/#AEN412 From pvosta@unionbio-eu.com Wed Jul 23 09:59:57 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from unionbio-eu.com (unknown [213.193.139.10]) by mail.gnome.org (Postfix) with SMTP id DCDF81896A for ; Wed, 23 Jul 2003 09:59:56 -0400 (EDT) Received: (qmail 17375 invoked from network); 23 Jul 2003 13:59:57 -0000 Received: from linux-2.unionbio-eu.com (HELO unionbio-eu.com) (192.168.0.23) by server.unionbio-eu.com with SMTP; 23 Jul 2003 13:59:57 -0000 Message-ID: <3F1E94DD.AFA2851B@unionbio-eu.com> Date: Wed, 23 Jul 2003 15:59:57 +0200 From: Peter Van Osta Reply-To: pvosta@unionbio-eu.com Organization: Union Biometrica N.V./S.A. ESO X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.4.7-10 i686) X-Accept-Language: en MIME-Version: 1.0 To: ORBit list , GTK-list , Glade Subject: Filebrowser widget over CORBA Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, I am using a GTK-interface built with glade in combination with CORBA. In the interface I have used the filebrowser widget (generated by GLADE), but when I use it, it shows the directories and files which the GTK-client can see and not the directories and files on the CORBA-server. Is there a way to "redirect" the filebrowser so that it connects to the server instead and only shows directories and files from the server transparently ? Best regards, Peter Van Osta From randhol@pvv.org Wed Jul 23 10:09:08 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from kiuk0152.chembio.ntnu.no (kiuk0152.chembio.ntnu.no [129.241.83.78]) by mail.gnome.org (Postfix) with ESMTP id 3C01518A44 for ; Wed, 23 Jul 2003 10:09:08 -0400 (EDT) Received: from randhol by kiuk0152.chembio.ntnu.no with local (Exim 3.35 #1 (Debian)) id 19fKIS-0003uT-00 for ; Wed, 23 Jul 2003 16:08:48 +0200 Date: Wed, 23 Jul 2003 16:08:48 +0200 From: Preben Randhol To: GTK-list Subject: Can one know if a windows i minimized? Message-ID: <20030723140848.GA15000@pvv.org> Mail-Followup-To: GTK-list Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.3.28i Organization: PVV Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I know this may be out of the realm of GTK, but since one can remove window decorations from GTK I was wondering if one also could hook the minimize button so the program knows that it is being minimized. This is useful in some areas. Thanks in advance. -- Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 -- «For me, Ada95 puts back the joy in programming.» From otaylor@redhat.com Wed Jul 23 10:15:36 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (pix-525-pool.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 0308518A50; Wed, 23 Jul 2003 10:15:35 -0400 (EDT) Received: from poincare.devel.redhat.com (poincare.devel.redhat.com [172.16.58.30]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h6NEFaK17106; Wed, 23 Jul 2003 10:15:36 -0400 Subject: Re: Filebrowser widget over CORBA From: Owen Taylor To: pvosta@unionbio-eu.com Cc: ORBit list , GTK-list , Glade In-Reply-To: <3F1E94DD.AFA2851B@unionbio-eu.com> References: <3F1E94DD.AFA2851B@unionbio-eu.com> Content-Type: text/plain Message-Id: <1058969735.6206.25.camel@poincare.devel.redhat.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.92 (1.3.92-1) (Preview Release) Date: 23 Jul 2003 10:15:36 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Wed, 2003-07-23 at 09:59, Peter Van Osta wrote: > Hi, > > I am using a GTK-interface built with glade in combination with CORBA. > In the interface I have used the filebrowser widget (generated by > GLADE), but when I use it, it shows the directories and files which the > GTK-client can see and not the directories and files on the > CORBA-server. > > Is there a way to "redirect" the filebrowser so that it connects to the > server instead and only shows directories and files from the server > transparently ? No. I would expand more, but I'm really not sure what to say. The server is most likely not even exporting its file system in any fashion. The GTK+-2.4 file chooser widget is architected so that it could theoretically be used like this; there is separation between the file system model and the GUI components. But that's really meant for things like gnome-vfs support, and isn't exposed directly to applications. And even if it was, you'd have to design your own custom transport layer. Regards, Owen From randhol@pvv.org Wed Jul 23 10:16:37 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from kiuk0152.chembio.ntnu.no (kiuk0152.chembio.ntnu.no [129.241.83.78]) by mail.gnome.org (Postfix) with ESMTP id 50C6318A52 for ; Wed, 23 Jul 2003 10:16:37 -0400 (EDT) Received: from randhol by kiuk0152.chembio.ntnu.no with local (Exim 3.35 #1 (Debian)) id 19fKPi-0003wG-00 for ; Wed, 23 Jul 2003 16:16:18 +0200 Date: Wed, 23 Jul 2003 16:16:18 +0200 From: Preben Randhol To: Gtk-List Subject: Cannot set foreground colour of Entry widget Message-ID: <20030723141618.GA15136@pvv.org> Mail-Followup-To: Gtk-List Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i Organization: PVV Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I have problems setting the foreground colour of an Entry widget. In Gtk+-1.2 I modified a Style and then applied this to get say red colour on the text of the Entry widget text. This way still works for Label (though I use pango's markup instead now). However for a Entry widget this approach does not work anymore. Is there something special one need to do in Gtk+-2.x for Entry widgets? I want to change colour if the string that is entered is not correct. -- Ada95 is good for you. http://www.crystalcode.com/codemage/MainMenu/Coding/Ada/IntroducingAda.php From rew@primagraphics.co.uk Wed Jul 23 10:22:06 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from oak.primag (ip-80-242-37-235.aramiska-arc.aramiska.net [80.242.37.235]) by mail.gnome.org (Postfix) with SMTP id B2A0018A56 for ; Wed, 23 Jul 2003 10:22:01 -0400 (EDT) Received: (qmail 12037 invoked by uid 704); 23 Jul 2003 14:21:46 -0000 Received: from rew@primagraphics.co.uk by oak by uid 701 with qmail-scanner-1.13 (clamscan: 0.23. spamassassin: 2.55. Clear:. Processed in 1.097534 secs); 23 Jul 2003 14:21:46 -0000 Received: from holly.primag (HELO holly) (192.168.0.61) by oak.primag with SMTP; 23 Jul 2003 14:21:45 -0000 Message-ID: <011f01c35125$cb5215a0$3d00a8c0@primag> From: "Richard Warren" To: "Preben Randhol" , "GTK-list" References: <20030723140848.GA15000@pvv.org> Subject: Re: Can one know if a windows i minimized? Date: Wed, 23 Jul 2003 15:22:06 +0100 Organization: Primagraphics Ltd. MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > I know this may be out of the realm of GTK, but since one can remove > window decorations from GTK I was wondering if one also could hook the > minimize button so the program knows that it is being minimized. This is > useful in some areas. Connect to the "window-state-event" signal on your top-level window. The callback will be given a GdkEventWindowState pointer through which you can access a new_window_state field. This is a bitmask of flags such as GDK_WINDOW_STATE_ICONIFIED etc. Hope that helps, Richard W. From randhol@pvv.org Wed Jul 23 10:35:57 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from kiuk0152.chembio.ntnu.no (kiuk0152.chembio.ntnu.no [129.241.83.78]) by mail.gnome.org (Postfix) with ESMTP id 10ACA18A67 for ; Wed, 23 Jul 2003 10:35:57 -0400 (EDT) Received: from randhol by kiuk0152.chembio.ntnu.no with local (Exim 3.35 #1 (Debian)) id 19fKiP-0006iT-00; Wed, 23 Jul 2003 16:35:37 +0200 Date: Wed, 23 Jul 2003 16:35:37 +0200 From: Preben Randhol To: Richard Warren Cc: Preben Randhol , GTK-list Subject: Re: Can one know if a windows i minimized? Message-ID: <20030723143537.GC12485@pvv.org> Mail-Followup-To: Richard Warren , Preben Randhol , GTK-list References: <20030723140848.GA15000@pvv.org> <011f01c35125$cb5215a0$3d00a8c0@primag> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <011f01c35125$cb5215a0$3d00a8c0@primag> User-Agent: Mutt/1.3.28i Organization: PVV Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Richard Warren wrote on 23/07/2003 (16:23) : > Connect to the "window-state-event" signal on your top-level window. > > The callback will be given a GdkEventWindowState pointer through which you > can access a new_window_state field. This is a bitmask of flags such as > GDK_WINDOW_STATE_ICONIFIED etc. Thanks! Will look at it! -- Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 -- «For me, Ada95 puts back the joy in programming.» From dav@cs.utah.edu Wed Jul 23 17:09:10 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail-svr1.cs.utah.edu (mail-svr1.cs.utah.edu [155.99.198.200]) by mail.gnome.org (Postfix) with ESMTP id 3C0F018C1A for ; Wed, 23 Jul 2003 17:09:10 -0400 (EDT) Received: from faith.cs.utah.edu (faith.cs.utah.edu [155.99.198.108]) by mail-svr1.cs.utah.edu (Postfix) with ESMTP id 3B8BD34767 for ; Wed, 23 Jul 2003 15:09:11 -0600 (MDT) Received: (from dav@localhost) by faith.cs.utah.edu (8.11.6+Sun/8.11.1) id h6NL9B508938; Wed, 23 Jul 2003 15:09:11 -0600 (MDT) Date: Wed, 23 Jul 2003 15:09:11 -0600 (MDT) Message-Id: <200307232109.h6NL9B508938@faith.cs.utah.edu> X-Authentication-Warning: faith.cs.utah.edu: dav set sender to dav@cs.utah.edu using -f From: "J. Davison de St. Germain" To: gtk-list@gnome.org Subject: Re: replacement for gtk_tootips_set_delay Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > From: Skip Montanaro > * To: Owen Taylor > * Cc: gtk-list gnome org > * Subject: Re: replacement for gtk_tooltips_set_delay > * Date: Mon, 15 Oct 2001 17:31:22 -0500 > > ------------------------------------------------------------------------ > > >> In the 2.0 docs, gtk_tooltips_set_delay is marked as deprecated. > >> What replaces it? > > Owen> Nothing. What reason would an app programer have to change this? > Owen> If the default isn't right, then it should be fixed. If different > Owen> users need different settings it should be configurable. > > That's what I was getting at. Assuming you're taking control of this away > from the programmer, my experience suggests you put this control in the > hands of the user, but I don't see anything that suggests how the user is > supposed to control this either. A simple example of specifying this in an > rc file would be appreciated. > > Skip Hi, Can someone finish the answer to this. How does one go about changing this setting? Thanks, Dav ----------------------------------------------------------------------- - J. Davison de St. Germain dav@cs.utah.edu (801) 581-4078 - - Chief Software Engineer http://www.cs.utah.edu/~dav - - SCI Institute, SE C-SAFE University of Utah - ----------------------------------------------------------------------- From jeevesn@yahoo.com Wed Jul 23 18:32:33 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from web21102.mail.yahoo.com (web21102.mail.yahoo.com [216.136.227.104]) by mail.gnome.org (Postfix) with SMTP id 48F2F1842B for ; Wed, 23 Jul 2003 18:32:33 -0400 (EDT) Message-ID: <20030723223234.58636.qmail@web21102.mail.yahoo.com> Received: from [150.135.221.16] by web21102.mail.yahoo.com via HTTP; Wed, 23 Jul 2003 15:32:34 PDT Date: Wed, 23 Jul 2003 15:32:34 -0700 (PDT) From: Dominic Espinosa Subject: Pango: how to build a new rendering engine? To: gtk-list@gnome.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello all, I'm a linguistics student, and as part of a research project I've devised a hypothetical new script for certain phonetic applications. It's a novel approach, and the standard left-to-right sequential rendering of characters as for English or European languages is not going to work for rendering it (although I experimented with kerning in the font). The script resembles Korean Han-gul in that it works by systematically combining certain graphic elements into blocks. I have the glyphs stored in abritrary order inside a TrueType UTF-8 font, although I realize I'll need to address the encoding issue for real at some point, and an input method is also being devised. After a week of poring over the documentation and source code for Pango, I'm still not sure how to proceed in writing a module to render the script. I have tried to analyze the source code for the Han-gul module, but I'm having trouble figuring out how to apply that to what I'm doing. I feel like I'm missing a step in the font process. Can anyone point me towards some documentation that describes the font system on a lower level, or suggest a way to get started? Using Pango to render text seems easy enough, but building a new renderer seems like a less common task. I have also been looking at the docs and mailing list archives for Freetype2, but haven't found anything of this sort. Any information would be greatly appreciated. Thanks, Dominic Espinosa __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com From singo29@yahoo.com Wed Jul 23 17:05:11 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from web41114.mail.yahoo.com (web41114.mail.yahoo.com [66.218.93.30]) by mail.gnome.org (Postfix) with SMTP id 3AE6A18C5E for ; Wed, 23 Jul 2003 17:05:11 -0400 (EDT) Message-ID: <20030723210512.97878.qmail@web41114.mail.yahoo.com> Received: from [64.105.89.43] by web41114.mail.yahoo.com via HTTP; Wed, 23 Jul 2003 14:05:12 PDT Date: Wed, 23 Jul 2003 14:05:12 -0700 (PDT) From: Xing guo chen Subject: PKG_CONFIG_PATH and pango To: gtk-list@gnome.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Greets! Im currently installing gtk+-2.2.1 and the problem is that in the ./configure line it outputs an error: checking for glib-2.0 >= 2.1.4 atk >= 1.0.1 pango >= 1.0.1... Package pango was not found in the pkg-config search path. Perhaps you should add the directory containing `pango.pc' to the PKG_CONFIG_PATH environment variable No package 'pango' found configure: error: Library requirements (glib-2.0 >= 2.1.4 atk >= 1.0.1 pango >= 1.0.1) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. Other info: echo $PKG_CONFIG_PATH /usr/local/bin/lib/pkgconfig: /usr/local/bin/lib/pkgconfig find / -iname “pango.pc” /usr/local/bin/lib/pkgconfig/pango.pc What must I do to pango be detected by pkg-config? [][]Thx in advance Hi, I had the same problem and solved with following: bash>find / -name 'pkgconfig' /usr/lib/pkgconfig /usr/local/lib/pkgconfig bash>find / -name 'pango.pc' /usr/local/pango-1.2.3/pango.pc bash> export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/local/pango-1.2.3/ above should be 1 line command. And the path should be adjusted according to your file location. -- Eric Chen 4655 Old Ironsides Dr, Suite 350 Santa Clara, CA 95054 Tel: (408) 213-0052 Ex:118 Fax: (408) 213-0051 ===== Eric Chen TEL: home:(650)938-3432 cell:(408)887-2585 __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com From wktang@hotmail.com Wed Jul 23 17:12:54 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hotmail.com (sea2-f23.sea2.hotmail.com [207.68.165.23]) by mail.gnome.org (Postfix) with ESMTP id B932D18CBA for ; Wed, 23 Jul 2003 17:12:53 -0400 (EDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 23 Jul 2003 14:12:54 -0700 Received: from 216.141.65.3 by sea2fd.sea2.hotmail.msn.com with HTTP; Wed, 23 Jul 2003 21:12:54 GMT X-Originating-IP: [216.141.65.3] X-Originating-Email: [wktang@hotmail.com] From: "Tang Wai-kwok" To: gtk-list@gnome.org Subject: How to draw a line between 2 buttons? Date: Wed, 23 Jul 2003 21:12:54 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 23 Jul 2003 21:12:54.0593 (UTC) FILETIME=[2ED48B10:01C3515F] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, I am trying to find a way to draw a line between 2 buttons to show their connection (after both of them have been pressed consecutively). I understand I can do in Pixmap; but its really cumbersome (provided of course, if I know how to use pixmap correctly). Any feedback is appreciated! William _________________________________________________________________ Get 10mb of inbox space with MSN Hotmail Extra Storage http://join.msn.com/?pgmarket=en-sg at only S$36 including GST From shadowrage@acidchat.net Wed Jul 23 19:01:15 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from avocet.mail.pas.earthlink.net (avocet.mail.pas.earthlink.net [207.217.120.50]) by mail.gnome.org (Postfix) with ESMTP id 809AE184B6 for ; Wed, 23 Jul 2003 19:01:15 -0400 (EDT) Received: from host-66-81-244-203.rev.o1.com ([66.81.244.203] helo=Monolith.gamersmix) by avocet.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 19fSbh-0002Kl-00 for gtk-list@gnome.org; Wed, 23 Jul 2003 16:01:14 -0700 Date: Wed, 23 Jul 2003 16:01:11 -0700 From: ShadowRage To: gtk-list@gnome.org Subject: unsuscribe gamma Message-Id: <20030723160111.794211e8.shadowrage@acidchat.net> In-Reply-To: <20030723211601.6072.32921.Mailman@moniker.gnome.org> References: <20030723211601.6072.32921.Mailman@moniker.gnome.org> Organization: AcidChat IRC network X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: unsuscribe gamma On Wed, 23 Jul 2003 17:16:01 -0400 gtk-list-request@gnome.org wrote: > This is an automated response. > > There were problems with the email commands you sent to Mailman via > the administrative address . > > To obtain instructions on valid Mailman email commands, send email to > with the word "help" in the subject line > or in the body of the message. > > If you want to reach the human being that manages this mailing list, > please send your message to . > > The following is a detailed description of the problems. > > >>>>> Subject line ignored: > >>>>> SUSCRIBE > > ***** End: -- > The rest of the message is ignored: > > AcidChat IRC Network > > www.acidchat.net > > free chatrooms! > > -- AcidChat IRC Network www.acidchat.net free chatrooms! From shadowrage@acidchat.net Wed Jul 23 19:07:04 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from swan.mail.pas.earthlink.net (swan.mail.pas.earthlink.net [207.217.120.123]) by mail.gnome.org (Postfix) with ESMTP id 97D0718797 for ; Wed, 23 Jul 2003 19:07:04 -0400 (EDT) Received: from host-66-81-244-203.rev.o1.com ([66.81.244.203] helo=Monolith.gamersmix) by swan.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 19fShN-000786-00 for gtk-list@gnome.org; Wed, 23 Jul 2003 16:07:05 -0700 Date: Wed, 23 Jul 2003 16:07:02 -0700 From: ShadowRage To: gtk-list@gnome.org Subject: Re: unsuscribe gamma Message-Id: <20030723160702.6ad16212.shadowrage@acidchat.net> In-Reply-To: <20030723160111.794211e8.shadowrage@acidchat.net> References: <20030723211601.6072.32921.Mailman@moniker.gnome.org> <20030723160111.794211e8.shadowrage@acidchat.net> Organization: AcidChat IRC network X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: bah.. stupid shit. On Wed, 23 Jul 2003 16:01:11 -0700 ShadowRage wrote: > unsuscribe gamma > > On Wed, 23 Jul 2003 17:16:01 -0400 > gtk-list-request@gnome.org wrote: > > > This is an automated response. > > > > There were problems with the email commands you sent to Mailman via > > the administrative address . > > > > To obtain instructions on valid Mailman email commands, send email to > > with the word "help" in the subject line > > or in the body of the message. > > > > If you want to reach the human being that manages this mailing list, > > please send your message to . > > > > The following is a detailed description of the problems. > > > > >>>>> Subject line ignored: > > >>>>> SUSCRIBE > > > > ***** End: -- > > The rest of the message is ignored: > > > AcidChat IRC Network > > > www.acidchat.net > > > free chatrooms! > > > > > > -- > AcidChat IRC Network > www.acidchat.net > free chatrooms! > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list -- AcidChat IRC Network www.acidchat.net free chatrooms! From bharat@CS.Arizona.EDU Wed Jul 23 19:14:18 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cheltenham.cs.arizona.edu (cheltenham.cs.arizona.edu [192.12.69.60]) by mail.gnome.org (Postfix) with ESMTP id 4761F18437 for ; Wed, 23 Jul 2003 19:14:18 -0400 (EDT) Received: from lectura.CS.Arizona.EDU (lectura.cs.arizona.edu [192.12.69.186]) by cheltenham.cs.arizona.edu (8.12.6p2/8.12.6) with ESMTP id h6NNEJnT038658 for ; Wed, 23 Jul 2003 16:14:19 -0700 (MST) (envelope-from bharat@CS.Arizona.EDU) Received: from lectura.CS.Arizona.EDU (localhost [127.0.0.1]) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2) with ESMTP id h6NNEJrg023633 for ; Wed, 23 Jul 2003 16:14:19 -0700 (MST) Received: from localhost (bharat@localhost) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2/Submit) with ESMTP id h6NNEJw7023630 for ; Wed, 23 Jul 2003 16:14:19 -0700 (MST) X-Authentication-Warning: lectura.CS.Arizona.EDU: bharat owned process doing -bs Date: Wed, 23 Jul 2003 16:14:19 -0700 (MST) From: Bharat Bhushan To: Subject: deactivating close button of a gtk+ window / dialog Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hey. Is there anyway in Gtk+ that we can make close button of a gtk window (or / and dialog) insensitive. I know we can make a gtk button (and similar widgets) insensitive by calling gtk_widget_set_sensitive(widget, FALSE); I also know that several MS Windows programs have their close button insensitive (especially while doing a critical task). Can we do something like that in Gtk+? thanks, Bharat -------------------------------------------------------------------------------- From nlevitt@columbia.edu Wed Jul 23 19:23:34 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from computer.cc.columbia.edu (computer.cc.columbia.edu [128.59.31.237]) by mail.gnome.org (Postfix) with ESMTP id AE03F183F9 for ; Wed, 23 Jul 2003 19:23:34 -0400 (EDT) Received: from nlevitt by computer.cc.columbia.edu with local (Exim 3.36 #1) id 19fSxK-00010w-00; Wed, 23 Jul 2003 19:23:34 -0400 Date: Wed, 23 Jul 2003 19:23:34 -0400 From: Noah Levitt To: Dominic Espinosa Cc: gtk-list@gnome.org Subject: Re: Pango: how to build a new rendering engine? Message-ID: <20030723232334.GC5651@columbia.edu> References: <20030723223234.58636.qmail@web21102.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030723223234.58636.qmail@web21102.mail.yahoo.com> Secret-NSA-Message-ID: 3b026257dfe9ed894171dbbb76f5b2ba User-Agent: Mutt/1.5.4i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: If I were going to write a pango shaper, I'd start by copying the basic shaper, do some global find/replaces, clear out all the stuff I don't need, then start messing with the shaping method. The basic shaper is in pango/modules/basic. You probably only care about the Xft backend, so basic-fc.c is what you want. Noah On Wed, Jul 23, 2003 at 15:32:34 -0700, Dominic Espinosa wrote: > > I'm still not sure how to > proceed in writing a module to render the script. > From vigoni@aero.polimi.it Thu Jul 24 03:09:59 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.polimi.it (mail.polimi.it [131.175.12.67]) by mail.gnome.org (Postfix) with ESMTP id CBB1B18318 for ; Thu, 24 Jul 2003 03:09:58 -0400 (EDT) Received: from mailsrv.aero.polimi.it (mailsrv.aero.polimi.it [131.175.154.195]) by mail.polimi.it (Switch-3.0.4/Switch-3.0.0) with ESMTP id h6O79wwh016726 for ; Thu, 24 Jul 2003 09:09:59 +0200 (MEST) Received: from sagitta.aero.polimi.it (sagitta.aero.polimi.it [::ffff:131.175.154.235]) by mailsrv.aero.polimi.it with esmtp; Thu, 24 Jul 2003 08:38:53 +0200 Subject: Re: Cannot set foreground colour of Entry widget From: Edoardo Vigoni To: randhol+gtk@pvv.org Cc: gtk-list@gnome.org In-Reply-To: <20030723160011.29308.24260.Mailman@moniker.gnome.org> References: <20030723160011.29308.24260.Mailman@moniker.gnome.org> X-Mailer: Ximian Evolution 1.0.8 Date: 24 Jul 2003 09:08:42 +0200 Message-Id: <1059030522.888.4.camel@sagitta> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="=_mailsrv-25302-1059028733-0001-2" Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is a MIME-formatted message. If you see this text it means that your E-mail software does not support MIME-formatted messages. --=_mailsrv-25302-1059028733-0001-2 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Try this code. I use this in gtk+-1.2 and work well. colore1 is the text color and colore2 the background color, I set also the font of the text, the widget is the entry: you can call in this way: color_set_display(GTK_WIDGET(entry), "pale green", "black"); void color_set_display(GtkWidget *widget, gchar *colore1, gchar *colore2) { GtkStyle *style; GdkColormap *cmap; GdkColor color; GdkFont *font; style=gtk_style_new(); font=gdk_font_load("-schumacher-clean-bold-r-normal-*-14-*-*-*-*-*-iso646.1991-*"); if (font != NULL) style->font=font; cmap = gdk_colormap_get_system(); gdk_color_parse(colore1, &color); if(!gdk_colormap_alloc_color(cmap, &color, TRUE, TRUE)) { g_error("couldn't allocate colour"); } style->fg[GTK_STATE_NORMAL]=color; gdk_color_parse(colore2, &color); if(!gdk_colormap_alloc_color(cmap, &color, TRUE, TRUE)) { g_error("couldn't allocate colour"); } style->base[widget->state]=color; gtk_widget_set_style(widget, style); } Date: Wed, 23 Jul 2003 16:16:18 +0200 From: Preben Randhol To: Gtk-List Subject: Cannot set foreground colour of Entry widget Organization: PVV I have problems setting the foreground colour of an Entry widget. In Gtk+-1.2 I modified a Style and then applied this to get say red colour on the text of the Entry widget text. This way still works for Label (though I use pango's markup instead now). However for a Entry widget this approach does not work anymore. Is there something special one need to do in Gtk+-2.x for Entry widgets? I want to change colour if the string that is entered is not correct. -- Ada95 is good for you. http://www.crystalcode.com/codemage/MainMenu/Coding/Ada/IntroducingAda.php --=_mailsrv-25302-1059028733-0001-2 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit Try this code. I use this in gtk+-1.2 and work well. colore1 is the text color and colore2 the background color, I set also the font of the text, the widget is the entry:

you can call in this way:
color_set_display(GTK_WIDGET(entry), "pale green", "black");

void color_set_display(GtkWidget *widget, gchar *colore1, gchar *colore2)
{
GtkStyle    *style;

GdkColormap *cmap;
GdkColor    color;
GdkFont     *font;


    style=gtk_style_new();

    font=gdk_font_load("-schumacher-clean-bold-r-normal-*-14-*-*-*-*-*-iso646.1991-*");

    if (font != NULL) style->font=font;

    cmap = gdk_colormap_get_system();
    gdk_color_parse(colore1, &color);

    if(!gdk_colormap_alloc_color(cmap, &color, TRUE, TRUE))
    {
    g_error("couldn't allocate colour");
    }

    style->fg[GTK_STATE_NORMAL]=color;

    gdk_color_parse(colore2, &color);

   if(!gdk_colormap_alloc_color(cmap, &color, TRUE, TRUE))
    {
    g_error("couldn't allocate colour");
    }

    style->base[widget->state]=color;

    gtk_widget_set_style(widget, style);

}


Date: Wed, 23 Jul 2003 16:16:18 +0200
From: Preben Randhol <randhol+gtk@pvv.org>
To: Gtk-List <gtk-list@gnome.org>
Subject: Cannot set foreground colour of Entry widget
Organization: PVV

I have problems setting the foreground colour of an Entry widget. In
Gtk+-1.2 I modified a Style and then applied this to get say red colour
on the text of the Entry widget text. This way still works for Label
(though I use pango's markup instead now). However for a Entry widget
this approach does not work anymore. Is there something special one need
to do in Gtk+-2.x for Entry widgets?

I want to change colour if the string that is entered is not correct.

-- 
Ada95 is good for you.
http://www.crystalcode.com/codemage/MainMenu/Coding/Ada/IntroducingAda.php
--=_mailsrv-25302-1059028733-0001-2-- From randhol@pvv.org Thu Jul 24 05:41:43 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from kiuk0152.chembio.ntnu.no (kiuk0152.chembio.ntnu.no [129.241.83.78]) by mail.gnome.org (Postfix) with ESMTP id E806A18BFD for ; Thu, 24 Jul 2003 05:41:42 -0400 (EDT) Received: from randhol by kiuk0152.chembio.ntnu.no with local (Exim 3.35 #1 (Debian)) id 19fcbD-0001FB-00 for ; Thu, 24 Jul 2003 11:41:23 +0200 Date: Thu, 24 Jul 2003 11:41:23 +0200 From: Preben Randhol To: gtk-list@gnome.org Subject: Re: Cannot set foreground colour of Entry widget Message-ID: <20030724094122.GA3170@pvv.org> Mail-Followup-To: gtk-list@gnome.org References: <20030723160011.29308.24260.Mailman@moniker.gnome.org> <1059030522.888.4.camel@sagitta> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1059030522.888.4.camel@sagitta> User-Agent: Mutt/1.3.28i Organization: PVV Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Edoardo Vigoni wrote on 24/07/2003 (09:53) : > Try this code. I use this in gtk+-1.2 and work well. colore1 is the text > color and colore2 the background color, I set also the font of the text, > the widget is the entry: This is what I do (except not in C) and it does not work. It works for a Label in the same window so there is nothing wrong with allocating the colours or something like that. I'm beginning to believe it is a bug in Gtk+. -- Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 -- «For me, Ada95 puts back the joy in programming.» From duin@tutopia.com Thu Jul 24 08:18:13 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from frontend04.cg.ifxnetworks.com (unknown [200.62.58.52]) by mail.gnome.org (Postfix) with ESMTP id 686B418138 for ; Thu, 24 Jul 2003 08:18:13 -0400 (EDT) Received: from [200.80.198.107] (account duin@tutopia.com HELO tutopia.com) by frontend04.cg.ifxnetworks.com (CommuniGate Pro SMTP 4.0.6) with ESMTP id 20382541 for gtk-list@gnome.org; Thu, 24 Jul 2003 08:18:14 -0400 Message-ID: <3F1FCD77.6060407@tutopia.com> Date: Thu, 24 Jul 2003 09:13:43 -0300 From: Ariel Fritz User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: Text and transparent background for it Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi all !! I want to show a text label and I wan to the background be transparent, because the text label is shown on a video movie. Any help? Thanks a lot and regards Ariel From otaylor@redhat.com Thu Jul 24 08:26:22 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (pix-525-pool.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 6B45318C6F for ; Thu, 24 Jul 2003 08:26:22 -0400 (EDT) Received: from vpn50-14.rdu.redhat.com (vpn50-14.rdu.redhat.com [172.16.50.14]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h6OCQLK09416; Thu, 24 Jul 2003 08:26:21 -0400 Subject: Re: Cannot set foreground colour of Entry widget From: Owen Taylor To: Preben Randhol Cc: gtk-list@gnome.org, gale@gtk.org In-Reply-To: <20030724094122.GA3170@pvv.org> References: <20030723160011.29308.24260.Mailman@moniker.gnome.org> <1059030522.888.4.camel@sagitta> <20030724094122.GA3170@pvv.org> Content-Type: text/plain Organization: Message-Id: <1059049549.1673.7.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-0) Date: 24 Jul 2003 08:25:49 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Thu, 2003-07-24 at 05:41, Preben Randhol wrote: > Edoardo Vigoni wrote on 24/07/2003 (09:53) : > > Try this code. I use this in gtk+-1.2 and work well. colore1 is the text > > color and colore2 the background color, I set also the font of the text, > > the widget is the entry: > > This is what I do (except not in C) and it does not work. It works for a > Label in the same window so there is nothing wrong with allocating the > colours or something like that. > > I'm beginning to believe it is a bug in Gtk+. http://ometer.com/gtk-colors.html See the first entry under: Why doesn't setting the color work for me? Regards, Owen [ Tony - could we get a link to the color mini-faq somewhere in the main FAQ? ] From andrej.prsa@guest.arnes.si Thu Jul 24 09:53:30 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from rigljica.arnes.si (rigljica.arnes.si [193.2.1.82]) by mail.gnome.org (Postfix) with ESMTP id 305B918D30 for ; Thu, 24 Jul 2003 09:53:30 -0400 (EDT) Received: from razor.arnes.si (razor.arnes.si [193.2.1.80]) by rigljica.arnes.si (Postfix) with ESMTP id 531436E43C for ; Thu, 24 Jul 2003 15:53:31 +0200 (MEST) Received: from gemma (unknown [193.2.110.236]) by razor.arnes.si (Postfix) with SMTP id 0FDF639953F; Thu, 24 Jul 2003 15:53:28 +0200 (MEST) Date: Thu, 24 Jul 2003 15:51:43 +0200 From: Andrej Prsa To: GTK Mailing list Cc: "Serge S. Fukanchik" Subject: Re: GtkCellRendererPixbuf and signals Message-Id: <20030724155143.2a3ad464.andrej.prsa@guest.arnes.si> In-Reply-To: <3F153FCD.5040503@mail.ru> References: <20030716131747.2df141f5.andrej.prsa@guest.arnes.si> <3F153FCD.5040503@mail.ru> Organization: Faculty of Mathematics and Physics X-Mailer: Sylpheed version 0.9.3 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello! > > Could anyone please give me a hint on how to attach a "clicked" signal > > to the pixbuf that is in the GtkTreeView? GtkCellRendererPixbuf > > doesn't have any signals? > You should set property mode of parent class GtkCellRenderer to > GTK_CELL_RENDERER_MODE_ACTIVATABLE, then use `activate' method from > GtkCellRendererClass's vtable. I suggest you should create subclass of > GtkCellRendererPixbuf with your own settings. I managed to set the GTK_CELL_RENDERER_MODE_ACTIVATABLE switch to the renderer, but I don't know how to work with vtables; I checked the header file and in fact there is the "activate" method; could you please demonstrate how to use it? Thanks, Andrej From flavio@maqplas.com.br Thu Jul 24 10:53:23 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from paiol.terra.com.br (paiol.terra.com.br [200.176.3.18]) by mail.gnome.org (Postfix) with ESMTP id 1B6CF18413 for ; Thu, 24 Jul 2003 10:53:23 -0400 (EDT) Received: from tucuriba.terra.com.br (tucuriba.terra.com.br [200.176.3.53]) by paiol.terra.com.br (Postfix) with ESMTP id 7D13A848C22 for ; Thu, 24 Jul 2003 11:53:23 -0300 (BRT) Received: from flavio (unknown [200.206.167.234]) (authenticated user maq.ic@terra.com.br) by tucuriba.terra.com.br (Postfix) with ESMTP id E36202645CC for ; Thu, 24 Jul 2003 11:53:20 -0300 (BRT) Date: Thu, 24 Jul 2003 11:53:12 -0300 From: Flavio Alberto Lopes Soares To: Lista GTK Subject: There some way to overlap text in a pixmap ? Message-Id: <20030724115312.1c2e8e91.flavio@maqplas.com.br> Organization: MAQPLAS =?ISO-8859-1?B?SW5k+nN0cmlh?= e =?ISO-8859-1?B?Q29t6Q==?= rcio de =?ISO-8859-1?B?TeFxdWluYXM=?= LTDA. X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-debian-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello all, I'm developing an application in GTK2 & C language that has some buttons in your interface, these buttons has pixmaps inside them occupying all button dimensions with some text inside to explain the button function, when the button is selected your pixmap backgound color change to another color, all application will have a large number of these buttons, and to do these button I have to make each pixmap with the text inside (using Gimp) and your selected version with another color; I want to know if I can make only 2 pixmaps (selected color & not selected color) and with some way, overlap the text (GtkLabel ?) on the pixmap, changing this text dynamically with my code. Thanks for all help and excuse-me for my bad english (I'm from Brazil); Flavio Alberto Lopes Soares From Ken.Rastatter@Honeywell.com Thu Jul 24 11:04:36 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from tmpsmtp702.honeywell.com (tmpsmtp702.honeywell.com [199.64.7.102]) by mail.gnome.org (Postfix) with SMTP id 808D6181C8 for ; Thu, 24 Jul 2003 11:04:35 -0400 (EDT) Received: from 131.127.249.99 by tmpsmtp702.honeywell.com (InterScan E-Mail VirusWall NT); Thu, 24 Jul 2003 08:04:16 -0700 Received: by smtp.allied.com with Internet Mail Service (5.5.2656.59) id ; Thu, 24 Jul 2003 08:03:07 -0700 Message-ID: From: "Rastatter, Ken (OH32)" To: "'gtk-list@gnome.org'" Subject: RE: deactivating close button of a gtk+ window / dialog Date: Thu, 24 Jul 2003 08:03:06 -0700 X-Mailer: Internet Mail Service (5.5.2656.59) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Wed, 23 Jul 2003 Bharat Bhushan wrote: > Is there anyway in Gtk+ that we can make close button of > a gtk window (or / and dialog) insensitive. Check out gdk_window_set_decorations(). -- Ken Rastatter, Senior Design Engineer Honeywell Sensotec 2080 Arlingate Lane, Columbus, Ohio, 43228-4112 USA Home Page: http://www.sensotec.com "These opinions are mine and not necessarily those of Honeywell." From randhol@pvv.org Thu Jul 24 11:11:54 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from kiuk0152.chembio.ntnu.no (kiuk0152.chembio.ntnu.no [129.241.83.78]) by mail.gnome.org (Postfix) with ESMTP id 1497218851 for ; Thu, 24 Jul 2003 11:11:54 -0400 (EDT) Received: from randhol by kiuk0152.chembio.ntnu.no with local (Exim 3.35 #1 (Debian)) id 19fhkk-0000gW-00; Thu, 24 Jul 2003 17:11:34 +0200 Date: Thu, 24 Jul 2003 17:11:34 +0200 From: Preben Randhol To: gtk-list@gnome.org, gale@gtk.org Subject: Re: Cannot set foreground colour of Entry widget Message-ID: <20030724151133.GA2453@pvv.org> Mail-Followup-To: gtk-list@gnome.org, gale@gtk.org References: <20030723160011.29308.24260.Mailman@moniker.gnome.org> <1059030522.888.4.camel@sagitta> <20030724094122.GA3170@pvv.org> <1059049549.1673.7.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1059049549.1673.7.camel@localhost.localdomain> User-Agent: Mutt/1.3.28i Organization: PVV Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Owen Taylor wrote on 24/07/2003 (16:19) : > http://ometer.com/gtk-colors.html Thanks! Set_Text with State_Normal fixed the problem. -- Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 -- «For me, Ada95 puts back the joy in programming.» From bharat@CS.Arizona.EDU Thu Jul 24 11:14:21 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cheltenham.cs.arizona.edu (cheltenham.cs.arizona.edu [192.12.69.60]) by mail.gnome.org (Postfix) with ESMTP id 17C3718A81 for ; Thu, 24 Jul 2003 11:14:21 -0400 (EDT) Received: from lectura.CS.Arizona.EDU (lectura.cs.arizona.edu [192.12.69.186]) by cheltenham.cs.arizona.edu (8.12.6p2/8.12.6) with ESMTP id h6OFEMnT047755; Thu, 24 Jul 2003 08:14:22 -0700 (MST) (envelope-from bharat@CS.Arizona.EDU) Received: from lectura.CS.Arizona.EDU (localhost [127.0.0.1]) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2) with ESMTP id h6OFEMrg029232; Thu, 24 Jul 2003 08:14:22 -0700 (MST) Received: from localhost (bharat@localhost) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2/Submit) with ESMTP id h6OFEMMr029229; Thu, 24 Jul 2003 08:14:22 -0700 (MST) X-Authentication-Warning: lectura.CS.Arizona.EDU: bharat owned process doing -bs Date: Thu, 24 Jul 2003 08:14:22 -0700 (MST) From: Bharat Bhushan To: "Rastatter, Ken (OH32)" Cc: "'gtk-list@gnome.org'" Subject: RE: deactivating close button of a gtk+ window / dialog In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I believe gdk_window_set_decorations() can be used to add / remove a particular decoration (like, minize button, move option, etc.). I am looking for something which desensitizes the close button of a gtk window/dialog. I don't even know if it's possible or not. thanks, Bharat -------------------------------------------------------------------------------- On Thu, 24 Jul 2003, Rastatter, Ken (OH32) wrote: > > On Wed, 23 Jul 2003 Bharat Bhushan wrote: > > Is there anyway in Gtk+ that we can make close button of > > a gtk window (or / and dialog) insensitive. > > Check out gdk_window_set_decorations(). > > -- > Ken Rastatter, Senior Design Engineer > Honeywell Sensotec > 2080 Arlingate Lane, Columbus, Ohio, 43228-4112 USA > Home Page: http://www.sensotec.com > "These opinions are mine and not necessarily those of Honeywell." > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list > From randhol@pvv.org Thu Jul 24 11:26:23 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from kiuk0152.chembio.ntnu.no (kiuk0152.chembio.ntnu.no [129.241.83.78]) by mail.gnome.org (Postfix) with ESMTP id C6BC618C72 for ; Thu, 24 Jul 2003 11:26:22 -0400 (EDT) Received: from randhol by kiuk0152.chembio.ntnu.no with local (Exim 3.35 #1 (Debian)) id 19fhyk-0000kV-00 for ; Thu, 24 Jul 2003 17:26:02 +0200 Date: Thu, 24 Jul 2003 17:26:02 +0200 From: Preben Randhol To: "'gtk-list@gnome.org'" Subject: Re: deactivating close button of a gtk+ window / dialog Message-ID: <20030724152602.GB2453@pvv.org> Mail-Followup-To: "'gtk-list@gnome.org'" References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.3.28i Organization: PVV Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Bharat Bhushan wrote on 24/07/2003 (17:16) : > I believe gdk_window_set_decorations() can be used to add / remove a > particular decoration (like, minize button, move option, etc.). I am > looking for something which desensitizes the close button of a gtk > window/dialog. I don't even know if it's possible or not. Why do you want to desensitizes it? It is better to remove it if the user should not use it. -- Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 -- «For me, Ada95 puts back the joy in programming.» From bharat@CS.Arizona.EDU Thu Jul 24 12:02:16 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cheltenham.cs.arizona.edu (cheltenham.cs.arizona.edu [192.12.69.60]) by mail.gnome.org (Postfix) with ESMTP id 6137F18811 for ; Thu, 24 Jul 2003 12:02:16 -0400 (EDT) Received: from lectura.CS.Arizona.EDU (lectura.cs.arizona.edu [192.12.69.186]) by cheltenham.cs.arizona.edu (8.12.6p2/8.12.6) with ESMTP id h6OG2HnT048340; Thu, 24 Jul 2003 09:02:18 -0700 (MST) (envelope-from bharat@CS.Arizona.EDU) Received: from lectura.CS.Arizona.EDU (localhost [127.0.0.1]) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2) with ESMTP id h6OG2Hrg008229; Thu, 24 Jul 2003 09:02:17 -0700 (MST) Received: from localhost (bharat@localhost) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2/Submit) with ESMTP id h6OG2G68008226; Thu, 24 Jul 2003 09:02:17 -0700 (MST) X-Authentication-Warning: lectura.CS.Arizona.EDU: bharat owned process doing -bs Date: Thu, 24 Jul 2003 09:02:16 -0700 (MST) From: Bharat Bhushan To: Preben Randhol Cc: "'gtk-list@gnome.org'" Subject: Re: deactivating close button of a gtk+ window / dialog In-Reply-To: <20030724152602.GB2453@pvv.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I want to desensitize it only for a small duration (while some critical task is being done, so that user can't close it). I thought of using gdk_window_set_decorations() and remove the close button for that duration and then bring it back using the same function. But the problem was that the close button doesn't become visible again until you click on the window (i.e. it doesnt refreshes the window properly). But actually what I want is to desensitize the button for the duration. I think that will look more elegant and professional. thanks, Bharat ---------------------------------------------------------------------------= ----- On Thu, 24 Jul 2003, Preben Randhol wrote: > Bharat Bhushan wrote on 24/07/2003 (17:16) : > > I believe gdk_window_set_decorations() can be used to add / remove a > > particular decoration (like, minize button, move option, etc.). I am > > looking for something which desensitizes the close button of a gtk > > window/dialog. I don't even know if it's possible or not. > > Why do you want to desensitizes it? It is better to remove it if the > user should not use it. > > -- > Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 -- > =ABFor me, Ada95 puts back the joy in programming.=BB > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list > From paul@linuxaudiosystems.com Thu Jul 24 12:17:10 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail09.voicenet.com (mail09.voicenet.com [207.103.0.43]) by mail.gnome.org (Postfix) with SMTP id 7081018D83 for ; Thu, 24 Jul 2003 12:17:10 -0400 (EDT) Received: (qmail 25953 invoked from network); 24 Jul 2003 16:17:11 -0000 Received: from lata228-02-c115.lata228-c.voicenet.com (HELO dhin.linuxaudiosystems.com) (209.71.21.115) by mail09.voicenet.com with SMTP; 24 Jul 2003 16:17:11 -0000 To: Bharat Bhushan Cc: gtk-list@gnome.org Subject: Re: deactivating close button of a gtk+ window / dialog In-reply-to: Your message of "Wed, 23 Jul 2003 16:14:19 PDT." Date: Thu, 24 Jul 2003 12:23:33 -0400 From: Paul Davis Message-Id: <20030724161710.7081018D83@mail.gnome.org> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: >Hey. > Is there anyway in Gtk+ that we can make close button of a gtk window >(or / and dialog) insensitive. I know we can make a gtk button (and >similar widgets) insensitive by calling gtk_widget_set_sensitive(widget, >FALSE); I also know that several MS Windows programs have their close button >insensitive (especially while doing a critical task). Can we do something >like that in Gtk+? catch the top level window delete_event, do nothing in the handler, return TRUE. From otaylor@redhat.com Thu Jul 24 12:31:50 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (pix-525-pool.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 917C61821B for ; Thu, 24 Jul 2003 12:31:50 -0400 (EDT) Received: from poincare.devel.redhat.com (poincare.devel.redhat.com [172.16.58.30]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h6OGVnK12409; Thu, 24 Jul 2003 12:31:49 -0400 Subject: Re: deactivating close button of a gtk+ window / dialog From: Owen Taylor To: Bharat Bhushan Cc: Preben Randhol , "'gtk-list@gnome.org'" In-Reply-To: References: Content-Type: text/plain Message-Id: <1059064309.6206.167.camel@poincare.devel.redhat.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.92 (1.3.92-1) (Preview Release) Date: 24 Jul 2003 12:31:49 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Thu, 2003-07-24 at 12:02, Bharat Bhushan wrote: > I want to desensitize it only for a small duration (while some critical > task is being done, so that user can't close it). I thought of using > gdk_window_set_decorations() and remove the close button for that duration > and then bring it back using the same function. But the problem was that > the close button doesn't become visible again until you click on the > window (i.e. it doesnt refreshes the window properly). > But actually what I want is to desensitize the button for the duration. I > think that will look more elegant and professional. In theory gdk_window_set_functions(window->window,...) might do what you want; in practice, I don't think it will unless you are using MWM. I think your best bet is simply to connect to "delete-event" and do nothing during the critical period (return TRUE - "I handled it") Regards, Owen From bharat@CS.Arizona.EDU Thu Jul 24 12:48:27 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cheltenham.cs.arizona.edu (cheltenham.cs.arizona.edu [192.12.69.60]) by mail.gnome.org (Postfix) with ESMTP id 5C67818592 for ; Thu, 24 Jul 2003 12:48:27 -0400 (EDT) Received: from lectura.CS.Arizona.EDU (lectura.cs.arizona.edu [192.12.69.186]) by cheltenham.cs.arizona.edu (8.12.6p2/8.12.6) with ESMTP id h6OGmSnT049014; Thu, 24 Jul 2003 09:48:29 -0700 (MST) (envelope-from bharat@CS.Arizona.EDU) Received: from lectura.CS.Arizona.EDU (localhost [127.0.0.1]) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2) with ESMTP id h6OGmSrg017064; Thu, 24 Jul 2003 09:48:28 -0700 (MST) Received: from localhost (bharat@localhost) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2/Submit) with ESMTP id h6OGmShg017061; Thu, 24 Jul 2003 09:48:28 -0700 (MST) X-Authentication-Warning: lectura.CS.Arizona.EDU: bharat owned process doing -bs Date: Thu, 24 Jul 2003 09:48:28 -0700 (MST) From: Bharat Bhushan To: Paul Davis Cc: Subject: Re: deactivating close button of a gtk+ window / dialog In-Reply-To: <20030724161710.7081018D83@mail.gnome.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: thanks for the sueestion. that's what my plan is if I can't get it done exactly the way i want. regards, Bharat -------------------------------------------------------------------------------- On Thu, 24 Jul 2003, Paul Davis wrote: > >Hey. > > Is there anyway in Gtk+ that we can make close button of a gtk window > >(or / and dialog) insensitive. I know we can make a gtk button (and > >similar widgets) insensitive by calling gtk_widget_set_sensitive(widget, > >FALSE); I also know that several MS Windows programs have their close button > >insensitive (especially while doing a critical task). Can we do something > >like that in Gtk+? > > catch the top level window delete_event, do nothing in the handler, > return TRUE. > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list > From bharat@CS.Arizona.EDU Thu Jul 24 12:48:48 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cheltenham.cs.arizona.edu (cheltenham.cs.arizona.edu [192.12.69.60]) by mail.gnome.org (Postfix) with ESMTP id 7DAD918592 for ; Thu, 24 Jul 2003 12:48:48 -0400 (EDT) Received: from lectura.CS.Arizona.EDU (lectura.cs.arizona.edu [192.12.69.186]) by cheltenham.cs.arizona.edu (8.12.6p2/8.12.6) with ESMTP id h6OGmonT049017; Thu, 24 Jul 2003 09:48:50 -0700 (MST) (envelope-from bharat@CS.Arizona.EDU) Received: from lectura.CS.Arizona.EDU (localhost [127.0.0.1]) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2) with ESMTP id h6OGmnrg017082; Thu, 24 Jul 2003 09:48:49 -0700 (MST) Received: from localhost (bharat@localhost) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2/Submit) with ESMTP id h6OGmnAw017079; Thu, 24 Jul 2003 09:48:49 -0700 (MST) X-Authentication-Warning: lectura.CS.Arizona.EDU: bharat owned process doing -bs Date: Thu, 24 Jul 2003 09:48:49 -0700 (MST) From: Bharat Bhushan To: Owen Taylor Cc: Preben Randhol , "'gtk-list@gnome.org'" Subject: Re: deactivating close button of a gtk+ window / dialog In-Reply-To: <1059064309.6206.167.camel@poincare.devel.redhat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: thanks. i will try this. regards, Bharat -------------------------------------------------------------------------------- On 24 Jul 2003, Owen Taylor wrote: > On Thu, 2003-07-24 at 12:02, Bharat Bhushan wrote: > > I want to desensitize it only for a small duration (while some critical > > task is being done, so that user can't close it). I thought of using > > gdk_window_set_decorations() and remove the close button for that duration > > and then bring it back using the same function. But the problem was that > > the close button doesn't become visible again until you click on the > > window (i.e. it doesnt refreshes the window properly). > > But actually what I want is to desensitize the button for the duration. I > > think that will look more elegant and professional. > > In theory gdk_window_set_functions(window->window,...) might do what you > want; in practice, I don't think it will unless you are using > MWM. > > I think your best bet is simply to connect to "delete-event" and do > nothing during the critical period (return TRUE - "I handled it") > > Regards, > Owen > > From rowan@hispavista.com Thu Jul 24 15:11:29 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hv143.hispavista.com (unknown [213.228.192.143]) by mail.gnome.org (Postfix) with ESMTP id B77A518B53 for ; Thu, 24 Jul 2003 15:11:28 -0400 (EDT) Received: from hispavista.com (root@[192.168.20.145]) by hv143.hispavista.com (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id VAA15928 for ; Thu, 24 Jul 2003 21:11:30 +0200 From: rowan@hispavista.com X-Authentication-Warning: hv143.hispavista.com: Host root@[192.168.20.145] claimed to be hispavista.com Received: from [62.37.145.210] (account ) by hispavista.com (CommuniGate Pro WebUser 3.4b7) with HTTP id 449944114 for ; Thu, 24 Jul 2003 21:11:29 +0200 Subject: GTK+-2.2.2 compilation error To: gtk-list@gnome.org X-Mailer: CommuniGate Pro Web Mailer v.3.4b7 Date: Thu, 24 Jul 2003 21:11:29 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello everybody, I hope I'm posting this request to the right list. In case I am not, I would be grateful if you could tell me the right one... My problem is I get this error below when trying to compile (when doing "make" really) the GTK+-2.2.2: (cd .libs && rm -f im-viqr.la && ln -s ../im-viqr.la im-viqr.la) ../../gtk/gtk-query-immodules-2.0 *.la > gtk.immodules make[3]: *** [gtk.immodules] Error 139 make[3]: Leaving directory `/home/varios/descargas/vete/reciente/gnome/gtk+-2.2.2/modules/input' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/varios/descargas/vete/reciente/gnome/gtk+-2.2.2/modules' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/varios/descargas/vete/reciente/gnome/gtk+-2.2.2' make: *** [all-recursive-am] Error 2 I was trying to install gnome2.2 myself following the gnome installation guide at http://www.karubik.de/gig/, but I got stuck at the error above. Haven't got a clue of what it might mean... I am using mandrake 8.2 under a pentium III PC, gcc version is 3.3, kernel version is 2.4.18, just in case it helps. Does anybody know how to get out of this so that I can go on building gnome? Thanks indeed for your help. Rowan -------------------------------------------------------------------------------------------------------- ¿Quieres conocer tu futuro? Te leemos las cartas de forma personalizada en el 906 150 305 http://www.miwebcam.com/dialers/hispatarot/ -------------------------------------------------------------------------------------------------------- ¿Conoces eBay, el mayor centro de compra y venta en internet? Móviles, portátiles, pda´s, cd´s, cámaras digitales, videocamaras... ¡Compra ahora a los mejores precios! http://ebay.hispavista.com/ From wktang@hotmail.com Thu Jul 24 21:48:02 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hotmail.com (sea2-f33.sea2.hotmail.com [207.68.165.33]) by mail.gnome.org (Postfix) with ESMTP id 9F2F418922 for ; Thu, 24 Jul 2003 21:48:02 -0400 (EDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 24 Jul 2003 18:48:03 -0700 Received: from 146.6.101.9 by sea2fd.sea2.hotmail.msn.com with HTTP; Fri, 25 Jul 2003 01:48:03 GMT X-Originating-IP: [146.6.101.9] X-Originating-Email: [wktang@hotmail.com] From: "Tang Wai-kwok" To: gtk-list@gnome.org Subject: How to draw a line between 2 buttons? Date: Fri, 25 Jul 2003 01:48:03 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 25 Jul 2003 01:48:03.0608 (UTC) FILETIME=[C9621180:01C3524E] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, I just started learning gtk+ for my project. I have run into a problem. (humongous to me; probably trivial to many of you. =P) I have two buttons on a window. I want to draw a line between the 2 buttons after they have been clicked to show their connection. I have no idea how I should go about doing it. to begin with, is it possible to have draw a line on a window, without using pixmap? Thank you all!! _________________________________________________________________ Get 10mb of inbox space with MSN Hotmail Extra Storage http://join.msn.com/?pgmarket=en-sg at only S$36 including GST From bharat@CS.Arizona.EDU Thu Jul 24 23:19:05 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cheltenham.cs.arizona.edu (cheltenham.cs.arizona.edu [192.12.69.60]) by mail.gnome.org (Postfix) with ESMTP id 0D72F18DCA for ; Thu, 24 Jul 2003 23:19:05 -0400 (EDT) Received: from lectura.CS.Arizona.EDU (lectura.cs.arizona.edu [192.12.69.186]) by cheltenham.cs.arizona.edu (8.12.6p2/8.12.6) with ESMTP id h6P3J6nT056053; Thu, 24 Jul 2003 20:19:06 -0700 (MST) (envelope-from bharat@CS.Arizona.EDU) Received: from lectura.CS.Arizona.EDU (localhost [127.0.0.1]) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2) with ESMTP id h6P3J6rg012057; Thu, 24 Jul 2003 20:19:06 -0700 (MST) Received: from localhost (bharat@localhost) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2/Submit) with ESMTP id h6P3J626012054; Thu, 24 Jul 2003 20:19:06 -0700 (MST) X-Authentication-Warning: lectura.CS.Arizona.EDU: bharat owned process doing -bs Date: Thu, 24 Jul 2003 20:19:06 -0700 (MST) From: Bharat Bhushan To: Tang Wai-kwok Cc: Subject: Re: How to draw a line between 2 buttons? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: One simple way i can think of is to have a GtkHSeparator (if the buttons are in the same horizontal like) or a GtkVSeparator (if the buttons are in same vertical line). The separator will be hidden in the beginning and will become visible when user clicks on a button. Bharat -------------------------------------------------------------------------------- On Fri, 25 Jul 2003, Tang Wai-kwok wrote: > Hi, I just started learning gtk+ for my project. I have run into a problem. > (humongous to me; probably trivial to many of you. =P) > I have two buttons on a window. I want to draw a line between the 2 buttons > after they have been clicked to show their connection. I have no idea how I > should go about doing it. to begin with, is it possible to have draw a line > on a window, without using pixmap? > > Thank you all!! > > _________________________________________________________________ > Get 10mb of inbox space with MSN Hotmail Extra Storage > http://join.msn.com/?pgmarket=en-sg at only S$36 including GST > > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list > From a.Pala@polkomtel.com.pl Fri Jul 25 05:41:46 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from plusmx2.polkomtel.com.pl (plusmx2.polkomtel.com.pl [212.2.96.52]) by mail.gnome.org (Postfix) with ESMTP id C55D31810E for ; Fri, 25 Jul 2003 05:41:45 -0400 (EDT) Received: from mswwaw2.corp.plusnet (plus-96-119.polkomtel.com.pl [212.2.96.119]) by plusmx2.polkomtel.com.pl (Postfix) with ESMTP id 2923857D55 for ; Fri, 25 Jul 2003 11:41:47 +0200 (CEST) Received: from E2K2.corp.plusnet (unverified) by mswwaw2.corp.plusnet (Content Technologies SMTPRS 4.2.10) with ESMTP id for ; Fri, 25 Jul 2003 11:41:46 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable Subject: glib 2.2.2 - g_tree Date: Fri, 25 Jul 2003 11:41:46 +0200 Message-ID: <413D2C6832419644883194404F49DD76023F6109@E2K2.corp.plusnet> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: glib 2.2.2 - g_tree Thread-Index: AcNSkPbjFhzz68MkTaSOs2v4dh8wVw== From: "Albert Pala" To: Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: i want to ask if someone can help me: in my program at starup i create huge balanced tree ( ~3*10^6 items ) = from fixed file. it took about 8s on my computer. how can i rearrange the input file to get shorter time ? ( minimize = number of operation of balancing tree during inserts ) ? currently input file is sorted by key. greetings albert. =20 From randhol@pvv.org Fri Jul 25 07:40:46 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from kiuk0152.chembio.ntnu.no (kiuk0152.chembio.ntnu.no [129.241.83.78]) by mail.gnome.org (Postfix) with ESMTP id F41F918104 for ; Fri, 25 Jul 2003 07:40:45 -0400 (EDT) Received: from randhol by kiuk0152.chembio.ntnu.no with local (Exim 3.35 #1 (Debian)) id 19g0va-0001xr-00; Fri, 25 Jul 2003 13:40:02 +0200 Date: Fri, 25 Jul 2003 13:40:02 +0200 From: Preben Randhol To: Paul Davis Cc: Bharat Bhushan , gtk-list@gnome.org Subject: Re: deactivating close button of a gtk+ window / dialog Message-ID: <20030725114002.GC7308@pvv.org> Mail-Followup-To: Paul Davis , Bharat Bhushan , gtk-list@gnome.org References: <20030724161710.7081018D83@mail.gnome.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20030724161710.7081018D83@mail.gnome.org> User-Agent: Mutt/1.3.28i Organization: PVV Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Paul Davis wrote on 25/07/2003 (08:18) : > catch the top level window delete_event, do nothing in the handler, > return TRUE. Or a better solution might be to pop up a dialog saying "Shutting down system. Please wait while critical data is saved" or something like that. And run a loop which will do a gtk exit when the critical phase has passed and a flag has bee set. Otherwise if this takes some time the user might kill the app in stead as it thinks it has hung or something. -- Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 -- «For me, Ada95 puts back the joy in programming.» From bdemian@csc-dd.de Fri Jul 25 10:24:17 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from saturn.csc-dd.de (saturn.csc-dd.de [212.111.239.225]) by mail.gnome.org (Postfix) with ESMTP id 33BF118EEA for ; Fri, 25 Jul 2003 10:24:16 -0400 (EDT) Received: from isis (isis [194.45.179.100]) by saturn.csc-dd.de (8.9.3/8.9.3) with ESMTP id QAA16516 for ; Fri, 25 Jul 2003 16:24:16 +0200 (MET DST) Subject: GtkTreeView From: Bernd Demian Reply-To: Bernd.Demian@csc-dd.de To: GTK Content-Type: text/plain Organization: CSC Ploenzke Message-Id: <1059143244.9729.28.camel@isis> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.3 Date: 25 Jul 2003 16:27:24 +0200 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi all, excuse my bad english at first. I hope you can unterstand my wish. It is possible for the next release from gtk+ implement a new feature in GtkTreeView - a vertical header or header column. Because we show records longer then the width of the screen, the user must scroll horizontal throug the record. In the fist row is standing the indentifier of the row. When the first row where fix, the user can see in every position of the horizontal scrollbar the identifier. Ok, because we need this feature, we sohw the record in two views, first with the identifier without scrollbar, second with the data with horizontal scrollbar. The problem is to synchronize the selection callback, the vertical scrollbar, ... It will be a huge help for us to have such e feature. Thanks Bernd From bharat@CS.Arizona.EDU Fri Jul 25 11:12:19 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cheltenham.cs.arizona.edu (cheltenham.cs.arizona.edu [192.12.69.60]) by mail.gnome.org (Postfix) with ESMTP id 4896818435 for ; Fri, 25 Jul 2003 11:12:19 -0400 (EDT) Received: from lectura.CS.Arizona.EDU (lectura.cs.arizona.edu [192.12.69.186]) by cheltenham.cs.arizona.edu (8.12.6p2/8.12.6) with ESMTP id h6PFCKnT063058; Fri, 25 Jul 2003 08:12:20 -0700 (MST) (envelope-from bharat@CS.Arizona.EDU) Received: from lectura.CS.Arizona.EDU (localhost [127.0.0.1]) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2) with ESMTP id h6PFCKrg010500; Fri, 25 Jul 2003 08:12:20 -0700 (MST) Received: from localhost (bharat@localhost) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2/Submit) with ESMTP id h6PFCJ6L010497; Fri, 25 Jul 2003 08:12:19 -0700 (MST) X-Authentication-Warning: lectura.CS.Arizona.EDU: bharat owned process doing -bs Date: Fri, 25 Jul 2003 08:12:19 -0700 (MST) From: Bharat Bhushan To: Preben Randhol Cc: Paul Davis , Subject: Re: deactivating close button of a gtk+ window / dialog In-Reply-To: <20030725114002.GC7308@pvv.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I agree with you. By just returning TRUE, user might tend to thenk that the app is not working properly. I dont want to exit the app after this. In my program I want to desensitize the close button while a program is being installed, but it seems it might not be possible. ---------------------------------------------------------------------------= ----- On Fri, 25 Jul 2003, Preben Randhol wrote: > Paul Davis wrote on 25/07/2003 (08:18) : > > catch the top level window delete_event, do nothing in the handler, > > return TRUE. > > Or a better solution might be to pop up a dialog saying "Shutting down > system. Please wait while critical data is saved" or something like > that. And run a loop which will do a gtk exit when the critical phase > has passed and a flag has bee set. > > Otherwise if this takes some time the user might kill the app in stead > as it thinks it has hung or something. > > -- > Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 -- > =ABFor me, Ada95 puts back the joy in programming.=BB > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list > From jrainha@brutus.inesc-id.pt Fri Jul 25 12:08:14 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from brutus.inesc-id.pt (brutus.inesc-id.pt [146.193.44.97]) by mail.gnome.org (Postfix) with ESMTP id AF6431813E for ; Fri, 25 Jul 2003 12:08:13 -0400 (EDT) Received: from brutus.inesc-id.pt (brutus.inesc-id.pt [146.193.44.97]) by brutus.inesc-id.pt (Postfix) with ESMTP id 81AAB3B97B for ; Fri, 25 Jul 2003 17:04:41 +0100 (WEST) From: Joao Rainha Reply-To: jrainha@brutus.inesc-id.pt To: gtk-list@gnome.org Subject: Redirect C's printf Date: Fri, 25 Jul 2003 17:04:40 +0100 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307251704.40298.jrainha@brutus.inesc-id.pt> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I have some functions working in C. I'de liked to make a GUI for it. It's possible to redirect all the printf's that I have in my code for a specific text widget? Or I have to rewrite them using gtk_text_insert? Thanks JR From firefly@diku.dk Fri Jul 25 12:11:29 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hugin.diku.dk (hugin.diku.dk [130.225.96.144]) by mail.gnome.org (Postfix) with SMTP id 157AC181B4 for ; Fri, 25 Jul 2003 12:11:29 -0400 (EDT) Received: (qmail 20097 invoked from network); 25 Jul 2003 16:11:29 -0000 Received: from brok.diku.dk (firefly@130.225.96.163) by hugin.diku.dk with QMQP; 25 Jul 2003 16:11:29 -0000 Date: Fri, 25 Jul 2003 18:11:29 +0200 (MEST) From: "Peter \"Firefly\" Lund" To: Joao Rainha Cc: gtk-list@gnome.org Subject: Re: Redirect C's printf In-Reply-To: <200307251704.40298.jrainha@brutus.inesc-id.pt> Message-ID: References: <200307251704.40298.jrainha@brutus.inesc-id.pt> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Fri, 25 Jul 2003, Joao Rainha wrote: > I have some functions working in C. > I'de liked to make a GUI for it. > It's possible to redirect all the printf's that I have in my code for a > specific text widget? > Or I have to rewrite them using gtk_text_insert? Fork your program and use pipes. (but using gtk_text_insert is perhaps easier) -Peter From randhol@pvv.org Fri Jul 25 12:12:18 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from kiuk0152.chembio.ntnu.no (kiuk0152.chembio.ntnu.no [129.241.83.78]) by mail.gnome.org (Postfix) with ESMTP id 34C791816D for ; Fri, 25 Jul 2003 12:12:17 -0400 (EDT) Received: from randhol by kiuk0152.chembio.ntnu.no with local (Exim 3.35 #1 (Debian)) id 19g5Af-0002sW-00; Fri, 25 Jul 2003 18:11:53 +0200 Date: Fri, 25 Jul 2003 18:11:53 +0200 From: Preben Randhol To: Bharat Bhushan Cc: gtk-list@gnome.org Subject: Re: deactivating close button of a gtk+ window / dialog Message-ID: <20030725161153.GA11031@pvv.org> Mail-Followup-To: Bharat Bhushan , gtk-list@gnome.org References: <20030725114002.GC7308@pvv.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.3.28i Organization: PVV Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Bharat Bhushan wrote on 25/07/2003 (17:12) : > I agree with you. By just returning TRUE, user might tend to thenk that > the app is not working properly. I dont want to exit the app after this. > In my program I want to desensitize the close button while a program is > being installed, but it seems it might not be possible. Just pop up a dialog saying that you cannot close the program while the installation is running. The user will understand. -- Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 -- «For me, Ada95 puts back the joy in programming.» From guidod-2003-@gmx.de Fri Jul 25 12:28:52 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mail.gnome.org (Postfix) with SMTP id B53EA182E6 for ; Fri, 25 Jul 2003 12:28:51 -0400 (EDT) Received: (qmail 14254 invoked by uid 65534); 25 Jul 2003 16:28:52 -0000 Received: from pD9E81A42.dip.t-dialin.net (EHLO gmx.de) (217.232.26.66) by mail.gmx.net (mp027) with SMTP; 25 Jul 2003 18:28:52 +0200 Message-ID: <3F215B35.1010504@gmx.de> Date: Fri, 25 Jul 2003 18:30:45 +0200 From: Guido Draheim User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030313 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joao Rainha Cc: gtk-list@gnome.org Subject: Re: Redirect C's printf References: <200307251704.40298.jrainha@brutus.inesc-id.pt> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Peter "Firefly" Lund wrote: > On Fri, 25 Jul 2003, Joao Rainha wrote: > > >>I have some functions working in C. >>I'de liked to make a GUI for it. >>It's possible to redirect all the printf's that I have in my code for a >>specific text widget? >>Or I have to rewrite them using gtk_text_insert? > > > Fork your program and use pipes. > > (but using gtk_text_insert is perhaps easier) > Indeed, using a series of `#define printf`s might show a little easier. Everyone being through with `unix II` programming lectures should however be able to use a combination of dup/pipe constructs, and seperating the gui from the worker in different process contexts, well, that's might be better anyway - but again, it requires a good deal of knowledge on unix process managment and child signaling..., so it'd be about going to the heart of unix but if this project shall run non-unix platforms as well (which gtk can do), then... ;-) cheers, guido From carlo@battilanaeros.191.it Fri Jul 25 13:49:17 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from fep04-svc.flexmail.it (unknown [212.131.248.107]) by mail.gnome.org (Postfix) with ESMTP id B3DBF18300 for ; Fri, 25 Jul 2003 13:49:16 -0400 (EDT) Received: from [192.168.2.4] ([81.74.18.103]) by fep04-svc.flexmail.it (InterMail vM.5.01.05.09 201-253-122-126-109-20020611) with ESMTP id <20030725174851.FQBS1731.fep04-svc.flexmail.it@[192.168.2.4]> for ; Fri, 25 Jul 2003 19:48:51 +0200 From: Carlo Reply-To: carlo@battilanaeros.191.it To: GTK List Subject: Help Installing pango Date: Fri, 25 Jul 2003 19:48:18 +0200 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307251948.18790.carlo@battilanaeros.191.it> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hy I'm new and I'm trying to install GTK+ but I cant install requied libraries pango and atk on a linux machine 'cause when I launch ./configure it says I've not correctly installed or I've an old version of Glib but I've already installed the last version what can I do? Thanks Carlo From alexis.nikichine@isia.cma.fr Fri Jul 25 16:57:33 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mwinf0502.wanadoo.fr (smtp4.wanadoo.fr [193.252.22.26]) by mail.gnome.org (Postfix) with ESMTP id A1F8918B5E for ; Fri, 25 Jul 2003 16:57:33 -0400 (EDT) Received: from isia.cma.fr (ANice-106-1-27-84.w81-51.abo.wanadoo.fr [81.51.245.84]) by mwinf0502.wanadoo.fr (SMTP Server) with ESMTP id 3E1D5E800370; Fri, 25 Jul 2003 22:57:34 +0200 (CEST) Message-ID: <3F2199BE.2000905@isia.cma.fr> Date: Fri, 25 Jul 2003 22:57:34 +0200 From: Alexis Nikichine User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020623 Debian/1.0.0-0.woody.1 X-Accept-Language: fr, en MIME-Version: 1.0 To: "Firefly\" Lund "@wanadoo.fr Cc: Sachin Kulkarni , gtk-list@gnome.org Subject: Re: building ui on hp-ux References: <000801c34c4f$5fdea520$8202a8c0@persistent.co.in> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Peter \"Firefly\" Lund wrote: >On Thu, 17 Jul 2003, Sachin Kulkarni wrote: > > > >>Hi, >> I want to build a user interface on hp-ux. Will it be ok to use gtk >> >> > >It should be possible - but the HPUX C compiler might not like you. > I could have GTK build nicely on HP-UX using the vendor C++ compiler (aCC) in C mode (option -Ae, iirc). If you don't have access to this compiler, then Ximian has released with prebuilt gnome libraries; Google is your friend here. Then you may encounter some difficulties due to their being packaged as a depot (hpux packaging) file. Your friend there is 'chatr' to deal with embedded/hardcoded library lookup path. Alexis From stephane.wirtel@belgacom.net Sat Jul 26 10:06:11 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mirapoint3.brutele.be (mirapoint3.brutele.be [212.68.203.242]) by mail.gnome.org (Postfix) with ESMTP id 07A7D1883B for ; Sat, 26 Jul 2003 10:06:11 -0400 (EDT) Received: from brutele.be (213.213.206.2.brutele.be [213.213.206.2] (may be forged)) by mirapoint3.brutele.be (Mirapoint Messaging Server MOS 3.3.2-CR) with SMTP id ASU10690; Sat, 26 Jul 2003 16:06:11 +0200 (CEST) Date: Sat, 26 Jul 2003 16:06:28 +0200 From: Stephane Wirtel To: gtk-list@gnome.org Subject: a problem with the mailing list Message-ID: <20030726140628.GA25366@gentoo.lan> Mail-Followup-To: gtk-list@gnome.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ikeVEW9yuYc//A+q" Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Operating-System: Linux gentoo.lan 2.6.0-test1-ac3 X-LUG: Linux Users Group Mons ( Linux-Mons ) X-URL: http://www.linux-mons.be Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --ikeVEW9yuYc//A+q Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Is there a problem with the Mailing List because since 24th july i don't receive emails. --=20 Stephane Wirtel GPG ID : 1024D/C9C16DA7 | 5331 0B5B 21F0 0363 EACD B73E 3D11 E5BC C9C1 6DA7 --ikeVEW9yuYc//A+q Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/IorkPRHlvMnBbacRAkc+AKCWKuVmyYB1jHJnwPRDVrlMUsuhLwCcC6vV W7EAtiZ2g2+4bdTYPiSnedc= =ZUkx -----END PGP SIGNATURE----- --ikeVEW9yuYc//A+q-- From michele.garoche@easyconnect.fr Sat Jul 26 11:02:08 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smarthost1.mail.easynet.fr (smarthost1.mail.easynet.fr [212.180.1.68]) by mail.gnome.org (Postfix) with ESMTP id E3E99188AA for ; Sat, 26 Jul 2003 11:02:07 -0400 (EDT) Received: from [212.11.38.139] (helo=easyconnect.fr) by smarthost1.mail.easynet.fr with esmtp (Exim 3.35 #1 (Debian)) id 19gQYi-0003MQ-00 for ; Sat, 26 Jul 2003 17:02:08 +0200 Date: Sat, 26 Jul 2003 17:02:06 +0200 Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Subject: Drag and drop question From: =?ISO-8859-1?Q?Mich=E8le_Garoche?= To: gtk-list@gnome.org Content-Transfer-Encoding: quoted-printable Message-Id: <1F64212B-BF7A-11D7-B8A7-000393AAC18A@easyconnect.fr> X-Mailer: Apple Mail (2.552) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Could someone confirm that the behaviour of drag and drop has changed=20 recently (I mean three months or so ago) with gtk+. Example: In a text window I select bb in: aaabbggg and drag and drop it after ggg, I obtain: aaabbgggbb (copy and paste behaviour) Some months ago, I obtained: aaagggbb (cut and paste behaviour) And if this is the case, is there a way to obtain the second behaviour=20= (cut and paste) within drag and drop and how to do it? See Bluefish for=20= testing it. Many thanks in advance, Mich=E8le = From stezane@tin.it Sat Jul 26 16:30:09 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from vsmtp4.tin.it (vsmtp4.tin.it [212.216.176.224]) by mail.gnome.org (Postfix) with ESMTP id C1CF618129 for ; Sat, 26 Jul 2003 16:30:08 -0400 (EDT) Received: from localhost.localdomain (80.104.145.199) by vsmtp4.tin.it (7.0.019) id 3F157832003EC53B for gtk-list@gnome.org; Sat, 26 Jul 2003 22:30:10 +0200 Date: Sat, 26 Jul 2003 22:29:51 -0100 From: Stefano Zanelli To: gtk-list@gnome.org Subject: Compiling gtk+-2.2.2 Message-Id: <20030726222951.4ed06ba6.stezane@tin.it> Organization: Pol. Vis Trebbo Volley X-Mailer: Sylpheed version 0.9.4 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, All!!! I'm new to this list, so pls, don't kill me if this is a FAQ. I'm trying to compile gtk+-2.2.2 but I get an error stating: failed to load "./stock_add-16.png": Couldn't recognize the image file format for file './stock_add_16.png'. I tried to configure without loading the libpng modules, but nothing happens. Can someone help me??? -- Ciao. Stefano. -wmw- http://members.xoom.it/stz/ From galaviel@bezeqint.net.il Sat Jul 26 18:03:47 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from marco.bezeqint.net (marco.bezeqint.net [192.115.106.37]) by mail.gnome.org (Postfix) with ESMTP id 28701180FE for ; Sat, 26 Jul 2003 18:03:47 -0400 (EDT) Received: from bezeqint.net.il (bzq-218-123-3.red.bezeqint.net [81.218.123.3]) by marco.bezeqint.net (Bezeq International SMTP out Mail Server) with ESMTP id 4B5C9E69 for ; Sun, 27 Jul 2003 03:54:50 +0300 (IDT) Message-ID: <3F22ECAD.3040600@bezeqint.net.il> Date: Sun, 27 Jul 2003 00:03:41 +0300 From: Gal Aviel User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: Gtk focus proxy - where ? (related: xembed) Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Can someone show me where (which file) is the focus proxy implemented ? The focus proxy is according to according to XEMBED spec "The solution proposed by XEmbed is is to beat X11 with its own weapons: The topmost toolkit is /required/ to keep the X input focus on one of its own windows without any embedded children. Keeping the focus on such a window ensures that key events are always delivered to the outer toolkit and thus can be forwarded easily to any embedded window. This also makes it possible to use this part of XEmbed with clients that do not support the protocol at all, without breaking keyboard input for the embedding application." Thanks - Gal. From edscott@imp.mx Sun Jul 27 20:06:56 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from scorpio.eco.imp.mx (dup-200-65-158-129.prodigy.net.mx [200.65.158.129]) by mail.gnome.org (Postfix) with ESMTP id A28B51878E for ; Sun, 27 Jul 2003 20:06:55 -0400 (EDT) Received: from scorpio.eco.imp.mx (scorpio [127.0.0.1]) by scorpio.eco.imp.mx (8.12.8/8.12.8) with ESMTP id h6S07tjM024209; Sun, 27 Jul 2003 19:07:55 -0500 Received: (from edscott@localhost) by scorpio.eco.imp.mx (8.12.8/8.12.8/Submit) id h6S07qeX024207; Sun, 27 Jul 2003 19:07:52 -0500 X-Authentication-Warning: scorpio.eco.imp.mx: edscott set sender to edscott@imp.mx using -f Subject: Re: glib 2.2.2 - g_tree From: edscott wilson garcia To: Albert Pala Cc: gtk-list@gnome.org In-Reply-To: <413D2C6832419644883194404F49DD76023F6109@E2K2.corp.plusnet> References: <413D2C6832419644883194404F49DD76023F6109@E2K2.corp.plusnet> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1059350872.4787.25.camel@scorpio> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 27 Jul 2003 19:07:52 -0500 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On vie, 2003-07-25 at 04:41, Albert Pala wrote: > i want to ask if someone can help me: > in my program at starup i create huge balanced tree ( ~3*10^6 items ) from fixed file. > it took about 8s on my computer. > how can i rearrange the input file to get shorter time ? ( minimize number of operation of balancing tree during inserts ) ? > currently input file is sorted by key. You could try to write the file out as a DBHashTable which can do a balanced tree in a file. See http://dbh.sourceforge.net Edscott > > greetings > albert. > > > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list From flavio@maqplas.com.br Mon Jul 28 12:01:08 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from paiol.terra.com.br (paiol.terra.com.br [200.176.3.18]) by mail.gnome.org (Postfix) with ESMTP id 7249618A5D for ; Mon, 28 Jul 2003 12:01:04 -0400 (EDT) Received: from itaim.terra.com.br (itaim.terra.com.br [200.176.3.76]) by paiol.terra.com.br (Postfix) with ESMTP id 64E2084851E for ; Mon, 28 Jul 2003 13:01:04 -0300 (BRT) Received: from flavio (unknown [200.206.167.234]) (authenticated user maq.ic@terra.com.br) by itaim.terra.com.br (Postfix) with ESMTP id 02C2A2E00D9 for ; Mon, 28 Jul 2003 13:01:00 -0300 (BRT) Date: Mon, 28 Jul 2003 13:00:46 -0300 From: Flavio Alberto Lopes Soares To: gtk-list@gnome.org Subject: Placing text over a GtkImage Message-Id: <20030728130046.5664f2df.flavio@maqplas.com.br> Organization: MAQPLAS =?ISO-8859-1?B?SW5k+nN0cmlh?= e =?ISO-8859-1?B?Q29t6Q==?= rcio de =?ISO-8859-1?B?TeFxdWluYXM=?= LTDA. X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-debian-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello all, I'm using GTK2.0 to develop a program and I have one doubt: There's some way to place text (GtkLabel ?) over a GtkImage (a .png image) to seem that the text was draw together with the image ? In this way, if possible, I believe that I can reduce the pictures that need create/edit. Thanks for all help Success for all Flavio Alberto Lopes Soares From the__vigilante@hotmail.com Sun Jul 27 23:14:18 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hotmail.com (bay7-f64.bay7.hotmail.com [64.4.11.64]) by mail.gnome.org (Postfix) with ESMTP id 9BE3E18859 for ; Sun, 27 Jul 2003 23:14:18 -0400 (EDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 27 Jul 2003 20:14:20 -0700 Received: from 202.129.95.21 by by7fd.bay7.hotmail.msn.com with HTTP; Mon, 28 Jul 2003 03:14:19 GMT X-Originating-IP: [202.129.95.21] X-Originating-Email: [the__vigilante@hotmail.com] From: "Dale Leighton" To: gtk-list@gnome.org Subject: linker errors for Hello World compilation Date: Mon, 28 Jul 2003 13:14:19 +1000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 28 Jul 2003 03:14:20.0239 (UTC) FILETIME=[562285F0:01C354B6] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I am currently enrolled in GUI programming at my local university and have encountered a port of GTK+ 2.2.1.2 for windows that I wish to use, however, and I am programming in MS Visual C++ 6.0 and I get "unresolved external symbol" errors for every function in the "Hello World" program in the tutorial. What am I doing wrong? I read on a mailing list that the problem requires me to open the "project" menu, click on the "linker" tab and change the output option (or something to that effect), but there is no "linker" tab in my "project" dialog box...!!!??? Please help. Regards, Dale L. Leighton the__vigilante@hotmail.com _________________________________________________________________ Hotmail is now available on Australian mobile phones. Go to http://ninemsn.com.au/mobilecentral/signup.asp From carlo@battilanaeros.191.it Mon Jul 28 14:44:36 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from fep03-svc.flexmail.it (unknown [212.131.248.106]) by mail.gnome.org (Postfix) with ESMTP id 3670618AAA for ; Mon, 28 Jul 2003 14:44:35 -0400 (EDT) Received: from [192.168.2.4] ([81.74.18.103]) by fep03-svc.flexmail.it (InterMail vM.5.01.05.09 201-253-122-126-109-20020611) with ESMTP id <20030728184716.GCVP28657.fep03-svc.flexmail.it@[192.168.2.4]> for ; Mon, 28 Jul 2003 20:47:16 +0200 From: Carlo Reply-To: carlo@battilanaeros.191.it To: gtk-list@gnome.org Subject: Re: Help Installing pango Date: Mon, 28 Jul 2003 20:44:16 +0200 User-Agent: KMail/1.5 References: <200307251948.18790.carlo@battilanaeros.191.it> In-Reply-To: <200307251948.18790.carlo@battilanaeros.191.it> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200307282044.17094.carlo@battilanaeros.191.it> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Alle 19:48, venerd=EC 25 luglio 2003, Carlo ha scritto: > Hy I'm new and I'm trying to install GTK+ but I cant install requied > libraries pango and atk on a linux machine 'cause when I launch ./configu= re > it says I've not correctly installed or I've an old version of Glib but > I've already installed the last version what can I do? > Thanks Carlo Ok the problem has been resolved thanks to everyone who tryied ro help me=20 > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list From tetris_program@hotmail.com Mon Jul 28 13:10:10 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hotmail.com (bay1-f29.bay1.hotmail.com [65.54.245.29]) by mail.gnome.org (Postfix) with ESMTP id 8DAD618347 for ; Mon, 28 Jul 2003 13:10:09 -0400 (EDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 28 Jul 2003 10:10:11 -0700 Received: from 217.129.250.87 by by1fd.bay1.hotmail.msn.com with HTTP; Mon, 28 Jul 2003 17:10:10 GMT X-Originating-IP: [217.129.250.87] X-Originating-Email: [tetris_program@hotmail.com] From: =?iso-8859-1?B?Sm/jbyBNYXJ0aW5z?= To: gtk-list@gnome.org Date: Mon, 28 Jul 2003 18:10:10 +0100 Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Message-ID: X-OriginalArrivalTime: 28 Jul 2003 17:10:11.0339 (UTC) FILETIME=[1A8515B0:01C3552B] Subject: (no subject) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello. I've been thinking about building a professional looking interface for my editor and the GTK+ API seems to be the choice, but im using Windows 98 so.. is there a windows version of GTK+ 2.2 for windows? If yes, where can I download it and how can I install it . In your site the files to download are tar.gz and linux stuff. Bye. _________________________________________________________________ MSN Messenger: converse com os seus amigos online. http://messenger.msn.com.br From Murray.Cumming@Comneon.com Tue Jul 29 03:15:40 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp1.infineon.com (smtp1.infineon.com [194.175.117.76]) by mail.gnome.org (Postfix) with ESMTP id 96BAB1881C for ; Tue, 29 Jul 2003 03:15:39 -0400 (EDT) Received: from vihsx03a.vih.infineon.com (vih.ifx-mail3.com [172.31.163.97]) by smtp1.infineon.com (8.12.9/8.12.9) with ESMTP id h6T7ENi5001372; Tue, 29 Jul 2003 09:14:24 +0200 (MEST) Received: by vihsx03a.vih.infineon.com with Internet Mail Service (5.5.2653.19) id ; Tue, 29 Jul 2003 09:16:32 +0200 Message-ID: <258B0164D480D5118D900800062B38580139F1D1@vihsx09a.vih.infineon.com> From: Murray.Cumming@Comneon.com To: flavio@maqplas.com.br, gtk-list@gnome.org Subject: RE: Placing text over a GtkImage Date: Tue, 29 Jul 2003 09:15:39 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > From: Flavio Alberto Lopes Soares [mailto:flavio@maqplas.com.br] > Hello all, > I'm using GTK2.0 to develop a program and I have one doubt: > There's some way to place text (GtkLabel ?) over a GtkImage > (a .png image) to seem that the text was draw together with > the image ? > In this way, if possible, I believe that I can reduce the > pictures that need create/edit. I'm fairly sure that you can use Pango to put text on an image, but I have no idea how exactly. Murray Cumming murrayc@usa.net www.murrayc.com Remember to use the "Reply To All" feature with mailing lists. From Murray.Cumming@Comneon.com Tue Jul 29 03:16:39 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp1.infineon.com (smtp1.infineon.com [194.175.117.76]) by mail.gnome.org (Postfix) with ESMTP id 8C42F1881C for ; Tue, 29 Jul 2003 03:16:37 -0400 (EDT) Received: from vihsx03a.vih.infineon.com (vih.ifx-mail3.com [172.31.163.97]) by smtp1.infineon.com (8.12.9/8.12.9) with ESMTP id h6T7FLi5001853; Tue, 29 Jul 2003 09:15:21 +0200 (MEST) Received: by vihsx03a.vih.infineon.com with Internet Mail Service (5.5.2653.19) id ; Tue, 29 Jul 2003 09:17:30 +0200 Message-ID: <258B0164D480D5118D900800062B38580139F1D3@vihsx09a.vih.infineon.com> From: Murray.Cumming@Comneon.com To: tetris_program@hotmail.com, gtk-list@gnome.org Subject: RE: (no subject) Date: Tue, 29 Jul 2003 09:16:37 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > From: Jo=E3o Martins [mailto:tetris_program@hotmail.com]=20 > is there a windows version of GTK+ 2.2 for windows? Yes. There is a link from http://www.gtk.org : http://www.gimp.org/~tml/gimp/win32/ Murray Cumming murrayc@usa.net www.murrayc.com Remember to use the "Reply To All" feature with mailing lists. From flavio@maqplas.com.br Tue Jul 29 08:17:16 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from ivoti.terra.com.br (ivoti.terra.com.br [200.176.3.20]) by mail.gnome.org (Postfix) with ESMTP id 5D9BE183C5; Tue, 29 Jul 2003 08:17:15 -0400 (EDT) Received: from botucatu.terra.com.br (botucatu.terra.com.br [200.176.3.78]) by ivoti.terra.com.br (Postfix) with ESMTP id B280879C2DD; Tue, 29 Jul 2003 09:17:15 -0300 (BRT) Received: from flavio (unknown [200.206.167.234]) (authenticated user maq.ic@terra.com.br) by botucatu.terra.com.br (Postfix) with ESMTP id 243E529C9B2; Tue, 29 Jul 2003 09:17:14 -0300 (BRT) Date: Tue, 29 Jul 2003 09:17:08 -0300 From: Flavio Alberto Lopes Soares To: gtk-list-admin@gnome.org Cc: Murray.Cumming@Comneon.com, gtk-list@gnome.org Subject: Re: Placing text over a GtkImage Message-Id: <20030729091708.2eda43cf.flavio@maqplas.com.br> In-Reply-To: <258B0164D480D5118D900800062B38580139F1D1@vihsx09a.vih.infineon.com> References: <258B0164D480D5118D900800062B38580139F1D1@vihsx09a.vih.infineon.com> Organization: MAQPLAS =?ISO-8859-1?B?SW5k+nN0cmlh?= e =?ISO-8859-1?B?Q29t6Q==?= rcio de =?ISO-8859-1?B?TeFxdWluYXM=?= LTDA. X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-debian-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Thanks, this is a beginning, but searching (little search) the Web I can't find none tutorial about Pango, there's some specific place that I can find this (for newbies)? I saw the libpango-doc & devhelp in my distro (Debian 3.0 Woody with Gnome2/GTK+2 packages), but these texts are few didatics, there some tutorial for beginners (I have some knowledge in GTK+1.2 in c) ? Thanks for all help Flavio Alberto On Tue, 29 Jul 2003 09:15:39 +0200 Murray.Cumming@Comneon.com wrote: > > From: Flavio Alberto Lopes Soares [mailto:flavio@maqplas.com.br] > > Hello all, > > I'm using GTK2.0 to develop a program and I have one doubt: > > There's some way to place text (GtkLabel ?) over a GtkImage > > (a .png image) to seem that the text was draw together with > > the image ? > > In this way, if possible, I believe that I can reduce the > > pictures that need create/edit. > > I'm fairly sure that you can use Pango to put text on an image, but I have > no idea how exactly. From bdgranger@alum.mit.edu Tue Jul 29 10:06:08 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from messageii.ucentric.com (unknown [216.140.202.124]) by mail.gnome.org (Postfix) with ESMTP id 5594E18D0E for ; Tue, 29 Jul 2003 10:06:08 -0400 (EDT) Received: from alum.mit.edu (192.168.0.39) by messageii.ucentric.com (NPlex 6.0.034) (authenticated as bgranger@ucentric.com) id 3F1BF1FB00002DAE; Tue, 29 Jul 2003 10:06:03 -0400 Message-ID: <3F267F4B.6080408@alum.mit.edu> Date: Tue, 29 Jul 2003 10:06:03 -0400 From: Brett Granger User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Murray.Cumming@Comneon.com Cc: flavio@maqplas.com.br, gtk-list@gnome.org Subject: Re: Placing text over a GtkImage References: <258B0164D480D5118D900800062B38580139F1D1@vihsx09a.vih.infineon.com> In-Reply-To: <258B0164D480D5118D900800062B38580139F1D1@vihsx09a.vih.infineon.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Murray.Cumming@Comneon.com wrote: >>From: Flavio Alberto Lopes Soares [mailto:flavio@maqplas.com.br] >>Hello all, >>I'm using GTK2.0 to develop a program and I have one doubt: >>There's some way to place text (GtkLabel ?) over a GtkImage >>(a .png image) to seem that the text was draw together with >>the image ? >>In this way, if possible, I believe that I can reduce the >>pictures that need create/edit. > > > I'm fairly sure that you can use Pango to put text on an image, but I have > no idea how exactly. One way you can accomplish putting a label over an image is by creating a 1x1 table and putting both the image and the label in the same/only cell. You will probably need to play with the alignment (*not* the justification) of the label to get it into the correct position. Make sure to attach the label to the table cell first, or the image will hide it! --Brett Granger From andrew@solvo.ru Tue Jul 29 11:17:48 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from gate.solvo.ru (gate.solvo.ru [195.201.44.1]) by mail.gnome.org (Postfix) with ESMTP id 8DA1D18F9D; Tue, 29 Jul 2003 11:17:44 -0400 (EDT) Received: from tiger.solvo.ru (IDENT:postfix@tiger.solvo.ru [195.201.44.204]) by gate.solvo.ru (8.11.6/8.11.6) with ESMTP id h6TFHjD13816; Tue, 29 Jul 2003 19:17:45 +0400 Received: by tiger.solvo.ru (Postfix, from userid 504) id 650B7906F7; Tue, 29 Jul 2003 19:17:42 +0400 (MSD) Received: from solvo.ru (phoenix.solvo.ru [195.201.44.78]) by tiger.solvo.ru (Postfix) with ESMTP id 11A7B906F4; Tue, 29 Jul 2003 19:17:42 +0400 (MSD) Message-ID: <3F26911A.5010500@solvo.ru> Date: Tue, 29 Jul 2003 19:22:02 +0400 From: "Andrew E. Makeev" Organization: Solvo Ltd. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225 X-Accept-Language: ru, en MIME-Version: 1.0 To: GTK-MAIN , gtkmm-main Subject: Is there tool to watch GTK signals? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Milter: Spamilter Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I will try to explain my problem. I have application written in gtkmm2. (RH9, last GTK/MM packages.) I am trying to configure number of entry widgets added to TextView. Every time I have to create new TextBuffer, and add new entry widgets. Since I have lotsa user data associated with entry widgets, I am storing pointers to them in std::map, so, before creating new TextBuffer, I am clearing map and deleting entries. Then I am creating new entries and setting values to them. The problem is when I am calling (*some_entry)->set_text () function, just in that time signal destroy called occasionally on that entry. So, next operation (on that entry) crashes application. Any help will be appreciated. -andrew From embyte@madlab.it Wed Jul 30 06:28:46 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from vsmtp1.tin.it (vsmtp1.tin.it [212.216.176.221]) by mail.gnome.org (Postfix) with ESMTP id 0041918184 for ; Wed, 30 Jul 2003 06:28:45 -0400 (EDT) Received: from portatile (212.171.88.214) by vsmtp1.tin.it (7.0.019) id 3F17CBF900405A0E for gtk-list@gnome.org; Wed, 30 Jul 2003 12:28:47 +0200 Message-ID: <006f01c35685$665bfed0$d658abd4@portatile> From: "embyte" To: "Gtk ml" Subject: Scrolled window (gtk+ 2.2.2) Date: Wed, 30 Jul 2003 12:26:36 +0200 Organization: val seriana MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2727.1300 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi list, I need to use a scrolled window like cmdline stdout. I'm able to append new text to it, but when i fill the text area the scroll bar doesn't lower with text. I always see the same text while my application put it later. Can you give me an example code to resolve problem? Thanks, embyte From shiraz_baig@yahoo.com Wed Jul 30 07:47:33 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from web13904.mail.yahoo.com (web13904.mail.yahoo.com [216.136.175.67]) by mail.gnome.org (Postfix) with SMTP id 46E9918181 for ; Wed, 30 Jul 2003 07:47:33 -0400 (EDT) Message-ID: <20030730114735.39875.qmail@web13904.mail.yahoo.com> Received: from [203.82.48.7] by web13904.mail.yahoo.com via HTTP; Wed, 30 Jul 2003 04:47:35 PDT Date: Wed, 30 Jul 2003 04:47:35 -0700 (PDT) From: Shiraz Baig Subject: Documentation for g_strconcat To: gtk-list@gnome.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I am trying to locate the documentation of following functions or variables but I couldn't find it. g_strconcat() GScanner *scanner I have searched the following files: gdk-docs.tar.gz glib-docs.tar.gz gtk-docs.tar.gz gtk-tutorial.20021027 Is there any other place where I should look for? I am working on GTK+1.2.x Thanks shiraz __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com From vadim@berezniker.com Wed Jul 30 07:53:55 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from gorlovka.vmpn.net (unknown [216.254.75.9]) by mail.gnome.org (Postfix) with SMTP id 8FB8018563 for ; Wed, 30 Jul 2003 07:53:55 -0400 (EDT) Received: (qmail 6161 invoked from network); 30 Jul 2003 11:53:57 -0000 Received: from vadim.homenetwork (HELO berezniker.com) (10.0.1.25) by www.75.254.216.in-addr.arpa with SMTP; 30 Jul 2003 11:53:57 -0000 Message-ID: <3F27B07C.7050907@berezniker.com> Date: Wed, 30 Jul 2003 07:48:12 -0400 From: Vadim Berezniker User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030714 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Shiraz Baig Cc: gtk-list@gnome.org Subject: Re: Documentation for g_strconcat References: <20030730114735.39875.qmail@web13904.mail.yahoo.com> In-Reply-To: <20030730114735.39875.qmail@web13904.mail.yahoo.com> X-Enigmail-Version: 0.76.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Shiraz Baig wrote: > I am trying to locate the documentation of following > functions or variables but I couldn't find it. > http://developer.gnome.org/doc/API/glib/glib-string-utility-functions.html#G-STRCONCAT http://developer.gnome.org/doc/API/glib/glib-lexical-scanner.html It should be in the glib docs you have. From Ken.Rastatter@Honeywell.com Wed Jul 30 16:41:11 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from tmpsmtp701.honeywell.com (tmpsmtp701.honeywell.com [199.64.7.101]) by mail.gnome.org (Postfix) with SMTP id A0EB51839F for ; Wed, 30 Jul 2003 16:41:10 -0400 (EDT) Received: from 131.127.249.99 by tmpsmtp701.honeywell.com (InterScan E-Mail VirusWall NT); Wed, 30 Jul 2003 11:11:00 -0700 Received: by smtp.allied.com with Internet Mail Service (5.5.2656.59) id ; Wed, 30 Jul 2003 10:31:15 -0700 Message-ID: From: "Rastatter, Ken (OH32)" To: "'gtk-list@gnome.org'" Subject: RE: Scrolled window (gtk+ 2.2.2) Date: Wed, 30 Jul 2003 10:31:13 -0700 X-Mailer: Internet Mail Service (5.5.2656.59) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: "embyte" wrote on Wed, 30 Jul 2003 12:26:36 +0200 > I'm able to append new text to it, but when i fill the > text area the scroll bar doesn't lower with text. This is how I scroll to the end of a GtkTextView widget: GtkTextBuffer *textbuffer; GtkTextIter end_iter; textbuffer = gtk_text_view_get_buffer(GTK_TEXT_VIEW(textview)); gtk_text_buffer_get_end_iter(textbuffer, &end_iter); gtk_text_view_scroll_to_iter(GTK_TEXT_VIEW(textview), &end_iter, 0.0, FALSE, 0.0, 0.0); Have a good day! -- Ken Rastatter, Senior Design Engineer Honeywell Sensotec 2080 Arlingate Lane, Columbus, Ohio, 43228-4112 USA Home Page: http://www.sensotec.com "These opinions are mine and not necessarily those of Honeywell." From ramdhansingh@yahoo.co.in Thu Jul 31 05:21:08 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from web8206.mail.in.yahoo.com (web8206.mail.in.yahoo.com [203.199.70.75]) by mail.gnome.org (Postfix) with SMTP id 5DA7618362 for ; Thu, 31 Jul 2003 05:21:07 -0400 (EDT) Message-ID: <20030731092103.52616.qmail@web8206.mail.in.yahoo.com> Received: from [202.56.254.13] by web8206.mail.in.yahoo.com via HTTP; Thu, 31 Jul 2003 10:21:03 BST Date: Thu, 31 Jul 2003 10:21:03 +0100 (BST) From: =?iso-8859-1?q?ramdhan=20singh?= Subject: Libraries, fonts required to display japanese characters in GTK To: "'gtk-list@gnome.org'" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi All, I want to display japanese strings in GTK but do not know what are the libraries, fonts required(To display japanese)?? I am using GTK 2.2.1. Can anybody help me out in this? Would be very grateful for any clue. Thanks, Ramdhan ________________________________________________________________________ Send free SMS using the Yahoo! Messenger. Go to http://in.mobile.yahoo.com/new/pc/ From Jean-Baptiste.cazier@decode.is Thu Jul 31 06:07:51 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mx1.decode.is (mx1.decode.is [212.126.224.30]) by mail.gnome.org (Postfix) with ESMTP id 2661A18279 for ; Thu, 31 Jul 2003 06:07:51 -0400 (EDT) Received: (from root@localhost) by mx1.decode.is (8.12.8/8.12.8) id h6VA7rk7003853 for gtk-list@gnome.org; Thu, 31 Jul 2003 10:07:53 GMT Received: from snote.decode.is (snote.decode.is [172.18.0.6]) by mx1.decode.is (8.12.8/8.12.8) with ESMTP id h6VA7rTu003730 for ; Thu, 31 Jul 2003 10:07:53 GMT Received: from lws14.decode.is ([172.18.10.14]) by snote.decode.is (Lotus Domino Release 6.0.1) with SMTP id 2003073110075188-79556 ; Thu, 31 Jul 2003 10:07:51 +0000 Date: Thu, 31 Jul 2003 10:08:21 +0000 From: Jean-Baptiste Cazier To: gtk-list@gnome.org Subject: gtk.FontSelection pb with set_font_name Message-Id: <20030731100821.436d0e3a.Jean-Baptiste.cazier@decode.is> Organization: deCODE Genetics X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i586-pc-linux-gnu) Mime-Version: 1.0 X-MIMETrack: Itemize by SMTP Server on DecodeDom/Decode/IS(Release 6.0.1|February 07, 2003) at 31.07.2003 10:07:52, Serialize by Router on DecodeDom/Decode/IS(Release 6.0.1|February 07, 2003) at 31.07.2003 10:07:53, Serialize complete at 31.07.2003 10:07:53 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=ISO-8859-1 X-scanner: scanned by Inflex 1.0.12.3 - (http://pldaniels.com/inflex/) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi ! I am trying to use gtk.FontSelection. I can read the choice from the dialog= box all right with get_font_name, but set_font_name just does not set anything and return false. I am not sur= e if it is a pygtk or gtk bug. Any idea would be appreciated to fix it: Python 2.2.2 (#1, Feb 24 2003, 19:13:11) [GCC 3.2.2 20030222 (Red Hat Linux 3.2.2-4)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import gtk >>> my_font=3Dgtk.FontSelection() >>> my_font.get_font_name() 'Sans 10' >>> my_font.set_font_name('Sans 12') 0 >>> my_font.get_font_name() 'Sans 10' I am using this on RedHaT 9.0 with=20 gtk2-2.2.1-4 pygtk2-1.99.14-4 python-2.2.2-26 Thanks Jena-Baptiste --=20 ----------------------------- Jean-Baptiste.Cazier@decode.is Department of Statistics deCODE genetics Sturlugata,8 570 2993 101 Reykjav=EDk From blue_prawn@tuxfamily.org Thu Jul 31 08:00:31 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.libertysurf.net (mail.libertysurf.net [213.36.80.91]) by mail.gnome.org (Postfix) with ESMTP id 9F2DB18A6E for ; Thu, 31 Jul 2003 08:00:31 -0400 (EDT) Received: from dyn-213-36-115-239.ppp.tiscali.fr (213.36.115.239) by mail.libertysurf.net (6.5.026) id 3F25207C000A0310 for gtk-list@gnome.org; Thu, 31 Jul 2003 14:00:34 +0200 From: "Decapode Azur" To: gtk-list@gnome.org Subject: install php-gtk on mdk9.1 Date: Thu, 31 Jul 2003 14:04:46 +0200 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200307290436.28619.blue_prawn@tuxfamily.org> Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: hello, I am trying to install PHP-GTK here is below the error : ==================================== [blue_prawn@localhost php-gtk-0.5.2]$ ./buildconf [blue_prawn@localhost php-gtk-0.5.2]$ ./configure [blue_prawn@localhost php-gtk-0.5.2]$ make [....] /PHP_GTK/php-gtk-0.5.2/main/php_gtk_object.c:889: `gtk_object_ce' undeclared (first use in this function) make: *** [main/php_gtk_object.lo] Erreur 1 -- Cheers From Jean-Baptiste.cazier@decode.is Thu Jul 31 06:00:43 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mx1.decode.is (mx1.decode.is [212.126.224.30]) by mail.gnome.org (Postfix) with ESMTP id E86A818827 for ; Thu, 31 Jul 2003 06:00:42 -0400 (EDT) Received: (from root@localhost) by mx1.decode.is (8.12.8/8.12.8) id h6VA0e8D030916 for gtk-list@gnome.org; Thu, 31 Jul 2003 10:00:40 GMT Received: from snote.decode.is (snote.decode.is [172.18.0.6]) by mx1.decode.is (8.12.8/8.12.8) with ESMTP id h6VA0eTu030794 for ; Thu, 31 Jul 2003 10:00:40 GMT Received: from lws14.decode.is ([172.18.10.14]) by snote.decode.is (Lotus Domino Release 6.0.1) with SMTP id 2003073110003960-79481 ; Thu, 31 Jul 2003 10:00:39 +0000 Date: Thu, 31 Jul 2003 10:01:09 +0000 From: Jean-Baptiste Cazier To: gtk-list@gnome.org Subject: gtk.FontSelection pb with set_font_name Message-Id: <20030731100109.196ef81d.Jean-Baptiste.cazier@decode.is> Organization: deCODE Genetics X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i586-pc-linux-gnu) Mime-Version: 1.0 X-MIMETrack: Itemize by SMTP Server on DecodeDom/Decode/IS(Release 6.0.1|February 07, 2003) at 31.07.2003 10:00:39, Serialize by Router on DecodeDom/Decode/IS(Release 6.0.1|February 07, 2003) at 31.07.2003 10:00:40, Serialize complete at 31.07.2003 10:00:40 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=ISO-8859-1 X-scanner: scanned by Inflex 1.0.12.3 - (http://pldaniels.com/inflex/) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi ! I am trying to use gtk.FontSelection. I can read the choice from the dialog= box all right with get_font_name, but set_font_name just does not set anything and return false. I am not sur= e if it is a pygtk or gtk bug. Any idea would be appreciated to fix it: Python 2.2.2 (#1, Feb 24 2003, 19:13:11) [GCC 3.2.2 20030222 (Red Hat Linux 3.2.2-4)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import gtk >>> my_font=3Dgtk.FontSelection() >>> my_font.get_font_name() 'Sans 10' >>> my_font.set_font_name('Sans 12') 0 >>> my_font.get_font_name() 'Sans 10' I am using this on RedHaT 9.0 with=20 gtk2-2.2.1-4 pygtk2-1.99.14-4 python-2.2.2-26 Thanks Jena-Baptiste --=20 ----------------------------- Jean-Baptiste.Cazier@decode.is Department of Statistics deCODE genetics Sturlugata,8 570 2993 101 Reykjav=EDk From nlevitt@columbia.edu Thu Jul 31 10:13:08 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from computer.cc.columbia.edu (computer.cc.columbia.edu [128.59.31.237]) by mail.gnome.org (Postfix) with ESMTP id 4EA16182B5 for ; Thu, 31 Jul 2003 10:13:08 -0400 (EDT) Received: from nlevitt by computer.cc.columbia.edu with local (Exim 3.36 #1) id 19iEB1-0001lT-00; Thu, 31 Jul 2003 10:13:07 -0400 Date: Thu, 31 Jul 2003 10:13:07 -0400 From: Noah Levitt To: ramdhan singh Cc: "'gtk-list@gnome.org'" Subject: Re: Libraries, fonts required to display japanese characters in GTK Message-ID: <20030731141307.GA6726@columbia.edu> References: <20030731092103.52616.qmail@web8206.mail.in.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030731092103.52616.qmail@web8206.mail.in.yahoo.com> Secret-NSA-Message-ID: 3b026257dfe9ed894171dbbb76f5b2ba User-Agent: Mutt/1.5.4i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: It just works, you don't need anything special, as long as you have a font. I have two fonts that cover Japanese: $ fc-list :lang=ja Arial Unicode MS:style=Regular Bitstream Cyberbit:style=Roman Neither is open source, unfortunately. If anybody knows of an open source Japanese font I'd be interested. You can get Bitsream Cyberbit from http://ftp.netscape.com/pub/communicator/extras/fonts/windows/ Noah On Thu, Jul 31, 2003 at 10:21:03 +0100, ramdhan singh wrote: > Hi All, > > I want to display japanese strings in GTK but do not > know what are the libraries, fonts required(To display > japanese)?? I am using GTK 2.2.1. > > Can anybody help me out in this? > Would be very grateful for any clue. > > Thanks, > Ramdhan From otaylor@redhat.com Thu Jul 31 10:40:21 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (pix-525-pool.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 7C63F185D0 for ; Thu, 31 Jul 2003 10:40:21 -0400 (EDT) Received: from poincare.devel.redhat.com (poincare.devel.redhat.com [172.16.58.30]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h6VEeAK06856; Thu, 31 Jul 2003 10:40:10 -0400 Subject: Re: Libraries, fonts required to display japanese characters in GTK From: Owen Taylor To: Noah Levitt Cc: ramdhan singh , "'gtk-list@gnome.org'" In-Reply-To: <20030731141307.GA6726@columbia.edu> References: <20030731092103.52616.qmail@web8206.mail.in.yahoo.com> <20030731141307.GA6726@columbia.edu> Content-Type: text/plain Message-Id: <1059662410.19179.20.camel@poincare.devel.redhat.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.92 (1.3.92-1) (Preview Release) Date: 31 Jul 2003 10:40:10 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Thu, 2003-07-31 at 10:13, Noah Levitt wrote: > It just works, you don't need anything special, as long as > you have a font. I have two fonts that cover Japanese: > > $ fc-list :lang=ja > Arial Unicode MS:style=Regular > Bitstream Cyberbit:style=Roman > > Neither is open source, unfortunately. If anybody knows of > an open source Japanese font I'd be interested. The Kochi fonts are found on virtually all linux distributions; for Red Hat, they are in the 'ttfonts-ja' package. Regards, Owen From flavio@maqplas.com.br Thu Jul 31 15:12:15 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from ivoti.terra.com.br (ivoti.terra.com.br [200.176.3.20]) by mail.gnome.org (Postfix) with ESMTP id B6660189EA for ; Thu, 31 Jul 2003 15:12:14 -0400 (EDT) Received: from tucuriba.terra.com.br (tucuriba.terra.com.br [200.176.3.53]) by ivoti.terra.com.br (Postfix) with ESMTP id 953B979C126 for ; Thu, 31 Jul 2003 16:12:15 -0300 (BRT) Received: from flavio (unknown [200.206.167.234]) (authenticated user maq.ic@terra.com.br) by tucuriba.terra.com.br (Postfix) with ESMTP id 645F526448C for ; Thu, 31 Jul 2003 16:12:12 -0300 (BRT) Date: Thu, 31 Jul 2003 16:12:02 -0300 From: Flavio Alberto Lopes Soares To: Lista GTK Subject: substitute for GtkCList ??? Message-Id: <20030731161202.03df222a.flavio@maqplas.com.br> Organization: MAQPLAS =?ISO-8859-1?B?SW5k+nN0cmlh?= e =?ISO-8859-1?B?Q29t6Q==?= rcio de =?ISO-8859-1?B?TeFxdWluYXM=?= LTDA. X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-debian-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello all, I'm developing an application (using Glade) that uses GtkCList in Gtk1.2, but now I'm starting to change this application to Gtk2.0 and I'm using GLADE-2 to make your interface, but in my old app I use GtkCList, and now I don't know what can substitute GtkCList in Gtk2.0 (and in Glade-2); Thanks for any help Flavio Alberto From seberino@seberino.spawar.navy.mil Thu Jul 31 18:09:40 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from seberino.spawar.navy.mil (seberino.spawar.navy.mil [198.253.71.174]) by mail.gnome.org (Postfix) with ESMTP id 7091E1832A for ; Thu, 31 Jul 2003 18:09:40 -0400 (EDT) Received: from seberino by seberino.spawar.navy.mil with local (Exim 4.10) id 19iLcE-00046b-00 for gtk-list@gnome.org; Thu, 31 Jul 2003 15:09:42 -0700 Date: Thu, 31 Jul 2003 15:09:42 -0700 From: seberino@spawar.navy.mil To: gtk-list@gnome.org Subject: GTK+ thread problem (program freezing using these 2 GTK+ commands...) Message-ID: <20030731150942.A15782@spawar.navy.mil> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: We have a Python GTK+ program that uses threads. If we DON'T run the GTK+ GUI code then multitasking is fine and every thread gets a little CPU time. If we run a GTK+ GUI in the main parent process/thread then program freezes. The PyGTK commands called gtk.threads.thread_enter() and gtk.gdk.threads_leave() are used to avoid conflicts caused by two threads writing to GUI at the same time. The disallow/allow other threads to write to GUI as needed. It would seem that the problem are with these two commands but we cannot seem to find the problem. As you know, threads are not the easiest things to debug. We are wondering if Python threads are unstable. Are they?? Any ideas at all how to begin to solve this? Chris -- _______________________________________ Christian Seberino, Ph.D. SPAWAR Systems Center San Diego Code 2872 49258 Mills Street, Room 158 San Diego, CA 92152-5385 U.S.A. Phone: (619) 553-9973 Fax : (619) 553-6521 Email: seberino@spawar.navy.mil _______________________________________ From galaviel@bezeqint.net.il Tue Jul 1 05:14:20 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from ogi.bezeqint.net (unknown [192.115.106.14]) by mail.gnome.org (Postfix) with ESMTP id 30B6A18CDA for ; Tue, 1 Jul 2003 05:14:19 -0400 (EDT) Received: from bezeqint.net.il (bzq-218-223-91.red.bezeqint.net [81.218.223.91]) by ogi.bezeqint.net (Bezeq International SMTP out Mail Server) with ESMTP id 1A96037ED; Tue, 1 Jul 2003 12:08:00 +0300 (IDT) Message-ID: <3F0142D3.9010801@bezeqint.net.il> Date: Tue, 01 Jul 2003 11:14:11 +0300 From: Gal Aviel User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joelle Nakhle Cc: gtk-list@gnome.org Subject: Re: problems with glibc -- please help References: <1056957385.3effe3c92f74d@www.imp.polymtl.ca> In-Reply-To: <1056957385.3effe3c92f74d@www.imp.polymtl.ca> Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi,

First, disclaimer - I'm new to the Gtk worlds as well, be warned ...

I believe you have a small mixup. I just recently installed Gtk 2.2.2 from source
into a custom directory in my system, so that I could hack and experiment on it,
therefor I think I know what's wrong.

If you want to install Gtk from source, you basically need the Gtk tarball and
3 more tarballs.  According to  http://www.gtk.org/download/ "Installation Guide" link
(the below is just for general idea):

(start quote)

Three of the libraries that GTK+ depends on are maintained by by the GTK+ team: GLib, Pango, and ATK. Other libraries are maintained separately.

  • The GLib library provides core non-graphical functionality such as high level data types, Unicode manipulation, and an object and type system to C programs. It is available from the GTK+ FTP site.

  • Pango is a library for internationalized text handling. It is available from the GTK+ FTP site.. Either Pango-1.0 or Pango-1.2 can be used with GTK+-2.2, though Pango-1.2 is recommended.

  • ATK is the Accessibility Toolkit. It provides a set of generic interfaces allowing accessibility technologies such as screen readers to interact with a graphical user interface. It is available from the GTK+ FTP site.

(end quote)


I believe you installed *glibc* which to my best knowledge has nothing to do with *glib* which Gtk requires.
Glibc is (to my best knowledge) the GNU Standart C library where functions like printf() are defined.

To make a long story short, there exists some dependancies among the 4 mentioned packages, I believe they
have to be installed by order, and I think glib should go first. Try installing glib first and only then installing atk.

Please tell me if this helps (or I'll recall deeper what I did),

Gal.


Joelle Nakhle wrote:
Hi,

I downloaded glibc 2.2.2, pango 1.2.3 and atk 1.2.4 in order to install gtk.  I
installed glibc and it seemes to have installed properly.  But when i try to
install pango or atk it tells me:


checking for GLIB - version >= 2.1.3... no
*** Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB is incorrectly installed.
configure: error:
*** Glib 2.1.3 or better is required. The latest version of
*** Glib is always available from ftp://ftp.gtk.org/.



Waht is GLIB test program?  I went into my glib directory and then in the test
directory.  I tried running ./testglib, which i thought was what they were
talking about before and this is what i get:


** (process:9292): WARNING **: harmless warning with parameters: 42 Boo 0x3039
** Message: the next warning is a test:

(process:9292): GLib-CRITICAL **: file gmessages.c: line 840 (g_print):
assertion `format != NULL' failed
checking endian macros (host is little endian)...ok
checking file functions...
g_file_open_tmp correctly returns error: Template 'zap/barXXXXXX' invalid,
should not contain a '/'
g_file_open_tmp for template 'zapXXXXXX' used name '/tmp/zapAHZwJ2'
g_file_open_tmp for NULL template used name '/tmp/.CTE945'



What can i do to resolve the problem and finally get gtk to work?  

Thanks a lot,
Joelle
_______________________________________________
gtk-list mailing list
gtk-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-list

  

From Ken.Rastatter@Honeywell.com Tue Jul 1 11:25:33 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from tmpsmtp702.honeywell.com (tmpsmtp702.honeywell.com [199.64.7.102]) by mail.gnome.org (Postfix) with SMTP id 9BB72183DC for ; Tue, 1 Jul 2003 11:25:32 -0400 (EDT) Received: from 131.127.249.22 by tmpsmtp702.honeywell.com (InterScan E-Mail VirusWall NT); Tue, 01 Jul 2003 08:25:31 -0700 Received: by smtp.allied.com with Internet Mail Service (5.5.2656.59) id <3BG4FFXL>; Tue, 1 Jul 2003 08:25:31 -0700 Message-ID: From: "Rastatter, Ken (OH32)" To: "'gtk-list@gnome.org'" Subject: RE: gtk2 win32 and default font Date: Tue, 1 Jul 2003 08:25:26 -0700 X-Mailer: Internet Mail Service (5.5.2656.59) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Jiri Pavlovsky wrote on Thu, 26 Jun 2003: > I'm using gtk+-2.2.1 on win32. I need to change default font. After gtk_init() has been called, I do the following to change the font: gtk_rc_parse_string("gtk-font-name=\"sans 9\" \n"); I hope this helps. -- Ken Rastatter, Senior Design Engineer Honeywell Sensotec 2080 Arlingate Lane, Columbus, Ohio, 43228-4112 USA Home Page: http://www.sensotec.com "These opinions are mine and not necessarily those of Honeywell." From jpavlovsky@mbox.dkm.cz Tue Jul 1 11:40:27 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from p69.project-syndicate.org (ossf-sh.customer.vol.cz [195.122.194.205]) by mail.gnome.org (Postfix) with ESMTP id 0239E18405 for ; Tue, 1 Jul 2003 11:40:26 -0400 (EDT) Received: from jira.project-syndicate.org ([195.250.138.178]) (authenticated bits=0) by p69.project-syndicate.org (8.12.9/8.12.9) with ESMTP id h61FeN7d001080 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Tue, 1 Jul 2003 17:40:24 +0200 From: Jiri Pavlovsky To: "Rastatter, Ken (OH32)" , "'gtk-list@gnome.org'" Subject: Re: gtk2 win32 and default font Date: Tue, 1 Jul 2003 17:41:53 +0200 User-Agent: KMail/1.5 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307011741.53580.jpavlovsky@mbox.dkm.cz> X-Scanned-By: MIMEDefang 2.34 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Tuesday 01 July 2003 17:25, Rastatter, Ken (OH32) wrote: > Jiri Pavlovsky wrote on Thu, 26 Jun 2003: > > I'm using gtk+-2.2.1 on win32. I need to change default font. > > After gtk_init() has been called, I do the following to change the > font: > > gtk_rc_parse_string("gtk-font-name=\"sans 9\" \n"); Thanks. I found the following to work too: --------------------------------- PangoFontDescription *pdf; GtkStyle *style; . . . style = gtk_style_new(); pdf = pango_font_description_from_string("Sans 9"); style->font_desc = pdf; gtk_style_attach(style, GDK_WINDOW(window)); -- Jiri Pavlovsky jpavlovsky@mbox.dkm.cz tel: (+420) 737196433 From bott@campana.vi.it Tue Jul 1 16:57:53 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from sparc.campana.vi.it (ip-a1-37024.keycomm.it [62.152.37.24]) by mail.gnome.org (Postfix) with ESMTP id 2F76018DF3 for ; Tue, 1 Jul 2003 16:57:53 -0400 (EDT) Received: from dirac.campana.vi.it (dirac.campana.vi.it [192.168.0.4]) by sparc.campana.vi.it (Postfix) with ESMTP id 7BF73B468 for ; Tue, 1 Jul 2003 22:57:42 +0200 (CEST) Received: from bott by dirac.campana.vi.it with local (Exim 3.35 #1 (Debian)) id 19XSBr-0002uR-00 for ; Tue, 01 Jul 2003 22:57:27 +0200 Date: Tue, 1 Jul 2003 22:57:27 +0200 From: Ottavio Campana To: Gtk-list Subject: compass widget? Message-ID: <20030701205727.GA11167@campana.vi.it> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="W/nzBZO5zC0uMSeA" Content-Disposition: inline User-Agent: Mutt/1.3.28i X-Operating-System: Linux dirac 2.4.21-dirac X-Organization: Lega per la soppressione del Visual Basic X-Homepage: http://www.campana.vi.it/ottavio/ Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --W/nzBZO5zC0uMSeA Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable does anyone of you have written a compass widget for selecting a direction? I'm trying to hack gtkdial, but I'm having some problems.... --=20 Non c'=E8 pi=F9 forza nella normalit=E0, c'=E8 solo monotonia. --W/nzBZO5zC0uMSeA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/AfW3TVwmA6p94JARAjD7AJ9kKHsz+/Exeha1b+T+knS8CAadXACdHSJQ UjrPT608ueqOM9LkQpoS+Mw= =6Qv+ -----END PGP SIGNATURE----- --W/nzBZO5zC0uMSeA-- From michele.garoche@easyconnect.fr Tue Jul 1 22:09:37 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smarthost2.mail.easynet.fr (smarthost2.mail.easynet.fr [212.180.1.69]) by mail.gnome.org (Postfix) with ESMTP id 5FE9218198 for ; Tue, 1 Jul 2003 22:09:37 -0400 (EDT) Received: from [212.11.38.139] (helo=easyconnect.fr) by smarthost2.mail.easynet.fr with esmtp (Exim 3.35 #1 (Debian)) id 19XX3w-0005aH-00 for ; Wed, 02 Jul 2003 04:09:36 +0200 Date: Wed, 2 Jul 2003 04:09:34 +0200 Mime-Version: 1.0 (Apple Message framework v552) Content-Type: multipart/alternative; boundary=Apple-Mail-2--652320499 Subject: Compiling a simple gtk+ application on mac os X From: =?ISO-8859-1?Q?Mich=E8le_Garoche?= To: gtk-list@gnome.org Message-Id: <3989C032-AC32-11D7-BA31-000393AAC18A@easyconnect.fr> X-Mailer: Apple Mail (2.552) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --Apple-Mail-2--652320499 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=ISO-8859-1; format=flowed Hello, I'm using gtk+-2.0 on mac os 10.2.6. (XDarwin installed via Fink=20 unstable). I use this line to compile in a Terminal: cc prog01.c -o prog01 -Wall `pkg-config --cflags --libs gtk+-2.0` But I've got a lot of warnings like this one: symbol _ft_bitmap_glyph_class used from dynamic library=20 /usr/X11R6/lib/libfreetype.6.dylib(ftglyph.o) not from earlier dynamic=20= library /sw/lib/libfreetype.6.dylib(ftglyph.lo) Is there a way to avoid such warnings, i.e. force the compiler and=20 linker to search in sw/lib? Maybe I can do this within Project Builder, but I have no idea how to.=20= Or with a make file, but again I don't know how to do this. Thanks for any help. Mich=E8le = --Apple-Mail-2--652320499 Content-Transfer-Encoding: quoted-printable Content-Type: text/enriched; charset=ISO-8859-1 Hello, I'm using gtk+-2.0 on mac os 10.2.6. (XDarwin installed via Fink unstable). I use this line to compile in a Terminal: Lucida Grande 0000,0000,0000 cc prog01.c -o prog01 -Wall `pkg-config --cflags --libs gtk+-2.0` But I've got a lot of warnings like this one: symbol _ft_bitmap_glyph_class used from dynamic library /usr/X11R6/lib/libfreetype.6.dylib(ftglyph.o) not from earlier dynamic library /sw/lib/libfreetype.6.dylib(ftglyph.lo) Is there a way to avoid such warnings, i.e. force the compiler and linker to search in sw/lib? Maybe I can do this within Project Builder, but I have no idea how to. Or with a make file, but again I don't know how to do this. Thanks for any help. Mich=E8le <= --Apple-Mail-2--652320499-- From takahash@isit.or.jp Wed Jul 2 02:12:52 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mx.isit.or.jp (mx.isit.or.jp [202.214.210.83]) by mail.gnome.org (Postfix) with ESMTP id B5E3418108 for ; Wed, 2 Jul 2003 02:12:51 -0400 (EDT) Received: from agent (agent.isit.or.jp [202.214.211.146]) by mx.isit.or.jp (8.12.9/8.11.1) with SMTP id h626CjdN073709; Wed, 2 Jul 2003 15:12:49 +0900 (JST) (envelope-from takahash@isit.or.jp) Message-ID: <003f01c3405f$68524a00$92d3d6ca@isit.or.jp> Reply-To: "Kiyoshi TAKAHASHI" From: "Kiyoshi TAKAHASHI" To: "Jiri Pavlovsky" , References: <200307011741.53580.jpavlovsky@mbox.dkm.cz> Subject: Re: gtk2 win32 and default font Date: Wed, 2 Jul 2003 15:01:36 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: That's strange because when I use this, the font is not changed and I have the error message: "assertion GDK_IS_COLORMAP(colormap) failed". Up to now, I still wasn't able to change the default font size, in spite of the numerous solutions proposed :( Kiyoshi ----- Original Message ----- From: "Jiri Pavlovsky" To: "Rastatter, Ken (OH32)" ; Sent: Wednesday, July 02, 2003 12:41 AM Subject: Re: gtk2 win32 and default font > On Tuesday 01 July 2003 17:25, Rastatter, Ken (OH32) wrote: > > Jiri Pavlovsky wrote on Thu, 26 Jun 2003: > > > I'm using gtk+-2.2.1 on win32. I need to change default font. > > > > After gtk_init() has been called, I do the following to change the > > font: > > > > gtk_rc_parse_string("gtk-font-name=\"sans 9\" \n"); > > > Thanks. > I found the following to work too: > > --------------------------------- > PangoFontDescription *pdf; > GtkStyle *style; > . > . > . > > style = gtk_style_new(); > pdf = pango_font_description_from_string("Sans 9"); > style->font_desc = pdf; > gtk_style_attach(style, GDK_WINDOW(window)); > > -- > Jiri Pavlovsky > jpavlovsky@mbox.dkm.cz > tel: (+420) 737196433 > > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list > From takahash@isit.or.jp Wed Jul 2 04:45:45 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mx.isit.or.jp (mx.isit.or.jp [202.214.210.83]) by mail.gnome.org (Postfix) with ESMTP id 954EC180EA for ; Wed, 2 Jul 2003 04:45:44 -0400 (EDT) Received: from agent (agent.isit.or.jp [202.214.211.146]) by mx.isit.or.jp (8.12.9/8.11.1) with SMTP id h628jddN075928; Wed, 2 Jul 2003 17:45:39 +0900 (JST) (envelope-from takahash@isit.or.jp) Message-ID: <008c01c34074$c2a3bb00$92d3d6ca@isit.or.jp> Reply-To: "Kiyoshi TAKAHASHI" From: "Kiyoshi TAKAHASHI" To: "Jiri Pavlovsky" , References: <200307011741.53580.jpavlovsky@mbox.dkm.cz> <003f01c3405f$68524a00$92d3d6ca@isit.or.jp> <200307021034.10573.ps@project-syndicate.org> Subject: Re: gtk2 win32 and default font Date: Wed, 2 Jul 2003 17:34:32 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I can't see any modification in the font... Could you send me a little program which use a different font (just a "hello world" program will be ok)? Kiyoshi ----- Original Message ----- From: "Jiri Pavlovsky" To: "Kiyoshi TAKAHASHI" ; Sent: Wednesday, July 02, 2003 5:34 PM Subject: Re: gtk2 win32 and default font > On Wednesday 02 July 2003 08:01, Kiyoshi TAKAHASHI wrote: > > > ----- Original Message ----- > > From: "Jiri Pavlovsky" > > To: "Rastatter, Ken (OH32)" ; > > > > Sent: Wednesday, July 02, 2003 12:41 AM > > Subject: Re: gtk2 win32 and default font > > > > > On Tuesday 01 July 2003 17:25, Rastatter, Ken (OH32) wrote: > > > > Jiri Pavlovsky wrote on Thu, 26 Jun 2003: > > > > > I'm using gtk+-2.2.1 on win32. I need to change default font. > > > > > > > > After gtk_init() has been called, I do the following to change > > > > the font: > > > > > > > > gtk_rc_parse_string("gtk-font-name=\"sans 9\" \n"); > > > > > > Thanks. > > > I found the following to work too: > > > > > > --------------------------------- > > > PangoFontDescription *pdf; > > > GtkStyle *style; > > > . > > > . > > > . > > > > > > style = gtk_style_new(); > > > pdf = pango_font_description_from_string("Sans 9"); > > > style->font_desc = pdf; > > > gtk_style_attach(style, GDK_WINDOW(window)); > > > > > > That's strange because when I use this, the font is not changed and I > > have the error message: > > "assertion GDK_IS_COLORMAP(colormap) failed". > > I got this mesg too, but the font was changed > > -- > Jiri Pavlovsky > ps@project-syndicate.org > tel: +420221517657 > > From sven@gimp.org Wed Jul 2 05:56:10 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.convergence.de (mail.convergence.de [212.84.236.4]) by mail.gnome.org (Postfix) with ESMTP id 6F6A518948 for ; Wed, 2 Jul 2003 05:56:10 -0400 (EDT) Received: from [10.1.1.145] (helo=blixa) by mail.convergence.de with esmtp (Exim 4.14) id 19XeLP-0007sq-AF; Wed, 02 Jul 2003 11:56:07 +0200 Received: from neo by blixa with local (Exim 3.36 #1 (Debian)) id 19XeLO-0005F7-00; Wed, 02 Jul 2003 11:56:06 +0200 To: "Kiyoshi TAKAHASHI" Cc: "Jiri Pavlovsky" , Subject: Re: gtk2 win32 and default font References: <200307011741.53580.jpavlovsky@mbox.dkm.cz> <003f01c3405f$68524a00$92d3d6ca@isit.or.jp> From: Sven Neumann Date: Wed, 02 Jul 2003 11:56:06 +0200 In-Reply-To: <003f01c3405f$68524a00$92d3d6ca@isit.or.jp> (Kiyoshi TAKAHASHI's message of "Wed, 2 Jul 2003 15:01:36 +0900") Message-ID: User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/20.7 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, "Kiyoshi TAKAHASHI" writes: > That's strange because when I use this, the font is not changed and > I have the error message: "assertion GDK_IS_COLORMAP(colormap) > failed". Up to now, I still wasn't able to change the default font > size, in spite of the numerous solutions proposed :( If you want to change the font-size for all GTK2 applications, all you need is to edit the gtkrc-2.0 file. I am sure this file does also exist on Win32. You just need to add a line that says: gtk-font-name="Sans 18" or similar. Sven From olaf@cbk.poznan.pl Wed Jul 2 07:24:46 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from goliath.sylaba.poznan.pl (goliath.sylaba.poznan.pl [195.216.104.3]) by mail.gnome.org (Postfix) with ESMTP id 7C19118A2B for ; Wed, 2 Jul 2003 07:24:46 -0400 (EDT) Received: from goliath.sylaba.poznan.pl (smmsp@localhost.sylaba.poznan.pl [127.0.0.1]) by goliath.sylaba.poznan.pl (8.12.8/8.12.8) with ESMTP id h62BOinb025742 for ; Wed, 2 Jul 2003 13:24:44 +0200 (CEST) Received: by goliath.sylaba.poznan.pl (8.12.8/8.12.8/Submit) id h62BOhQj025741 for gtk-list@gnome.org.KAV; Wed, 2 Jul 2003 13:24:43 +0200 (CEST) Received: from venus.local.navi.pl (ps103.poznan.sdi.tpnet.pl [217.97.72.103]) by goliath.sylaba.poznan.pl (8.12.8/8.12.8) with ESMTP id h62BOenb025700; Wed, 2 Jul 2003 13:24:41 +0200 (CEST) Received: from venus.local.navi.pl (venus.local.navi.pl [127.0.0.1]) by venus.local.navi.pl (8.12.5/8.12.5) with ESMTP id h62BP5xr003222; Wed, 2 Jul 2003 13:25:06 +0200 Subject: Re: gtk2 win32 and default font From: Olaf =?iso-8859-2?Q?Fr=B1czyk?= To: Sven Neumann Cc: Kiyoshi TAKAHASHI , Jiri Pavlovsky , gtk-list@gnome.org In-Reply-To: References: <200307011741.53580.jpavlovsky@mbox.dkm.cz> <003f01c3405f$68524a00$92d3d6ca@isit.or.jp> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 (1.0.8-10) Date: 02 Jul 2003 13:25:05 +0200 Message-Id: <1057145106.2119.3.camel@venus> Mime-Version: 1.0 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Wed, 2003-07-02 at 11:56, Sven Neumann wrote: > Hi, > > "Kiyoshi TAKAHASHI" writes: > > > That's strange because when I use this, the font is not changed and > > I have the error message: "assertion GDK_IS_COLORMAP(colormap) > > failed". Up to now, I still wasn't able to change the default font > > size, in spite of the numerous solutions proposed :( > > If you want to change the font-size for all GTK2 applications, all you > need is to edit the gtkrc-2.0 file. I am sure this file does also > exist on Win32. You just need to add a line that says: > > gtk-font-name="Sans 18" > > or similar. Hi, I would also like to know how to do it for SINGLE application. In gtk-1.2 there was something like set_default_style. But there is no equivalent in gtk2. Regards, olaf Fraczyk From andreas@mtg.co.at Wed Jul 2 10:20:58 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from viefep14-int.chello.at (viefep14-int.chello.at [213.46.255.13]) by mail.gnome.org (Postfix) with ESMTP id 81A7D18E7A for ; Wed, 2 Jul 2003 10:20:57 -0400 (EDT) Received: from andi-lap ([80.108.209.54]) by viefep14-int.chello.at (InterMail vM.5.01.05.17 201-253-122-126-117-20021021) with SMTP id <20030702142054.TQGH29817.viefep14-int.chello.at@andi-lap> for ; Wed, 2 Jul 2003 16:20:54 +0200 Received: by andi-lap (sSMTP sendmail emulation); Wed, 2 Jul 2003 16:20:54 +0200 Subject: gtk 2.2 for Windows with mingw32 hosted under Linux From: Andreas Kostyrka To: gtk-list@gnome.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-vfKrBP2LauqNZR+0ckrY" Organization: Message-Id: <1057155653.3829.200.camel@andi-lap> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 02 Jul 2003 16:20:54 +0200 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --=-vfKrBP2LauqNZR+0ckrY Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi! I've been wondering if somebody ever tried to compile Gtk2.2 with a crosscompiling Mingw32 hosted on Linux? If so, how does one start such task? Andreas --=-vfKrBP2LauqNZR+0ckrY Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQA/AupFHJdudm4KnO0RAh1fAKDG60f78BY55n9k73Ss6oTnes8XIwCfUpFZ /DUxvIdqKtjGQpQArmuy0lI= =/4vx -----END PGP SIGNATURE----- --=-vfKrBP2LauqNZR+0ckrY-- From ali@avrc.city.ac.uk Wed Jul 2 10:28:59 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mailgate.city.ac.uk (mailgate.city.ac.uk [138.40.12.3]) by mail.gnome.org (Postfix) with ESMTP id B242D18D5F for ; Wed, 2 Jul 2003 10:28:58 -0400 (EDT) Received: from mailswitch.city.ac.uk ([138.40.12.12] helo=mailswitch) by mailgate.city.ac.uk with smtp (Exim 3.16 #2) id 19Xiau-0001yt-00 for gtk-list@gnome.org; Wed, 02 Jul 2003 15:28:24 +0100 Received: from optosun2.city.ac.uk ([138.40.167.2] helo=firewall.avrc.city.ac.uk) by mailswitch with esmtp (Exim 3.16 #5) id 19XibP-0001fz-00 for gtk-list@gnome.org; Wed, 02 Jul 2003 15:28:55 +0100 Received: from localhost.localdomain (tom [192.168.137.104]) by firewall.avrc.city.ac.uk (8.9.3/8.9.3) with ESMTP id QAA15738; Wed, 2 Jul 2003 16:44:07 +0100 Received: from tom (tom [127.0.0.1]) by localhost.localdomain (8.11.6/8.11.6) with ESMTP id h62ELhp12842; Wed, 2 Jul 2003 15:21:43 +0100 Date: Wed, 2 Jul 2003 15:21:41 +0100 From: "J. Ali Harlow" To: Andreas Kostyrka Cc: gtk-list@gnome.org Subject: Re: gtk 2.2 for Windows with mingw32 hosted under Linux Message-ID: <20030702142141.GC9307@tom.avrc.city.ac.uk> References: <1057155653.3829.200.camel@andi-lap> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1057155653.3829.200.camel@andi-lap>; from andreas@mtg.co.at on Wed, Jul 02, 2003 at 15:20:54 +0100 X-Mailer: Balsa 1.4.2 Lines: 27 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On 2003.07.02 15:20 Andreas Kostyrka wrote: > Hi! > > I've been wondering if somebody ever tried to compile Gtk2.2 with a > crosscompiling Mingw32 hosted on Linux? If so, how does one start such > task? Yes. I do this. I started top-down (ie., with Gtk+) using Tor's binaries for the low level libraries until I managed to get each one built. It would obviously be more logical to start from the bottom if you were prepared to accept the delay before having anything working. I can provide copies of my scripts, hacked version of libtool etc., if needed. I haven't yet tried to build Gtk+ 2.2.2 which I have a vague recollection is now based on libtool 1.5 (or was that 2.3?). I know that I'm going to have some serious problems with libtool 1.5, but these may not affect you if you start from scratch. HTH, -- Ali Harlow Email: ali@avrc.city.ac.uk Research programmer Tel: (020) 7040 4348 Applied Vision Research Centre Intl: +44 20 7040 4348 City University Fax: (020) 7040 5515 London Intl: +44 20 7040 5515 From gnome-gtk-list@m.gmane.org Wed Jul 2 04:24:38 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mail.gnome.org (Postfix) with ESMTP id 260E51839C for ; Wed, 2 Jul 2003 04:24:38 -0400 (EDT) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19XcuM-0003Pb-00 for ; Wed, 02 Jul 2003 10:24:06 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gtk-list@gnome.org Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19XcuL-0003PR-00 for ; Wed, 02 Jul 2003 10:24:05 +0200 From: Mark Howard Subject: TreeView Selections - Multiple signals Date: Wed, 02 Jul 2003 09:24:20 +0100 Lines: 12 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@main.gmane.org User-Agent: Pan/0.14.0 (I'm Being Nibbled to Death by Cats!) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, Whenever I select anything for the first time in a treeview (either by clicking on it or using gtk_tree_selection_select_iter, the changed signal is always called twice - once for the first item in the treeview and then again for the item I wanted selected. How do I stop the first of these? -- .''`. Mark Howard : :' : `. `' http://www.tildemh.com `- mh@debian.org | mh@tildemh.com | mh344@cam.ac.uk From ps@project-syndicate.org Wed Jul 2 04:32:43 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from p69.project-syndicate.org (ossf-sh.customer.vol.cz [195.122.194.205]) by mail.gnome.org (Postfix) with ESMTP id 0A67C1839C for ; Wed, 2 Jul 2003 04:32:43 -0400 (EDT) Received: from jira.project-syndicate.org ([195.250.138.178]) (authenticated bits=0) by p69.project-syndicate.org (8.12.9/8.12.9) with ESMTP id h628Wb7d003883 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Wed, 2 Jul 2003 10:32:37 +0200 From: Jiri Pavlovsky To: "Kiyoshi TAKAHASHI" , Subject: Re: gtk2 win32 and default font Date: Wed, 2 Jul 2003 10:34:10 +0200 User-Agent: KMail/1.5 References: <200307011741.53580.jpavlovsky@mbox.dkm.cz> <003f01c3405f$68524a00$92d3d6ca@isit.or.jp> In-Reply-To: <003f01c3405f$68524a00$92d3d6ca@isit.or.jp> Organization: Project Syndicate MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307021034.10573.ps@project-syndicate.org> X-Scanned-By: MIMEDefang 2.34 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Wednesday 02 July 2003 08:01, Kiyoshi TAKAHASHI wrote: > ----- Original Message ----- > From: "Jiri Pavlovsky" > To: "Rastatter, Ken (OH32)" ; > > Sent: Wednesday, July 02, 2003 12:41 AM > Subject: Re: gtk2 win32 and default font > > > On Tuesday 01 July 2003 17:25, Rastatter, Ken (OH32) wrote: > > > Jiri Pavlovsky wrote on Thu, 26 Jun 2003: > > > > I'm using gtk+-2.2.1 on win32. I need to change default font. > > > > > > After gtk_init() has been called, I do the following to change > > > the font: > > > > > > gtk_rc_parse_string("gtk-font-name=\"sans 9\" \n"); > > > > Thanks. > > I found the following to work too: > > > > --------------------------------- > > PangoFontDescription *pdf; > > GtkStyle *style; > > . > > . > > . > > > > style = gtk_style_new(); > > pdf = pango_font_description_from_string("Sans 9"); > > style->font_desc = pdf; > > gtk_style_attach(style, GDK_WINDOW(window)); > > > That's strange because when I use this, the font is not changed and I > have the error message: > "assertion GDK_IS_COLORMAP(colormap) failed". I got this mesg too, but the font was changed -- Jiri Pavlovsky ps@project-syndicate.org tel: +420221517657 From ps@project-syndicate.org Wed Jul 2 07:11:05 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from p69.project-syndicate.org (ossf-sh.customer.vol.cz [195.122.194.205]) by mail.gnome.org (Postfix) with ESMTP id 6D888181B7 for ; Wed, 2 Jul 2003 07:11:05 -0400 (EDT) Received: from jira.project-syndicate.org ([195.250.138.178]) (authenticated bits=0) by p69.project-syndicate.org (8.12.9/8.12.9) with ESMTP id h62BAx7d004755 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Wed, 2 Jul 2003 13:10:59 +0200 From: Jiri Pavlovsky Organization: Project Syndicate To: "Kiyoshi TAKAHASHI" , Subject: Re: gtk2 win32 and default font Date: Wed, 2 Jul 2003 13:12:34 +0200 User-Agent: KMail/1.5 References: <200307021034.10573.ps@project-syndicate.org> <008c01c34074$c2a3bb00$92d3d6ca@isit.or.jp> In-Reply-To: <008c01c34074$c2a3bb00$92d3d6ca@isit.or.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307021312.34375.ps@project-syndicate.org> X-Scanned-By: MIMEDefang 2.34 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > > > > I found the following to work too: > > > > > > > > --------------------------------- > > > > PangoFontDescription *pdf; > > > > GtkStyle *style; > > > > . > > > > . > > > > . > > > > > > > > style = gtk_style_new(); > > > > pdf = pango_font_description_from_string("Sans 9"); > > > > style->font_desc = pdf; > > > > gtk_style_attach(style, GDK_WINDOW(window)); > > > > > > That's strange because when I use this, the font is not changed > > > and I have the error message: > > > "assertion GDK_IS_COLORMAP(colormap) failed". > > > > I got this mesg too, but the font was changed > > I have to withdraw this statement I'm afraid. I'm now on different box(using linux), but it does not work. Will try later on win32 box. Jiri -- Jiri Pavlovsky ps@project-syndicate.org tel: +420221517657 From jackala82@hotmail.com Wed Jul 2 14:27:53 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hotmail.com (law8-f76.law8.hotmail.com [216.33.241.76]) by mail.gnome.org (Postfix) with ESMTP id C65801812B for ; Wed, 2 Jul 2003 14:27:52 -0400 (EDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 2 Jul 2003 11:27:52 -0700 Received: from 65.95.56.194 by lw8fd.law8.hotmail.msn.com with HTTP; Wed, 02 Jul 2003 18:27:51 GMT X-Originating-IP: [65.95.56.194] X-Originating-Email: [jackala82@hotmail.com] From: "Joëlle Nakhlé" To: gtk-list@gnome.org Subject: Re: problems with glibc -- please help Date: Wed, 02 Jul 2003 18:27:51 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 02 Jul 2003 18:27:52.0090 (UTC) FILETIME=[A5CDBFA0:01C340C7] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is the config.log file after i do ./configure for pango-1.2.3: //----------------------------------------------------------------------------------------------------------------- This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = localhost uname -m = i686 uname -r = 2.4.21-0.13mdk uname -s = Linux uname -v = #1 Fri Mar 14 15:08:06 EST 2003 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/X11R6/bin PATH: /usr/local/bin PATH: /bin PATH: /usr/bin PATH: /usr/games PATH: /home/joelle/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1558: checking for a BSD-compatible install configure:1612: result: /usr/bin/install -c configure:1623: checking whether build environment is sane configure:1666: result: yes configure:1681: checking whether make sets $(MAKE) configure:1701: result: yes configure:1733: checking for working aclocal-1.4 configure:1740: result: found configure:1748: checking for working autoconf configure:1755: result: found configure:1763: checking for working automake-1.4 configure:1770: result: found configure:1778: checking for working autoheader configure:1785: result: found configure:1793: checking for working makeinfo configure:1800: result: found configure:1862: checking for gcc configure:1878: found /usr/bin/gcc configure:1888: result: gcc configure:2132: checking for C compiler version configure:2135: gcc --version &5 gcc (GCC) 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2138: $? = 0 configure:2140: gcc -v &5 Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2.2/specs Configured with: ../configure --prefix=/usr --libdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-__cxa_atexit --enable-languages=c,c++,ada,f77,objc,java --host=i586-mandrake-linux-gnu --with-system-zlib Thread model: posix gcc version 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk) configure:2143: $? = 0 configure:2145: gcc -V &5 gcc: argument to `-V' is missing configure:2148: $? = 1 configure:2172: checking for C compiler default output configure:2175: gcc conftest.c >&5 configure:2178: $? = 0 configure:2224: result: a.out configure:2229: checking whether the C compiler works configure:2235: ./a.out configure:2238: $? = 0 configure:2255: result: yes configure:2262: checking whether we are cross compiling configure:2264: result: no configure:2267: checking for suffix of executables configure:2269: gcc -o conftest conftest.c >&5 configure:2272: $? = 0 configure:2297: result: configure:2303: checking for suffix of object files configure:2325: gcc -c conftest.c >&5 configure:2328: $? = 0 configure:2350: result: o configure:2354: checking whether we are using the GNU C compiler configure:2379: gcc -c conftest.c >&5 configure:2382: $? = 0 configure:2385: test -s conftest.o configure:2388: $? = 0 configure:2401: result: yes configure:2407: checking whether gcc accepts -g configure:2429: gcc -c -g conftest.c >&5 configure:2432: $? = 0 configure:2435: test -s conftest.o configure:2438: $? = 0 configure:2449: result: yes configure:2466: checking for gcc option to accept ANSI C configure:2527: gcc -c -g -O2 conftest.c >&5 configure:2530: $? = 0 configure:2533: test -s conftest.o configure:2536: $? = 0 configure:2554: result: none needed configure:2572: gcc -c -g -O2 conftest.c >&5 conftest.c:2: parse error before "me" configure:2575: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2689: checking for c++ configure:2705: found /usr/bin/c++ configure:2715: result: c++ configure:2828: checking for C++ compiler version configure:2831: c++ --version &5 c++ (GCC) 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2834: $? = 0 configure:2836: c++ -v &5 Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2.2/specs Configured with: ../configure --prefix=/usr --libdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-__cxa_atexit --enable-languages=c,c++,ada,f77,objc,java --host=i586-mandrake-linux-gnu --with-system-zlib Thread model: posix gcc version 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk) configure:2839: $? = 0 configure:2841: c++ -V &5 c++: argument to `-V' missing configure:2844: $? = 1 configure:2847: checking whether we are using the GNU C++ compiler configure:2872: c++ -c conftest.cc >&5 configure:2875: $? = 0 configure:2878: test -s conftest.o configure:2881: $? = 0 configure:2894: result: yes configure:2900: checking whether c++ accepts -g configure:2922: c++ -c -g conftest.cc >&5 configure:2925: $? = 0 configure:2928: test -s conftest.o configure:2931: $? = 0 configure:2942: result: yes configure:2986: c++ -c -g -O2 conftest.cc >&5 configure:2989: $? = 0 configure:2992: test -s conftest.o configure:2995: $? = 0 configure:3022: c++ -c -g -O2 conftest.cc >&5 configure: In function `int main()': configure:3019: `exit' undeclared (first use this function) configure:3019: (Each undeclared identifier is reported only once for each function it appears in.) configure:3025: $? = 1 configure: failed program was: | #line 3005 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pango" | #define VERSION "1.2.3" | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:2986: c++ -c -g -O2 conftest.cc >&5 configure:2989: $? = 0 configure:2992: test -s conftest.o configure:2995: $? = 0 configure:3022: c++ -c -g -O2 conftest.cc >&5 configure:3025: $? = 0 configure:3028: test -s conftest.o configure:3031: $? = 0 configure:3072: c++ -c -g -O2 conftest.cc >&5 configure:3075: $? = 0 configure:3078: test -s conftest.o configure:3081: $? = 0 configure:3188: checking build system type configure:3206: result: i686-pc-linux-gnu configure:3214: checking host system type configure:3228: result: i686-pc-linux-gnu configure:3236: checking for a sed that does not truncate output configure:3290: result: /bin/sed configure:3293: checking for egrep configure:3303: result: grep -E configure:3319: checking for ld used by gcc configure:3386: result: /usr/bin/ld configure:3395: checking if the linker (/usr/bin/ld) is GNU ld configure:3410: result: yes configure:3415: checking for /usr/bin/ld option to reload object files configure:3422: result: -r configure:3431: checking for BSD-compatible nm configure:3473: result: /usr/bin/nm -B configure:3477: checking whether ln -s works configure:3481: result: yes configure:3488: checking how to recognise dependent libraries configure:3688: result: pass_all configure:4134: checking how to run the C preprocessor configure:4170: gcc -E conftest.c configure:4176: $? = 0 configure:4208: gcc -E conftest.c configure:4212:28: ac_nonexistent.h: No such file or directory configure:4214: $? = 1 configure: failed program was: | #line 4199 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pango" | #define VERSION "1.2.3" | #ifdef __cplusplus | #include | #endif | /* end confdefs.h. */ | #include configure:4252: result: gcc -E configure:4277: gcc -E conftest.c configure:4283: $? = 0 configure:4315: gcc -E conftest.c configure:4319:28: ac_nonexistent.h: No such file or directory configure:4321: $? = 1 configure: failed program was: | #line 4306 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pango" | #define VERSION "1.2.3" | #ifdef __cplusplus | #include | #endif | /* end confdefs.h. */ | #include configure:4364: checking for ANSI C header files configure:4390: gcc -c -g -O2 conftest.c >&5 configure:4393: $? = 0 configure:4396: test -s conftest.o configure:4399: $? = 0 configure:4488: gcc -o conftest -g -O2 conftest.c >&5 configure:4491: $? = 0 configure:4493: ./conftest configure:4496: $? = 0 configure:4511: result: yes configure:4535: checking for sys/types.h configure:4552: gcc -c -g -O2 conftest.c >&5 configure:4555: $? = 0 configure:4558: test -s conftest.o configure:4561: $? = 0 configure:4572: result: yes configure:4535: checking for sys/stat.h configure:4552: gcc -c -g -O2 conftest.c >&5 configure:4555: $? = 0 configure:4558: test -s conftest.o configure:4561: $? = 0 configure:4572: result: yes configure:4535: checking for stdlib.h configure:4552: gcc -c -g -O2 conftest.c >&5 configure:4555: $? = 0 configure:4558: test -s conftest.o configure:4561: $? = 0 configure:4572: result: yes configure:4535: checking for string.h configure:4552: gcc -c -g -O2 conftest.c >&5 configure:4555: $? = 0 configure:4558: test -s conftest.o configure:4561: $? = 0 configure:4572: result: yes configure:4535: checking for memory.h configure:4552: gcc -c -g -O2 conftest.c >&5 configure:4555: $? = 0 configure:4558: test -s conftest.o configure:4561: $? = 0 configure:4572: result: yes configure:4535: checking for strings.h configure:4552: gcc -c -g -O2 conftest.c >&5 configure:4555: $? = 0 configure:4558: test -s conftest.o configure:4561: $? = 0 configure:4572: result: yes configure:4535: checking for inttypes.h configure:4552: gcc -c -g -O2 conftest.c >&5 configure:4555: $? = 0 configure:4558: test -s conftest.o configure:4561: $? = 0 configure:4572: result: yes configure:4535: checking for stdint.h configure:4552: gcc -c -g -O2 conftest.c >&5 configure:4555: $? = 0 configure:4558: test -s conftest.o configure:4561: $? = 0 configure:4572: result: yes configure:4535: checking for unistd.h configure:4552: gcc -c -g -O2 conftest.c >&5 configure:4555: $? = 0 configure:4558: test -s conftest.o configure:4561: $? = 0 configure:4572: result: yes configure:4598: checking dlfcn.h usability configure:4611: gcc -c -g -O2 conftest.c >&5 configure:4614: $? = 0 configure:4617: test -s conftest.o configure:4620: $? = 0 configure:4630: result: yes configure:4634: checking dlfcn.h presence configure:4645: gcc -E conftest.c configure:4651: $? = 0 configure:4670: result: yes configure:4706: checking for dlfcn.h configure:4713: result: yes configure:4731: checking how to run the C++ preprocessor configure:4763: c++ -E conftest.cc configure:4769: $? = 0 configure:4801: c++ -E conftest.cc configure:4816:28: ac_nonexistent.h: No such file or directory configure:4807: $? = 1 configure: failed program was: | #line 4792 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pango" | #define VERSION "1.2.3" | #ifdef __cplusplus | #include | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:4845: result: c++ -E configure:4870: c++ -E conftest.cc configure:4876: $? = 0 configure:4908: c++ -E conftest.cc configure:4923:28: ac_nonexistent.h: No such file or directory configure:4914: $? = 1 configure: failed program was: | #line 4899 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pango" | #define VERSION "1.2.3" | #ifdef __cplusplus | #include | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:5007: checking for g77 configure:5036: result: no configure:5007: checking for f77 configure:5036: result: no configure:5007: checking for xlf configure:5036: result: no configure:5007: checking for frt configure:5036: result: no configure:5007: checking for pgf77 configure:5036: result: no configure:5007: checking for fl32 configure:5036: result: no configure:5007: checking for af77 configure:5036: result: no configure:5007: checking for fort77 configure:5036: result: no configure:5007: checking for f90 configure:5036: result: no configure:5007: checking for xlf90 configure:5036: result: no configure:5007: checking for pgf90 configure:5036: result: no configure:5007: checking for epcf90 configure:5036: result: no configure:5007: checking for f95 configure:5036: result: no configure:5007: checking for fort configure:5036: result: no configure:5007: checking for xlf95 configure:5036: result: no configure:5007: checking for lf95 configure:5036: result: no configure:5007: checking for g95 configure:5036: result: no configure:5051: checking for Fortran 77 compiler version configure:5051: --version &5 ./configure: line 1: --version: command not found configure:5054: $? = 127 configure:5056: -v &5 ./configure: line 1: -v: command not found configure:5059: $? = 127 configure:5061: -V &5 ./configure: line 1: -V: command not found configure:5064: $? = 127 configure:5071: checking whether we are using the GNU Fortran 77 compiler configure:5085: -c conftest.F >&5 ./configure: line 1: -c: command not found configure:5088: $? = 127 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:5107: result: no configure:5114: checking whether accepts -g configure:5126: -c -g conftest.f >&5 ./configure: line 1: -c: command not found configure:5129: $? = 127 configure: failed program was: | program main | | end configure:5147: result: no configure:5175: checking the maximum length of command line arguments configure:5234: result: 32768 configure:5245: checking command to parse /usr/bin/nm -B output from gcc object configure:5334: gcc -c -g -O2 conftest.c >&5 configure:5337: $? = 0 configure:5341: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm configure:5344: $? = 0 configure:5396: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 configure:5399: $? = 0 configure:5437: result: ok configure:5441: checking for objdir configure:5456: result: .libs configure:5546: checking for ar configure:5562: found /usr/bin/ar configure:5573: result: ar configure:5626: checking for ranlib configure:5642: found /usr/bin/ranlib configure:5653: result: ranlib configure:5706: checking for strip configure:5722: found /usr/bin/strip configure:5733: result: strip configure:5995: checking if gcc static flag works configure:6018: result: yes configure:6035: checking if gcc supports -fno-rtti -fno-exceptions configure:6056: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 configure:6060: $? = 0 configure:6068: result: yes configure:6083: checking for gcc option to produce PIC configure:6260: result: -fPIC configure:6267: checking if gcc PIC flag -fPIC works configure:6288: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5 configure:6292: $? = 0 configure:6300: result: yes configure:6324: checking if gcc supports -c -o file.o configure:6355: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:6359: $? = 0 configure:6373: result: yes configure:6399: checking whether the gcc linker (/usr/bin/ld) supports shared libraries configure:7193: result: yes configure:7219: checking whether -lc should be explicitly linked in configure:7224: gcc -c -g -O2 conftest.c >&5 configure:7227: $? = 0 configure:7241: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:7244: $? = 0 configure:7256: result: no configure:7264: checking how to hardcode library paths into programs configure:7289: result: immediate configure:7303: checking whether stripping libraries is possible configure:7308: result: yes configure:7330: checking dynamic linker characteristics configure:7889: result: GNU/Linux ld.so configure:8615: checking if libtool supports shared libraries configure:8617: result: yes configure:8620: checking whether to build shared libraries configure:8669: result: yes configure:8672: checking whether to build static libraries configure:8676: result: no configure:8767: creating libtool configure:9311: checking for ld used by c++ configure:9378: result: /usr/bin/ld configure:9387: checking if the linker (/usr/bin/ld) is GNU ld configure:9402: result: yes configure:9453: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:10248: result: yes configure:10266: c++ -c -g -O2 conftest.cc >&5 configure:10269: $? = 0 configure:10365: checking for c++ option to produce PIC configure:10617: result: -fPIC configure:10624: checking if c++ PIC flag -fPIC works configure:10645: c++ -c -g -O2 -fPIC -DPIC conftest.cc >&5 configure:10649: $? = 0 configure:10657: result: yes configure:10681: checking if c++ supports -c -o file.o configure:10712: c++ -c -g -O2 -o out/conftest2.o conftest.cc >&5 configure:10716: $? = 0 configure:10730: result: yes configure:10756: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:10781: result: yes configure:10852: checking how to hardcode library paths into programs configure:10877: result: immediate configure:10891: checking whether stripping libraries is possible configure:10896: result: yes configure:10918: checking dynamic linker characteristics configure:11477: result: GNU/Linux ld.so configure:18439: checking for some Win32 platform configure:18449: result: no configure:18461: checking for native Win32 configure:18471: result: no configure:18586: checking for perl5 configure:18602: found /usr/bin/perl5 configure:18612: result: perl5 configure:18631: checking for X configure:18851: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include configure:19004: gcc -o conftest -g -O2 -Wall conftest.c -L/usr/X11R6/lib -lX11 >&5 configure:19007: $? = 0 configure:19010: test -s conftest configure:19013: $? = 0 configure:19150: checking for gethostbyname configure:19200: gcc -o conftest -g -O2 -Wall conftest.c >&5 configure:19203: $? = 0 configure:19206: test -s conftest configure:19209: $? = 0 configure:19220: result: yes configure:19351: checking for connect configure:19401: gcc -o conftest -g -O2 -Wall conftest.c >&5 configure:19404: $? = 0 configure:19407: test -s conftest configure:19410: $? = 0 configure:19421: result: yes configure:19486: checking for remove configure:19536: gcc -o conftest -g -O2 -Wall conftest.c >&5 configure:19539: $? = 0 configure:19542: test -s conftest configure:19545: $? = 0 configure:19556: result: yes configure:19621: checking for shmat configure:19671: gcc -o conftest -g -O2 -Wall conftest.c >&5 configure:19674: $? = 0 configure:19677: test -s conftest configure:19680: $? = 0 configure:19691: result: yes configure:19765: checking for IceConnectionNumber in -lICE configure:19796: gcc -o conftest -g -O2 -Wall -L/usr/X11R6/lib conftest.c -lICE >&5 configure:19799: $? = 0 configure:19802: test -s conftest configure:19805: $? = 0 configure:19817: result: yes configure:19859: checking for pkg-config configure:19877: found /usr/bin/pkg-config configure:19890: result: /usr/bin/pkg-config configure:19907: checking for fontconfig >= 1.0.1 configure:19911: result: yes configure:19915: checking FONTCONFIG_CFLAGS configure:19918: result: configure:19921: checking FONTCONFIG_LIBS configure:19924: result: -lfontconfig configure:19958: checking for freetype-config configure:19976: found /usr/bin/freetype-config configure:19989: result: /usr/bin/freetype-config configure:20002: checking for FT_Get_Next_Char in -lfreetype configure:20033: gcc -o conftest -g -O2 -Wall -lfreetype -lz conftest.c -lfreetype >&5 configure:20036: $? = 0 configure:20039: test -s conftest configure:20042: $? = 0 configure:20054: result: yes configure:20129: checking for xft >= 2.0.0 configure:20133: result: yes configure:20137: checking XFT_CFLAGS configure:20140: result: -I/usr/X11R6/include -I/usr/include/freetype2 configure:20143: checking XFT_LIBS configure:20146: result: -L/usr/X11R6/lib -lXft -lfreetype -lXrender -lfontconfig configure:20272: checking for pkg-config configure:20303: result: /usr/bin/pkg-config configure:20326: checking for GLIB - version >= 2.1.3 configure:20476: result: no configure:20510: gcc -o conftest -g -O2 -Wall conftest.c >&5 configure: In function `main': configure:20521: `glib_major_version' undeclared (first use in this function) configure:20521: (Each undeclared identifier is reported only once configure:20521: for each function it appears in.) configure:20521: `glib_minor_version' undeclared (first use in this function) configure:20521: `glib_micro_version' undeclared (first use in this function) configure:20513: $? = 1 configure: failed program was: | #line 20490 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pango" | #define VERSION "1.2.3" | #ifdef __cplusplus | #include | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | #include | #include | | int | main () | { | return ((glib_major_version) || (glib_minor_version) || (glib_micro_version)); | ; | return 0; | } configure:20549: error: *** Glib 2.1.3 or better is required. The latest version of *** Glib is always available from ftp://ftp.gtk.org/. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-pc-linux-gnu ac_cv_build_alias=i686-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_F77_set= ac_cv_env_F77_value= ac_cv_env_FFLAGS_set= ac_cv_env_FFLAGS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_f77_compiler_gnu=no ac_cv_func_connect=yes ac_cv_func_gethostbyname=yes ac_cv_func_remove=yes ac_cv_func_shmat=yes ac_cv_have_x='have_x=yes ac_x_includes=/usr/X11R6/include ac_x_libraries=/usr/X11R6/lib' ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=i686-pc-linux-gnu ac_cv_host_alias=i686-pc-linux-gnu ac_cv_lib_ICE_IceConnectionNumber=yes ac_cv_lib_freetype_FT_Get_Next_Char=yes ac_cv_objext=o ac_cv_path_FREETYPE_CONFIG=/usr/bin/freetype-config ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXX=c++ ac_cv_prog_CXXCPP='c++ -E' ac_cv_prog_PERL=perl5 ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_g=yes ac_cv_prog_egrep='grep -E' ac_cv_prog_f77_g=no ac_cv_prog_make_make_set=yes lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.3.1.so' lt_cv_ld_reload_flag=-r lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_LDCXX=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_SED=/bin/sed lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_rtti_exceptions=yes lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' lt_cv_sys_max_cmd_len=32768 lt_lt_cv_prog_compiler_c_o='"yes"' lt_lt_cv_prog_compiler_c_o_CXX='"yes"' lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"' lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='aclocal-1.4' AR='ar' AS='as' AUTOCONF='autoconf' AUTOHEADER='autoheader' AUTOMAKE='automake-1.4' BUILD_OT_TESTS_FALSE='' BUILD_OT_TESTS_TRUE='' BUILD_QT_TEST_FALSE='' BUILD_QT_TEST_TRUE='' CC='gcc' CFLAGS='-g -O2 -Wall' CPP='gcc -E' CPPFLAGS='' CROSS_COMPILING_FALSE='' CROSS_COMPILING_TRUE='#' CXX='c++' CXXCPP='c++ -E' CXXFLAGS='-g -O2' DB2HTML='' DEFS='' DISABLE_EXPLICIT_DEPS_FALSE='' DISABLE_EXPLICIT_DEPS_TRUE='' DLLTOOL='dlltool' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' ENABLE_GTK_DOC_FALSE='' ENABLE_GTK_DOC_TRUE='' EXEEXT='' F77='' FFLAGS='' FONTCONFIG_CFLAGS=' ' FONTCONFIG_LIBS='-lfontconfig ' FREETYPE_CFLAGS=' -I/usr/include/freetype2' FREETYPE_CONFIG='/usr/bin/freetype-config' FREETYPE_LIBS='-lfontconfig -lfreetype -lz' FRIBIDI_CFLAGS='' FRIBIDI_LIBS='' FRIBIDI_PC='' GLIB_CFLAGS='' GLIB_GENMARSHAL='' GLIB_LIBS='' GLIB_MKENUMS='' GOBJECT_QUERY='' GTKDOC='' HAVE_CXX_FALSE='#' HAVE_CXX_TRUE='' HAVE_DOCBOOK_FALSE='' HAVE_DOCBOOK_TRUE='' HAVE_FREETYPE_FALSE='#' HAVE_FREETYPE_TRUE='' HAVE_FRIBIDI_FALSE='' HAVE_FRIBIDI_TRUE='' HAVE_GTK_DOC='' HAVE_GTK_DOC_FALSE='' HAVE_GTK_DOC_TRUE='' HAVE_INCLUDED_MODULES_FALSE='' HAVE_INCLUDED_MODULES_TRUE='' HAVE_USP10_H_FALSE='' HAVE_USP10_H_TRUE='' HAVE_WIN32_FALSE='' HAVE_WIN32_TRUE='#' HAVE_XFT_FALSE='#' HAVE_XFT_TRUE='' HAVE_X_FALSE='#' HAVE_X_TRUE='' HTML_DIR='' INCLUDED_FT2_MODULES='' INCLUDED_WIN32_MODULES='' INCLUDED_XFT_MODULES='' INCLUDED_X_MODULES='' INCLUDE_ARABIC_FT2_FALSE='' INCLUDE_ARABIC_FT2_TRUE='' INCLUDE_ARABIC_XFT_FALSE='' INCLUDE_ARABIC_XFT_TRUE='' INCLUDE_ARABIC_X_FALSE='' INCLUDE_ARABIC_X_TRUE='' INCLUDE_BASIC_FT2_FALSE='' INCLUDE_BASIC_FT2_TRUE='' INCLUDE_BASIC_WIN32_FALSE='' INCLUDE_BASIC_WIN32_TRUE='' INCLUDE_BASIC_XFT_FALSE='' INCLUDE_BASIC_XFT_TRUE='' INCLUDE_BASIC_X_FALSE='' INCLUDE_BASIC_X_TRUE='' INCLUDE_BENGALI_X_FALSE='' INCLUDE_BENGALI_X_TRUE='' INCLUDE_DEVANAGARI_X_FALSE='' INCLUDE_DEVANAGARI_X_TRUE='' INCLUDE_GUJARATI_X_FALSE='' INCLUDE_GUJARATI_X_TRUE='' INCLUDE_GURMUKHI_X_FALSE='' INCLUDE_GURMUKHI_X_TRUE='' INCLUDE_HANGUL_XFT_FALSE='' INCLUDE_HANGUL_XFT_TRUE='' INCLUDE_HANGUL_X_FALSE='' INCLUDE_HANGUL_X_TRUE='' INCLUDE_HEBREW_FT2_FALSE='' INCLUDE_HEBREW_FT2_TRUE='' INCLUDE_HEBREW_XFT_FALSE='' INCLUDE_HEBREW_XFT_TRUE='' INCLUDE_HEBREW_X_FALSE='' INCLUDE_HEBREW_X_TRUE='' INCLUDE_INDIC_FT2_FALSE='' INCLUDE_INDIC_FT2_TRUE='' INCLUDE_INDIC_XFT_FALSE='' INCLUDE_INDIC_XFT_TRUE='' INCLUDE_MYANMAR_X_FALSE='' INCLUDE_MYANMAR_X_TRUE='' INCLUDE_TAMIL_X_FALSE='' INCLUDE_TAMIL_X_TRUE='' INCLUDE_THAI_FT2_FALSE='' INCLUDE_THAI_FT2_TRUE='' INCLUDE_THAI_XFT_FALSE='' INCLUDE_THAI_XFT_TRUE='' INCLUDE_THAI_X_FALSE='' INCLUDE_THAI_X_TRUE='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' LDFLAGS='' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LN_S='ln -s' LTLIBOBJS='' LT_CURRENT_MINUS_AGE='0' LT_VERSION_INFO='200:3:200' MAKEINFO='makeinfo' MS_LIB_AVAILABLE_FALSE='' MS_LIB_AVAILABLE_TRUE='#' OBJDUMP='objdump' OBJEXT='o' OS_WIN32_FALSE='' OS_WIN32_TRUE='#' PACKAGE='pango' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PANGO_API_VERSION='1.0' PANGO_BINARY_AGE='203' PANGO_DEBUG_FLAGS='-DG_DISABLE_CAST_CHECKS' PANGO_INTERFACE_AGE='3' PANGO_MAJOR_VERSION='1' PANGO_MICRO_VERSION='3' PANGO_MINOR_VERSION='2' PANGO_MODULE_VERSION='1.2.0' PANGO_VERSION='1.2.3' PATH_SEPARATOR=':' PERL='perl5' PKGCONFIG_FREETYPE_LIBS='' PKGCONFIG_XFT_LIBS='' PKGCONFIG_X_LIBS='' PKG_CONFIG='/usr/bin/pkg-config' PLATFORM_WIN32_FALSE='' PLATFORM_WIN32_TRUE='#' QTDIR='' RANLIB='ranlib' REBUILD='' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' USP10_H='' VERSION='1.2.3' WIN32_LIBS='' XFT_CFLAGS='-I/usr/X11R6/include -I/usr/include/freetype2 ' XFT_LIBS='-L/usr/X11R6/lib -lXft -lfreetype -lXrender -lfontconfig ' X_CFLAGS=' -I/usr/X11R6/include' X_EXTRA_LIBS='' X_LIBS=' -L/usr/X11R6/lib -lX11' X_PRE_LIBS=' -lSM -lICE' ac_ct_AR='ar' ac_ct_AS='' ac_ct_CC='gcc' ac_ct_CXX='' ac_ct_DLLTOOL='' ac_ct_F77='' ac_ct_OBJDUMP='' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' bindir='${exec_prefix}/bin' build='i686-pc-linux-gnu' build_alias='' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' datadir='${prefix}/share' exec_prefix='NONE' host='i686-pc-linux-gnu' host_alias='' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' ms_librarian='' oldincludedir='/usr/include' prefix='NONE' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_DLFCN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define PACKAGE "pango" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define STDC_HEADERS 1 #define VERSION "1.2.3" #endif #ifdef __cplusplus #include configure: exit 1 //-------------------------------------------------------------------------------------------------------------- So thats it. I am getting really impatient because it is not working even after i did ldconfig. Would it be a solution to try to remove glib and reinstall it? If so, how exactly do i remove it? Thanx, Joelle. _________________________________________________________________ The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail From andreas@mtg.co.at Wed Jul 2 14:39:06 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from viefep12-int.chello.at (viefep12-int.chello.at [213.46.255.25]) by mail.gnome.org (Postfix) with ESMTP id 4D2D3180F8 for ; Wed, 2 Jul 2003 14:39:05 -0400 (EDT) Received: from andi-lap ([80.108.209.54]) by viefep12-int.chello.at (InterMail vM.5.01.05.17 201-253-122-126-117-20021021) with SMTP id <20030702183903.HMNQ109.viefep12-int.chello.at@andi-lap>; Wed, 2 Jul 2003 20:39:03 +0200 Received: by andi-lap (sSMTP sendmail emulation); Wed, 2 Jul 2003 20:39:03 +0200 Subject: Re: gtk 2.2 for Windows with mingw32 hosted under Linux From: Andreas Kostyrka To: "J. Ali Harlow" Cc: gtk-list@gnome.org In-Reply-To: <20030702142141.GC9307@tom.avrc.city.ac.uk> References: <1057155653.3829.200.camel@andi-lap> <20030702142141.GC9307@tom.avrc.city.ac.uk> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-SzypHy/8vJxDvEyFeO9X" Organization: Message-Id: <1057171143.3829.202.camel@andi-lap> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 02 Jul 2003 20:39:03 +0200 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --=-SzypHy/8vJxDvEyFeO9X Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2003-07-02 at 16:21, J. Ali Harlow wrote: > On 2003.07.02 15:20 Andreas Kostyrka wrote: > > Hi! > >=20 > > I've been wondering if somebody ever tried to compile Gtk2.2 with a > > crosscompiling Mingw32 hosted on Linux? If so, how does one start such > > task? >=20 > Yes. I do this. I started top-down (ie., with Gtk+) using Tor's > binaries for the low level libraries until I managed to get each > one built. It would obviously be more logical to start from the > bottom if you were prepared to accept the delay before having > anything working. I can provide copies of my scripts, hacked > version of libtool etc., if needed. I haven't yet tried to Well, it would be very nice if you could share your scripts. Cheers, Andreas > build Gtk+ 2.2.2 which I have a vague recollection is now based > on libtool 1.5 (or was that 2.3?). I know that I'm going to have > some serious problems with libtool 1.5, but these may not affect > you if you start from scratch. >=20 > HTH, --=-SzypHy/8vJxDvEyFeO9X Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQA/AybHHJdudm4KnO0RAhbWAKC8ZXrFY8L2ZkjtFXJazQKM4Ym/mACgvWc4 sESLrWjXu7mJe0pLdZTOowU= =K30f -----END PGP SIGNATURE----- --=-SzypHy/8vJxDvEyFeO9X-- From Valdis.Kletnieks@vt.edu Wed Jul 2 14:58:18 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from turing-police.cc.vt.edu (turing-police.cc.vt.edu [128.173.14.107]) by mail.gnome.org (Postfix) with ESMTP id BB2171840C for ; Wed, 2 Jul 2003 14:58:18 -0400 (EDT) Received: from turing-police.cc.vt.edu (localhost [127.0.0.1]) by turing-police.cc.vt.edu (8.12.10.Beta0/8.12.10.Beta0) with ESMTP id h62IwIp3002360; Wed, 2 Jul 2003 14:58:18 -0400 Message-Id: <200307021858.h62IwIp3002360@turing-police.cc.vt.edu> X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4+dev To: =?ISO-8859-1?Q?Jo=EBlle_Nakhl=E9?= Cc: gtk-list@gnome.org Subject: Re: problems with glibc -- please help In-Reply-To: Your message of "Wed, 02 Jul 2003 18:27:51 -0000." From: Valdis.Kletnieks@vt.edu References: Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_-1582654608P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Wed, 02 Jul 2003 14:58:17 -0400 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --==_Exmh_-1582654608P Content-Type: text/plain; charset=us-ascii On Wed, 02 Jul 2003 18:27:51 -0000, =?ISO-8859-1?Q?Jo=EBlle_Nakhl=E9?= said: > This is the config.log file after i do ./configure for pango-1.2.3: > configure:20272: checking for pkg-config > configure:20303: result: /usr/bin/pkg-config > configure:20326: checking for GLIB - version >= 2.1.3 > configure:20476: result: no Bad karma here. Most likely, you need to set the PKG_CONFIG_PATH environment variable so it can find your packages, if you didn't install into /usr/. > configure:20510: gcc -o conftest -g -O2 -Wall conftest.c >&5 > configure: In function `main': > configure:20521: `glib_major_version' undeclared (first use in this > function) So it's not finding the glib *.h files it needs, because 'pkg-config --cflags' didn't give a -I/where/glib/is flag, and the headers aren't in /usr/include. --==_Exmh_-1582654608P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) Comment: Exmh version 2.5 07/13/2001 iD8DBQE/AytJcC3lWbTT17ARAgBFAJoDOpGd6qnW6R4VS/iMXfOQAi07qACg5om9 ZVUMBe24GcbzW+ol4SOmgvU= =SxQ7 -----END PGP SIGNATURE----- --==_Exmh_-1582654608P-- From viniciusromao@pop.com.br Wed Jul 2 15:38:18 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from relay2.pop.com.br (relay2.pop.com.br [200.175.8.31]) by mail.gnome.org (Postfix) with ESMTP id C099718417 for ; Wed, 2 Jul 2003 15:38:17 -0400 (EDT) Received: from smtp.pop.com.br (webmail3.pop.com.br [200.175.8.18]) by relay2.pop.com.br (Postfix) with SMTP id 0A825175D4B for ; Wed, 2 Jul 2003 16:27:30 -0300 (BRT) Received: (qmail 29496 invoked by uid 89); 2 Jul 2003 14:54:38 -0300 Message-ID: <20030702175438.29495.qmail@webmail3.pop.com.br> From: "Vinicius M. Romao" To: gtk-list@gnome.org Subject: C++ x GTK, where can i find good material? Importance: normal Date: Wed, 02 Jul 2003 14:54:38 -0300 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello Friends, Somebody know where can I find a good material talking about interface between C++ programs and GTK. Vinicius -- POP. Nem parece internet grátis. Seja POP você também! Acesse: http://www.pop.com.br/pop_discador.php e baixe o POPdiscador. From pgasper@designadvantage.com Wed Jul 2 17:35:54 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from server18.pronicsolutions.com (server18.pronicsolutions.com [64.94.233.81]) by mail.gnome.org (Postfix) with ESMTP id 1ED2318F17 for ; Wed, 2 Jul 2003 17:35:54 -0400 (EDT) Received: from host-150-180-220-24.midco.net ([24.220.180.150] helo=WORKGROUP) by server18.pronicsolutions.com with esmtp (Exim 3.36 #1) id 19XpEp-0004IT-00; Wed, 02 Jul 2003 17:34:03 -0400 Subject: Re: C++ x GTK, where can i find good material? From: Peter Gasper To: "Vinicius M. Romao" Cc: gtk-list@gnome.org In-Reply-To: <20030702175438.29495.qmail@webmail3.pop.com.br> References: <20030702175438.29495.qmail@webmail3.pop.com.br> Content-Type: text/plain Organization: Message-Id: <1057181653.2243.343.camel@WORKGROUP> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2-3mdk Date: 02 Jul 2003 15:34:13 -0600 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server18.pronicsolutions.com X-AntiAbuse: Original Domain - gnome.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [0 0] X-AntiAbuse: Sender Address Domain - designadvantage.com Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I'm not exactly sure what your getting at but you could start at www.gtkmm.org, they've had lots of experience with that sort of thing. On Wed, 2003-07-02 at 11:54, Vinicius M. Romao wrote: > > Hello Friends, > > > Somebody know where can I find a good material talking about interface > between C++ programs and GTK. > > > Vinicius > > -- Peter Gasper From torriem@chem.byu.edu Wed Jul 2 17:38:22 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.chem.byu.edu (mailchem.byu.edu [128.187.28.163]) by mail.gnome.org (Postfix) with ESMTP id B0FC518F2A for ; Wed, 2 Jul 2003 17:38:21 -0400 (EDT) Received: from isengard.chem.byu.edu (gondor.chem.byu.edu [192.168.105.35]) by mail.chem.byu.edu (8.11.6/8.11.6) with ESMTP id h62La6216144; Wed, 2 Jul 2003 15:36:06 -0600 Received: from isengard.chem.byu.edu (isengard [127.0.0.1]) by isengard.chem.byu.edu (8.12.8/8.12.5) with ESMTP id h62Lbdbe013426; Wed, 2 Jul 2003 15:37:39 -0600 Received: (from torriem@localhost) by isengard.chem.byu.edu (8.12.8/8.12.8/Submit) id h62LbdTG013424; Wed, 2 Jul 2003 15:37:39 -0600 X-Authentication-Warning: isengard.chem.byu.edu: torriem set sender to torriem@chem.byu.edu using -f Subject: Re: C++ x GTK, where can i find good material? From: Michael L Torrie To: "Vinicius M. Romao" Cc: gtk-list@gnome.org In-Reply-To: <20030702175438.29495.qmail@webmail3.pop.com.br> References: <20030702175438.29495.qmail@webmail3.pop.com.br> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1057181858.13279.2.camel@isengard> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 02 Jul 2003 15:37:38 -0600 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Wed, 2003-07-02 at 11:54, Vinicius M. Romao wrote: > > Hello Friends, > > > Somebody know where can I find a good material talking about interface > between C++ programs and GTK. see http://www.gtk.org and look for "bindings." the 2 main bindings are GTKMM (or gtk--) at http://gtkmm.sourceforge.net and inti at http://init.sourceforge.net Michael > > > Vinicius > > -- Michael L Torrie From tudorv@eircom.net Wed Jul 2 18:54:55 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail06.svc.cra.dublin.eircom.net (mail06.svc.cra.dublin.eircom.net [159.134.118.22]) by mail.gnome.org (Postfix) with SMTP id 00160184E4 for ; Wed, 2 Jul 2003 18:54:54 -0400 (EDT) Received: (qmail 85502 messnum 162501 invoked from network[159.134.180.185/p185.as1.qkr.cork1.eircom.net]); 2 Jul 2003 22:54:53 -0000 Received: from p185.as1.qkr.cork1.eircom.net (HELO tudor-pc.home) (159.134.180.185) by mail06.svc.cra.dublin.eircom.net (qp 85502) with SMTP; 2 Jul 2003 22:54:53 -0000 Received: by tudor-pc.home (Postfix, from userid 1001) id 15FC7126013; Wed, 2 Jul 2003 23:54:32 +0100 (IST) Date: Wed, 2 Jul 2003 23:54:32 +0100 From: Tudor Vinereanu To: gtk-list@gnome.org Subject: GtkCellRenderer Message-ID: <20030702225432.GA492@tudor-pc.home> Mail-Followup-To: gtk-list@gnome.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi All, I've been searching through the archives of the list, but I couldn't find an appropriate answer... Are there any other GtkCellRenderers planned for the next GTK version (2.4, or maybe 2.6)? I find TreeView great, but I'd like to use other cell renderers as well (for example GtkAdjustment). Are there any plans to provide these as standard? I know there was a lot of discussion about GtkCellRenderer, and many people wrote their own, but wouldn't it make sense to have them part of the standard distibution? TIA, Tudor From edscott@imp.mx Wed Jul 2 23:11:26 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from www.imp.mx (www.imp.mx [192.100.181.86]) by mail.gnome.org (Postfix) with ESMTP id 4CA6918345 for ; Wed, 2 Jul 2003 23:11:26 -0400 (EDT) Received: from [192.168.122.241] (IDENT:edscott@[192.168.122.241]) by www.imp.mx (SGI-8.9.3p2/8.9.3) with ESMTP id WAA30402; Wed, 2 Jul 2003 22:11:22 -0500 (CDT) Subject: Re: Better accelerator keys support From: edscott wilson garcia To: Martin Stubenschrott , gtk-list@gnome.org In-Reply-To: <1244792268.20030630215447@gmx.net> References: <1244792268.20030630215447@gmx.net> Content-Type: text/plain; charset=ISO-8859-15 Message-Id: <1057201880.12124.856.camel@sagitario.eco.imp.mx> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 02 Jul 2003 22:11:21 -0500 Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: El lun, 30-06-2003 a las 14:54, Martin Stubenschrott escribió: > Hi, > > I am not sure if this is acutally a GTK+ or Gnome thing, but there's > is really one thing with keyboard accelerators which could be > massively improved. > > In GTK+, if you have a button "&Test" (sorry, i am/was only a windows > developer, by putting the '&' bevore the 'T' I meant that T was > underlinded for quick access), you can use by pressing "Alt-T". This > is not bad, but Windows does this much better (and faster) I think. If > the focus is on a button, checkbox or optionbutton, it is enough just > to press "T" for selecting the button. The Alt key is only necessary > if the focus is in an edit-field or listbox because than it is unclear > if you want to write a "T" or select a button "&Test". > > This probably sounds very unimportant, but for an advanced keyboard > user, it will speed things up extremely. > > I hope it is clear what I mean, and I am looking forward for your > comments. Using the space bar to select the button (gtk default) is easy and natural. Even so, you can define a "windowy" behaviour by using the key-pressed signal on the widget. Edscott > > Best regards, > > Martin > > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list From charlet@ACT-Europe.FR Thu Jul 3 04:10:48 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from dublin.ACT-Europe.FR (dublin.act-europe.fr [212.157.227.154]) by mail.gnome.org (Postfix) with ESMTP id A26031821B; Thu, 3 Jul 2003 04:10:47 -0400 (EDT) Received: by dublin.ACT-Europe.FR (Postfix, from userid 525) id 5BF4922A0D0; Thu, 3 Jul 2003 10:10:46 +0200 (MET DST) Date: Thu, 3 Jul 2003 10:10:46 +0200 From: Arnaud Charlet To: gnome-announce-list@gnome.org, gtk-list@gnome.org, gtk-app-devel-list@gnome.org Subject: ANNOUNCE: GtkAda 2.2.0 release Message-ID: <20030703101046.B4671@dublin.act-europe.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: GtkAda 2.2.0 release -------------------- GtkAda is an Ada95 graphical toolkit based on Gtk+. It allows you to develop graphical applications in Ada95 using Gtk+ and Gnome. The primary download site is http://libre.act-europe.fr/GtkAda This version represents a major update compared to GtkAda 2.0.0, and is suitable for use with Gtk+ 2.2.0 and above. A binary package is also provided with this release for Windows platforms. New features in 2.2.0: - Support for Glade2 - Support for GtkExtra - Support for libglade2 - New functions bound in Gtk.Label - New type UTF8_String to make it clearer when UTF8 strings are expected - New capabilities in GtkAda.MDI, see spec for details - Support for drad-n-drop in GtkAda.MDI - Bugs and memory leak fixes in GtkAda.MDI - New package Glib.Graphs (was actually in GtkAda 2.0.0, but not announced) - Update to GNOME 2.0 API - Memory leaks fixed in Glib.XML - Code clean ups - Fixed Gtk.Text_Buffer.Cut|Copy|Paste_Clipboard - Speed improvements and code clean up in Gtkada.Canvas - Full support for Pango (font handling and internationalization support) - New package Glib.Messages - New package Glib.Unicode From Daniel.Betaille@lure.u-psud.fr Thu Jul 3 04:39:40 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mailer.lure.u-psud.fr (masterdns.lure.u-psud.fr [193.55.24.134]) by mail.gnome.org (Postfix) with ESMTP id F17E6183AE for ; Thu, 3 Jul 2003 04:39:39 -0400 (EDT) Received: from desinfectant.lure.u-psud.fr (desinfectant.lure.u-psud.fr [193.55.24.123]) by mailer.lure.u-psud.fr (Postfix) with SMTP id 6846518F444 for ; Thu, 3 Jul 2003 10:39:39 +0200 (CEST) Received: by ploumix.lure.u-psud.fr (sSMTP sendmail emulation); Thu, 3 Jul 2003 10:39:39 +0200 Received: from (pcbetaille.lure.u-psud.fr [193.55.21.131]) by ploumix.lure.u-psud.fr via smap (V2.1) id xma011666; Thu, 3 Jul 03 10:39:30 +0200 Message-ID: <013301c3413e$9fd01d60$831537c1@lure.upsud.fr> Reply-To: "Daniel Betaille" From: "Daniel Betaille" To: "gtk" Subject: execution errors Date: Thu, 3 Jul 2003 10:39:31 +0200 Organization: LURE MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPartTM-000-4ab4e7c3-abed-11d7-91bf-00b0d03b119d" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is a multi-part message in MIME format. ------=_NextPartTM-000-4ab4e7c3-abed-11d7-91bf-00b0d03b119d Content-Type: multipart/alternative; boundary="----=_NextPart_000_0130_01C3414F.632692C0" ------=_NextPart_000_0130_01C3414F.632692C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, I just begin to use gtk so I try to understand the examples included in = the tutorial. I use GTK+2.0 on redhat 8.0. I compile the prog that uses "menu factory item", I get no errors at = compilation but when I execute it I get: < (menu2:16445): Gtk-CRITICAL **: file gtkaccelmap.c: line 135 = (gtk_accel_map_add_entry): assertion `_gtk_accel_path_is_valid = (accel_path)' failed (menu2:16445): Gtk-CRITICAL **: file gtkwidget.c: line 2809 = (gtk_widget_set_accel_path): assertion `_gtk_accel_path_is_valid = (accel_path)' failed (menu2:16445): Gtk-CRITICAL **: file gtkmenu.c: line 968 = (gtk_menu_set_accel_path): assertion `accel_path[0] =3D=3D '<' && strchr = (accel_path, '/')' failed > The execution seems to be correct but why that errors? If anybody can help me ...... Thanks Daniel BETAILLE Tel : 01-64-46-81-68 LURE-CNRS Fax:: 01-64-46-47-48 B=E2t 201A B. P. 34 91898 ORSAY Cedex ------=_NextPart_000_0130_01C3414F.632692C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello,
I just begin to use gtk so I try to = understand the=20 examples included in the tutorial.
I use GTK+2.0 on redhat = 8.0.
I compile the prog that uses "menu = factory item", I=20 get no errors at compilation but when I execute it I get:
<

(menu2:16445): Gtk-CRITICAL **: file gtkaccelmap.c: line 135=20 (gtk_accel_map_add_entry): assertion `_gtk_accel_path_is_valid = (accel_path)'=20 failed

(menu2:16445): Gtk-CRITICAL **: file gtkwidget.c: line 2809=20 (gtk_widget_set_accel_path): assertion `_gtk_accel_path_is_valid = (accel_path)'=20 failed

(menu2:16445): Gtk-CRITICAL **: file gtkmenu.c: line 968=20 (gtk_menu_set_accel_path): assertion `accel_path[0] =3D=3D '<' = && strchr=20 (accel_path, '/')' failed

>

The execution seems to be correct but why that errors?

If anybody can help me ......

Thanks

Daniel=20 BETAILLE           = ;  =20 Tel  :=20 01-64-46-81-68
LURE-CNRS       &nbs= p;            = ; =20 Fax:: 01-64-46-47-48
B=E2t 201A
B. P. 34
91898 ORSAY = Cedex

 

------=_NextPart_000_0130_01C3414F.632692C0-- ------=_NextPartTM-000-4ab4e7c3-abed-11d7-91bf-00b0d03b119d-- From ali@avrc.city.ac.uk Thu Jul 3 06:03:02 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mailgate.city.ac.uk (mailgate.city.ac.uk [138.40.12.3]) by mail.gnome.org (Postfix) with ESMTP id 87B8E18438 for ; Thu, 3 Jul 2003 06:03:01 -0400 (EDT) Received: from mailswitch.city.ac.uk ([138.40.12.12] helo=mailswitch) by mailgate.city.ac.uk with smtp (Exim 3.16 #2) id 19Y0ux-0007Dg-00 for gtk-list@gnome.org; Thu, 03 Jul 2003 11:02:19 +0100 Received: from optosun2.city.ac.uk ([138.40.167.2] helo=firewall.avrc.city.ac.uk) by mailswitch with esmtp (Exim 3.16 #5) id 19Y0vT-0007IL-00 for gtk-list@gnome.org; Thu, 03 Jul 2003 11:02:51 +0100 Received: from localhost.localdomain (tom [192.168.137.104]) by firewall.avrc.city.ac.uk (8.9.3/8.9.3) with ESMTP id MAA17509; Thu, 3 Jul 2003 12:18:01 +0100 Received: from tom (tom [127.0.0.1]) by localhost.localdomain (8.11.6/8.11.6) with ESMTP id h639tZp05732; Thu, 3 Jul 2003 10:55:39 +0100 Date: Thu, 3 Jul 2003 10:55:32 +0100 From: "J. Ali Harlow" To: Andreas Kostyrka Cc: gtk-list@gnome.org Subject: Re: gtk 2.2 for Windows with mingw32 hosted under Linux Message-ID: <20030703095532.GA6964@tom.avrc.city.ac.uk> References: <1057155653.3829.200.camel@andi-lap> <20030702142141.GC9307@tom.avrc.city.ac.uk> <1057171143.3829.202.camel@andi-lap> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="wac7ysb48OaltWcw" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1057171143.3829.202.camel@andi-lap>; from andreas@mtg.co.at on Wed, Jul 02, 2003 at 19:39:03 +0100 X-Mailer: Balsa 1.4.2 Lines: 175 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --wac7ysb48OaltWcw Content-Type: text/plain; charset=ISO-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit On 2003.07.02 19:39 Andreas Kostyrka wrote: > On Wed, 2003-07-02 at 16:21, J. Ali Harlow wrote: > > > I can provide copies of my scripts, hacked > > version of libtool etc., if needed. > > Well, it would be very nice if you could share your scripts. No problem. -- Ali Harlow Email: ali@avrc.city.ac.uk Research programmer Tel: (020) 7040 4348 Applied Vision Research Centre Intl: +44 20 7040 4348 City University Fax: (020) 7040 5515 London Intl: +44 20 7040 5515 --wac7ysb48OaltWcw Content-Type: application/x-gzip Content-Disposition: attachment; filename="gtk_scripts.tgz" Content-Transfer-Encoding: base64 H4sIACz9Az8CA+xdeXebyLLPv9Kn6GvrTixZgFgk2XKUN97ieK634zgn8854HsGAJGIEDCAv yc13f9ULCCQheZO3oJNYqKmu7q6urqruX9PwQsc3zfDaM4WzgWUbXN9yupeyxAe9Nw/1qYm1 mqIob2rwERsy/Wa/4SMpYvNNrdlo1CRZERW4LyoNWXmDam8e4TMIQs1H6I124evT6Uw/ePPq Pov/Es4sRwh6xcXiIiod+a4x0MMWirQClVBp12ihUeWoXiCRl5BUq8lCrS6IMhJXWpLSqjUQ liTavvJQifA86VkBCnTf8kLKJUBhz0SMFfJcP0Ruh6TFhZpXoek7mo08Wh+ecDo2O0GruFjo haHXEoSuM7i0HFwbd+DrZsf1uybvmKHgafq51jWDWLX5XtgHDlYH/YUWSuICaqMFzl9Af6/h Yp0igo9vksq18Y3CIvoD9AIZLqkWuUGIgp7VCYsdqxiYIeLMYuDrhuW3S2LRckCPbJv8kgTW uCKRrd9HnN9BpSFJsX8OfxHnJRMFf+CEVt+k1eS+Q01ZndIV1T1gh0q0aFq3uDx8f0k30qlr 6LRYOFo/+dgWBoEv2K6u2YLuu0HAha5rB7iSrRImwISbm22Wj+vqOkn5sLe+86mNNo+O2NXu waeT9b29Nr67t0UTOcflBo5hdizHNPCN9eOYEQyw4/WDvd2NOMXXHNs6Q+ufhjQB5RYn2AY6 2I9/OX20tbd3cni4FycZto3rj7Mdbvyx9Xn/KL7lnn0zBn0Pfdk92DreHhYC+mL4JimJF3TX 6VjdgW8ijuu50N2RSnIckR/6StVVGDjWFaPmuwMzCL5iBhzn+dDaq2QfIm6zPLkThAQv3CGY qACaAVLAjVjD3ZrRPYyE6BK7RjzpVL3Xdw3UrNcjNmWsm/dUgCky62vnZvle/DEHxORFsrFr BD0WCDw0g7Q3HrjQx7yWGiVwl1YhkbiGQOsMxCPO0fomelvB+d7C+PItJ0T/BdlaLvwy+oiN MRA3ER13jLrL/p9Rcrn45lf78KP+39FC68J8SPc/y/+LstyI/L9E6LD/r+f+//n5/1g5Jrj/ ZktebSmrN3T/lNPNvf88fTeuRPsr86hCptEf8fElnO3RPDwtLe1aSNoac9poipuOfDRzy5Ez xu4X7rWxn429K4p8aew8x71lhuNL+R5WuVGXkUiO/MANzHngVnJz/ij2/0ENf8L+1+v1LPsv S2Dsqf0X5YYovcEeoV7L7f+zs/+R4RdThr/ekmsteeWGhv92c7zLy0s+DgZhgicAkeZ59rXq aaHeM4OlcvFHsQBzP0QSwOwXCwVT77loHZNBgMpulMgX3KQ/OfABXg29Y+nYOkcUhuuYxZ9F 38TWh/DHZtd2nS52FtSVYI9RkhJ+JX2F69OxbJNUB8x5ifwo/cBfP6EdVrdYCGCatBAIJcz4 lBdKhClcLOBKJSjRe5q9iKcLKRa4JFbZh3ePF6Duluu0JV7klSKTdnthoRjJq/3VuzS+CuxO 0jnSG4Z5Ydq3849BT/OjOs3wkSMug2ZdQ8niwH/G2saVWHvWioWz75YHkzxDx4L+eLi/Pb5g IIzl48FK8GffJXA/2F5cdRAH86GL8QJwseXsKgpwew2lVJipoBkQV74ITIFG8PQO/m/4ECb5 vJ5Ou4CUKdS9MepeivpMC6CJYRD67nnMfJhI0mgGOghQzBoxhnEBlRRdzBNFjIasKSUVzeI0 2QxCl0YNN6HEYQkn8XWZhB9k4Ae9sdUqFCnRZFYpzbxn9sV0HS51Ubwth/tkTpcex+t3EsCd coOKJYmi5Q9KXBlnUBw3DkKF3crDs8eM//Zh0GHvMpf4b8r8vyY1a/H8vy7LNP4T8/jvUeK/ KTFfpBAT1/pFsQUXiZivSCxEqxBFimNGZNSqQgjUi+PKYlG33bMz028VPhweb24XC6Wl4/0y MQ3U9NB4okjutnLT8GDj37bOLPCiF/PF/xpT8L+6wtb/lLokNyS6/pfP/550/hdpBbUFt0by 4uw3muWNAXi++83UQ6iVe4kNUMB7Pe9/ur478FTLaEt1sdF8NXhekuc4mpejfY+G9kXTiftC ffOE9yZji3Bbh4AZlDiHFsehRWjAEFkkVimHFbP9/5zwv8Y0/K8mDf0/2/8j5vt/Xor/nwDl TXX/jwflTbboj4bjjXv2IYqXY3w5xvcc7f+88L9mNv4Hcz6R2H9JbEqi1CTrP4qU2/8XYv8f ZK4XCF0zDIFDGvvrOgMC+4HFACLXv47I8JZO+/HAwPnhayK/wuFYWExibKHrxUDaEHAr0eRJ kFt061mAbpFCJEG37nfLizA3VtcxMh4y82H3+yjGNkZ4D4zt1eNPTw4ALaIPMAADF7y6b2oB 9FZykYit5bpm4LwNo+iAUBBuBqLrPaMwUsW2nMFV5W4wUjIEy8OFTP8/V/ynMQ3/EaP5n1hv RP4/X/99dPxn1OfniM6vMP67eH1sbtjPDfBfRW6S57+aIswS5CbZ/9dUGvn4f8r4H2vF1Ge/ oj2ADaG2ikSxVW+2xPo9nv0iBU6eQRy4oUmmEBwwNBF56CvOS/LheAI5boiCgUduQKeGFolE fc23cECxWEBo3blGGkwf+lCd0EV6T3O6JpQOlXRME1fOxTl9HJgQxkJ3EFp2wOvosmfBdAAz sRzdHhhQ3o76ZfdAltStvb399d0DFewYvlYP1ve3oZJhzx2ESIMiuwPNNwKSecns8lW8DqNu /3l0eHxS5p8Ex6ImnC6W4eiOrZell8ko0chi2TBnMXIX+JbQg3hPYNIXcJg+jCuiQnGCE9oZ 5Gxe94yhNrhPBRQPBV3To26YMyh3dDR18e8FI3Nxaxa43dKPhE79FNhIQ9ENqjxx+kKy2Qvc F7vKbRjXjtaHgc/tjfDCrYwSIz5wTXjsgETUne2D/fXjTx/X99qlH6Oq/5NoDrYIXNd0+poP Ewv7hrhiYshQLNGwAu3MNjlmozLxRY6oF4dD8vYkxcuEH5PY3yndaMyZ6G0g/N/pEiFVXfiP EbHTcpuvlITf2o4rvCU1MdFC0Krw5pVZRqdLYMG8Qdg+/Upmlacl+vu/mOPboIqpTkvV6tvT r6dltLYW5xPXkO0gLohzxBeYYG0NLaK/1vd2/0abMEMM8QqSc45tr2/+A6YnBO4sG6Sdm6YX zRM56IWj48Od4/X9T6gHE/zrFunAd7fBN9+nhPNscE6Y8BL9kvga7+nJa7LZO9mT0EOcTVS7 NVHPf6NSiSlB31sTdD+iezdWGMgokfRwsGw2CnC6NAqyunEC1zNtz/Sx6tB0Twt76C2ZudKi zQoobzkHD+4b/88B+71B/C8ptfH4X87j/2cW/6ef/bxP+D8BMM6M/ucPFmfGv5Ng4pvGvEPq 2RHviwCgh8aerNqMBaxoVoh6f3z6GUSK6XAPz/G4KG+76wwmwua3w8wfLgogzeR84izx9T0C hcms7hlK3GqXQDI+oBsF8jjgwf3/PLD/yP/Xp+L/o/5fUho5/v+8/P9DOP7sNb5CtEsgBf6H 5xj8fw0ov8RLfALhZyYR0jjd7Xsww+dgfkh2RvCE6KVvASANnAz/00hIs63hY7fQ0UIqB3na dnwjQIrm3psAbrwH4FZbABbRPtYMuvaTjHQ7lg/pAYQkJqJTZdb1bO15ZHXp6YH8Z7CZ4SEf Js13AUzx/5PWFx94/l/Lxv9reP9fswb/63Vy/odSF+Xc/z82/p/0+ZMU4mb+v4jZqPqFCoLV z9Wu714G7dKPSamO+zMfic9i/M9t788N1v9qck2O4n+5Vm+S+D/H/592/Kee/Z495vmjj4cH /8u2CuUbh17c+GeBsTBzYjKP8d9sNIb+Xwb/L9VkKT//4UnH/0xFmGwYGi1ZShkGw+rA7O1A G/gG4vmEftElJ4Fs5hFGi0D81NtFjuNuwa1wMjDRH5qDpBWoL5iulrhKKl5cXl6eURTJu69d I9RAotTC/xo07++/I05eqTbRMvn7++9krgjTvCKiV30FcVsbn3f3tg4+729sH7dLpCBn0Afb ht6VfJ2cCva+VOJBXr/9VuQKEVBMk2CiFBASuLdcKP1gi+ERnPxzAhl58JckF5FpByatCX4I Ixz4Dupolj1IHazDCxpMvue6/W/W/l9Zkuj+X1FsNOpNfP6r3Kjl639Puv4HWnHHox9wzsdG 8u6xy+1pdrH9OWvzxCTe2FEndhNhuud58kSJNO/GG9qS29jy3WqzMMij/+yom4cHH3Z3VKpE E5VW8M67VNGj7pnvdrV8M9pTbEYbHWiPdsBGfgT/q5n/DeO/OW3/mnn+l1gXWfzXFJUaif/q jXz95wXEfxN2cj1F+Jdv5LrVSSKT9nJlxptRpDllt9dI/PbMt3bN3hZ1py1Qd4vNSlGcNevw lcm7yLIKmdh1+TEt+Wea/5/X9q+Z57+IDSk+/wUIMf4ji/n7f16A/89y9q9+P5fIS3xtuJ8L 5MCRJM42OrbWDV7HLi7crFtt4kpmyNjDlSR5vC1c9znGJd96lW+9euX+f67bP2af/yIpbP6v SDLGgrH/z/d/PTr+m/D5+YaOX2b8e5rTdeeKAM/Cf5V6dP6jIopk/5ciSjn++6TxP9GKOyLA NO8LwoBnoLQ3g2Jb2QDKq0Bph890xo9yviDg9rFRU/Js6CDwxFoWsBZF1NECZ5zNHYTcFRpe /5MDsc8aiL2HZk0ch3snwG//aHdvWwVlPvwMMVGWDsGcexk/WkubEo5t1bsRJjzROEGVx9tL Y4VsC5JcSuaY5DirjwXBxS9YuKE1uv+5IeMHhpihnj8hPC3+mw8CPOv9Dw16/geN/5oyjf/y /b8vIv6bgAA/Tfh3Bwz4F0Jqx2O3hwNvXy/oOfHUidflXVL2f04I4Cz8TxJrw/c/yOT8h4aU 7/95EfY/29i/CowvcWYDaSlB+bIeiUFJEhwCDxxLdw2TC6/C1wEI0gbeChJMZ8kABdNEz/Rk hxwVzFHBVzv/mycCOBv/a0T7fxWJnv/UUHL879Hxv5TPzxHAX2T8d5/8+U9FZus/EP0r9P0v eEkoH/9PGP937/z8Z/dlPf856y0HOTY4GxtM77tf+IWhwp2t/6hHu39ufP6gbjLoJvNtAsY5 51lXZ4MOpw/RmttjjSC8o4Oddho/xOALOXkhmfLNM7vpFA/m3UO4EmoEtrBrhm36ipUcdfyF UMf7PDr68NgdyN6/zlxjTabQqSdYxL4Z5OcC3yv+e6rnP2tyna3/NvADIDT+y9///gLiv0kn +b+Y5z/B+WU//Qk3c3zwqfFBFtossAcyaYf9TD2Lmb5hw9XCi0UWI7+FVYR5wNz75Z/H8v9P 9vynIjH8V5JE6v8lWczf//sC/H+Ws3915/XTfZZToN8ERQjTxv7ADi2YOnu2ds0oTqHABFVi +m+7mgHljnPCNFZf676WlwLglt3upQDJHFkvBUjSPNcnSu/+VoCxVaIch85x6If2/8/j+U+8 /7feEKn/z/d/PTr+282f//xF4//4+O9Zcc5cxn9drsXjv4mf/5QgRz7+n3T8Rydsxwox/ZTs TwMHfTI9hA/HlvAJ20odn5It3eSE7S+mATMBH0kygoxyowUXr+iE7Rc6/kfmHvPz/5JMznyM xn8Dn//UyN//9+zGPygEG8FwBVOSvuZx5DffI8P/g3mGxCaq1VpSvVVLDf9pWT/4Fh39dfwC AXG1pdSGo7+uVFfRMvyNRn8XL2FeWkbYW4t/9kyr2wvhd5FDaMc438VaiypEedcKBZgOrMNc CyjBJoR0ASCiAoMAH1TBrzsKNcvBaxFkV7t1BWObj24LxWUoa6DDdAFVzqwwyGDbN/uuf53B DLPBVR7gOluB2nF9qLiDWkiEuv/E7bmV1PXCSW9AX2sA9pK8lKWmJF9rMC1rWuqS0hKlodTF moyNLv5qELn/wBUHmR0RJrt9z/5CNgiAjD0btRHb9bC/fqTu7h/tqWBG4e6Se/bN1MPyWio3 qlz6MAEHoSXzoSV8vXW8/mV9Y287xQWXUebes1zAbbyXgRWm4t7TPqfuATM8ODzZRku0iCrq qnQJfGkBBKJSiag4o0rEonYsR7Ot72YL/ds7dRaqYOuh9xHjxRr4cWP3hFQ4qlAZqkSkJspY WUVRYlIjvQ0FUeY9zTFsUw3xZgrVB0W5MGmjM/kyjSZtgvaDS3LhT1c1tFCDFh983tsjwuiq VNDqwPHNDhYYZMByIlJQDzf+2N48UTf31j99QksezHidUNVtLQhAqlGTk531E8olrrfWxA2S iTZEzvcnbZfha5ekJVTutHFQqR6MDpAqqVdCwKxngEAdSiQAj+kNuwHfX6K/qjH/Kh2CrBvo yK+yET9yzzA9fA8PT2jF8kj5OBmKJ4N3atdYDhh60JHfJvUNZVmuMt6ki4io6qskTKlHovox ovOUfi1rHCWqSruU2Igq+gaSgN5Wzzy7ShUBX5LWTSRhfAgNGjFZrNWgezhQUS80W7U6Ko5X 0BJRqX9RnaqSv0yp5eZKVZShZU0Jf0daQHkwFSR8Ey3INgiJZKqVsUSxgsAwJ41nXTWuPtx7 MLCk8ZNIWCNRLA4gWFoiGoM4JJaRgFbQMlysxaOKUU0qKRLzUKIj7ARoEOZWUZgE8AL3kgVU tTVkoXeRW0LW8nKZBa6Y4hul+AYUUUXhF6bhqB7jdvxlVYYVXEbf/oZMfcv3Xf+vJdqpZZIb 6OLWYrK/SZ0TXBLVvx2bG5lQOthVneycUju+2yfGCeyncfVvoz1qRdOjF00ZYJFNVVbEqiii ZaVZj20QNg2sr3TXdn08viJrSBWR3aV91UYB2Ddevxq5S2sR376OTFbaXtFOuaHRImTMwPqu GxkoDDPQKlSjwoZ3cJYLKxjAaOyaoRpcB6HZR0swIKg9iwnZoFxOVpINg8QwfCijNiMQ0Qd+ 4PrDQGRgogP3AuEgAmZ/zZbczAz/RrKmAxFlJTX5EyViVvHXCut9sJ6bhMORb13g/XoVj16s pe6iCi0n0+LSuSeRYxVV+lpwPrS+w+gipoJfQzISYyQiQkaFeyMiosYoMtMRAS6L3mYG+uPm 5+NPh8eol6htxBUUqvIP/L9yfRVngkvoUnK5lg6Fh0OKslFZKvsVxcdEonWw52C4RHBY4jBM gfmtZQywf14S0bt3YOhWOGrr/r1SLuP/2OaxgCQpFDx+hpKMAzCgGsoKG51IvjHFcsyHKXGK TSy+WJhpJpFD47IcWrKObCihdhuJMINP1Cx5p0p6ayKzCW6L8i8nGeD8MFShgAn0uMxyujhM zAY1SopjqqeJRcKoEjLJyFBEi1bHgLhwR90+IMH11vbG5x3c6xYEi8RmGebZoKuSg2sRrT6h Ual2Mu/1gypQUyFDsrnKDHKB8rGuSbMaZZIC/gd8wjnpIviJDfRSpNdllO4c8OlQW+u6kk6m DjgzM9GJZDY6pAqRH75ijvgK/CydL8I18cQF2hjEwkZS+Stc+eZqmTZxVSRNXG3cvYlJHbtl A4cqTzIl7MVDNE6SJLCly5LUjE0qm5hS1teM9XUygrmOQ5gfUZRy5y5l+f+5gbySiVE8ll32 ZI1Yzi5uoozpJ/oeFzcbmByMspVliCVjwWNRn3VVmNhf9qzQZNKWm1iVJEViqvSIgr6DsNBQ WJHXoURJvyKsrBVvLyAijXqdSKNReyhp3EdtZukAlkLkcB9KCjPCqmjWG0dH+66DtkwdoVW8 rqbILUXKDKzGMqdDq7rckuqJ0EqpK2RmF11EUzsyVVN3tnbVD+u7e9tbEOp/Mm1TDw/JAsEC Xc4ZrnzHXYMHQODr8QyK+rp3bbRSjnoAk4w5R5ypnCZHBWrChArasK0wxCtpeHaBNHCcSEEg 7hUOuo5FrMSAxWZ6ybUNGvXiYBtPRs1wa3djE88VTnA6qaahV1GtCrJpVFGUAaIcsJS1yIxO kMQoKywNbP2xODIEgF1Gmdj5mGi6CGiGUUs+LgoHiWMy+P/2jrW3bRv4OfkVrNeH35EsJU7d JYBbp6mBNAGsrBswDJ5qy45RRzIkGXGA9r/vjkdSlC3HXZthxcZDi7riw+Tx3seT6WTbPGci /uUKbO+LQJB+Cn2vyEcfB0laoVwJ9C+Xi4xn8BqxV/FR47DNHYoB+VPmx0zn3IP2GeaTgeJn CfPnScSkXwWOEZtMkRnZR9o9DWNVhuy78Of4AzxNdjZLb4KYLQHNGHfFAOs0jpYwDIbu4r3p KOfOINdhNNvuOC87tr2V67Rha/wGw471mGq7TZY3/yCd2XeD80tGsezer1eDHkil1QDYjCIZ 0NjrXnfBF+iBW10U+Xy1EZlWTseaa7AeE1pkTgT4pfd6sPE7Aji6BzAd+gm5nZsMQctUHTbp RU2bH6QFf759iQpPMkLw7VOJVATMpeIJ3z6ZdNRwj7vjTcA0b0EQfkTaj9kiiCcYCwlHATih dwHsbT5XrHC2Sqm8bRBMgcPKpFarbLIMR5zl0ohRFId3j3mvJt36zPrgzXZfEqWg6pfgTx5i 1Nty8ANRNSfXxmk8vmmGb4ABES36s8E09Eg2W5wKvSBFomfl51qvePQaebfO3nd/u7i6PNc+ gOC2ZHic615hPqD1IGhNGhHchqhtdsu1C0XGlKj1RiBeA390wyjExeLojsTuPJjwUsAYh4PM LbZLcibJPcqpTQuYr0jYDKts4cKeX4l1F0wubBacVjdv1ufTJ9IUqhf4MewLe/s8UzULl9Ey YbEfAudHE1YK8azhvwmFskT+qoQKZk9KDAtNRNJ9YO6iTl3fAuk8rVE8LXJRABa/rw6O/6ic npbbjfIKIw6V53amjzHdxqmRLwY1RElbIq5th3inpUlRjVcOuIQHwe50LLfjHG+V8PmRupBv dSz409aFvFtvWSjj4V9Xz5mg/m1ksnu/sSOkmKUOmMwOUChQ0Ci094S9x6r5ZInowc9JAumC rc16PqWoXQtFymaiRg5c78BxH1SBFKuyjtbPVNVQVBwP0WgBkR+NZj4W1qpNoqQJ2Mifz0GS zRI+TRwkiyhMZrhDJFYuntD68bW8CiWtuGVw63+SCVf5FSjDcK4D1Buiflk7g5p2BmFwp6H+ Aw/IsioFZutk06xhRaC0qEmis6hNoDJrUogUaFSpo7ya5yJfameV8YNlg2QYC3eHR5DT+wVs oqKyOA9kEGVSqrYrychUBz476bj+++752dB71x2c9fSvIaThKjGyJPOEuDTRUpYPK/pXq2H0 Qf/Sj/dpMIziscoZX3ivh2/7A+9a7yWVeXY7IKcKMDmpB0JdRxjJWnIz+8YFylxX+YIy1EMn OPGX87Qj5fh0eOfHPNlfLj3I1R06/JNn41Kd6SZRRcnwLXMp6nxoCsmZwqgahlE6jFGHAaeV ZfsXGffTfQ2Oj6Oj+hHG9ayvymDusEElzeupuDvuDKMNk7XPZAIVw4q2RXFFW0pOXKfwbk6I FCuF6cdHtVvzeS9O5OtpL2I2PBSyDrbku+7A+N6Z5XpUi1axUz7Rrgk3IdHE2uwsXf6QENCO XpGPPNgnJ5ptk4sUt6xDpKiW7YpII0dLTq8QNVe2E1vtq4hte177iZAqnz8z4fF+6Hu/dC8k IjIxuXWKbAZiGdhww87lyFstHi9uOVqK/AEKGuZJCHTbkM8sqKiIkPKenLjosIOw8LAailW+ my/+HSot3PjfIVnogn8FFqQu5dEQSVjV//V98wfvfxbVpz3+/W/70HKy+59tC+9/O7Z5/8OP d/9TEIQqF2r6tzxEzS8htjH377bVTULlShWN0u98tzuO02kdZW6U67h068NRkWkMn2LVWala rZYYvvuA7fF74A3QRm8GV54nfjOjf3m+36DoNP8RCiyA72hVdE1BzNApHM8mmHotmKG2OaAD Njst4Y1Wpgci51UWaonC+T0TjsYtIHUeJNx3WYai7Ax2Hax8kIYBVstOY/82aZZwN7W9NFpi 8efmQmu0m4IVsadl+ji8uL7ovx50B/0zr6KXDPKXCEj+BZRdXHV7ZwPvhN6hhG9O4P2oQ6Pa nPt/CuQCUrCOlZVWT5+KUSXUfS9WRaNeMKoGhaH8AN1jVP3uoZUzrhEIhZcRkz/SneFpGY4f BZdILNuwqSinJo8/m1ASS/bgNsGXZOk9Nn7TBGb4b8r/4irmf6T+xxXvfyX530L53zo09/9/ MPmPBJEcbJAFJSmvRikDvw0v/7dAnOvBtK3j8jrAPu44mg6w6y54g3XuCjZ+kr+R9XOSghU9 TZo3p/u19af4kGUPRf148dMkjUYbTeNPqK7wqakLNGDAgAEDBgwYMGDAgAEDBgwYMGDAgAED BgwYMGDAgAEDBgwYMGDAgAEDBgwYMPBjwl+s/cnUABgBAA== --wac7ysb48OaltWcw-- From andreas@mtg.co.at Thu Jul 3 07:43:46 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from viefep11-int.chello.at (viefep11-int.chello.at [213.46.255.27]) by mail.gnome.org (Postfix) with ESMTP id 28E0E18135 for ; Thu, 3 Jul 2003 07:43:46 -0400 (EDT) Received: from andi-lap ([80.108.209.54]) by viefep11-int.chello.at (InterMail vM.5.01.05.17 201-253-122-126-117-20021021) with SMTP id <20030703114344.VHNG1403.viefep11-int.chello.at@andi-lap>; Thu, 3 Jul 2003 13:43:44 +0200 Received: by andi-lap (sSMTP sendmail emulation); Thu, 3 Jul 2003 13:43:44 +0200 Subject: Re: gtk 2.2 for Windows with mingw32 hosted under Linux From: Andreas Kostyrka To: "J. Ali Harlow" Cc: gtk-list@gnome.org In-Reply-To: <20030703095532.GA6964@tom.avrc.city.ac.uk> References: <1057155653.3829.200.camel@andi-lap> <20030702142141.GC9307@tom.avrc.city.ac.uk> <1057171143.3829.202.camel@andi-lap> <20030703095532.GA6964@tom.avrc.city.ac.uk> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-lebZM98/uFSrhmyuPRmU" Organization: Message-Id: <1057232624.998.210.camel@andi-lap> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 03 Jul 2003 13:43:44 +0200 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --=-lebZM98/uFSrhmyuPRmU Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-07-03 at 11:55, J. Ali Harlow wrote: > On 2003.07.02 19:39 Andreas Kostyrka wrote: > > On Wed, 2003-07-02 at 16:21, J. Ali Harlow wrote: > > > > > I can provide copies of my scripts, hacked > > > version of libtool etc., if needed. > > > > Well, it would be very nice if you could share your scripts. >=20 > No problem. Seems you forgot /usr/local/cross-tools/libtool/bin/libtool ;) Andreas --=-lebZM98/uFSrhmyuPRmU Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQA/BBbwHJdudm4KnO0RAvkhAJ96BviJmd6/F6IXcwO0VmjOMscqAwCfV+eW McAXZl0ZMFn+JB1oVEZadFo= =BSFM -----END PGP SIGNATURE----- --=-lebZM98/uFSrhmyuPRmU-- From ali@avrc.city.ac.uk Thu Jul 3 08:02:10 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mailgate.city.ac.uk (mailgate.city.ac.uk [138.40.12.3]) by mail.gnome.org (Postfix) with ESMTP id BE45F1818D for ; Thu, 3 Jul 2003 08:02:09 -0400 (EDT) Received: from mailswitch.city.ac.uk ([138.40.12.12] helo=mailswitch) by mailgate.city.ac.uk with smtp (Exim 3.16 #2) id 19Y2mK-0004f0-00 for gtk-list@gnome.org; Thu, 03 Jul 2003 13:01:32 +0100 Received: from optosun2.city.ac.uk ([138.40.167.2] helo=firewall.avrc.city.ac.uk) by mailswitch with esmtp (Exim 3.16 #5) id 19Y2mm-0003u6-00 for gtk-list@gnome.org; Thu, 03 Jul 2003 13:02:00 +0100 Received: from localhost.localdomain (tom [192.168.137.104]) by firewall.avrc.city.ac.uk (8.9.3/8.9.3) with ESMTP id OAA17667; Thu, 3 Jul 2003 14:17:10 +0100 Received: from tom (tom [127.0.0.1]) by localhost.localdomain (8.11.6/8.11.6) with ESMTP id h63Bsmp14878; Thu, 3 Jul 2003 12:54:48 +0100 Date: Thu, 3 Jul 2003 12:54:45 +0100 From: "J. Ali Harlow" To: Andreas Kostyrka Cc: gtk-list@gnome.org Subject: Re: gtk 2.2 for Windows with mingw32 hosted under Linux Message-ID: <20030703115445.GC6964@tom.avrc.city.ac.uk> References: <1057155653.3829.200.camel@andi-lap> <20030702142141.GC9307@tom.avrc.city.ac.uk> <1057171143.3829.202.camel@andi-lap> <20030703095532.GA6964@tom.avrc.city.ac.uk> <1057232624.998.210.camel@andi-lap> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Fba/0zbH8Xs+Fj9o" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1057232624.998.210.camel@andi-lap>; from andreas@mtg.co.at on Thu, Jul 03, 2003 at 12:43:44 +0100 X-Mailer: Balsa 1.4.2 Lines: 63 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --Fba/0zbH8Xs+Fj9o Content-Type: text/plain; charset=ISO-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit On 2003.07.03 12:43 Andreas Kostyrka wrote: > Seems you forgot /usr/local/cross-tools/libtool/bin/libtool ;) Please find attached my scripts for building a hacked version of libtool 1.4.2. Be aware that this is a hack and that a different approach will need to be taken with libtool 1.5. Oh, and if you think I've forgotten the scripts to bulid the cross-compiler, let me know so I can remember them :-) Seriously, I'm happy to send you these as well if you want them, but you might be better off trying to get the latest version of mingw32 to build as a cross-compiler. This will make it much easier to use libtool 1.5. I think I'd start by looking at the debian cross-compiler package for ideas. Cheers, -- Ali Harlow Email: ali@avrc.city.ac.uk Research programmer Tel: (020) 7040 4348 Applied Vision Research Centre Intl: +44 20 7040 4348 City University Fax: (020) 7040 5515 London Intl: +44 20 7040 5515 --Fba/0zbH8Xs+Fj9o Content-Type: application/x-gzip Content-Disposition: attachment; filename="libtool-1.4.2-7A.tgz" Content-Transfer-Encoding: base64 H4sIADgYBD8CA+1YbVPbRhD2V/QrtkYzKjWnN78oMSWDgekkGQgZoNPOQCLL0tlW0dvoJByH wm/vnnS2ealdwqQJmdHzRefdvb3T3urZPavaIPcDj0z8qGmqbFz7H6Abum5Z7ZqOMFrWnSfC NA2zpluddsc02i1LR3vDMqwa6LVvgJxlTgpQcwJ/pd1/6X9QrP+kDfxIY2NpXVqHXZ4L4ECR DXBJU+bHEcRDCPxBFseBKgnZtqG2VFNa9yMMXxB4frrdTyZeX7uUhUWZUdItAy1nqRbErhNo bhozRrhHpgnXUuJk7tgQboSQFMsQq3dfQNB6TBhNaOpkcaoWk0sX5mNdeNPICX2XeEEg5rvj MPaAHEPemPw5e2cyeyOpiFQaAkmHD5Wjz34CxHPh1wc6FTNMHX2Gv4Gn2qchEOln13tgtgXF LoAkBjqRy3hsPNrUXGb6vnf6elnw8Y26MjeAcwkQe3vboR+NJk2TjFwXesfzn7jz4967gze7 c0nqRLgY9E4WNky4OdifyzCf3h3Of0Uh7B8cnB4dHcxFGH6+FzHzaPft/u+H7+faePCXl4eJ 0KqaG0dDf5SnFAgZxywDYYg/CyKDPhtDaaSOcspYHzVJSof+J5AXybgsVuUyj4tY6FzQr+UH xNY28CN87bgXkI0pjGjE05t6i8/PmVyAcgVJ6kcZXIP2EQ9ME6vNxPX61my0Dme9gzcf4BS9 FdHaw9iEiR/QdGH0+ujk1EY/53U88vN6Ha4V4fFWwIrcF9uAV8s0ahYmUni5Sr1MJ9UqfAeo T6PaL67/nZa+rP4bptHC+t/WWx3DMjtGTTdxRqeq/98ChBC4d+DzrzVsqXjsa7+lPrzNIzAN MJpd80W3bYGJbZvUaDRWzL0/72XXbJbzdnaAmHrT3LSgIZ47OwXhwNYWf04p2yx4/ZeNUoxe Uyed2liwKbNZQt1tRb5CKRdc96k7jkG+SmlAHUavsdAyJE1CQWHa2Zn64YNGtJHSl684P+dD rAXXKpYdRSLcOZsyG13ZjDqpO7Z5updL9OW9PSyxnCVJqSRIWgzdj1KaQP1juS2fsm59sWad abcUmlYXwi0NtFG9LzW+4ZpykNnupc1XK5egiVN8xWIv92KeYCFdFfJZoGeBvxNovgEtmWhK f/V5qEtPo2LjZ8n/D/rkp9z/Op3WMv5vNnWL87/BK0FHx3uiYTVb7Yr/nwH/i7NfO8Rr4Ns8 AEAuf9ltWl39xaNqwN15rVa3bS5qgNFsdzYNAxqzAa8Ca14c0a2SgwCG/s1sqNSRzTAHbTf0 WF1wN/aonC//CDax/0euIUPsbTflOM+SPLP55QG7TJnFnK4KA1AEJ7quzZ2xiY8ZrZQu6KYi cyGNsnSKMiSxf/VUOOGGKMahP8AnA9mjCY5xMOux7WHgjNhNSflfvtXCdlccwXfZuAi9LO5s eJVy2LbcO8EBeik8zjwTQj+5Qe5RwqbhAG84ILZUSm0hVfhUOlyyv0J1KzywMjykVOLCyTJD VN08NVOWu/yRkmjFW1T59TXya2HH/w25bydaJd7gqM6dVHxW6aXcTq9nnDLKomXlo4hmA+Zh y1o1chUqVKhQoUKFChUqVKhQoUKFCkvwDwBcp/EAKAAA --Fba/0zbH8Xs+Fj9o-- From andreas@mtg.co.at Thu Jul 3 08:15:27 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from viefep12-int.chello.at (viefep12-int.chello.at [213.46.255.25]) by mail.gnome.org (Postfix) with ESMTP id D8D01183D8 for ; Thu, 3 Jul 2003 08:15:26 -0400 (EDT) Received: from andi-lap ([80.108.209.54]) by viefep12-int.chello.at (InterMail vM.5.01.05.17 201-253-122-126-117-20021021) with SMTP id <20030703121525.FLCZ109.viefep12-int.chello.at@andi-lap>; Thu, 3 Jul 2003 14:15:25 +0200 Received: by andi-lap (sSMTP sendmail emulation); Thu, 3 Jul 2003 14:15:25 +0200 Subject: Re: gtk 2.2 for Windows with mingw32 hosted under Linux From: Andreas Kostyrka To: "J. Ali Harlow" Cc: gtk-list@gnome.org In-Reply-To: <20030703115445.GC6964@tom.avrc.city.ac.uk> References: <1057155653.3829.200.camel@andi-lap> <20030702142141.GC9307@tom.avrc.city.ac.uk> <1057171143.3829.202.camel@andi-lap> <20030703095532.GA6964@tom.avrc.city.ac.uk> <1057232624.998.210.camel@andi-lap> <20030703115445.GC6964@tom.avrc.city.ac.uk> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-323niUcseZPzb4szPQ+G" Organization: Message-Id: <1057234525.3829.224.camel@andi-lap> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 03 Jul 2003 14:15:25 +0200 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --=-323niUcseZPzb4szPQ+G Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-07-03 at 13:54, J. Ali Harlow wrote: > On 2003.07.03 12:43 Andreas Kostyrka wrote: >=20 > > Seems you forgot /usr/local/cross-tools/libtool/bin/libtool ;) >=20 > Please find attached my scripts for building a hacked version of > libtool 1.4.2. Be aware that this is a hack and that a different > approach will need to be taken with libtool 1.5. >=20 > Oh, and if you think I've forgotten the scripts to bulid the > cross-compiler, let me know so I can remember them :-) >=20 > Seriously, I'm happy to send you these as well if you want them, > but you might be better off trying to get the latest version of > mingw32 to build as a cross-compiler. This will make it much Well, I thought I had such, I use the Debian provided mingw32 cross compiler package ;) Andreas --=-323niUcseZPzb4szPQ+G Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQA/BB5cHJdudm4KnO0RAiIuAKDFqcdy1m+v1T5pDWJB8vwMmXDdtQCfb9D8 wRuU5AeUPou6/gV6G+e8lXQ= =A+8y -----END PGP SIGNATURE----- --=-323niUcseZPzb4szPQ+G-- From murrayc@usa.net Thu Jul 3 09:02:00 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cmsrelay02.mx.net (cmsrelay02.mx.net [165.212.11.111]) by mail.gnome.org (Postfix) with SMTP id F2323186C6 for ; Thu, 3 Jul 2003 09:01:39 -0400 (EDT) Received: from uadvg130.cms.usa.net (165.212.11.130) by cmsoutbound.mx.net with SMTP; 3 Jul 2003 13:01:39 -0000 Received: from [172.16.1.251] [195.226.162.108] by uadvg130.cms.usa.net (ASMTP/murrayc@usa.net) via mtad (C8.MAIN.3.08F) with ESMTP id 104HgcNBI0492M30; Thu, 03 Jul 2003 13:01:36 GMT X-USANET-Auth: 195.226.162.108 AUTH murrayc@usa.net [172.16.1.251] Subject: Re: GtkCellRenderer From: Murray Cumming Reply-To: murrayc@usa.net To: Tudor Vinereanu Cc: gtk-list In-Reply-To: <20030702225432.GA492@tudor-pc.home> References: <20030702225432.GA492@tudor-pc.home> Content-Type: text/plain Organization: Message-Id: <1057237291.2111.80.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-5) Date: 03 Jul 2003 15:01:32 +0200 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Thu, 2003-07-03 at 00:54, Tudor Vinereanu wrote: > Hi All, > > I've been searching through the archives of the list, but I > couldn't find an appropriate answer... > > Are there any other GtkCellRenderers planned for the next GTK > version (2.4, or maybe 2.6)? I find TreeView great, but I'd > like to use other cell renderers as well (for example > GtkAdjustment). How would this work/look exactly? > Are there any plans to provide these as standard? > > I know there was a lot of discussion about GtkCellRenderer, and > many people wrote their own, but wouldn't it make sense to have > them part of the standard distibution? See also: http://bugzilla.gnome.org/show_bug.cgi?id=116552 -- Murray Cumming murray@usa.net www.murrayc.com From edscott@imp.mx Thu Jul 3 09:12:24 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from www.imp.mx (www.imp.mx [192.100.181.86]) by mail.gnome.org (Postfix) with ESMTP id 88FFC1862C for ; Thu, 3 Jul 2003 09:12:24 -0400 (EDT) Received: from [192.168.122.241] (IDENT:edscott@[192.168.122.241]) by www.imp.mx (SGI-8.9.3p2/8.9.3) with ESMTP id IAA86246; Thu, 3 Jul 2003 08:11:56 -0500 (CDT) Subject: Re: Re[2]: Better accelerator keys support From: edscott wilson garcia To: Martin Stubenschrott Cc: gtk-list@gnome.org In-Reply-To: <139827209.20030703121353@gmx.net> References: <1244792268.20030630215447@gmx.net> <1057201880.12124.856.camel@sagitario.eco.imp.mx> <139827209.20030703121353@gmx.net> Content-Type: text/plain; charset=ISO-8859-15 Message-Id: <1057237895.7872.16.camel@sagitario.eco.imp.mx> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 03 Jul 2003 08:11:35 -0500 Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: El jue, 03-07-2003 a las 05:13, Martin Stubenschrott escribió: > Well, if the widget has the focus, then the space bar is natural. > Sorry, I think I didn't specify this clearly enough. I mean, when the > focus is on one button I can activate any other button with the > Alt-key support. Space bar only works if the widget has the focus, and > switching to one control out of dozens can be very time consuming. > > What I meant, was that e.g. if the focus is on the button "&Sample > button" I could activate the button "&Another button" by just pressing > 'A' instead of Alt-'A'. (On american keyboard this is not so annoying > since you have a second Alt-button right to the space bar, but on a > german keyboard layout, I don't have this second Alt button, which > means that I often need both hands to activate a shortcut). The American keyboard has the same issue because the right-alt-key does not generate the same modifier as the left. > > This really made me wondering when I tried to switch to Linux since I > am a keyboard guy, and I always thougth linux was much better than > windows in this area, but actually I found out that Windows keyboard > accessibility support is even better than Linux's. It's not windows, but the window's application you are talking about, just as linux is far removed from a gtk application. To get the thing you want bind the keypressed signal to all the buttons where you want the behaviour described and write a small callback that will generate a buttonclick signal depending on which letter was typed. This here is an example where a keypress signal will do the effect of pressing a button (without an accelerator being defined): static gboolean treeview_key(GtkWidget *w, GdkEventKey *event,gpointer data){ switch (event->keyval){ case GDK_Print: tb_print((GtkButton *)w,NULL); return TRUE; case GDK_Execute: on_run_activate((GtkMenuItem *)w, NULL); return TRUE; } Look at Edscott > From stubenschrott@gmx.net Thu Jul 3 06:13:57 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mail.gnome.org (Postfix) with SMTP id 55890182A7 for ; Thu, 3 Jul 2003 06:13:57 -0400 (EDT) Received: (qmail 16130 invoked by uid 65534); 3 Jul 2003 10:13:56 -0000 Received: from unknown (EHLO 192.168.10.14) (193.170.62.106) by mail.gmx.net (mp026) with SMTP; 03 Jul 2003 12:13:56 +0200 Date: Thu, 3 Jul 2003 12:13:53 +0200 From: Martin Stubenschrott X-Mailer: The Bat! (v1.62r) Reply-To: Martin Stubenschrott X-Priority: 3 (Normal) Message-ID: <139827209.20030703121353@gmx.net> To: edscott wilson garcia , gtk-list@gnome.org Subject: Re[2]: Better accelerator keys support In-Reply-To: <1057201880.12124.856.camel@sagitario.eco.imp.mx> References: <1244792268.20030630215447@gmx.net> <1057201880.12124.856.camel@sagitario.eco.imp.mx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello edscott, Thursday, July 3, 2003, 5:11:21 AM, you wrote: ewg> Using the space bar to select the button (gtk default) is easy and ewg> natural. Even so, you can define a "windowy" behaviour by using the ewg> key-pressed signal on the widget. ewg> Edscott Well, if the widget has the focus, then the space bar is natural. Sorry, I think I didn't specify this clearly enough. I mean, when the focus is on one button I can activate any other button with the Alt-key support. Space bar only works if the widget has the focus, and switching to one control out of dozens can be very time consuming. What I meant, was that e.g. if the focus is on the button "&Sample button" I could activate the button "&Another button" by just pressing 'A' instead of Alt-'A'. (On american keyboard this is not so annoying since you have a second Alt-button right to the space bar, but on a german keyboard layout, I don't have this second Alt button, which means that I often need both hands to activate a shortcut). This really made me wondering when I tried to switch to Linux since I am a keyboard guy, and I always thougth linux was much better than windows in this area, but actually I found out that Windows keyboard accessibility support is even better than Linux's. -- Best regards, Martin mailto:stubenschrott@gmx.net From otaylor@redhat.com Thu Jul 3 09:40:47 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 7B55A18703 for ; Thu, 3 Jul 2003 09:40:47 -0400 (EDT) Received: from vpn50-17.rdu.redhat.com (vpn50-17.rdu.redhat.com [172.16.50.17]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h63DecK11953; Thu, 3 Jul 2003 09:40:38 -0400 Subject: Re: Re[2]: Better accelerator keys support From: Owen Taylor To: edscott wilson garcia Cc: Martin Stubenschrott , gtk-list@gnome.org In-Reply-To: <1057237895.7872.16.camel@sagitario.eco.imp.mx> References: <1244792268.20030630215447@gmx.net> <1057201880.12124.856.camel@sagitario.eco.imp.mx> <139827209.20030703121353@gmx.net> <1057237895.7872.16.camel@sagitario.eco.imp.mx> Content-Type: text/plain; charset=UTF-8 Organization: Message-Id: <1057239612.22424.34.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-0) Date: 03 Jul 2003 09:40:12 -0400 Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Thu, 2003-07-03 at 09:11, edscott wilson garcia wrote: > El jue, 03-07-2003 a las 05:13, Martin Stubenschrott escribió: > > > Well, if the widget has the focus, then the space bar is natural. > > Sorry, I think I didn't specify this clearly enough. I mean, when the > > focus is on one button I can activate any other button with the > > Alt-key support. Space bar only works if the widget has the focus, and > > switching to one control out of dozens can be very time consuming. > > > > What I meant, was that e.g. if the focus is on the button "&Sample > > button" I could activate the button "&Another button" by just pressing > > 'A' instead of Alt-'A'. (On american keyboard this is not so annoying > > since you have a second Alt-button right to the space bar, but on a > > german keyboard layout, I don't have this second Alt button, which > > means that I often need both hands to activate a shortcut). > > The American keyboard has the same issue because the right-alt-key does > not generate the same modifier as the left. Most American keyboard layouts do have the same *modifier* for both alt keys. (Different key symbols, but that doesn't matter.) > > This really made me wondering when I tried to switch to Linux since I > > am a keyboard guy, and I always thougth linux was much better than > > windows in this area, but actually I found out that Windows keyboard > > accessibility support is even better than Linux's. > > It's not windows, but the window's application you are talking about, > just as linux is far removed from a gtk application. > > To get the thing you want bind the keypressed signal to all the buttons > where you want the behaviour described and write a small callback that > will generate a buttonclick signal depending on which letter was typed. > This here is an example where a keypress signal will do the effect of > pressing a button (without an accelerator being defined): > > static gboolean treeview_key(GtkWidget *w, > GdkEventKey *event,gpointer data){ > switch (event->keyval){ > case GDK_Print: > tb_print((GtkButton *)w,NULL); > return TRUE; > case GDK_Execute: > on_run_activate((GtkMenuItem *)w, NULL); > return TRUE; > } Some discussion of a clean solution, and in fact, a patch is in: http://bugzilla.gnome.org/show_bug.cgi?id=53709 Regards, Owen From gnome-announce-list-admin@gnome.org Thu Jul 3 10:01:02 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mailhost.ens-lyon.fr (pluvier.ens-lyon.fr [140.77.167.5]) by mail.gnome.org (Postfix) with ESMTP id 035DE18F13; Thu, 3 Jul 2003 10:01:02 -0400 (EDT) Received: from oceanite.ens-lyon.fr ([140.77.1.22]) by mailhost.ens-lyon.fr with esmtp (Exim 3.35 #1 (Debian)) id 19Y4dx-0002fB-00; Thu, 03 Jul 2003 16:01:01 +0200 Received: by oceanite.ens-lyon.fr (Postfix, from userid 1502) id B41F632005F; Thu, 3 Jul 2003 16:00:59 +0200 (CEST) Received: from mailhost.ens-lyon.fr (pluvier.ens-lyon.fr [140.77.167.5]) by oceanite.ens-lyon.fr (Postfix) with SMTP id 8333D320058 for ; Thu, 3 Jul 2003 16:00:59 +0200 (CEST) Received: from moniker.gnome.org ([209.116.70.73] helo=mail.gnome.org) by mailhost.ens-lyon.fr with smtp (Exim 3.35 #1 (Debian)) id 19Y4dr-0002en-00 for ; Thu, 03 Jul 2003 16:00:55 +0200 Received: from moniker.gnome.org (moniker.gnome.org [127.0.0.1]) by mail.gnome.org (Postfix) with ESMTP id DA39E18F75; Thu, 3 Jul 2003 09:56:05 -0400 (EDT) Delivered-To: gnome-announce-list@gnome.org Received: from dublin.ACT-Europe.FR (dublin.act-europe.fr [212.157.227.154]) by mail.gnome.org (Postfix) with ESMTP id A26031821B; Thu, 3 Jul 2003 04:10:47 -0400 (EDT) Received: by dublin.ACT-Europe.FR (Postfix, from userid 525) id 5BF4922A0D0; Thu, 3 Jul 2003 10:10:46 +0200 (MET DST) From: Arnaud Charlet To: gnome-announce-list@gnome.org, gtk-list@gnome.org, gtk-app-devel-list@gnome.org Subject: ANNOUNCE: GtkAda 2.2.0 release Message-ID: <20030703101046.B4671@dublin.act-europe.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-BeenThere: gnome-announce-list@gnome.org X-Loop: gnome-announce-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk Reply-To: gnome-hackers@gnome.org Date: Thu, 3 Jul 2003 10:10:46 +0200 X-Spam-Status: No, hits=-3.4 required=5.0 tests=KNOWN_MAILING_LIST,USER_AGENT_MUTT,X_LOOP version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) X-Spam-Report: ---- Start SpamAssassin results -3.40 points, 5 required; * 0.0 -- Has a X-Loop header * -0.9 -- Email came from some known mailing list software * -2.5 -- User-Agent header indicates a non-spam MUA (Mutt) ---- End of SpamAssassin results Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: GtkAda 2.2.0 release -------------------- GtkAda is an Ada95 graphical toolkit based on Gtk+. It allows you to develop graphical applications in Ada95 using Gtk+ and Gnome. The primary download site is http://libre.act-europe.fr/GtkAda This version represents a major update compared to GtkAda 2.0.0, and is suitable for use with Gtk+ 2.2.0 and above. A binary package is also provided with this release for Windows platforms. New features in 2.2.0: - Support for Glade2 - Support for GtkExtra - Support for libglade2 - New functions bound in Gtk.Label - New type UTF8_String to make it clearer when UTF8 strings are expected - New capabilities in GtkAda.MDI, see spec for details - Support for drad-n-drop in GtkAda.MDI - Bugs and memory leak fixes in GtkAda.MDI - New package Glib.Graphs (was actually in GtkAda 2.0.0, but not announced) - Update to GNOME 2.0 API - Memory leaks fixed in Glib.XML - Code clean ups - Fixed Gtk.Text_Buffer.Cut|Copy|Paste_Clipboard - Speed improvements and code clean up in Gtkada.Canvas - Full support for Pango (font handling and internationalization support) - New package Glib.Messages - New package Glib.Unicode _______________________________________________ gnome-announce-list mailing list gnome-announce-list@gnome.org http://mail.gnome.org/mailman/listinfo/gnome-announce-list From stubenschrott@gmx.net Thu Jul 3 09:53:41 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mail.gnome.org (Postfix) with SMTP id 52F86181AA for ; Thu, 3 Jul 2003 09:53:41 -0400 (EDT) Received: (qmail 13595 invoked by uid 65534); 3 Jul 2003 13:53:40 -0000 Received: from unknown (EHLO 192.168.10.6) (193.170.62.106) by mail.gmx.net (mp010) with SMTP; 03 Jul 2003 15:53:40 +0200 Date: Thu, 3 Jul 2003 15:53:38 +0200 From: Martin Stubenschrott X-Mailer: The Bat! (v1.62r) Reply-To: Martin Stubenschrott X-Priority: 3 (Normal) Message-ID: <1708387422.20030703155338@gmx.net> To: Owen Taylor , gtk-list@gnome.org Subject: Re[4]: Better accelerator keys support In-Reply-To: <1057239612.22424.34.camel@localhost.localdomain> References: <1244792268.20030630215447@gmx.net> <1057201880.12124.856.camel@sagitario.eco.imp.mx> <139827209.20030703121353@gmx.net> <1057237895.7872.16.camel@sagitario.eco.imp.mx> <1057239612.22424.34.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello Owen, Thursday, July 3, 2003, 3:40:12 PM, you wrote: OT> Some discussion of a clean solution, and in fact, a patch is in: OT> http://bugzilla.gnome.org/show_bug.cgi?id=53709 OT> Regards, OT> Owen Wow that's cool, I haven't tried the patch yet, but it's very nice to see that it is actually possible with Gnome/GTK+! If this really comes with GTK+ 2.4 and if the linux kernel 2.6 is really so good with GUI speed because of the new scheduler I think I can finally make it to switch completely to linux. Thanks for the answer :) -- Best regards, Martin mailto:stubenschrott@gmx.net From daveb@idealab.com Fri Jul 4 04:08:22 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from idealab.com (il-la.la.idealab.com [63.251.211.5]) by mail.gnome.org (Postfix) with SMTP id D042318FE2 for ; Fri, 4 Jul 2003 04:08:20 -0400 (EDT) Received: (qmail 18720 invoked by uid 535); 4 Jul 2003 08:08:19 -0000 Date: Fri, 4 Jul 2003 01:08:19 -0700 From: Dave Benson To: gtk-list@gnome.org Subject: g_type_register_static and thread-safety Message-ID: <20030704010819.U2131@luca.pas.lab> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello, Almost all get_type() functions contain code like GType whatever_get_type (void) { static GType object_type = 0; if (!object_type) { static const GTypeInfo object_info = { ... }; object_type = g_type_register_static (G_TYPE_OBJECT, "Whatever", &object_info, 0); } return object_type; } Is this thread-safe? I cannot see any guards in g_type_register_static that prevent a second type-node from being allocated in the obvious race condition... Am i missing something? The gtype docuemtnation does not mention thread-safety of this function. thanks, dave From otaylor@redhat.com Fri Jul 4 10:51:46 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id A2C4E183A3 for ; Fri, 4 Jul 2003 10:51:46 -0400 (EDT) Received: from vpn50-9.rdu.redhat.com (vpn50-9.rdu.redhat.com [172.16.50.9]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h64EphK32253; Fri, 4 Jul 2003 10:51:43 -0400 Subject: Re: g_type_register_static and thread-safety From: Owen Taylor To: Dave Benson Cc: gtk-list@gnome.org In-Reply-To: <20030704010819.U2131@luca.pas.lab> References: <20030704010819.U2131@luca.pas.lab> Content-Type: text/plain Organization: Message-Id: <1057330278.26133.35.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-0) Date: 04 Jul 2003 10:51:19 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Fri, 2003-07-04 at 04:08, Dave Benson wrote: > Hello, > > Almost all get_type() functions contain code > like > > GType > whatever_get_type (void) > { > static GType object_type = 0; > > if (!object_type) > { > static const GTypeInfo object_info = > { ... }; > > object_type = g_type_register_static (G_TYPE_OBJECT, "Whatever", &object_info, 0); > } > > return object_type; > } > > Is this thread-safe? I cannot see any guards in > g_type_register_static that prevent a second type-node from > being allocated in the obvious race condition No, it's not thread safe. You could have two type nodes allocated or the second call to check_type_name_I() could fail. The fact that whatever_get_type() isn't thread safe if "whatever" is gtk_, but it is a problem for functions in libgobject, like g_closure_get_type(). A bug about this in bugzilla would be appreciated (I think we've noted this before, but having it tracked officially would be good). There are two relevant other bugs: - To fix the above without a fairly big speed penalty, you need GOnce: http://bugzilla.gnome.org/show_bug.cgi?id=69668 (The obvious fix, to make g_type_register_static() return the already registered type is the dubiously safe "double checked locking" idiom) - Fixing this for object types doesn't do you much good without also fixing: http://bugzilla.gnome.org/show_bug.cgi?id=64764 What people do currently when using GObject in threaded applications is to call g_type_class_ref (MY_TYPE_WHATEVER) for all their types before creating the first thread. Regards, Owen From andrej.prsa@guest.arnes.si Fri Jul 4 12:40:05 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from rigljica.arnes.si (rigljica.arnes.si [193.2.1.82]) by mail.gnome.org (Postfix) with ESMTP id 36BDE181A9 for ; Fri, 4 Jul 2003 12:40:05 -0400 (EDT) Received: from razor.arnes.si (razor.arnes.si [193.2.1.80]) by rigljica.arnes.si (Postfix) with ESMTP id 6CA196E522 for ; Fri, 4 Jul 2003 18:40:04 +0200 (MEST) Received: from gemma (unknown [193.2.110.237]) by razor.arnes.si (Postfix) with SMTP id D663E3994AF for ; Fri, 4 Jul 2003 18:40:03 +0200 (MEST) Date: Fri, 4 Jul 2003 18:38:07 +0200 From: Andrej Prsa To: GTK Mailing list Subject: Trouble with GtkTreeModel & co. Message-Id: <20030704183807.49f1ee0d.andrej.prsa@guest.arnes.si> Organization: Faculty of Mathematics and Physics X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, everyone! I am trying to "upgrade" from CLists to GtkTreeViews since my transition from 1.2 to 2.0. I have a spin button that declares how many rows a GtkTreeModel (with a GtkListStore) should contain; attached to the "changed" signal for a spin-button I have a callback that should do this. While I worked with CLists, I simply used clist->rows to obtain the number of rows already present and compared this value to the value in a spin-button - thus knowing how to change the CList structure. So how do I do this with GtkTreeModel & Co.? Specifically, how do I extract the number of rows already present? Thanks, Andrej From grzegol@pld.org.pl Fri Jul 4 13:52:29 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from poczta.fm (ph94.wroclaw.cvx.ppp.tpnet.pl [217.99.226.94]) by mail.gnome.org (Postfix) with ESMTP id CC5E418393 for ; Fri, 4 Jul 2003 13:52:27 -0400 (EDT) Received: from poczta.fm (localhost.localdomain [127.0.0.1]) by poczta.fm (8.12.7/8.12.5) with ESMTP id h64HptSg029487 for ; Fri, 4 Jul 2003 19:51:57 +0200 Received: (from grzegol@localhost) by poczta.fm (8.12.7/8.12.5/Submit) id h64HpAhX029430 for gtk-list@gnome.org; Fri, 4 Jul 2003 19:51:10 +0200 X-Authentication-Warning: localhost.localdomain: grzegol set sender to grzegol@pld.org.pl using -f Subject: Test From: Grzegorz =?iso-8859-2?Q?Go=B3awski?= To: gtk-list@gnome.org Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: quoted-printable Message-Id: <1057341069.29403.1.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.2.99 (Preview Release) Date: 04 Jul 2003 19:51:10 +0200 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Sorry. Testing new configuration. --=20 <=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D> $+>> Grzegorz Go=B3awski <<+$ $+>> grzegol@pld.org.pl <<+$ <=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D> From edscott@imp.mx Fri Jul 4 14:44:55 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from www.imp.mx (www.imp.mx [192.100.181.86]) by mail.gnome.org (Postfix) with ESMTP id 0C15B182A3 for ; Fri, 4 Jul 2003 14:44:55 -0400 (EDT) Received: from [192.168.122.241] (IDENT:edscott@[192.168.122.241]) by www.imp.mx (SGI-8.9.3p2/8.9.3) with ESMTP id NAA13799; Fri, 4 Jul 2003 13:44:51 -0500 (CDT) Subject: Re: Trouble with GtkTreeModel & co. From: edscott wilson garcia To: Andrej Prsa Cc: GTK Mailing list In-Reply-To: <20030704183807.49f1ee0d.andrej.prsa@guest.arnes.si> References: <20030704183807.49f1ee0d.andrej.prsa@guest.arnes.si> Content-Type: text/plain; charset=ISO-8859-15 Message-Id: <1057344289.7872.69.camel@sagitario.eco.imp.mx> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 04 Jul 2003 13:44:49 -0500 Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: El vie, 04-07-2003 a las 11:38, Andrej Prsa escribió: > Hi, everyone! > > I am trying to "upgrade" from CLists to GtkTreeViews since my transition > from 1.2 to 2.0. I have a spin button that declares how many rows a > GtkTreeModel (with a GtkListStore) should contain; attached to the > "changed" signal for a spin-button I have a callback that should do this. > While I worked with CLists, I simply used clist->rows to obtain the number > of rows already present and compared this value to the value in a > spin-button - thus knowing how to change the CList structure. So how do I > do this with GtkTreeModel & Co.? Specifically, how do I extract the number > of rows already present? My suggestion would be to run a gtk_tree_model_foreach () on the treeview with a counter++, but there is probably a more clever solution. Edscott > > Thanks, > > Andrej > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list > From andrej.prsa@guest.arnes.si Fri Jul 4 15:44:26 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from rigljica.arnes.si (rigljica.arnes.si [193.2.1.82]) by mail.gnome.org (Postfix) with ESMTP id 24E2B18341 for ; Fri, 4 Jul 2003 15:44:26 -0400 (EDT) Received: from razor.arnes.si (razor.arnes.si [193.2.1.80]) by rigljica.arnes.si (Postfix) with ESMTP id 9F3FC6E514 for ; Fri, 4 Jul 2003 21:44:25 +0200 (MEST) Received: from gemma (unknown [193.2.110.237]) by razor.arnes.si (Postfix) with SMTP id EEFBA39953C for ; Fri, 4 Jul 2003 21:44:24 +0200 (MEST) Date: Fri, 4 Jul 2003 21:42:28 +0200 From: Andrej Prsa To: gtk-list@gnome.org Subject: Re: Trouble with GtkTreeModel & co. Message-Id: <20030704214228.7865d4b2.andrej.prsa@guest.arnes.si> In-Reply-To: <1057344289.7872.69.camel@sagitario.eco.imp.mx> References: <20030704183807.49f1ee0d.andrej.prsa@guest.arnes.si> <1057344289.7872.69.camel@sagitario.eco.imp.mx> Organization: Faculty of Mathematics and Physics X-Mailer: Sylpheed version 0.9.3 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: He=E8llo! > El vie, 04-07-2003 a las 11:38, Andrej Prsa escribi=F3: > > Hi, everyone! > >=20 > > I am trying to "upgrade" from CLists to GtkTreeViews since my > > transition from 1.2 to 2.0. I have a spin button that declares how > > many rows a GtkTreeModel (with a GtkListStore) should contain; > > attached to the"changed" signal for a spin-button I have a callback > > that should do this. While I worked with CLists, I simply used > > clist->rows to obtain the number of rows already present and compared > > this value to the value in a spin-button - thus knowing how to change > > the CList structure. So how do I do this with GtkTreeModel & Co.? > > Specifically, how do I extract the number of rows already present? >=20 > My suggestion would be to run a gtk_tree_model_foreach () on the > treeview with a counter++, but there is probably a more clever solution. Yep, I did something similar: sprintf (path_str, "%d", count); while (gtk_tree_model_get_iter_from_string (GTK_TREE_MODEL (store), &iter, = path_str) =3D=3D TRUE) { count++; sprintf (path_str, "%d", count); } But it's just so DAMN ugly! ;( Thanks for feedback, Andrej From hp@redhat.com Fri Jul 4 19:03:30 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from devserv.devel.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 621261813D for ; Fri, 4 Jul 2003 19:03:30 -0400 (EDT) Received: (from hp@localhost) by devserv.devel.redhat.com (8.11.6/8.11.0) id h64N3Sc13834; Fri, 4 Jul 2003 19:03:28 -0400 Date: Fri, 4 Jul 2003 19:03:28 -0400 From: Havoc Pennington To: Andrej Prsa Cc: gtk-list@gnome.org Subject: Re: Trouble with GtkTreeModel & co. Message-ID: <20030704190328.G9002@devserv.devel.redhat.com> References: <20030704183807.49f1ee0d.andrej.prsa@guest.arnes.si> <1057344289.7872.69.camel@sagitario.eco.imp.mx> <20030704214228.7865d4b2.andrej.prsa@guest.arnes.si> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20030704214228.7865d4b2.andrej.prsa@guest.arnes.si> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Fri, Jul 04, 2003 at 09:42:28PM +0200, Andrej Prsa wrote: > Yep, I did something similar: > > sprintf (path_str, "%d", count); > while (gtk_tree_model_get_iter_from_string (GTK_TREE_MODEL (store), &iter, path_str) == TRUE) > { > count++; > sprintf (path_str, "%d", count); > } > > But it's just so DAMN ugly! ;( > Well, you could at least use gtk_tree_model_iter_nth_child() instead of the sprintf! ;-) I think gtk_tree_model_iter_n_children() does what you want though, it allows NULL if you want the number of children at the root of the model. Havoc From msuarezalvarez@arnet.com.ar Fri Jul 4 23:02:31 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp2.arnet.com.ar (smtp2.arnet.com.ar [200.45.191.5]) by mail.gnome.org (Postfix) with SMTP id 1BDF5180F9 for ; Fri, 4 Jul 2003 23:02:31 -0400 (EDT) Received: (qmail 27265 invoked from network); 5 Jul 2003 02:59:26 -0000 Received: from unknown (HELO grothendieck.dyndns.org) (200.82.62.47) by smtp2.arnet.com.ar with SMTP; 5 Jul 2003 02:59:22 -0000 Received: from grothendieck.dyndns.org (mariano@localhost [127.0.0.1]) by grothendieck.dyndns.org (8.12.9/8.12.9) with ESMTP id h6531pPF013066 for ; Sat, 5 Jul 2003 00:01:54 -0300 Received: from localhost (mariano@localhost) by grothendieck.dyndns.org (8.12.9/8.12.9/Submit) with ESMTP id h6531mwN013063 for ; Sat, 5 Jul 2003 00:01:51 -0300 Date: Sat, 5 Jul 2003 00:01:48 -0300 (ART) From: Mariano Suarez-Alvarez Reply-To: =?ISO-8859-1?Q?Mariano_Su=E1rez-Alvarez?= To: gtk-list -- General discussion on GTK+ Subject: Re: Trouble with GtkTreeModel & co. In-Reply-To: <20030704190328.G9002@devserv.devel.redhat.com> Message-ID: References: <20030704183807.49f1ee0d.andrej.prsa@guest.arnes.si> <1057344289.7872.69.camel@sagitario.eco.imp.mx> <20030704214228.7865d4b2.andrej.prsa@guest.arnes.si> <20030704190328.G9002@devserv.devel.redhat.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Fri, 4 Jul 2003, Havoc Pennington wrote: > On Fri, Jul 04, 2003 at 09:42:28PM +0200, Andrej Prsa wrote: > > > Yep, I did something similar: > > > > sprintf (path_str, "%d", count); > > while (gtk_tree_model_get_iter_from_string (GTK_TREE_MODEL (store), &it= er, path_str) =3D=3D TRUE) > > { > > count++; > > sprintf (path_str, "%d", count); > > } > > > > But it's just so DAMN ugly! ;( > > > > Well, you could at least use gtk_tree_model_iter_nth_child() instead > of the sprintf! ;-) Or even move the sprintf out of the loop ;) -- m ----------------------------------------------------------------------- Mariano Su=E1rez-Alvarez Departamento de Matematica - FCEyN - Universidad de Buenos Aires Ciudad Universitaria, Pab. I. (1428) Ciudad de Buenos Aires, Argentina http://mate.dm.uba.ar/~aldoc9 De la observaci=F3n de la irreductibilidad de las creencias =FAltimas he sacado la mayor lecci=F3n de mi vida. Aprend=ED a respetar las ideas ajenas, a detenerme ante el secreto de las conciencias, a entender antes de discutir, a discutir antes de condenar. Y como estoy en vena de confesiones, hago una m=E1s, quiz=E1s superflua: detesto con toda mi alma a los fan=E1ticos. Norberto Bobbio, Italia civil. ----------------------------------------------------------------------- From andrej.prsa@guest.arnes.si Sat Jul 5 05:12:03 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from rigljica.arnes.si (rigljica.arnes.si [193.2.1.82]) by mail.gnome.org (Postfix) with ESMTP id AE31B18204 for ; Sat, 5 Jul 2003 05:12:03 -0400 (EDT) Received: from razor.arnes.si (razor.arnes.si [193.2.1.80]) by rigljica.arnes.si (Postfix) with ESMTP id 30F496E9A5 for ; Sat, 5 Jul 2003 11:12:03 +0200 (MEST) Received: from gemma (ar16-311i.dial-up.arnes.si [194.249.7.71]) by razor.arnes.si (Postfix) with SMTP id C17273994A6 for ; Sat, 5 Jul 2003 11:11:58 +0200 (MEST) Date: Sat, 5 Jul 2003 11:09:06 +0200 From: Andrej Prsa To: gtk-list@gnome.org Subject: Re: Trouble with GtkTreeModel & co. Message-Id: <20030705110906.40737573.andrej.prsa@guest.arnes.si> In-Reply-To: <20030704190328.G9002@devserv.devel.redhat.com> References: <20030704183807.49f1ee0d.andrej.prsa@guest.arnes.si> <1057344289.7872.69.camel@sagitario.eco.imp.mx> <20030704214228.7865d4b2.andrej.prsa@guest.arnes.si> <20030704190328.G9002@devserv.devel.redhat.com> Organization: Faculty of Mathematics and Physics X-Mailer: Sylpheed version 0.9.3 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi! > > Yep, I did something similar: > > > > sprintf (path_str, "%d", count); > > while (gtk_tree_model_get_iter_from_string (GTK_TREE_MODEL (store), > > &iter, path_str) == TRUE) > > { > > count++; > > sprintf (path_str, "%d", count); > > } > > > > But it's just so DAMN ugly! ;( > > > > Well, you could at least use gtk_tree_model_iter_nth_child() instead > of the sprintf! ;-) > > I think gtk_tree_model_iter_n_children() does what you want though, > it allows NULL if you want the number of children at the root of the > model. Yep, works like a charm! Thanks! :) Andrej From tomf@sjpc.org Sat Jul 5 08:41:30 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from front3.mail.megapathdsl.net (front3.mail.megapathdsl.net [66.80.60.32]) by mail.gnome.org (Postfix) with ESMTP id 351B11847B for ; Sat, 5 Jul 2003 08:41:30 -0400 (EDT) Received: from [66.80.61.166] (HELO [192.168.1.100]) by front3.mail.megapathdsl.net (CommuniGate Pro SMTP 3.5.8) with ESMTP id 85614991; Sat, 05 Jul 2003 05:38:12 -0700 Subject: What replaces GtkHTML in GTK2 From: Thomas Frayne To: gtk-list , redhat mailing list Content-Type: text/plain Organization: Message-Id: <1057408888.15799.30.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-5) Date: 05 Jul 2003 05:41:28 -0700 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I am using Redhat 9, Gnome 2.2. GtkHTML is defined in gtkhtml-types.h in GTK1, but I could not find a GTK2 header file containing GtkHTML. Am I missing a GTK2 header file? Is there a GTK2 replacement for GtkHTML? It would also help if I could find a function that used GtkHTML in GTK1 and was ported to GTK2 using some other feature. From tudorv@eircom.net Sat Jul 5 10:31:51 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail00.svc.cra.dublin.eircom.net (mail00.svc.cra.dublin.eircom.net [159.134.118.16]) by mail.gnome.org (Postfix) with SMTP id 51118185A0 for ; Sat, 5 Jul 2003 10:31:51 -0400 (EDT) Received: (qmail 61425 messnum 1710895 invoked from network[159.134.180.195/p195.as1.qkr.cork1.eircom.net]); 5 Jul 2003 14:31:50 -0000 Received: from p195.as1.qkr.cork1.eircom.net (HELO tudor-pc.home) (159.134.180.195) by mail00.svc.cra.dublin.eircom.net (qp 61425) with SMTP; 5 Jul 2003 14:31:50 -0000 Received: by tudor-pc.home (Postfix, from userid 1001) id B2664126013; Sat, 5 Jul 2003 15:31:13 +0100 (IST) Date: Sat, 5 Jul 2003 15:31:13 +0100 From: Tudor Vinereanu To: gtk-list Subject: Re: GtkCellRenderer Message-ID: <20030705143113.GA364@tudor-pc.home> Mail-Followup-To: gtk-list References: <20030702225432.GA492@tudor-pc.home> <1057237291.2111.80.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1057237291.2111.80.camel@localhost.localdomain> User-Agent: Mutt/1.5.4i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi again, > > Are there any other GtkCellRenderers planned for the next GTK > > version (2.4, or maybe 2.6)? I find TreeView great, but I'd > > like to use other cell renderers as well (for example > > GtkAdjustment). > > How would this work/look exactly? Sorry, what I meant there was GtkSpinButton... Basically I'm trying to go from a table containing GtkLabel, GtkEntry, GtkSpinButton, GtkCheckButton and GtkMenu, to a GtkTreeView. What is the best way to do it? I'm new to Gtk, but from what I've read it seems I would need custom CellRenderers for GtkSpinButton and GtkMenu. What is the reason behind having GtkCellRendererText and not having GtkCellRendererSpinButton, for example? Is it only a question of time, or there are some other reasons (like GtkTreeView being meant to be used in dedicated ways)? > > I know there was a lot of discussion about GtkCellRenderer, and > > many people wrote their own, but wouldn't it make sense to have > > them part of the standard distibution? > > See also: > http://bugzilla.gnome.org/show_bug.cgi?id=116552 Thanks for that! All the best, Tudor From Dexter.Filmore@gmx.de Sat Jul 5 16:11:22 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mail.gnome.org (Postfix) with SMTP id C57FB18718 for ; Sat, 5 Jul 2003 16:11:21 -0400 (EDT) Received: (qmail 13454 invoked by uid 65534); 5 Jul 2003 20:11:20 -0000 Received: from pD952D36A.dip.t-dialin.net (EHLO shodan.citadel) (217.82.211.106) by mail.gmx.net (mp002) with SMTP; 05 Jul 2003 22:11:20 +0200 Date: Sat, 5 Jul 2003 22:11:18 +0200 From: Dexter Filmore To: gtk-list@gnome.org Subject: gtk+1.x themes gone in Gnome2.2 Message-Id: <20030705221118.10af31e7.Dexter.Filmore@gmx.de> Organization: SCHWA Corporation X-Mailer: Sylpheed version 0.9.0claws (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Just upgraded Gnome from 2.0 to 2.2. Now my gtk-1.2 theme is gone and standard theme is used, which doesn't look too nice among my all-Aqua desktop. Is there any way to bring back the old theme? Dex -- -----BEGIN GEEK CODE BLOCK----- Version: 3.12 GCS d--(+)@ s-:+ a-- C++(+++) UL>+++ P+>++ L++>++++ E-- W++ N+ o? K- w--(---) !O M-- V- PS+ PE(+) Y+>++ PGP- t+(++) 5 X+(++) R++ tv--(+)@ b++(+++) DI+++ D G++(--) e* h r%>* y? ------END GEEK CODE BLOCK------ Against TCPA - nothing fights like the opposition http://www.againsttcpa.com From nthomas@cise.ufl.edu Sun Jul 6 17:06:18 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.cise.ufl.edu (beach.cise.ufl.edu [128.227.205.211]) by mail.gnome.org (Postfix) with ESMTP id 920601891F for ; Sun, 6 Jul 2003 17:06:18 -0400 (EDT) Received: from shine.cise.ufl.edu (shine.cise.ufl.edu [128.227.205.20]) by mail.cise.ufl.edu (Postfix) with ESMTP id 3220869C4 for ; Sun, 6 Jul 2003 17:06:18 -0400 (EDT) Received: (from nthomas@localhost) by shine.cise.ufl.edu (8.9.1a/8.9.1) id RAA02706 for gtk-list@gnome.org; Sun, 6 Jul 2003 17:06:18 -0400 (EDT) Date: Sun, 6 Jul 2003 17:06:18 -0400 From: "N. Thomas" To: gtk-list@gnome.org Subject: GLib gdate.c assertion error Message-ID: <20030706210617.GH4915@cise.ufl.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Relevant info: glib: glib-2.2.2 OS: Solaris 8 cc: gcc 3.1.1 The following code works as expected: #include #include int main (int argc, char*argv[]) { GDate *gdate; gdate = g_date_new_dmy (6, 7, 2003); if (g_date_valid(gdate)) printf ("date is good\n"); else printf ("date is bad\n"); return(0); } It outputs "date is good". However, when I change the input to g_date_new_dmy() to an invalid date, like this: gdate = g_date_new_dmy (56, 7, 2003); I get the following: $ ./datetest (process:2444): GLib-CRITICAL **: file gdate.c: line 57 (g_date_new_dmy): assertion `g_date_valid_dmy (day, m, y)' failed (process:2444): GLib-CRITICAL **: file gdate.c: line 102 (g_date_valid): assertion `d != NULL' failed date is bad Are the above GLib-CRITICAL statements supposed to be there? The main reason I am calling g_date_valid() is to check the validity of the inputted date, it doesn't seem to make sense that g_date_new_dmy() should barf when I feed it a bad date. Thomas -- N. Thomas nthomas@cise.ufl.edu http://www.cise.ufl.edu/~nthomas/ Etiamsi occiderit me, in ipso sperabo From salonj@hotmail.com Sun Jul 6 21:31:02 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hotmail.com (bay7-f75.bay7.hotmail.com [64.4.11.75]) by mail.gnome.org (Postfix) with ESMTP id DC72D180E8 for ; Sun, 6 Jul 2003 21:31:01 -0400 (EDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 6 Jul 2003 18:31:00 -0700 Received: from 61.183.77.196 by by7fd.bay7.hotmail.msn.com with HTTP; Mon, 07 Jul 2003 01:31:00 GMT X-Originating-IP: [61.183.77.196] X-Originating-Email: [salonj@hotmail.com] From: "salon j" To: gtk-list@gnome.org Subject: install glib-2.2.2 Date: Mon, 07 Jul 2003 01:31:00 +0000 Mime-Version: 1.0 Content-Type: text/plain; charset=gb2312; format=flowed Message-ID: X-OriginalArrivalTime: 07 Jul 2003 01:31:00.0728 (UTC) FILETIME=[6C437780:01C34427] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: i want to install glib-2.2.2 , but do i need gcc first? i have install pkg-config. i use cc compile first but it has many error ,it said "make all in trio ....cc Error trionan.c line 80 error must be compiled with option -ieee" why ? my os is alhpa tru64. _________________________________________________________________ ÓëÁª»úµÄÅóÓѽøÐн»Á÷£¬ÇëʹÓà MSN Messenger: http://messenger.msn.com/cn From hp@redhat.com Sun Jul 6 22:36:29 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from devserv.devel.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 33E5E18170 for ; Sun, 6 Jul 2003 22:36:29 -0400 (EDT) Received: (from hp@localhost) by devserv.devel.redhat.com (8.11.6/8.11.0) id h672aQV16847; Sun, 6 Jul 2003 22:36:26 -0400 Date: Sun, 6 Jul 2003 22:36:26 -0400 From: Havoc Pennington To: "N. Thomas" Cc: gtk-list@gnome.org Subject: Re: GLib gdate.c assertion error Message-ID: <20030706223626.M19769@devserv.devel.redhat.com> References: <20030706210617.GH4915@cise.ufl.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20030706210617.GH4915@cise.ufl.edu> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Sun, Jul 06, 2003 at 05:06:18PM -0400, N. Thomas wrote: > The main reason I am calling g_date_valid() is to check the validity of > the inputted date, it doesn't seem to make sense that g_date_new_dmy() > should barf when I feed it a bad date. To validate a dmy triplet use g_date_valid_dmy() instead. There's a family of valid_* functions. g_date_valid() is basically just used with g_date_parse it looks like. Kind of bizarre, granted. Havoc From jason.vowell@murraystate.edu Sun Jul 6 23:38:35 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from imf17aec.bellsouth.net (imf17aec.mail.bellsouth.net [205.152.59.65]) by mail.gnome.org (Postfix) with ESMTP id 496A918199 for ; Sun, 6 Jul 2003 23:38:35 -0400 (EDT) Received: from murraystate.edu ([66.156.147.167]) by imf17aec.bellsouth.net (InterMail vM.5.01.05.27 201-253-122-126-127-20021220) with ESMTP id <20030707033834.WTAD3647.imf17aec.bellsouth.net@murraystate.edu> for ; Sun, 6 Jul 2003 23:38:34 -0400 Date: Sun, 6 Jul 2003 22:38:34 -0500 Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: GNU license question From: Jason Vowell To: gtk-list@gnome.org Content-Transfer-Encoding: 7bit Message-Id: <7C4953F0-B02C-11D7-961E-000393B4AD32@murraystate.edu> X-Mailer: Apple Mail (2.552) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I want to write a proprietary application that utilizes the GTK toolkit in order to create the GUI interface. I do not wish to modify nor chance the GTK library in anyway. Can I legally sell this application under the GTK license? --thank you Jason Vowell From v_atekor@yahoo.fr Mon Jul 7 05:36:07 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp014.mail.yahoo.com (smtp014.mail.yahoo.com [216.136.173.58]) by mail.gnome.org (Postfix) with SMTP id B0716180E1 for ; Mon, 7 Jul 2003 05:36:06 -0400 (EDT) Received: from unknown (HELO pcroqueta.lirmm.fr) (v?atekor@193.49.108.127 with login) by smtp.mail.vip.sc5.yahoo.com with SMTP; 7 Jul 2003 09:36:05 -0000 From: Vincent ROQUETA Reply-To: v_atekor@yahoo.fr To: gtk-list@gnome.org Subject: Re: GNU license question Date: Mon, 7 Jul 2003 11:36:05 +0200 User-Agent: KMail/1.5 References: <7C4953F0-B02C-11D7-961E-000393B4AD32@murraystate.edu> In-Reply-To: <7C4953F0-B02C-11D7-961E-000393B4AD32@murraystate.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307071136.05949.v_atekor@yahoo.fr> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: short answer: Yes From rah@atc.ll.mit.edu Mon Jul 7 11:03:42 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from dfw-sun0.ATC.LL.MIT.EDU (dfw-sun0.ATC.LL.MIT.EDU [129.55.42.24]) by mail.gnome.org (Postfix) with ESMTP id 323D618AA6 for ; Mon, 7 Jul 2003 11:03:42 -0400 (EDT) Received: from draco.ll.g41g42 (draco [129.55.43.36]) by dfw-sun0.ATC.LL.MIT.EDU (8.12.9/8.12.6) with ESMTP id h67F3f3s025129 for ; Mon, 7 Jul 2003 11:03:41 -0400 (EDT) Received: from draco (draco [129.55.43.36]) by draco.ll.g41g42 (8.11.6+Sun/8.9.1) with SMTP id h67F3fo09712 for ; Mon, 7 Jul 2003 11:03:41 -0400 (EDT) Message-Id: <200307071503.h67F3fo09712@draco.ll.g41g42> Date: Mon, 7 Jul 2003 11:03:41 -0400 (EDT) From: "Richard A. Hogaboom" Reply-To: "Richard A. Hogaboom" Subject: Selection Color in GtkCTree To: gtk-list@gnome.org MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Content-MD5: WE/RNKLNSQG1wZpjSntfbQ== X-Mailer: dtmail 1.3.0 @(#)CDE Version 1.4.2 SunOS 5.8 sun4u sparc Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I want to have a GtkCTree(GTK 1.2+) that has multiple selections of different colors that are all set programatically. I've tried gdk_gc_set_foreground(style->fg_gc[GTK_STATE_SELECTED], &color_red); gtk_ctree_select(tree, widget); gdk_gc_set_foreground(style->fg_gc[GTK_STATE_SELECTED], &color_green); gtk_ctree_select(tree, other_widget); but this only changes all the selected widgets to the last color(green). There are 5 states, 7 gc's in a style, and both fore/back ground colors. Some combination must actually do it. Has anybody tried this? with maybe some example code? Dick ------------- Richard Hogaboom MIT / Lincoln Laboratory 244 Wood St. Lexington, MA 02173-9108 voice: (781)-981-0276 fax: (781)-981-3220 hogaboom@ll.mit.edu From roger@whinlatter.uklinux.net Mon Jul 7 15:00:15 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from zinc.btinternet.com (zinc.btinternet.com [194.73.73.148]) by mail.gnome.org (Postfix) with ESMTP id 7AC581812B for ; Mon, 7 Jul 2003 15:00:15 -0400 (EDT) Received: from dial81-135-105-176.in-addr.btopenworld.com ([81.135.105.176] helo=whinlatter.uklinux.net) by zinc.btinternet.com with esmtp (Exim 3.22 #23) id 19ZbDf-0003UH-00 for gtk-list@gnome.org; Mon, 07 Jul 2003 20:00:12 +0100 Received: from roger by whinlatter.uklinux.net with local (Exim 3.36 #1 (Debian)) id 19ZbEz-0001DB-00 for ; Mon, 07 Jul 2003 20:01:33 +0100 To: gtk-list@gnome.org Subject: Converting from GTK+ to Gtkmm From: Roger Leigh Date: Mon, 07 Jul 2003 20:01:33 +0100 Message-ID: <87k7auqhyq.fsf@whinlatter.uklinux.net> User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello, I have written a program in C using GTK+ and libglade. Its callbacks do things like this: void cb_reset( GtkWidget *widget, gpointer data ) { GladeXML *xml; GtkWidget *pg_val; GtkWidget *ri_val; GtkWidget *cf_val; GtkWidget *og_result; GtkWidget *abv_result; xml = glade_get_widget_tree (GTK_WIDGET (widget)); pg_val = glade_xml_get_widget (xml, "pg_entry"); ri_val = glade_xml_get_widget (xml, "ri_entry"); cf_val = glade_xml_get_widget (xml, "cf_entry"); og_result = glade_xml_get_widget (xml, "og_result"); abv_result = glade_xml_get_widget (xml, "abv_result"); gtk_spin_button_set_value (GTK_SPIN_BUTTON(pg_val), 0.0); [...] gtk_label_set_text (GTK_LABEL(abv_result), ""); gtk_widget_grab_focus (pg_val); } The callbacks have two parts: 1. Getting the XML tree and getting the widgets required from the tree. 2. Performing some actions using those widgets. This means that all of the interface construction is done entirely with Glade, and only the callbacks are in the C source file (no need to bung the widgets in a structure and pass them in as "gpointer data" like I did before). Looking at Glademm, it seems can do this, but I'm not sure how to get the XML tree (Gnome::Glade::Xml) from within the callback. Is it possible? The example callbacks I've seen didn't usually take arguments. In an ideal world, I'd like the callbacks to be set-up automatically by libglademm, like I get with glade_xml_signal_autoconnect(). Could this be done? Should using gtkmm/libglademm result in cleaner code than libgtk/libglade? From the little I've seen of it so far, things like signals actually look more complex, but I'm not yet as experienced with C++ as I am with C. Thanks, Roger -- Roger Leigh Printing on GNU/Linux? http://gimp-print.sourceforge.net/ GPG Public Key: 0x25BFB848 available on public keyservers From shaunm@wolfram.com Mon Jul 7 15:23:37 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from wolfram.com (wri-dns0.wolfram.com [140.177.205.10]) by mail.gnome.org (Postfix) with ESMTP id 849341835D for ; Mon, 7 Jul 2003 15:23:37 -0400 (EDT) Received: from shaunmlx.wolfram.com (shaunmlx.wolfram.com [140.177.4.220]) by wolfram.com (8.11.2/8.11.2) with ESMTP id h67JNYj06172; Mon, 7 Jul 2003 14:23:34 -0500 Subject: Re: What replaces GtkHTML in GTK2 From: Shaun McCance To: Thomas Frayne Cc: gtk-list In-Reply-To: <1057408888.15799.30.camel@localhost.localdomain> References: <1057408888.15799.30.camel@localhost.localdomain> Content-Type: text/plain Organization: Wolfram Research, Inc. Message-Id: <1057605753.23923.7.camel@shaunmlx.wolfram.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.1 Date: 07 Jul 2003 14:22:34 -0500 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: GtkHTML1 is replaced by GtkHTML2. GtkHTML2 is typically packaged separately from GTK2. On my system, the GtkHTML2 header files are located in /usr/include/gtkhtml-2.0/libgtkhtml. GtkHTML1 and GtkHTML2 are quite different. Yelp has both a GtkHTML1 backend and a GtkHTML2 backend. Take a look at Yelp's source to get an idea of how to use them, and how they're different. -- Shaun On Sat, 2003-07-05 at 07:41, Thomas Frayne wrote: > I am using Redhat 9, Gnome 2.2. > > GtkHTML is defined in gtkhtml-types.h in GTK1, but I could not find a > GTK2 header file containing GtkHTML. Am I missing a GTK2 header file? > Is there a GTK2 replacement for GtkHTML? > > It would also help if I could find a function that used GtkHTML in GTK1 > and was ported to GTK2 using some other feature. > > > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list From kdilip_s@yahoo.co.in Tue Jul 8 09:14:38 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from web8004.mail.in.yahoo.com (web8004.mail.in.yahoo.com [203.199.70.64]) by mail.gnome.org (Postfix) with SMTP id 2E8A9189C0 for ; Tue, 8 Jul 2003 09:14:38 -0400 (EDT) Message-ID: <20030708131435.19886.qmail@web8004.mail.in.yahoo.com> Received: from [193.166.111.227] by web8004.mail.in.yahoo.com via HTTP; Tue, 08 Jul 2003 14:14:35 BST Date: Tue, 8 Jul 2003 14:14:35 +0100 (BST) From: =?iso-8859-1?q?dilip=20kumar?= Subject: unsubcribe To: gtk-list@gnome.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: From froschi.der.grosse@web.de Sun Jul 6 15:26:51 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mailgate5.cinetic.de (mailgate5.cinetic.de [217.72.192.165]) by mail.gnome.org (Postfix) with ESMTP id 0B51D1836C for ; Sun, 6 Jul 2003 15:26:51 -0400 (EDT) Received: from web.de (fmomail02.dlan.cinetic.de [172.20.1.46]) by mailgate5.cinetic.de (8.11.6p2/8.11.2/SuSE Linux 8.11.0-0.4) with SMTP id h66JQnQ02089 for gtk-list@gnome.org; Sun, 6 Jul 2003 21:26:50 +0200 Date: Sun, 6 Jul 2003 21:26:50 +0200 Message-Id: <200307061926.h66JQnQ02089@mailgate5.cinetic.de> MIME-Version: 1.0 Organization: http://freemail.web.de/ From: =?iso-8859-1?Q? "Nase=20Wei=DF" ?= To: gtk-list@gnome.org Subject: Precedence: fm-user Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: hi. I would like to ask wether anyone could pleas send me the GTK+ 2.0 - Tutorial as a .zip or gz - file. Thank you.M ______________________________________________________________________________ Jetzt 52 verschiedene Briefpapiere fur Ihre E-Mails bei WEB.DE FreeMail - http://freemail.web.de/features/?mc=021140 From andrej.prsa@guest.arnes.si Tue Jul 8 12:26:28 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from rigljica.arnes.si (rigljica.arnes.si [193.2.1.82]) by mail.gnome.org (Postfix) with ESMTP id 8B618185E0 for ; Tue, 8 Jul 2003 12:26:28 -0400 (EDT) Received: from razor.arnes.si (razor.arnes.si [193.2.1.80]) by rigljica.arnes.si (Postfix) with ESMTP id E18006E7C9 for ; Tue, 8 Jul 2003 18:26:27 +0200 (MEST) Received: from gemma (unknown [193.2.110.237]) by razor.arnes.si (Postfix) with SMTP id D3A95399459 for ; Tue, 8 Jul 2003 18:26:26 +0200 (MEST) Date: Tue, 8 Jul 2003 18:24:34 +0200 From: Andrej Prsa To: GTK Mailing list Subject: Geting a GtkTreeModel out of GtkTreeViewColumn Message-Id: <20030708182434.320a7c4b.andrej.prsa@guest.arnes.si> Organization: Faculty of Mathematics and Physics X-Mailer: Sylpheed version 0.9.3 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello, everyone! Could anyone please tell me if it's possible to extract the parent GtkTreeModel out of GtkTreeViewColumn? Or, if someone could maybe suggest a better way to extract the data from the selected column in a function where GtkTreeViewColumn *column and int row are arguments, e.g. char *get_cell_contents (GtkTreeViewColumn *column, int row) { ??? } Thanks, Andrej From edscott@imp.mx Tue Jul 8 21:54:56 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from www.imp.mx (www.imp.mx [192.100.181.86]) by mail.gnome.org (Postfix) with ESMTP id C7B0818662 for ; Tue, 8 Jul 2003 21:54:54 -0400 (EDT) Received: from [192.168.122.241] (IDENT:edscott@[192.168.122.241]) by www.imp.mx (SGI-8.9.3p2/8.9.3) with ESMTP id UAA04961; Tue, 8 Jul 2003 20:54:48 -0500 (CDT) Subject: Re: Geting a GtkTreeModel out of GtkTreeViewColumn From: edscott wilson garcia To: andrej.prsa@guest.arnes.si, gtk-list@gnome.org In-Reply-To: <20030708182434.320a7c4b.andrej.prsa@guest.arnes.si> References: <20030708182434.320a7c4b.andrej.prsa@guest.arnes.si> Content-Type: text/plain; charset=ISO-8859-15 Message-Id: <1057715686.30875.23.camel@sagitario.eco.imp.mx> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 08 Jul 2003 20:54:46 -0500 Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: El mar, 08-07-2003 a las 11:24, Andrej Prsa escribió: > Hello, everyone! > > Could anyone please tell me if it's possible to extract the parent > GtkTreeModel out of GtkTreeViewColumn? > > Or, if someone could maybe suggest a better way to extract the data from > the selected column in a function where GtkTreeViewColumn *column and int > row are arguments, e.g. > > char *get_cell_contents (GtkTreeViewColumn *column, int row) > { > ??? > } > I would use g_object_set_data to associate the treemodel pointer with the treeviewcolumn upon creation of the treeviewcolumn, and then use g_object_get_data to retrieve the treemodel upon entering *get_cell_contents(). Although this is based on the "least effort" criteria, there is probably a simpler way (there always is). Edscott > Thanks, > > Andrej > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list > From diego@otello.alma.unibo.it Wed Jul 9 02:18:47 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from otello.alma.unibo.it (otello.alma.unibo.it [137.204.24.163]) by mail.gnome.org (Postfix) with ESMTP id E9ED018634 for ; Wed, 9 Jul 2003 02:18:46 -0400 (EDT) Received: from otello.alma.unibo.it (unknown [137.204.24.167]) by otello.alma.unibo.it (Postfix) with ESMTP id C0DFB6C3 for ; Wed, 9 Jul 2003 03:53:56 -0400 (EDT) Message-ID: <3F0BD05F.38CFFC36@otello.alma.unibo.it> Date: Wed, 09 Jul 2003 08:20:47 +0000 From: Diego Zuccato X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.21-rc6-ac2 i686) X-Accept-Language: it, en MIME-Version: 1.0 To: GtkList Subject: Re: Geting a GtkTreeModel out of GtkTreeViewColumn References: <20030708182434.320a7c4b.andrej.prsa@guest.arnes.si> <1057715686.30875.23.camel@sagitario.eco.imp.mx> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: edscott wilson garcia wrote: > I would use g_object_set_data to associate the treemodel pointer with > the treeviewcolumn upon creation of the treeviewcolumn, and then use > g_object_get_data to retrieve the treemodel upon entering > *get_cell_contents(). Although this is based on the "least effort" > criteria, there is probably a simpler way (there always is). Uhm... The GtkTreeViewColumn KNOWS in which GtkTreeView it is (column->tree_view), so no need to use set_data, except for a "conceptual" design issue (it's not good to access internal data directly - this usually is due to a missing API function). BYtE, Diego. From cvatavu@skim.com Wed Jul 9 05:34:47 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from spf13.us4.outblaze.com (205-158-62-67.outblaze.com [205.158.62.67]) by mail.gnome.org (Postfix) with ESMTP id 2BF6718D4A for ; Wed, 9 Jul 2003 05:34:47 -0400 (EDT) Received: from 205-158-62-68.outblaze.com (205-158-62-68.outblaze.com [205.158.62.68]) by spf13.us4.outblaze.com (Postfix) with QMQP id E5563181AA21 for ; Wed, 9 Jul 2003 09:34:45 +0000 (GMT) Received: (qmail 63826 invoked from network); 9 Jul 2003 09:34:45 -0000 Received: from unknown (HELO ws5-7.us4.outblaze.com) (205.158.62.156) by 205-158-62-153.outblaze.com with SMTP; 9 Jul 2003 09:34:45 -0000 Received: (qmail 8858 invoked by uid 1001); 9 Jul 2003 09:36:04 -0000 Message-ID: <20030709093604.8855.qmail@skim.com> Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-Mailer: MIME-tools 5.41 (Entity 5.404) Received: from [163.242.237.119] by ws5-7.us4.outblaze.com with http for cvatavu@skim.com; Wed, 09 Jul 2003 17:36:03 +0800 From: "cvatavu ::skim.com::" To: gtk-list@gnome.org Date: Wed, 09 Jul 2003 17:36:03 +0800 Subject: win32 problems... X-Originating-Ip: 163.242.237.119 X-Originating-Server: ws5-7.us4.outblaze.com Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi list. I have tried for several days to use the giochannels in win32, but without any success. The thread that should receive data through the channel doesn't receive anything at all (gtk_main) and the sender thread block after some time (buffer full?). (I'm using g_io_add_watch on a channel created with g_io_channel_unix_new on a pipe fd[0].) Then I downloaded the glib-2.2.2 for win32. This one can't even create a channel on a pipe()d fd: GLib-WARNING **: giowin32.c:1500: 3 is neither a file descriptor or a socket At giowin32.c:1500 there's a fstat() which should return 0!!! Then I tried to compile glib-2.2.2 myself (using MSVC) but again no success. Where's _g_trio_printf defined anyway ? Is glib-2.2.2 compilable on Win32 (I'm using WinNT SP6) ? Finally, is there another portable way to signal gtk_main from another thread besides g_io_add_watch ? Please enlighten me, and please excuse me if this has been reported allready. Thanks, Calin -- _______________________________________________ Get your free email from http://mymail.skim.com From Tottimyong@netscape.net Wed Jul 9 06:59:56 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from imo-r01.mx.aol.com (imo-r01.mx.aol.com [152.163.225.97]) by mail.gnome.org (Postfix) with ESMTP id BD2D218329; Wed, 9 Jul 2003 06:59:55 -0400 (EDT) Received: from Tottimyong@netscape.net by imo-r01.mx.aol.com (mail_out_v36_r1.1.) id h.ed.93baab5 (16227); Wed, 9 Jul 2003 06:59:47 -0400 (EDT) Received: from netscape.net ([218.87.60.39]) by air-in02.mx.aol.com (v94.1) with ESMTP id MAILININ23-3f633f0bf5a063; Wed, 09 Jul 2003 06:59:46 -0400 Message-ID: <3F0BF549.50701@netscape.net> Date: Wed, 09 Jul 2003 18:58:17 +0800 From: myong User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-devel-list , gtk-list Subject: about transparent Content-Type: text/plain; charset=gb18030; format=flowed Content-Transfer-Encoding: 7bit X-Mailer: Unknown (No Version) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello, We know the gnome-terminal and xchat can display transparent effect that we can see the desktop background. I want to know how to use gtk to do it? From andrej.prsa@guest.arnes.si Wed Jul 9 11:32:37 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from rigljica.arnes.si (rigljica.arnes.si [193.2.1.82]) by mail.gnome.org (Postfix) with ESMTP id A51B31813B for ; Wed, 9 Jul 2003 11:32:37 -0400 (EDT) Received: from razor.arnes.si (razor.arnes.si [193.2.1.80]) by rigljica.arnes.si (Postfix) with ESMTP id DEA626E705 for ; Wed, 9 Jul 2003 17:32:36 +0200 (MEST) Received: from gemma (ar16-140i.dial-up.arnes.si [194.249.11.140]) by razor.arnes.si (Postfix) with SMTP id 9C8A33994C1 for ; Wed, 9 Jul 2003 17:32:34 +0200 (MEST) Date: Wed, 9 Jul 2003 17:00:47 +0200 From: Andrej Prsa To: GTK Mailing list Subject: Getting column index out of GtkTreeViewColumn Message-Id: <20030709170047.701f7173.andrej.prsa@guest.arnes.si> Organization: Faculty of Mathematics and Physics X-Mailer: Sylpheed version 0.9.3 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi! I really missed a function that would return the index of a GtkTreeViewColumn given as an argument, so I wrote (a very inefficient and probably even messy but functional) routine myself; maybe someone would use it too, so here it goes: gint gtk_tree_view_column_get_index (GtkTreeViewColumn *column) { GtkTreeView *tree = GTK_TREE_VIEW (column->tree_view); GList *cols = gtk_tree_view_get_columns (tree); int counter = 0; while (cols != NULL) { if (column == GTK_TREE_VIEW_COLUMN (cols->data)) { g_list_free (cols); return counter; } cols = cols->next; counter++; } g_list_free (cols); return -1; } Best regards, Andrej From mrroach@okmaybe.com Wed Jul 9 11:53:58 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from flamingo.mail.pas.earthlink.net (flamingo.mail.pas.earthlink.net [207.217.120.232]) by mail.gnome.org (Postfix) with ESMTP id E6A9818E12 for ; Wed, 9 Jul 2003 11:53:57 -0400 (EDT) Received: from user-0cald46.cable.mindspring.com ([24.170.180.134] helo=localhost) by flamingo.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 19aHGU-0001qU-00 for gtk-list@gnome.org; Wed, 09 Jul 2003 08:53:55 -0700 Received: from localhost ([127.0.0.1] helo=[192.168.150.13]) by localhost with asmtp (Exim 3.35 #1 (Debian)) id 19aHGT-0000T3-00 for ; Wed, 09 Jul 2003 10:53:53 -0500 Subject: incremental image scaling with gdkpixbuf From: Mark Roach To: gtk-list@gnome.org Content-Type: text/plain Message-Id: <1057765761.14173.58.camel@flmrroach> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 09 Jul 2003 11:49:21 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I am using gdkpixbuf to scale some very large tiff images and am running into performance issues on some slower computers. The most important goal is for users to be able to switch "pages" quickly, so my thought was to do something similar to EOG and perform a low quality scale (NEAREST, I guess) and queue the BILINEAR scale in an idle handler, but I am unsure how to do this. EOG seems to make use of libart for this, but libart seems linked to X and this is a windows application. Can anyone give me some pointers on how I might do this with just GdkPixbuf? Thanks, Mark Roach From bdkr@highsidecafe.com Wed Jul 9 18:20:11 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cedar.phpwebhosting.com (unknown [64.239.37.230]) by mail.gnome.org (Postfix) with SMTP id CBBC0180F5 for ; Wed, 9 Jul 2003 18:20:10 -0400 (EDT) Received: (qmail 7739 invoked by uid 454); 9 Jul 2003 22:20:10 -0000 Received: from unknown (HELO highsidecafe.com) (200.62.21.142) by cedar.phpwebhosting.com with SMTP; 9 Jul 2003 22:20:10 -0000 Message-ID: <3F0C93FF.6030107@highsidecafe.com> Date: Wed, 09 Jul 2003 18:15:27 -0400 From: BDKR Organization: Highside Cafe User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.2.1) Gecko/20030225 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: Configure woes Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I'm sorry if this is somehow stupid, but is anybody else expereincing a problem with the configuration script? The first problem appears (in other words, I really don't know :-^) to be at line 3353. 3353 and 3354 are below. PHP_GTK_ARG_ENABLE(debug, whether to include debugging symbols, --enable-debug Compile with debugging symbols., no) I commented both of them out and the script continued past without any complaint. However, I later see this... checking for working mkdir -p... yes mkdir: too few arguments Try `mkdir --help' for more information. It seems the script isn't passing something too the mkdir command, however, I'm at a loss to see what it is. Anybody have any knowledge of this problem? Cheers, BDKR From Murray.Cumming@Comneon.com Thu Jul 10 03:59:26 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mx-in-01.simplementehosting.net (mx-in-01.simplementehosting.net [66.216.79.177]) by mail.gnome.org (Postfix) with ESMTP id 33C5F18147 for ; Thu, 10 Jul 2003 03:59:26 -0400 (EDT) Received: from smtp1.infineon.com (smtp1.infineon.com [194.175.117.76]) by mx-in-01.simplementehosting.net (Postfix) with ESMTP id 98FF1234054 for ; Thu, 10 Jul 2003 02:59:24 -0500 (CDT) Received: from vihsx03a.vih.infineon.com (vih.ifx-mail3.com [172.31.163.97]) by smtp1.infineon.com (8.12.9/8.12.9) with ESMTP id h6A7w3mS006185; Thu, 10 Jul 2003 09:58:03 +0200 (MEST) Received: by vihsx03a.vih.infineon.com with Internet Mail Service (5.5.2653.19) id ; Thu, 10 Jul 2003 09:59:49 +0200 Message-ID: <258B0164D480D5118D900800062B3858011C5E20@vihsx09a.vih.infineon.com> From: Murray.Cumming@Comneon.com To: bdkr@highsidecafe.com, gtk-list@gnome.org Subject: RE: Configure woes Date: Thu, 10 Jul 2003 09:59:02 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > From: BDKR [mailto:bdkr@highsidecafe.com] > I'm sorry if this is somehow stupid, but is anybody else > expereincing a > problem with the configuration script? For GTK+? What version? What linux/unix distro are you using? > The first problem appears (in other words, I really don't > know :-^) to > be at line 3353. 3353 and 3354 are below. > > PHP_GTK_ARG_ENABLE(debug, whether to include debugging symbols, > --enable-debug Compile with debugging symbols., no) > > I commented both of them out and the script continued past > without any > complaint. However, I later see this... > > checking for working mkdir -p... yes > mkdir: too few arguments > Try `mkdir --help' for more information. > > It seems the script isn't passing something too the mkdir command, > however, I'm at a loss to see what it is. Anybody have any > knowledge of > this problem? Murray Cumming murrayc@usa.net www.murrayc.com Remember to use the "Reply To All" feature with mailing lists. From andrew@solvo.ru Thu Jul 10 04:40:17 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mx-in-01.simplementehosting.net (mx-in-01.simplementehosting.net [66.216.79.177]) by mail.gnome.org (Postfix) with ESMTP id B6AB01818F; Thu, 10 Jul 2003 04:40:17 -0400 (EDT) Received: from gate.solvo.ru (gate.solvo.ru [195.201.44.1]) by mx-in-01.simplementehosting.net (Postfix) with ESMTP id D8D69234056; Thu, 10 Jul 2003 03:40:02 -0500 (CDT) Received: from tiger.solvo.ru (IDENT:postfix@tiger.solvo.ru [195.201.44.204]) by gate.solvo.ru (8.11.6/8.11.6) with ESMTP id h6A8csO19109; Thu, 10 Jul 2003 12:38:54 +0400 Received: by tiger.solvo.ru (Postfix, from userid 504) id 12DA590701; Thu, 10 Jul 2003 12:38:48 +0400 (MSD) Received: from solvo.ru (phoenix.solvo.ru [195.201.44.78]) by tiger.solvo.ru (Postfix) with ESMTP id B214A90700; Thu, 10 Jul 2003 12:38:47 +0400 (MSD) Message-ID: <3F0D26FC.3080601@solvo.ru> Date: Thu, 10 Jul 2003 12:42:36 +0400 From: "Andrew E. Makeev" Organization: Solvo Ltd. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225 X-Accept-Language: ru, en MIME-Version: 1.0 To: gtkmm-main , GTK-MAIN Subject: How to remove child_anchor from TextView? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Milter: Spamilter Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi all, How could I remove child_anchor from TextView buffer? I've tried that way: Gtk::TextIter iter = textBuffer->get_iter_at_child_anchor (myAnchor); textBuffer->erase (iter, iter); Any suggestion? Hopefully, I will get answer from GTKMM list... thanks in advance, -andrew From salonj@hotmail.com Thu Jul 10 04:40:23 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mx-in-01.simplementehosting.net (mx-in-01.simplementehosting.net [66.216.79.177]) by mail.gnome.org (Postfix) with ESMTP id 9FF9B1818F for ; Thu, 10 Jul 2003 04:40:23 -0400 (EDT) Received: from hotmail.com (bay7-f75.bay7.hotmail.com [64.4.11.75]) by mx-in-01.simplementehosting.net (Postfix) with ESMTP id C1450234054 for ; Thu, 10 Jul 2003 03:40:12 -0500 (CDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 10 Jul 2003 01:39:48 -0700 Received: from 219.140.158.53 by by7fd.bay7.hotmail.msn.com with HTTP; Thu, 10 Jul 2003 08:39:48 GMT X-Originating-IP: [219.140.158.53] X-Originating-Email: [salonj@hotmail.com] From: "salon j" To: gtk-list@gnome.org Subject: help....,urgent Date: Thu, 10 Jul 2003 08:39:48 +0000 Mime-Version: 1.0 Content-Type: text/plain; charset=gb2312; format=flowed Message-ID: X-OriginalArrivalTime: 10 Jul 2003 08:39:48.0699 (UTC) FILETIME=[D2918AB0:01C346BE] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: when i use gdk_pixmap_create_from_xpm()create pixmap, i return the NULL value. why, before i use i had unref the pixmap. _________________________________________________________________ ÓëÁª»úµÄÅóÓѽøÐн»Á÷£¬ÇëʹÓà MSN Messenger: http://messenger.msn.com/cn From bdkr@highsidecafe.com Thu Jul 10 08:00:11 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cedar.phpwebhosting.com (unknown [64.239.37.230]) by mail.gnome.org (Postfix) with SMTP id 03CD9182BD for ; Thu, 10 Jul 2003 08:00:11 -0400 (EDT) Received: (qmail 27562 invoked by uid 454); 10 Jul 2003 12:00:08 -0000 Received: from unknown (HELO highsidecafe.com) (200.62.21.142) by cedar.phpwebhosting.com with SMTP; 10 Jul 2003 12:00:08 -0000 Message-ID: <3F0D542F.6090005@highsidecafe.com> Date: Thu, 10 Jul 2003 07:55:27 -0400 From: BDKR Organization: Highside Cafe User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.2.1) Gecko/20030225 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Murray.Cumming@Comneon.com Cc: gtk-list@gnome.org Subject: Re: Configure woes References: <258B0164D480D5118D900800062B3858011C5E20@vihsx09a.vih.infineon.com> In-Reply-To: <258B0164D480D5118D900800062B3858011C5E20@vihsx09a.vih.infineon.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Murray.Cumming@Comneon.com wrote: >>From: BDKR [mailto:bdkr@highsidecafe.com] >>I'm sorry if this is somehow stupid, but is anybody else >>expereincing a >>problem with the configuration script? >> >> > >For GTK+? What version? > >What linux/unix distro are you using? > > > >>The first problem appears (in other words, I really don't >>know :-^) to >>be at line 3353. 3353 and 3354 are below. >> >>PHP_GTK_ARG_ENABLE(debug, whether to include debugging symbols, >>--enable-debug Compile with debugging symbols., no) >> >>I commented both of them out and the script continued past >>without any >>complaint. However, I later see this... >> >>checking for working mkdir -p... yes >>mkdir: too few arguments >>Try `mkdir --help' for more information. >> >>It seems the script isn't passing something too the mkdir command, >>however, I'm at a loss to see what it is. Anybody have any >>knowledge of >>this problem? >> >> > >Murray Cumming >murrayc@usa.net >www.murrayc.com >Remember to use the "Reply To All" feature with mailing lists. >_______________________________________________ >gtk-list mailing list >gtk-list@gnome.org >http://mail.gnome.org/mailman/listinfo/gtk-list > > > > Sorry about not supplying version info. RH9 and PHP-GTK 0.5.2 Cheers, BDKR From yanggolf@yeah.net Thu Jul 10 08:11:54 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from yeah.net (unknown [202.108.36.216]) by mail.gnome.org (Postfix) with SMTP id E6E7C1810A for ; Thu, 10 Jul 2003 08:11:53 -0400 (EDT) Received: from jetta (unknown [61.233.7.119]) by 192.168.1.216 (Coremail) with SMTP id T3wGAAdYDT9cAAd3.1 for ; Thu, 10 Jul 2003 20:11:52 +0800 (CST) X-Originating-IP: [61.233.7.119] From: "yangxiaoli" To: gdk-list Subject: gdk_gc_set_line_attribute does not work X-mailer: Foxmail 4.2 [cn] Mime-Version: 1.0 Content-Type: text/plain; charset="GB2312" Content-Transfer-Encoding: 7bit Date: Thu, 10 Jul 2003 20:10:8 +0800 Message-Id: <20030710121153.E6E7C1810A@mail.gnome.org> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: in my program I want to draw wide line ,but the wide of line drawed is only 1,not the value I set using "gdk_gc_set_line_attribute" why? GdkDrawable *pixmap; .... gc = gdk_gc_new (pixmap); gdk_gc_set_foreground(gc, (GdkColor *)color); gdk_gc_set_line_attributes(gc,9, GDK_LINE_SOLID,0,0); ... ========================= yangxiaoli yanggolf@yeah.net 2003-07-10 From Murray.Cumming@Comneon.com Thu Jul 10 08:16:54 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp1.infineon.com (smtp1.infineon.com [194.175.117.76]) by mail.gnome.org (Postfix) with ESMTP id C25481832A for ; Thu, 10 Jul 2003 08:16:53 -0400 (EDT) Received: from vihsx03a.vih.infineon.com (vih.ifx-mail3.com [172.31.163.97]) by smtp1.infineon.com (8.12.9/8.12.9) with ESMTP id h6ACFrmS025320; Thu, 10 Jul 2003 14:15:53 +0200 (MEST) Received: by vihsx03a.vih.infineon.com with Internet Mail Service (5.5.2653.19) id ; Thu, 10 Jul 2003 14:17:38 +0200 Message-ID: <258B0164D480D5118D900800062B3858011C5E45@vihsx09a.vih.infineon.com> From: Murray.Cumming@Comneon.com To: bdkr@highsidecafe.com Cc: gtk-list@gnome.org Subject: RE: Configure woes Date: Thu, 10 Jul 2003 14:16:51 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > Sorry about not supplying version info. > > RH9 and PHP-GTK 0.5.2 Isn't there a PHP-GTK mailing list? Murray Cumming murrayc@usa.net www.murrayc.com Remember to use the "Reply To All" feature with mailing lists. From bdkr@highsidecafe.com Thu Jul 10 08:23:55 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cedar.phpwebhosting.com (unknown [64.239.37.230]) by mail.gnome.org (Postfix) with SMTP id 8DE9D1831F for ; Thu, 10 Jul 2003 08:23:55 -0400 (EDT) Received: (qmail 29880 invoked by uid 454); 10 Jul 2003 12:23:53 -0000 Received: from unknown (HELO highsidecafe.com) (200.62.21.142) by cedar.phpwebhosting.com with SMTP; 10 Jul 2003 12:23:53 -0000 Message-ID: <3F0D59C1.1000700@highsidecafe.com> Date: Thu, 10 Jul 2003 08:19:13 -0400 From: BDKR Organization: Highside Cafe User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.2.1) Gecko/20030225 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Murray.Cumming@Comneon.com Cc: gtk-list@gnome.org Subject: Re: Configure woes References: <258B0164D480D5118D900800062B3858011C5E45@vihsx09a.vih.infineon.com> In-Reply-To: <258B0164D480D5118D900800062B3858011C5E45@vihsx09a.vih.infineon.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Murray.Cumming@Comneon.com wrote: >>Sorry about not supplying version info. >> >>RH9 and PHP-GTK 0.5.2 >> >> > >Isn't there a PHP-GTK mailing list? > >Murray Cumming >murrayc@usa.net >www.murrayc.com >Remember to use the "Reply To All" feature with mailing lists. > > > > I followed a sign up process on gtk.php.net. I must have mis-grokked something. Sorrry about that. I'll check again. Cheers, BDKR From Nicholas.Gortari@gdds.com Thu Jul 10 15:55:09 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from az25ege01.gd-decisionsystems.com (mail.gdds.com [63.226.32.21]) by mail.gnome.org (Postfix) with SMTP id 5C33718714 for ; Thu, 10 Jul 2003 15:55:08 -0400 (EDT) Received: from az25egi01.gddsi.com ([10.240.12.60]) by az25ege01 with InterScan Messaging Security Suite; Thu, 10 Jul 2003 12:59:19 -0700 Received: from az25exf01.gddsi.com ([10.240.12.50]) by 10.240.12.60 with InterScan Messaging Security Suite; Thu, 10 Jul 2003 12:51:23 -0700 Received: from AZ25EXM01N2.gddsi.com ([10.240.12.42]) by az25exf01.gddsi.com with Microsoft SMTPSVC(5.0.2195.5329); Thu, 10 Jul 2003 12:52:34 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: Internal Data Date: Thu, 10 Jul 2003 12:52:33 -0700 Message-ID: <5F5C6B5ACAB8CE4E8BB6D37A18CD45590264ABF7@AZ25EXM01N2.gddsi.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Internal Data Thread-Index: AcNHHM5De4l0a5YXTYuwSdVN+WdxCw== From: "Gortari Nicholas-p56512" To: X-OriginalArrivalTime: 10 Jul 2003 19:52:34.0348 (UTC) FILETIME=[CE5EC6C0:01C3471C] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Is there any way to add a widget or some sort of object to a window that = will hold internal/hidden data? I am writing a dialog that receives an = integer value on creation and then passes that same value to a = on_button_clicked callback. Ideas? From douglas@camelot.mssm.edu Thu Jul 10 16:14:10 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from camelot.mssm.edu (camelot.mssm.edu [146.203.28.32]) by mail.gnome.org (Postfix) with ESMTP id BDE3318440 for ; Thu, 10 Jul 2003 16:14:09 -0400 (EDT) Received: from SPIKE2 ([146.203.2.154]) by camelot.mssm.edu (8.11.6/8.11.2) with SMTP id h6AJsgD16729 for ; Thu, 10 Jul 2003 15:54:42 -0400 Message-ID: <001101c3471f$df388f50$9a02cb92@SPIKE2> From: "Doug Ehlenberger" To: Subject: g_type_class_unref() Date: Thu, 10 Jul 2003 16:14:27 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000E_01C346FE.562FDA40" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is a multi-part message in MIME format. ------=_NextPart_000_000E_01C346FE.562FDA40 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Can anyone explain the usage of g_type_class_unref()? I need to clean up = dynamically allocated memory within class structures. Thanks.=20 Doug ------=_NextPart_000_000E_01C346FE.562FDA40 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Can anyone explain the usage of=20 g_type_class_unref()? I need to clean up dynamically allocated memory = within=20 class structures. Thanks.
 
Doug
------=_NextPart_000_000E_01C346FE.562FDA40-- From david@davemalcolm.demon.co.uk Thu Jul 10 18:11:02 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from anchor-post-39.mail.demon.net (anchor-post-39.mail.demon.net [194.217.242.80]) by mail.gnome.org (Postfix) with ESMTP id 01145186AD for ; Thu, 10 Jul 2003 18:11:01 -0400 (EDT) Received: from davemalcolm.demon.co.uk ([80.177.172.172] helo=[192.168.0.2]) by anchor-post-39.mail.demon.net with esmtp (Exim 3.36 #2) id 19ajcw-0005oQ-0U; Thu, 10 Jul 2003 23:10:58 +0100 Subject: Re: Internal Data From: Dave Malcolm To: Gortari Nicholas-p56512 Cc: gtk-list@gnome.org In-Reply-To: <5F5C6B5ACAB8CE4E8BB6D37A18CD45590264ABF7@AZ25EXM01N2.gddsi.com> References: <5F5C6B5ACAB8CE4E8BB6D37A18CD45590264ABF7@AZ25EXM01N2.gddsi.com> Content-Type: text/plain Organization: Message-Id: <1057878739.2203.2021.camel@shirehorse1> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-5) Date: 10 Jul 2003 23:12:20 +0000 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Thu, 2003-07-10 at 19:52, Gortari Nicholas-p56512 wrote: > Is there any way to add a widget or some sort of object to a window that will hold internal/hidden data? I am writing a dialog that receives an integer value on creation and then passes that same value to a on_button_clicked callback. Ideas? You have at least three options: (i) Set the data as the user_data when you connect to the signal; it will get passed as a parameter to the callback - though only to that callback. (ii) If the data is shared between multiple callbacks, you can attach it as generic data to the dialog. Under GTK 2.* , look at g_object_set_data and g_object_get_data; under GTK 1.*, look at gtk_object_set_data, gtk_object_get_data (IIRC). This is good if you've got data shared between several callbacks. (iii) Create a custom dialog subclass. Do this if you've got lots of data, with complicated semantics. But it can be pain. I tend to go for method (ii) Good luck! Dave Malcolm From decio.alex@bol.com.br Thu Jul 10 23:00:38 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from sankara1.bol.com.br (sankara1.bol.com.br [200.221.24.109]) by mail.gnome.org (Postfix) with ESMTP id B4F53187B4 for ; Thu, 10 Jul 2003 23:00:37 -0400 (EDT) Received: from thot (unknown [172.26.5.200]) by sankara1.bol.com.br (Postfix) with SMTP id DAFC47D48 for ; Fri, 11 Jul 2003 00:00:32 -0300 (BRT) Message-ID: <001b01c34759$6e1a88c0$0100a8c0@thot> From: "Decio Alexandre" To: Subject: GTK and PHP Web Applications Date: Thu, 10 Jul 2003 23:56:39 -0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0009_01C3473E.E78ABEC0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Sender-IP: 200.149.11.43 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is a multi-part message in MIME format. ------=_NextPart_000_0009_01C3473E.E78ABEC0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi everyone! My name is Decio and i am new to the list as well as to PHP GTK. I live = in Brazil and I am primarily a designer but do love to do some = programing in my spare time. Well I have a question, and maybe you can help me. Me and my fiancee have been developping a web application to help = technicians manage their clients over the web. We are just about a week = or so from finishing it, just for the fun of it, actually. Well the = thing is that a few days ago her brother asked us if there was a way to = use this application offline, like a windows application. That's when I came to try and discover what PHP GTk was all about and i = have just loved it. But I am wondering if there's any way I can port my = application when it's finished to PHP GTk, or if I will have to do the = job all over again. In any of the two situations, what are the main aspects I should = consider and have to keep in mind before doing it? variable, functions, = MySQL interaction and all? Is there any tools in the web that could help = me do the work? Thanks for your help. D=E9cio --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.497 / Virus Database: 296 - Release Date: 04/07/03 ------=_NextPart_000_0009_01C3473E.E78ABEC0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi everyone!
 
My name is Decio and i am new to the = list as well=20 as to PHP GTK. I live in Brazil and I am primarily a designer but do = love to do=20 some programing in my spare time.
 
Well I have a question, and maybe you = can help=20 me.
 
Me and my fiancee have been = developping a web=20 application to help technicians manage their clients over the web. We = are just=20 about a week or so from finishing it, just for the fun of it, actually. = Well the=20 thing is that a few days ago her brother asked us if there was a way to = use this=20 application offline, like a windows application.
 
That's when I came to try and discover = what PHP GTk=20 was all about and i have just loved it. But I am wondering if there's = any way I=20 can port my application when it's finished to PHP GTk, or if I will have = to do=20 the job all over again.
 
In any of the two situations, what are = the main=20 aspects I should consider and have to keep in mind before doing it? = variable,=20 functions, MySQL interaction and all? Is there any tools in the web that = could=20 help me do the work?
 
Thanks for your help.
 
D=E9cio
 

---
Outgoing mail is certified = Virus=20 Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: = 6.0.497 /=20 Virus Database: 296 - Release Date: 04/07/03
------=_NextPart_000_0009_01C3473E.E78ABEC0-- From david.hansen@gmx.net Fri Jul 11 07:20:49 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mail.gnome.org (Postfix) with SMTP id B4FB618A2E for ; Fri, 11 Jul 2003 07:20:48 -0400 (EDT) Received: (qmail 16778 invoked by uid 65534); 11 Jul 2003 11:20:47 -0000 Received: from pD9E76EF7.dip.t-dialin.net (EHLO robotron.kosmorama) (217.231.110.247) by mail.gmx.net (mp002) with SMTP; 11 Jul 2003 13:20:47 +0200 Received: from dhansen by robotron.kosmorama with local (Exim 3.35 #1 (Debian)) id 19avxF-0000fN-00 for ; Fri, 11 Jul 2003 13:20:45 +0200 Date: Fri, 11 Jul 2003 13:20:45 +0200 From: David Hansen To: gtk-list@gnome.org Subject: Re: GTK and PHP Web Applications Message-ID: <20030711112045.GA872@robotron.ath.cx> Mail-Followup-To: gtk-list@gnome.org References: <001b01c34759$6e1a88c0$0100a8c0@thot> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="AhhlLboLdkugWU4S" Content-Disposition: inline In-Reply-To: <001b01c34759$6e1a88c0$0100a8c0@thot> User-Agent: Mutt/1.5.4i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --AhhlLboLdkugWU4S Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Jul 10 at 4:56+0200 Decio Alexandre wrote: > Me and my fiancee have been developping a web application to help technicians > manage their clients over the web. We are just about a week or so from > finishing it, just for the fun of it, actually. Well the thing is that a few > days ago her brother asked us if there was a way to use this application > offline, like a windows application. Why not just installing a local Web Server? David --AhhlLboLdkugWU4S Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/Dp2Nv64TGJeASRURAkl4AKCl6r3pK4ecHYSDqgatsNEx0xxHIgCfWJSf NTBTPGx803xA5RnAPgoFtVU= =HEB7 -----END PGP SIGNATURE----- --AhhlLboLdkugWU4S-- From decio.osiris@bol.com.br Fri Jul 11 13:03:18 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from sidney6.bol.com.br (sidney6.bol.com.br [200.221.24.124]) by mail.gnome.org (Postfix) with ESMTP id 6185918639 for ; Fri, 11 Jul 2003 13:03:12 -0400 (EDT) Received: from bol.com.br (200.221.24.138) by sidney6.bol.com.br (5.1.071) id 3EF03383001C1D24 for gtk-list@gnome.org; Fri, 11 Jul 2003 14:03:05 -0300 Date: Fri, 11 Jul 2003 14:03:05 -0300 Message-Id: Subject: Re:gtk-list digest, Vol 1 #1605 - 5 msgs MIME-Version: 1.0 Content-Type: text/plain;charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable From: "decio.osiris" To: gtk-list@gnome.org X-XaM3-API-Version: 2.4 R3 ( B4 ) X-SenderIP: 200.148.50.137 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: For the Moderators, I am a member of this list, but every time I try to send a message I get a reply saying I am not a member.. what is wrong? David... The problem is that, if this application starts paying off all the time we spent on it and we sell it to anyone it will be really a nightmare to install a web server, a MySql server and the php in there and hope that nothing ever goes wrong. Am I not right? So that`s when I begun wondering if php gtk was something worth studying and developping in. Thanks in advance. Decio > > Message: 5 > Date: Fri, 11 Jul 2003 13:20:45 +0200 > From: David Hansen > To: gtk-list@gnome.org > Subject: Re: GTK and PHP Web Applications > > On Thu, Jul 10 at 4:56+0200 Decio Alexandre wrote: > > Me and my fiancee have been developping a web applicat ion to help technicians > > manage their clients over the web. We are just about a week or so from > > finishing it, just for the fun of it, actually. Well t he thing is that a few > > days ago her brother asked us if there was a way to us e this application > > offline, like a windows application. > > Why not just installing a local Web Server? > > David > __________________________________________________________________________ Acabe com aquelas janelinhas que pulam na sua tela. AntiPop-up UOL - =C9 gr=E1tis! http://antipopup.uol.com.br/ From number6@ip120.gte16.rb1.bel.nwlink.com Fri Jul 11 13:34:59 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from ip120.gte16.rb1.bel.nwlink.com (ip120.gte16.rb1.bel.nwlink.com [207.202.156.120]) by mail.gnome.org (Postfix) with ESMTP id 396FE18690 for ; Fri, 11 Jul 2003 13:34:59 -0400 (EDT) Received: from localhost (number6@localhost) by ip120.gte16.rb1.bel.nwlink.com (8.9.3/8.9.3) with ESMTP id KAA19602; Fri, 11 Jul 2003 10:34:57 -0700 Date: Fri, 11 Jul 2003 10:34:56 -0700 (PDT) From: "no6@pobox.com" X-Sender: number6@robin.cybersafe.com To: gtk-list@gnome.org Cc: "decio.osiris" Subject: Re:gtk-list digest, Vol 1 #1605 - 5 msgs In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Fri, 11 Jul 2003, decio.osiris wrote: > For the Moderators, I am a member of this list, but every > time I try to send a message I get a reply saying I am > not a member.. what is wrong? > > > David... > David: I had the same trouble for quite a long time. My trouble was the e-mail address I registered did not match the one I was posting to the list with. My public address is no6@pobox.com, but this is NOT the address my mail sent from. Once I registered the address my outbound mail is sent from with the gtk-list, my posts then worked without requiring moderator intervention. Perhaps you have something similar occuring? Adam --- Adam Bernstein no6@pobox.com http://mpgedit.org/~number6 "Who are you? The new Number 2. Who is Number 1? You are, Number 6. I am not a number, I am a free man! Aha ha ha ha ha..." Key fingerprint = DD 2B 08 4C 51 B6 2B FF 18 41 84 E8 93 8A 27 8D From otaylor@redhat.com Fri Jul 11 14:30:58 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 06A6418113 for ; Fri, 11 Jul 2003 14:30:58 -0400 (EDT) Received: from poincare.devel.redhat.com (poincare.devel.redhat.com [172.16.58.30]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h6BITvK18442; Fri, 11 Jul 2003 14:29:57 -0400 Subject: Re: Re:gtk-list digest, Vol 1 #1605 - 5 msgs From: Owen Taylor To: "decio.osiris" Cc: gtk-list@gnome.org In-Reply-To: References: Content-Type: text/plain Message-Id: <1057948196.13280.27.camel@poincare.devel.redhat.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.92 (1.3.92-1) (Preview Release) Date: 11 Jul 2003 14:29:57 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Fri, 2003-07-11 at 13:03, decio.osiris wrote: > For the Moderators, I am a member of this list, but every > time I try to send a message I get a reply saying I am > not a member.. what is wrong? I bet that this message went through without moderation. The message you sent yesterday was from decio.alex@bol.com.br, which doesn't match your subscription address. http://mail.gnome.org/mailman/listinfo/post-only may be useful if you want to be able to post from multiple addresses. Regards, Owen From umesh@analytica-india.com Sat Jul 12 03:31:51 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from analytica-india.com (unknown [216.117.186.134]) by mail.gnome.org (Postfix) with ESMTP id D9E3218902 for ; Sat, 12 Jul 2003 03:31:50 -0400 (EDT) Received: from rhea (analytica.co.in [202.9.170.3]) by analytica-india.com (8.12.9/8.12.8) with SMTP id h6C7VgB3022999 for ; Sat, 12 Jul 2003 03:31:48 -0400 Message-ID: <003601c34847$5eaa1ab0$8001a8c0@milkyway.analytica.co.in> From: "umesh" To: Date: Sat, 12 Jul 2003 12:59:39 +0530 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_002D_01C34875.742FD090" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Subject: (no subject) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is a multi-part message in MIME format. ------=_NextPart_000_002D_01C34875.742FD090 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi,=20 I have designed GUI in wGLADE2. I am able to open source files = generated by glade in devC++. Problem is i am unable to create source = files in .cpp. In project options .C++ option is disabled. The only = available option is .C. Could u please help me in this regard. Regards Umesh ------=_NextPart_000_002D_01C34875.742FD090 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
 I have designed GUI in wGLADE2. I = am able to=20 open source files generated by glade in devC++. Problem is i am unable = to create=20 source files in .cpp. In project options .C++ option is disabled. The = only=20 available option is .C. Could u please help me in this = regard.
 
Regards
Umesh
------=_NextPart_000_002D_01C34875.742FD090-- From andrej.prsa@guest.arnes.si Sat Jul 12 05:27:37 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from rigljica.arnes.si (rigljica.arnes.si [193.2.1.82]) by mail.gnome.org (Postfix) with ESMTP id BF4EA18105 for ; Sat, 12 Jul 2003 05:27:36 -0400 (EDT) Received: from razor.arnes.si (razor.arnes.si [193.2.1.80]) by rigljica.arnes.si (Postfix) with ESMTP id E96616E98E for ; Sat, 12 Jul 2003 11:27:35 +0200 (MEST) Received: from gemma (ar16-369i.dial-up.arnes.si [194.249.20.73]) by razor.arnes.si (Postfix) with SMTP id 8FCA239941C for ; Sat, 12 Jul 2003 11:27:33 +0200 (MEST) Date: Sat, 12 Jul 2003 11:25:43 +0200 From: Andrej Prsa To: GTK Mailing list Subject: GtkCellEditable or a better way? Message-Id: <20030712112543.4d30d2dc.andrej.prsa@guest.arnes.si> Organization: Faculty of Mathematics and Physics X-Mailer: Sylpheed version 0.9.3 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi! I'm still struggling with GtkTreeView & co. I'm going to explain my problem and then perhaps someone may drop a hint... I need a GtkListStore of six columns: 1 ... a string (filter name) 2 ... a checkbox (should data be plotted) 3 ... a checkbox (should lines be drawn) 4 ... a pixbuf (choose the data color) 5 ... a pixbuf (choose the line color) 6 ... a double (vertical offset) These columns should be editable - the user should be able to change them directly within GtkTreeView. So far I have tried to create only the first two columns to get at least the toggle button working. I tried it like this: plot_lc_data_info_list_store = gtk_list_store_new (2, G_TYPE_STRING, G_TYPE_BOOLEAN); plot_lc_data_info_list_table = gtk_tree_view_new_with_model (GTK_TREE_MODEL (plot_lc_data_info_list_store)); plot_lc_data_info_list_renderer_text = gtk_cell_renderer_text_new (); plot_lc_data_info_list_renderer_toggle = gtk_cell_renderer_toggle_new (); plot_lc_data_info_list_column_1 = gtk_tree_view_column_new (); gtk_tree_view_column_set_alignment (plot_lc_data_info_list_column_1, 0.5); gtk_tree_view_column_set_title (plot_lc_data_info_list_column_1, "Filter"); gtk_tree_view_column_pack_start (plot_lc_data_info_list_column_1, plot_lc_data_info_list_renderer_text, FALSE); gtk_tree_view_column_add_attribute (plot_lc_data_info_list_column_1, plot_lc_data_info_list_renderer_text, "text", 0); gtk_tree_view_column_set_resizable (plot_lc_data_info_list_column_1, TRUE); gtk_tree_view_append_column (GTK_TREE_VIEW (plot_lc_data_info_list_table), plot_lc_data_info_list_column_1); plot_lc_data_info_list_column_2 = gtk_tree_view_column_new (); g_object_set_data (G_OBJECT (PHOEBE), "plot_lc_data_info_list_column_2", plot_lc_data_info_list_column_2); gtk_tree_view_column_set_alignment (plot_lc_data_info_list_column_2, 0.5); gtk_tree_view_column_set_title (plot_lc_data_info_list_column_2, "Plot experimental?"); gtk_tree_view_column_pack_start (plot_lc_data_info_list_column_2, plot_lc_data_info_list_renderer_toggle, FALSE); gtk_tree_view_column_add_attribute (plot_lc_data_info_list_column_2, plot_lc_data_info_list_renderer_toggle, "activatable", 1); gtk_tree_view_column_set_resizable (plot_lc_data_info_list_column_2, TRUE); gtk_tree_view_append_column (GTK_TREE_VIEW (plot_lc_data_info_list_table), plot_lc_data_info_list_column_2); gtk_list_store_append (plot_lc_data_info_list_store, &iter); gtk_list_store_set (plot_lc_data_info_list_store, &iter, 0, "Filter name", -1); gtk_list_store_set (plot_lc_data_info_list_store, &iter, 1, TRUE, -1); (I apologize for WAY too long lines above). This works in showing the rows properly, but I don't have a clue on how to make a checkbox editable. Help? Thanks, Andrej From manuel.op.de.coul@eon-benelux.com Sat Jul 12 09:17:45 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp.eon-benelux.com (unknown [137.174.153.60]) by mail.gnome.org (Postfix) with ESMTP id A25021816A for ; Sat, 12 Jul 2003 09:17:44 -0400 (EDT) Received: from SRV25.office.novaterra.nl ([137.174.153.68]) by smtp.eon-benelux.com with Microsoft SMTPSVC(5.0.2195.4453); Sat, 12 Jul 2003 15:17:06 +0200 Received: from Unknown [137.174.112.70] by SRV25.office.novaterra.nl - SurfControl E-mail Filter (4.6); Saturday, 12 July 2003, 15:17:42 Message-ID: From: "Manuel Op de Coul" To: gtk-list@gnome.org Date: Sat, 12 Jul 2003 15:17:39 +0200 Subject: Vscale MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Lotus Notes Release 5.0.3 (Intl) 21 March 2000 X-MIMETrack: Serialize by Router on domino2/EZH(Release 5.0.8 |June 18, 2001) at 07/12/2003 03:17:42 PM X-OriginalArrivalTime: 12 Jul 2003 13:17:06.0078 (UTC) FILETIME=[E40B9BE0:01C34877] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I recently started replacing Gtk 1.2 with Gtk 2.2 and I thought the problem of GtkVscale only working the opposite way (up=lower) was solved, but I don't see how this works? I'd like it to work the straight way: up=higher. Thanks, Manuel From randhol@pvv.org Sat Jul 12 10:26:41 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from kiuk0152.chembio.ntnu.no (kiuk0152.chembio.ntnu.no [129.241.83.78]) by mail.gnome.org (Postfix) with ESMTP id 5317118A39 for ; Sat, 12 Jul 2003 10:26:41 -0400 (EDT) Received: from randhol by kiuk0152.chembio.ntnu.no with local (Exim 3.35 #1 (Debian)) id 19bLKX-0001TA-00; Sat, 12 Jul 2003 16:26:29 +0200 Date: Sat, 12 Jul 2003 16:26:28 +0200 From: Preben Randhol To: Manuel Op de Coul Cc: gtk-list@gnome.org Subject: Re: Vscale Message-ID: <20030712142628.GC5201@pvv.org> Mail-Followup-To: Manuel Op de Coul , gtk-list@gnome.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.3.28i Organization: PVV Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Manuel Op de Coul wrote on 12/07/2003 (15:19) : > I recently started replacing Gtk 1.2 with Gtk 2.2 and I thought > the problem of GtkVscale only working the opposite way (up=lower) > was solved, but I don't see how this works? I'd like it to work > the straight way: up=higher. Can you switch start and end points? -- Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 -- «For me, Ada95 puts back the joy in programming.» From number6@ip120.gte16.rb1.bel.nwlink.com Sat Jul 12 11:27:40 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from ip120.gte16.rb1.bel.nwlink.com (ip120.gte16.rb1.bel.nwlink.com [207.202.156.120]) by mail.gnome.org (Postfix) with ESMTP id A69B618A5E for ; Sat, 12 Jul 2003 11:27:39 -0400 (EDT) Received: from localhost (number6@localhost) by ip120.gte16.rb1.bel.nwlink.com (8.9.3/8.9.3) with ESMTP id IAA23857 for ; Sat, 12 Jul 2003 08:27:36 -0700 Date: Sat, 12 Jul 2003 08:27:35 -0700 (PDT) From: "no6@pobox.com" X-Sender: number6@robin.cybersafe.com To: gtk-list@gnome.org Subject: Making menu item unselectable Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: How do I make a menu item that appears on a menu not selectable? I want it to be in that half visable, grayed out state, but you can't select that menu item. I also need to be able to change its state back to selectable. There must be a property that controls this, but I can't seem to find it. Thanks, Adam --- Adam Bernstein no6@pobox.com http://mpgedit.org/~number6 "Who are you? The new Number 2. Who is Number 1? You are, Number 6. I am not a number, I am a free man! Aha ha ha ha ha..." Key fingerprint = DD 2B 08 4C 51 B6 2B FF 18 41 84 E8 93 8A 27 8D From otaylor@redhat.com Sat Jul 12 11:31:30 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id C2F0A18A58 for ; Sat, 12 Jul 2003 11:31:29 -0400 (EDT) Received: from vpn50-42.rdu.redhat.com (vpn50-42.rdu.redhat.com [172.16.50.42]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h6CFVRK07193; Sat, 12 Jul 2003 11:31:28 -0400 Subject: Re: Vscale From: Owen Taylor To: Manuel Op de Coul Cc: gtk-list@gnome.org In-Reply-To: References: Content-Type: text/plain Organization: Message-Id: <1058023858.8475.57.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-0) Date: 12 Jul 2003 11:30:58 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Sat, 2003-07-12 at 09:17, Manuel Op de Coul wrote: > I recently started replacing Gtk 1.2 with Gtk 2.2 and I thought > the problem of GtkVscale only working the opposite way (up=lower) > was solved, but I don't see how this works? I'd like it to work > the straight way: up=higher. void gtk_range_set_inverted (GtkRange *range, gboolean setting); Regards, Owen From nlevitt@columbia.edu Sat Jul 12 11:36:13 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from computer.cc.columbia.edu (computer.cc.columbia.edu [128.59.31.237]) by mail.gnome.org (Postfix) with ESMTP id 0E4BF18798 for ; Sat, 12 Jul 2003 11:36:13 -0400 (EDT) Received: from nlevitt by computer.cc.columbia.edu with local (Exim 3.36 #1) id 19bMPv-0004tu-00; Sat, 12 Jul 2003 11:36:07 -0400 Date: Sat, 12 Jul 2003 11:36:07 -0400 From: Noah Levitt To: "no6@pobox.com" Cc: gtk-list@gnome.org Subject: Re: Making menu item unselectable Message-ID: <20030712153607.GA18829@columbia.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Secret-NSA-Message-ID: 3b026257dfe9ed894171dbbb76f5b2ba User-Agent: Mutt/1.5.4i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: gtk_widget_set_sensitive? On Sat, Jul 12, 2003 at 8:27:35 -0700, no6@pobox.com wrote: > How do I make a menu item that appears on a menu not selectable? I want > it to be in that half visable, grayed out state, but you can't select > that menu item. I also need to be able to change its state back to > selectable. There must be a property that controls this, but I can't seem > to find it. > > Thanks, > Adam From sandmann@daimi.au.dk Sat Jul 12 11:40:15 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from localhost.localdomain (unknown [62.199.202.21]) by mail.gnome.org (Postfix) with ESMTP id 06F47188C0 for ; Sat, 12 Jul 2003 11:40:14 -0400 (EDT) Received: (from ssp@localhost) by localhost.localdomain (8.11.6/8.11.6) id h6CFpL901624; Sat, 12 Jul 2003 17:51:21 +0200 X-Authentication-Warning: localhost.localdomain: ssp set sender to sandmann@daimi.au.dk using -f Subject: Re: Making menu item unselectable From: Soeren Sandmann To: "no6@pobox.com" Cc: gtk-list@gnome.org In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1058025081.1551.0.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 12 Jul 2003 17:51:21 +0200 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Sat, 2003-07-12 at 17:27, no6@pobox.com wrote: > How do I make a menu item that appears on a menu not selectable? I want > it to be in that half visable, grayed out state, but you can't select > that menu item. I also need to be able to change its state back to > selectable. There must be a property that controls this, but I can't seem > to find it. Use gtk_widget_set_sensitive (GTK_WIDGET (menu_item), FALSE)); Soeren From number6@ip120.gte16.rb1.bel.nwlink.com Sat Jul 12 11:45:19 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from ip120.gte16.rb1.bel.nwlink.com (ip120.gte16.rb1.bel.nwlink.com [207.202.156.120]) by mail.gnome.org (Postfix) with ESMTP id DD07F18A45 for ; Sat, 12 Jul 2003 11:45:18 -0400 (EDT) Received: from localhost (number6@localhost) by ip120.gte16.rb1.bel.nwlink.com (8.9.3/8.9.3) with ESMTP id IAA23951; Sat, 12 Jul 2003 08:45:16 -0700 Date: Sat, 12 Jul 2003 08:45:15 -0700 (PDT) From: "no6@pobox.com" X-Sender: number6@robin.cybersafe.com To: Noah Levitt Cc: gtk-list@gnome.org Subject: Re: Making menu item unselectable In-Reply-To: <20030712153607.GA18829@columbia.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > > How do I make a menu item that appears on a menu not selectable? I want On Sat, 12 Jul 2003, Noah Levitt wrote: > gtk_widget_set_sensitive? > That's it. Thanks, Adam --- Adam Bernstein no6@pobox.com http://mpgedit.org/~number6 "Who are you? The new Number 2. Who is Number 1? You are, Number 6. I am not a number, I am a free man! Aha ha ha ha ha..." Key fingerprint = DD 2B 08 4C 51 B6 2B FF 18 41 84 E8 93 8A 27 8D From Murray.Cumming@Comneon.com Sat Jul 12 12:05:41 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp1.infineon.com (smtp1.infineon.com [194.175.117.76]) by mail.gnome.org (Postfix) with ESMTP id 6024618187 for ; Sat, 12 Jul 2003 12:05:41 -0400 (EDT) Received: from vihsx03a.vih.infineon.com (vih.ifx-mail3.com [172.31.163.97]) by smtp1.infineon.com (8.12.9/8.12.9) with ESMTP id h6CG4emR013091; Sat, 12 Jul 2003 18:04:40 +0200 (MEST) Received: by vihsx03a.vih.infineon.com with Internet Mail Service (5.5.2653.19) id ; Sat, 12 Jul 2003 18:06:27 +0200 Message-ID: <258B0164D480D5118D900800062B3858011C5EDC@vihsx09a.vih.infineon.com> From: Murray.Cumming@Comneon.com To: andrej.prsa@guest.arnes.si, gtk-list@gnome.org Subject: RE: GtkCellEditable or a better way? Date: Sat, 12 Jul 2003 18:05:34 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > From: Andrej Prsa [mailto:andrej.prsa@guest.arnes.si] [snip] > This works in > showing the rows > properly, but I don't have a clue on how to make a checkbox editable. You have to connect your own callbacks to the CellRenders and set the new data in the model. It's tedious. See the editable_cells part of the gtk-demo, in the GTK+ tarball. It's much easier in gtkmm. We have Gtk::TreeView::append_column_editable(): http://www.gtkmm.org/gtkmm2/docs/tutorial/html/ch08s02.html#id2877740 Murray Cumming murrayc@usa.net www.murrayc.com From bdkr@highsidecafe.com Sat Jul 12 12:34:43 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cedar.phpwebhosting.com (unknown [64.239.37.230]) by mail.gnome.org (Postfix) with SMTP id E0822180DB for ; Sat, 12 Jul 2003 12:34:42 -0400 (EDT) Received: (qmail 14056 invoked by uid 454); 12 Jul 2003 16:34:41 -0000 Received: from unknown (HELO highsidecafe.com) (200.62.21.142) by cedar.phpwebhosting.com with SMTP; 12 Jul 2003 16:34:41 -0000 Message-ID: <3F103790.1060107@highsidecafe.com> Date: Sat, 12 Jul 2003 12:30:08 -0400 From: BDKR Organization: Highside Cafe User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.2.1) Gecko/20030225 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: (no subject) Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: From mus47@voila.fr Sat Jul 12 08:13:46 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mailsmtp5.ftmms (smtp-out.voila.wanadooportails.com [193.252.117.74]) by mail.gnome.org (Postfix) with ESMTP id 6463E189A9 for ; Sat, 12 Jul 2003 08:13:46 -0400 (EDT) Received: from voila.fr (10.3.7.82) by mailsmtp5.ftmms (6.7.015) id 3EBFD5AE00910B99 for gtk-list@gnome.org; Sat, 12 Jul 2003 14:13:06 +0200 Date: Sat, 12 Jul 2003 14:13:06 +0200 Message-Id: MIME-Version: 1.0 X-Sensitivity: 3 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable From: "=?utf-8?Q?mus47@voila.fr?=" To: "=?iso-8859-1?Q?gtk-list?=" X-XaM3-API-Version: 3.2 R27 (B52-pl4) X-type: 0 X-SenderIP: 212.217.51.7 Subject: (no subject) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi=0D=0AI have a problem when using gtk2.0 in Mandrake 9.1 :=0D=0A- In g= tk-demo and precisely in the Text Widget part the arabic =0D=0A charact= ers are not connected =0D=0AThank you.=0D=0A-----------------------------= -------------=0D=0A=0D=0AFaites un voeu et puis Voila ! www.voila.fr =0D=0A= From Murray.Cumming@Comneon.com Sun Jul 13 09:46:45 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp1.infineon.com (smtp1.infineon.com [194.175.117.76]) by mail.gnome.org (Postfix) with ESMTP id 5D17B1835C for ; Sun, 13 Jul 2003 09:46:31 -0400 (EDT) Received: from vihsx03a.vih.infineon.com (vih.ifx-mail3.com [172.31.163.97]) by smtp1.infineon.com (8.12.9/8.12.9) with ESMTP id h6DDjTmR004494; Sun, 13 Jul 2003 15:45:29 +0200 (MEST) Received: by vihsx03a.vih.infineon.com with Internet Mail Service (5.5.2653.19) id ; Sun, 13 Jul 2003 15:47:17 +0200 Message-ID: <258B0164D480D5118D900800062B3858011C5EEC@vihsx09a.vih.infineon.com> From: Murray.Cumming@Comneon.com To: andrej.prsa@guest.arnes.si Cc: gtk-list@gnome.org Subject: RE: GtkCellEditable or a better way? Date: Sun, 13 Jul 2003 15:46:24 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > From: Andrej Prsa [mailto:andrej.prsa@guest.arnes.si]=20 > > You have to connect your own callbacks to the CellRenders=20 > and set the > > new data in the model. It's tedious. See the editable_cells=20 > part of the > > gtk-demo, in the GTK+ tarball. >=20 > I see; so why is there a GtkCellRendererMode > GTK_CELL_RENDERER_MODE_EDITAB=C8LE? You just can't make a=20 > widget within a > tree editable simply by somehow attaching a property of some=20 > kind e.g. "mode")? I don't really understand the question. I've said that it's not that = simple in plain GTK+. Maybe you need to mark it as editable somehow too. Have = you looked at the demo code yet? Murray Cumming murrayc@usa.net www.murrayc.com Remember to use the "Reply To All" feature with mailing lists. From igorbounov@voronezh.serw.ru Mon Jul 14 02:08:03 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.serw.ru (igate-main.serw.ru [213.129.120.3]) by mail.gnome.org (Postfix) with ESMTP id 7292318445; Mon, 14 Jul 2003 02:07:58 -0400 (EDT) Received: from mail-58000.voronezh.serw.mps (unknown [10.58.0.61]) by mail.serw.ru (Postfix) with ESMTP id B3826C711; Mon, 14 Jul 2003 09:50:02 +0300 (EEST) Received: from voronezh.serw.ru ([10.58.5.9]) by mail-58000.voronezh.serw.mps with Microsoft SMTPSVC(5.0.2195.5329); Mon, 14 Jul 2003 10:07:57 +0400 Message-ID: <3F1248BB.7060008@voronezh.serw.ru> Date: Mon, 14 Jul 2003 10:07:55 +0400 From: Igor Gorbounov Reply-To: igorbounov@voronezh.serw.ru User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030619 X-Accept-Language: ru, en MIME-Version: 1.0 To: gtk-list@gnome.org, gtkmm-list@gnome.org Subject: Printing in GTK+ environment Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 14 Jul 2003 06:07:57.0004 (UTC) FILETIME=[453A38C0:01C349CE] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, All! I need a hint about printing. I need some ways of printing for my plots (build by using GtkDrawingArea) and reports (build and viewed through GtkTreeView). No idea where to dig to... Hopefully, Igor Gorbounov From Murray.Cumming@Comneon.com Mon Jul 14 02:14:38 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp1.infineon.com (smtp1.infineon.com [194.175.117.76]) by mail.gnome.org (Postfix) with ESMTP id CB8D2183F2; Mon, 14 Jul 2003 02:14:37 -0400 (EDT) Received: from vihsx03a.vih.infineon.com (vih.ifx-mail3.com [172.31.163.97]) by smtp1.infineon.com (8.12.9/8.12.9) with ESMTP id h6E6DZmR024681; Mon, 14 Jul 2003 08:13:35 +0200 (MEST) Received: by vihsx03a.vih.infineon.com with Internet Mail Service (5.5.2653.19) id ; Mon, 14 Jul 2003 08:15:24 +0200 Message-ID: <258B0164D480D5118D900800062B3858011C5F15@vihsx09a.vih.infineon.com> From: Murray.Cumming@Comneon.com To: igorbounov@voronezh.serw.ru, gtk-list@gnome.org, gtkmm-list@gnome.org Subject: RE: [gtkmm] Printing in GTK+ environment Date: Mon, 14 Jul 2003 08:14:34 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > From: Igor Gorbounov [mailto:igorbounov@voronezh.serw.ru] > > Hi, All! > I need a hint about printing. I need some ways of printing > for my plots > (build > by using GtkDrawingArea) and reports (build and viewed > through GtkTreeView). > No idea where to dig to... > Hopefully, > Igor Gorbounov I would investigate libgnomeprint and libgnomeprintui. Murray Cumming murrayc@usa.net www.murrayc.com Remember to use the "Reply To All" feature with mailing lists. From manuel.op.de.coul@eon-benelux.com Mon Jul 14 05:00:06 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp.eon-benelux.com (unknown [137.174.153.60]) by mail.gnome.org (Postfix) with ESMTP id 78BA118BDF for ; Mon, 14 Jul 2003 05:00:05 -0400 (EDT) Received: from SRV25.office.novaterra.nl ([137.174.153.68]) by smtp.eon-benelux.com with Microsoft SMTPSVC(5.0.2195.4453); Mon, 14 Jul 2003 10:59:22 +0200 Received: from Unknown [137.174.112.70] by SRV25.office.novaterra.nl - SurfControl E-mail Filter (4.6); Monday, 14 July 2003, 10:59:58 Message-ID: From: "Manuel Op de Coul" To: gtk-list@gnome.org Date: Mon, 14 Jul 2003 10:59:57 +0200 Subject: Menu item label MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Mailer: Lotus Notes Release 5.0.10 March 22, 2002 X-MIMETrack: Serialize by Router on domino2/EZH(Release 5.0.8 |June 18, 2001) at 07/14/2003 10:59:58 AM, Serialize complete at 07/14/2003 10:59:58 AM X-OriginalArrivalTime: 14 Jul 2003 08:59:22.0281 (UTC) FILETIME=[37BAF190:01C349E6] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Thanks for the responses. I have another question, when the label of a menu item is changed to one with a mnemonic, the label becomes centre-justified instead of left-justified. Is there a rationale for this, and how can I set it back to left-justified again? Manuel From igorbounov@voronezh.serw.ru Mon Jul 14 07:02:48 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.serw.ru (igate-main.serw.ru [213.129.120.3]) by mail.gnome.org (Postfix) with ESMTP id 3610E18577; Mon, 14 Jul 2003 07:02:42 -0400 (EDT) Received: from mail-58000.voronezh.serw.mps (unknown [10.58.0.61]) by mail.serw.ru (Postfix) with ESMTP id 3FA65C731; Mon, 14 Jul 2003 14:44:46 +0300 (EEST) Received: from voronezh.serw.ru ([10.58.5.9]) by mail-58000.voronezh.serw.mps with Microsoft SMTPSVC(5.0.2195.5329); Mon, 14 Jul 2003 15:02:39 +0400 Message-ID: <3F128DCF.2010307@voronezh.serw.ru> Date: Mon, 14 Jul 2003 15:02:39 +0400 From: Igor Gorbounov Reply-To: igorbounov@voronezh.serw.ru User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030619 X-Accept-Language: ru, en MIME-Version: 1.0 To: Murray.Cumming@Comneon.com Cc: igorbounov@voronezh.serw.mps, gtk-list@gnome.org, gtkmm-list@gnome.org Subject: Re: [gtkmm] Printing in GTK+ environment References: <258B0164D480D5118D900800062B3858011C5F15@vihsx09a.vih.infineon.com> In-Reply-To: <258B0164D480D5118D900800062B3858011C5F15@vihsx09a.vih.infineon.com> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 14 Jul 2003 11:02:39.0909 (UTC) FILETIME=[710F6550:01C349F7] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Murray.Cumming@Comneon.com wrote: >>From: Igor Gorbounov [mailto:igorbounov@voronezh.serw.ru] >> >>Hi, All! >>I need a hint about printing. I need some ways of printing >>for my plots >>(build >>by using GtkDrawingArea) and reports (build and viewed >>through GtkTreeView). >>No idea where to dig to... >> Hopefully, >> Igor Gorbounov >> >> > >I would investigate libgnomeprint and libgnomeprintui. > >Murray Cumming > > So it's not wraped for C++ yet... Igor Gorbounov > > > From Murray.Cumming@Comneon.com Mon Jul 14 07:32:44 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp1.infineon.com (smtp1.infineon.com [194.175.117.76]) by mail.gnome.org (Postfix) with ESMTP id CDFAA181C8 for ; Mon, 14 Jul 2003 07:32:43 -0400 (EDT) Received: from vihsx03a.vih.infineon.com (vih.ifx-mail3.com [172.31.163.97]) by smtp1.infineon.com (8.12.9/8.12.9) with ESMTP id h6EBVfmR009886; Mon, 14 Jul 2003 13:31:41 +0200 (MEST) Received: by vihsx03a.vih.infineon.com with Internet Mail Service (5.5.2653.19) id ; Mon, 14 Jul 2003 13:33:30 +0200 Message-ID: <258B0164D480D5118D900800062B3858011C5F4B@vihsx09a.vih.infineon.com> From: Murray.Cumming@Comneon.com To: igorbounov@voronezh.serw.ru Cc: igorbounov@voronezh.serw.mps, gtk-list@gnome.org Subject: RE: [gtkmm] Printing in GTK+ environment Date: Mon, 14 Jul 2003 13:32:40 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > From: Igor Gorbounov [mailto:igorbounov@voronezh.serw.ru] >> >I would investigate libgnomeprint and libgnomeprintui. > > > So it's not wraped for C++ yet... > Igor Gorbounov No, it's not. That should be quite easy to do, by looking at existing *mm projects. Murray Cumming murrayc@usa.net www.murrayc.com From john@cellform.com.au Mon Jul 14 19:54:17 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from freyja.cellform.com (ns1.cellform.com [202.61.130.74]) by mail.gnome.org (Postfix) with ESMTP id 40E941820E for ; Mon, 14 Jul 2003 19:54:12 -0400 (EDT) Received: from marilyn.intra (john@marilyn.intra [192.168.0.2]) by freyja.cellform.com (8.12.3/8.12.3/Debian-6.4) with SMTP id h6ENrove003493 for ; Tue, 15 Jul 2003 07:54:07 +0800 Received: by marilyn.intra (sSMTP sendmail emulation); Tue, 15 Jul 2003 07:53:50 +0800 From: "John Darrington" Date: Tue, 15 Jul 2003 07:53:50 +0800 To: gtk-list@gnome.org Subject: UTF-8 Internationalisation Message-ID: <20030714235350.GB17049@cellform.com.au> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="NDin8bjvE/0mNLFQ" Content-Disposition: inline User-Agent: Mutt/1.3.28i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --NDin8bjvE/0mNLFQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable OK. =20 So I've just ported my application from gtk-1.2 to gtk-2.0, but I can't sort out the internationalisation business with UTF8 charsets I've run iconv -f iso-8859-1 -t utf-8 on all the po files. and I've changed the charset=3D"iso-8859-1" to charset=3D"utf8". But when I set LANG to (say) de, as soon as the application has to print a non ascii character it says: Gtk-WARNING **: Invalid input string What else am I supposed to do. BTW. Is there a recommended editor that one can edit po files in UTF8 ?? --- emacs, vi and all my others can't handle it. --=20 PGP Public key ID: 1024D/2DE827B3=20 fingerprint =3D 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 See http://wwwkeys.pgp.net or any PGP keyserver for public key. --NDin8bjvE/0mNLFQ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE/E0KOimdxnC3oJ7MRAjfsAJ9ByRoLehYxcTR1Abll+M5iMSYOmgCfSy6E Df3fERq2TxX3atj/+s9CA0w= =meXs -----END PGP SIGNATURE----- --NDin8bjvE/0mNLFQ-- From ptrottier@invers.fi Tue Jul 15 04:26:59 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp.tele.fi (smtp.tele.fi [192.89.123.25]) by mail.gnome.org (Postfix) with ESMTP id 3386D1811D for ; Tue, 15 Jul 2003 04:26:59 -0400 (EDT) Received: from invers.fi (unknown [194.252.160.219]) by smtp.tele.fi (Postfix) with ESMTP id B2E3E3843A for ; Tue, 15 Jul 2003 11:26:58 +0300 (EEST) Date: Tue, 15 Jul 2003 11:26:57 +0300 Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: powerpc-apple-darwin6.6 From: Philippe Trottier To: gtk-list@gnome.org Content-Transfer-Encoding: 7bit Message-Id: <19535D4C-B69E-11D7-A7C4-003065B31A30@invers.fi> X-Mailer: Apple Mail (2.552) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello, I have succeded to compile and make glib-2.2.2 gtk+-2.2.2 behave on mac osx with X11. for some reason, The support things I had to install: pkg-config-0.15.0 pango-1.2.3 gettext-0.12.1 jpeg-6b libiconv-1.8 atk-1.3.4 few oups : -libintl and libiconv have the same calls, so I had to remove one of them... -there is problems to install the packages in other locations. I have added to most of my other project something like this in configure.ac/in. I do that mainly for development project and been able to relocate and test with different versions of libraries just using proper shell variables. AC_MSG_CHECKING([prefix for libraries and headers]) AC_ARG_ENABLE([search-prefix], AC_HELP_STRING([--enable-search-prefix], [search installation location for libraries and headers\ . [[Default=yes]]]), , enableval="yes" ) if test "$enableval" = "yes" ; then AC_MSG_RESULT([yes]) AC_MSG_CHECKING([Headers directory at]) test -d ${includedir} && CPPFLAGS="-I${includedir} $CPPFLAGS" && AC_MSG_RESULT($includedir) AC_MSG_CHECKING([Library directory at]) test -d ${libdir} && LDFLAGS="-L${libdir} $LDFLAGS" && AC_MSG_RESULT($libdir) else AC_MSG_RESULT([no]) fi -getc_unlocked is not available on darwin6.6 in one of the demos... I could send some non intrusive patch later on, I need to redo the process once more with my notes and get it clean. So far so good it works, Philippe Trottier From anukeey@yahoo.com.tw Tue Jul 15 08:25:47 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from web16310.mail.tpe.yahoo.com (web16310.mail.tpe.yahoo.com [202.1.238.196]) by mail.gnome.org (Postfix) with SMTP id 02AE618280 for ; Tue, 15 Jul 2003 08:25:46 -0400 (EDT) Message-ID: <20030715122543.55156.qmail@web16310.mail.tpe.yahoo.com> Received: from [202.145.83.27] by web16310.mail.tpe.yahoo.com via HTTP; Tue, 15 Jul 2003 20:25:43 CST Date: Tue, 15 Jul 2003 20:25:43 +0800 (CST) From: =?big5?q?anukeey?= Reply-To: anukeey@yahoo.com.tw Subject: Is it possible? To: gtk-list@gnome.org MIME-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi all: I have a question with gtk+ programming. Now I had created a notebook container and added five pages. How could I add these pages independently? I mean could I make these pages as share libraries and add them one by one, then I can design my page as an independent source and decrease the side effects between these pages. Is it possible? Or any suggestion to this case? Thanks for kindly help of everybody. anukeey ----------------------------------------------------------------- ¨C¤Ñ³£ Yahoo!©_¼¯ ¸Ó´«¤u§@¤F¶Ü? - À°§Aºâ¥X³Ì¦X¾Aªº¨D¾¤è¦V http://fate.yahoo.com.tw/ From pmesquita@atech.br Tue Jul 15 09:31:50 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from amazonas.atech.br (unknown [200.178.5.5]) by mail.gnome.org (Postfix) with ESMTP id 29FCE1823F for ; Tue, 15 Jul 2003 09:31:50 -0400 (EDT) Received: by AMAZONAS with Internet Mail Service (5.5.2653.19) id ; Tue, 15 Jul 2003 10:28:46 -0300 Message-ID: <343A2EB3C881D711AA1700508B6517511E65E3@AMAZONAS> From: Paulo Ricardo Batista Mesquita To: "'gtk-list@gnome.org'" Subject: Doubts about gtk 2.0 Date: Tue, 15 Jul 2003 10:28:46 -0300 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi dears, I am a newbie using GTK+. I installed the sources, and now I am trying to write a simple application. I included the line #include and I tried to compile this using gcc -g -s testeGTK.c -o testeGTK 'pkg-config --cflags --libs gtk+-2.0'. As a result, I got errors messages which told me that the header files couldn't be find. I changed the include line to #include "/usr/include/gtk-2.0/gtk/gtk.h" after that, I tried to compile, when I got a message error telling me that the directory 'pkg-config --cflags --libs gtk+-2.0' couldn't be found. I checked the archive gtk+-2.0.pc, and the environment variables are corrects. May someone give me a help, please? Thanks, Paulo Ricardo From nlevitt@columbia.edu Tue Jul 15 09:47:07 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from computer.cc.columbia.edu (computer.cc.columbia.edu [128.59.31.237]) by mail.gnome.org (Postfix) with ESMTP id C1814182B2 for ; Tue, 15 Jul 2003 09:47:07 -0400 (EDT) Received: from nlevitt by computer.cc.columbia.edu with local (Exim 3.36 #1) id 19cQ3y-0001dH-00; Tue, 15 Jul 2003 09:41:50 -0400 Date: Tue, 15 Jul 2003 09:41:50 -0400 From: Noah Levitt To: Paulo Ricardo Batista Mesquita Cc: "'gtk-list@gnome.org'" Subject: Re: Doubts about gtk 2.0 Message-ID: <20030715134150.GC6199@columbia.edu> References: <343A2EB3C881D711AA1700508B6517511E65E3@AMAZONAS> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <343A2EB3C881D711AA1700508B6517511E65E3@AMAZONAS> Secret-NSA-Message-ID: 3b026257dfe9ed894171dbbb76f5b2ba User-Agent: Mutt/1.5.4i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Tue, Jul 15, 2003 at 10:28:46 -0300, Paulo Ricardo Batista Mesquita wrote: > > #include #include > > gcc -g -s testeGTK.c -o testeGTK 'pkg-config --cflags --libs gtk+-2.0'. gcc -g -s testeGTK.c -o testeGTK `pkg-config --cflags --libs gtk+-2.0` Those are backticks, not single quotes. (What's -s?) Noah From otaylor@redhat.com Tue Jul 15 09:52:29 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id ABEFA182B2 for ; Tue, 15 Jul 2003 09:52:28 -0400 (EDT) Received: from poincare.devel.redhat.com (poincare.devel.redhat.com [172.16.58.30]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h6FDpFK32299; Tue, 15 Jul 2003 09:51:15 -0400 Subject: Re: Doubts about gtk 2.0 From: Owen Taylor To: Paulo Ricardo Batista Mesquita Cc: "'gtk-list@gnome.org'" In-Reply-To: <343A2EB3C881D711AA1700508B6517511E65E3@AMAZONAS> References: <343A2EB3C881D711AA1700508B6517511E65E3@AMAZONAS> Content-Type: text/plain Message-Id: <1058277074.7496.25.camel@poincare.devel.redhat.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.92 (1.3.92-1) (Preview Release) Date: 15 Jul 2003 09:51:14 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Tue, 2003-07-15 at 09:28, Paulo Ricardo Batista Mesquita wrote: > Hi dears, > > I am a newbie using GTK+. > > I installed the sources, and now I am trying to write a simple application. > I included the line > > #include > > and I tried to compile this using > > gcc -g -s testeGTK.c -o testeGTK 'pkg-config --cflags --libs gtk+-2.0'. http://developer.gnome.org/doc/API/2.0/gtk/gtk-compiling.html The simplest way to compile a program is to use the "backticks" feature of the shell. If you enclose a command in backticks (not single quotes), then its output will be substituted into the command line before execution. So to compile a GTK+ Hello, World, you would type the following: $ cc `pkg-config --cflags --libs gtk+-2.0` hello.c -o Note: "not single quotes" Regards, Owen From sremington@saberlogic.com Tue Jul 15 09:54:42 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from morpheus.saberlogic.com (rrcs-central-24-123-247-26.biz.rr.com [24.123.247.26]) by mail.gnome.org (Postfix) with ESMTP id A69B0182D4 for ; Tue, 15 Jul 2003 09:54:42 -0400 (EDT) Received: from morpheus.saberlogic.com (morpheus.saberlogic.com [127.0.0.1]) by morpheus.saberlogic.com (8.12.8/8.12.8) with ESMTP id h6FDtkHr009640; Tue, 15 Jul 2003 09:56:26 -0400 Received: from localhost (sremington@localhost) by morpheus.saberlogic.com (8.12.8/8.12.8/Submit) with ESMTP id h6FDtY16009636; Tue, 15 Jul 2003 09:55:46 -0400 Date: Tue, 15 Jul 2003 09:55:34 -0400 (EDT) From: Seth Remington To: Paulo Ricardo Batista Mesquita Cc: "'gtk-list@gnome.org'" Subject: Re: Doubts about gtk 2.0 In-Reply-To: <343A2EB3C881D711AA1700508B6517511E65E3@AMAZONAS> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Tue, 15 Jul 2003, Paulo Ricardo Batista Mesquita wrote: > I included the line > > #include Use a forward slash instead of a backslash. > > and I tried to compile this using > > gcc -g -s testeGTK.c -o testeGTK 'pkg-config --cflags --libs gtk+-2.0'. Use the backtick (`) instead of single quotes ('). It's a common newbie error. The backtick operator is special. It sends the command(s) it encloses to the shell and returns the output in-line. -Seth -- Seth Remington SaberLogic, LLC 661-B Weber Drive Wadsworth, Ohio 44281 Phone: (330)335-6442 Fax: (330)336-8559 From sandmann@daimi.au.dk Tue Jul 15 09:55:15 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from horse09.daimi.au.dk (horse09.daimi.au.dk [130.225.18.249]) by mail.gnome.org (Postfix) with ESMTP id C960A182D8 for ; Tue, 15 Jul 2003 09:55:14 -0400 (EDT) Received: (from sandmann@localhost) by horse09.daimi.au.dk (8.11.6/8.11.6) id h6FDpp513179; Tue, 15 Jul 2003 15:51:51 +0200 To: Paulo Ricardo Batista Mesquita Cc: "'gtk-list@gnome.org'" Subject: Re: Doubts about gtk 2.0 References: <343A2EB3C881D711AA1700508B6517511E65E3@AMAZONAS> From: Soeren Sandmann Date: 15 Jul 2003 15:51:51 +0200 In-Reply-To: <343A2EB3C881D711AA1700508B6517511E65E3@AMAZONAS> Message-ID: Lines: 17 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Paulo Ricardo Batista Mesquita writes: > and I tried to compile this using > > gcc -g -s testeGTK.c -o testeGTK 'pkg-config --cflags --libs gtk+-2.0'. The quotes around the pkg-config bit are wrong. It has to be: `pkg-config --cflags --libs gtk+-2.0` not 'pkg-config --cflags --libs gtk+-2.0' On unix putting things into `-quotes (backpings) means "execute this command and put its output here". From chris.wareham@iosystems.co.uk Tue Jul 15 09:56:57 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.io (www.iosystems.co.uk [217.33.203.130]) by mail.gnome.org (Postfix) with SMTP id 90A1A182D0 for ; Tue, 15 Jul 2003 09:56:56 -0400 (EDT) Received: (qmail 9551 invoked from network); 15 Jul 2003 13:56:55 -0000 Received: from chrisw.io (HELO iosystems.co.uk) (128.0.0.222) by 0 with SMTP; 15 Jul 2003 13:56:55 -0000 Message-ID: <3F1409FB.4040906@iosystems.co.uk> Date: Tue, 15 Jul 2003 15:04:43 +0100 From: Chris Wareham Organization: Io Systems Ltd User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030703 X-Accept-Language: en MIME-Version: 1.0 To: Noah Levitt Cc: "'gtk-list@gnome.org'" Subject: Re: Doubts about gtk 2.0 References: <343A2EB3C881D711AA1700508B6517511E65E3@AMAZONAS> <20030715134150.GC6199@columbia.edu> In-Reply-To: <20030715134150.GC6199@columbia.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Noah Levitt wrote: > > gcc -g -s testeGTK.c -o testeGTK `pkg-config --cflags --libs gtk+-2.0` > Those are backticks, not single quotes. (What's -s?) > -s means strip the binary, pretty daft if you're including -g for debugging symbols. Chris -- chris.wareham@iosystems.co.uk (work) chris.wareham@btopenworld.com (home) From trashbox777@hotmail.com Tue Jul 15 13:15:23 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hotmail.com (law9-f115.law9.hotmail.com [64.4.9.115]) by mail.gnome.org (Postfix) with ESMTP id 741591829E for ; Tue, 15 Jul 2003 13:15:23 -0400 (EDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 15 Jul 2003 10:15:23 -0700 Received: from 128.156.10.12 by lw9fd.law9.hotmail.msn.com with HTTP; Tue, 15 Jul 2003 17:15:23 GMT X-Originating-IP: [128.156.10.12] X-Originating-Email: [trashbox777@hotmail.com] From: "Billy Bob" To: gtk-list@gnome.org Subject: Compile problem with ld Date: Tue, 15 Jul 2003 17:15:23 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 15 Jul 2003 17:15:23.0288 (UTC) FILETIME=[AD15F980:01C34AF4] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I am having trouble compling GTK, and any help would be appreciated: I am trying to install GTK on: Linux version 2.4.20-18.8 (bhcompile@daffy.perf.redhat.com) (gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #1 Thu May 29 07:40:27 EDT 2003 It is a little complicated by the fact that I do not have access to root, so everything I install is in $HOME/usr. I have downloaded glib-2.2.0, pango-1.2.3, atk-1.2.4, jpeg-6b, tiff-v3.5.7 and installed them all in my $HOME/usr directory ($HOME/usr/bin, $HOME/usr/lib, ect..). I downloaded gtk+-2.2.2, and used ./configure --prefix=$HOME/usr/local --exec-prefix=$HOME/usr but, to get the configure script to recgonize everything I had to create the following environment variables: LD_LIBRARY_PATH=$HOME/usr/lib:/usr/lib:/usr/kerberos/lib:/usr/X11R6/lib:/usr/lib/sane C_INCLUDE_PATH=$HOME/usr/include CPLUS_INCLUDE_PATH=$HOME/usr/include LDFLAGS=-L $HOME/usr/lib So then the configure script works fine, but when I type make, it gets to the gtk+-2.2.2/gdk-pixbuf/pixops/ folder and prints the following: make[3]: Entering directory `/home/s03bpa/usr/src/gtk/gtk+-2.2.2/gdk-pixbuf/pixops' /bin/sh ../../libtool --mode=link gcc -g -O2 -Wall -L /home/s03bpa/usr/lib -o timescale timescale.o libpixops.la -Wl,--export-dynamic -pthread -L/home/s03bpa/usr//lib -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 -lm gcc -g -O2 -Wall /home/s03bpa/usr/lib -o timescale timescale.o -Wl,--export-dynamic -pthread -L/home/s03bpa/usr/src/gtk/gtk+-2.2.2/gdk-pixbuf/pixops ./.libs/libpixops.a -L/home/s03bpa/usr//lib /home/s03bpa/usr//lib/libgobject-2.0.so /home/s03bpa/usr//lib/libgmodule-2.0.so -ldl /home/s03bpa/usr//lib/libgthread-2.0.so -lpthread /home/s03bpa/usr//lib/libglib-2.0.so -lm -Wl,--rpath -Wl,/home/s03bpa/usr//lib -Wl,--rpath -Wl,/home/s03bpa/usr//lib /home/s03bpa/usr/lib: file not recognized: Is a directory collect2: ld returned 1 exit status make[3]: *** [timescale] Error 1 make[3]: Leaving directory `/home/s03bpa/usr/src/gtk/gtk+-2.2.2/gdk-pixbuf/pixops' Can anyone see what I've done wrong, or why this error appears? I cannot decipher it. Thanks Brian _________________________________________________________________ MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus From mhadasht@freefluid.dyndns.org Tue Jul 15 13:43:46 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from freefluid.dyndns.org (m92.net195-132-237.noos.fr [195.132.237.92]) by mail.gnome.org (Postfix) with ESMTP id B8C6C183EC for ; Tue, 15 Jul 2003 13:43:45 -0400 (EDT) Received: (from mhadasht@localhost) by freefluid.dyndns.org (8.9.3/8.9.3) id TAA14169; Tue, 15 Jul 2003 19:43:45 +0200 Date: Tue, 15 Jul 2003 19:40:32 +0200 Message-ID: In-Reply-To: References: User-Agent: XetPan/0.0.23 libEtPan!/0.0.0 To: gtk-list@gnome.org From: Melvin Hadasht Subject: Re: Compile problem with ld MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi Billy, You wrote: > LDFLAGS=-L $HOME/usr/lib There must not be a space between -L and the directory, so it should read: LDFLAGS=-L$HOME/usr/lib HTH -- Melvin Hadasht From nagaraja@ncoretech.com Wed Jul 16 04:11:44 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from vsnl-1.ncoretech.com (vsnl-1.ncoretech.com [203.197.173.75]) by mail.gnome.org (Postfix) with ESMTP id 981091836D for ; Wed, 16 Jul 2003 04:11:43 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by vsnl-1.ncoretech.com (Postfix) with ESMTP id 1213CFA58 for ; Wed, 16 Jul 2003 13:41:51 +0530 (IST) Received: from vsnl-1.ncoretech.com ([127.0.0.1]) by localhost (vsnl-1.ncoretech.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 15553-03-14 for ; Wed, 16 Jul 2003 13:41:50 +0530 (IST) Received: from gateway.ncoretech.com (gateway.ncoretech.com [164.164.42.6]) by vsnl-1.ncoretech.com (Postfix) with ESMTP id 87A77FA45 for ; Wed, 16 Jul 2003 13:41:50 +0530 (IST) Received: from mail.ncoretech.com (mail.ncoretech.com [192.168.1.3]) by gateway.ncoretech.com (Postfix) with ESMTP id 99CED11E39 for ; Wed, 16 Jul 2003 13:44:58 +0530 (IST) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.ncoretech.com (Postfix) with ESMTP id 09E7214087 for ; Wed, 16 Jul 2003 13:58:48 +0530 (IST) Received: from mail.ncoretech.com ([127.0.0.1]) by localhost (mail.ncoretech.com [127.0.0.1]) (amavisd-new) with ESMTP id 05191-09 for ; Wed, 16 Jul 2003 13:58:47 -0000 (IST) Received: from ncoretech.com (ws168.ncoretech.com [192.168.1.168]) by mail.ncoretech.com (Postfix) with ESMTP id 9DB551402A for ; Wed, 16 Jul 2003 13:58:47 +0530 (IST) Message-ID: <3F150A35.9080809@ncoretech.com> Date: Wed, 16 Jul 2003 13:47:57 +0530 From: Nagaraja User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020830 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: glib-1.2.10 make error ? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at ncoretech.com Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi All, I am trying to compile gtk-1.2.10 ,while configuring it stop with error : configure: error: *** GLIB 1.2.8 or better is required. The latest version of GLIB my present GLIB is 1.2.7. So I tried recompiling glib-1.2.10 and got this error: Making all in gthread make[2]: Entering directory `/home/BUILD/glib-1.2.10/gthread' /bin/sh ../libtool --mode=link gcc -g -O2 -Wall -D_REENTRANT -o testgthread testgthread.o ../libglib.la libgthread.la gcc -g -O2 -Wall -D_REENTRANT -o .libs/testgthread testgthread.o ../.libs/libglib.so .libs/libgthread.so testgthread.o: In function `new_thread': /home/BUILD/glib-1.2.10/gthread/testgthread.c:89: undefined reference to `pthread_create' testgthread.o: In function `test_private': /home/BUILD/glib-1.2.10/gthread/testgthread.c:197: undefined reference to `pthread_join' .libs/libgthread.so: undefined reference to `pthread_getspecific' .libs/libgthread.so: undefined reference to `pthread_key_create' .libs/libgthread.so: undefined reference to `pthread_mutex_trylock' .libs/libgthread.so: undefined reference to `pthread_cond_timedwait' .libs/libgthread.so: undefined reference to `pthread_setspecific' collect2: ld returned 1 exit status make[2]: *** [testgthread] Error 1 make[2]: Leaving directory `/home/BUILD/glib-1.2.10/gthread' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/BUILD/glib-1.2.10' make: *** [all-recursive-am] Error 2 Could anyone please tell me as to what this error message would signify. my host machine is armsa1110 using binutils-2.10.91 gcc-2.95.3 and glibc-2.2.2 . My build enviroment seems to be OK since I manage to build a new toolchain with binutils-2.13.2.1 gcc-2.95.3 and glibc-2.2.5 Thanks in advance Nagaraj From Tottimyong@netscape.net Wed Jul 16 04:17:25 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from imo-d01.mx.aol.com (imo-d01.mx.aol.com [205.188.157.33]) by mail.gnome.org (Postfix) with ESMTP id 3876B18396 for ; Wed, 16 Jul 2003 04:17:25 -0400 (EDT) Received: from Tottimyong@netscape.net by imo-d01.mx.aol.com (mail_out_v36_r1.1.) id h.1b7.6cbb27d (16228) for ; Wed, 16 Jul 2003 04:17:20 -0400 (EDT) Received: from netscape.net ([218.87.61.35]) by air-in02.mx.aol.com (v94.1) with ESMTP id MAILININ24-3f643f150a0a109; Wed, 16 Jul 2003 04:17:19 -0400 Message-ID: <3F150998.10401@netscape.net> Date: Wed, 16 Jul 2003 16:15:20 +0800 From: myong User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list Subject: about gdktarget Content-Type: text/plain; charset=gb18030; format=flowed Content-Transfer-Encoding: 7bit X-Mailer: Unknown (No Version) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello, By using --with-gdktarget argument, I can select running platform at configuring and compiling of gtk lib(default is X11). I want to run programme at both X11 and framebuffer mode. if I use "configure --with-gdktarget=linux-fb" configure gtk lib, can I arrive above target? From andrej.prsa@guest.arnes.si Wed Jul 16 07:19:36 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from rigljica.arnes.si (rigljica.arnes.si [193.2.1.82]) by mail.gnome.org (Postfix) with ESMTP id F0CFE18615 for ; Wed, 16 Jul 2003 07:19:35 -0400 (EDT) Received: from razor.arnes.si (razor.arnes.si [193.2.1.80]) by rigljica.arnes.si (Postfix) with ESMTP id A53AB6F191 for ; Wed, 16 Jul 2003 13:19:35 +0200 (MEST) Received: from gemma (unknown [193.2.110.237]) by razor.arnes.si (Postfix) with SMTP id E5BEF3995A0 for ; Wed, 16 Jul 2003 13:19:34 +0200 (MEST) Date: Wed, 16 Jul 2003 13:17:46 +0200 From: Andrej Prsa To: GTK Mailing list Subject: GtkCellRendererPixbuf and signals Message-Id: <20030716131747.2df141f5.andrej.prsa@guest.arnes.si> Organization: Faculty of Mathematics and Physics X-Mailer: Sylpheed version 0.9.3 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello! Could anyone please give me a hint on how to attach a "clicked" signal to the pixbuf that is in the GtkTreeView? GtkCellRendererPixbuf doesn't have any signals? Thanks, Andrej PS. Thanks, Murray, for your answer(s); I worked my way through editable cells! From info@rwonder.com Wed Jul 16 17:39:11 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail15.atl.registeredsite.com (mail15.atl.registeredsite.com [64.224.219.99]) by mail.gnome.org (Postfix) with ESMTP id 60D5E1854A for ; Wed, 16 Jul 2003 17:39:11 -0400 (EDT) Received: from imta02a2.registeredsite.com (imta02a2.registeredsite.com [64.225.255.11]) by mail15.atl.registeredsite.com (8.12.9/8.12.9) with ESMTP id h6GLdA3C007716 for ; Wed, 16 Jul 2003 17:39:11 -0400 Received: from newdell.rwonder.com ([162.84.161.198]) by imta02a2.registeredsite.com with ESMTP id <20030716213909.ZOWM16584.imta02a2.registeredsite.com@newdell.rwonder.com> for ; Wed, 16 Jul 2003 17:39:09 -0400 Message-Id: <5.2.1.1.0.20030716173936.025fa1d0@pop.registeredsite.com> X-Sender: usr243@rwonder.com@pop.registeredsite.com X-Mailer: QUALCOMM Windows Eudora Version 5.2.1 Date: Wed, 16 Jul 2003 17:40:01 -0400 To: gtk-list@gnome.org From: "richard wonder & associates, inc" Subject: gtk-list digest, Vol 1 #1610 - 5 msgs Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Send gtk-list mailing list submissions to gtk-list@gnome.org To subscribe or unsubscribe via the World Wide Web, visit http://mail.gnome.org/mailman/listinfo/gtk-list or, via email, send a message with subject or body 'help' to gtk-list-request@gnome.org You can reach the person managing the list at gtk-list-admin@gnome.org When replying, please edit your Subject line so it is more specific than "Re: Contents of gtk-list digest..." Today's Topics: 1. Compile problem with ld (Billy Bob) 2. Re: Compile problem with ld (Melvin Hadasht) 3. glib-1.2.10 make error ? (Nagaraja) 4. about gdktarget (myong) 5. GtkCellRendererPixbuf and signals (Andrej Prsa) --__--__-- Message: 1 From: "Billy Bob" To: gtk-list@gnome.org Subject: Compile problem with ld Date: Tue, 15 Jul 2003 17:15:23 +0000 I am having trouble compling GTK, and any help would be appreciated: I am trying to install GTK on: Linux version 2.4.20-18.8 (bhcompile@daffy.perf.redhat.com) (gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #1 Thu May 29 07:40:27 EDT 2003 It is a little complicated by the fact that I do not have access to root, so everything I install is in $HOME/usr. I have downloaded glib-2.2.0, pango-1.2.3, atk-1.2.4, jpeg-6b, tiff-v3.5.7 and installed them all in my $HOME/usr directory ($HOME/usr/bin, $HOME/usr/lib, ect..). I downloaded gtk+-2.2.2, and used ./configure --prefix=$HOME/usr/local --exec-prefix=$HOME/usr but, to get the configure script to recgonize everything I had to create the following environment variables: LD_LIBRARY_PATH=$HOME/usr/lib:/usr/lib:/usr/kerberos/lib:/usr/X11R6/lib:/usr/lib/sane C_INCLUDE_PATH=$HOME/usr/include CPLUS_INCLUDE_PATH=$HOME/usr/include LDFLAGS=-L $HOME/usr/lib So then the configure script works fine, but when I type make, it gets to the gtk+-2.2.2/gdk-pixbuf/pixops/ folder and prints the following: make[3]: Entering directory `/home/s03bpa/usr/src/gtk/gtk+-2.2.2/gdk-pixbuf/pixops' /bin/sh ../../libtool --mode=link gcc -g -O2 -Wall -L /home/s03bpa/usr/lib -o timescale timescale.o libpixops.la -Wl,--export-dynamic -pthread -L/home/s03bpa/usr//lib -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 -lm gcc -g -O2 -Wall /home/s03bpa/usr/lib -o timescale timescale.o -Wl,--export-dynamic -pthread -L/home/s03bpa/usr/src/gtk/gtk+-2.2.2/gdk-pixbuf/pixops ./.libs/libpixops.a -L/home/s03bpa/usr//lib /home/s03bpa/usr//lib/libgobject-2.0.so /home/s03bpa/usr//lib/libgmodule-2.0.so -ldl /home/s03bpa/usr//lib/libgthread-2.0.so -lpthread /home/s03bpa/usr//lib/libglib-2.0.so -lm -Wl,--rpath -Wl,/home/s03bpa/usr//lib -Wl,--rpath -Wl,/home/s03bpa/usr//lib /home/s03bpa/usr/lib: file not recognized: Is a directory collect2: ld returned 1 exit status make[3]: *** [timescale] Error 1 make[3]: Leaving directory `/home/s03bpa/usr/src/gtk/gtk+-2.2.2/gdk-pixbuf/pixops' Can anyone see what I've done wrong, or why this error appears? I cannot decipher it. Thanks Brian _________________________________________________________________ MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus --__--__-- Message: 2 Date: Tue, 15 Jul 2003 19:40:32 +0200 To: gtk-list@gnome.org From: Melvin Hadasht Subject: Re: Compile problem with ld Hi Billy, You wrote: > LDFLAGS=-L $HOME/usr/lib There must not be a space between -L and the directory, so it should read: LDFLAGS=-L$HOME/usr/lib HTH -- Melvin Hadasht --__--__-- Message: 3 Date: Wed, 16 Jul 2003 13:47:57 +0530 From: Nagaraja To: gtk-list@gnome.org Subject: glib-1.2.10 make error ? Hi All, I am trying to compile gtk-1.2.10 ,while configuring it stop with error : configure: error: *** GLIB 1.2.8 or better is required. The latest version of GLIB my present GLIB is 1.2.7. So I tried recompiling glib-1.2.10 and got this error: Making all in gthread make[2]: Entering directory `/home/BUILD/glib-1.2.10/gthread' /bin/sh ../libtool --mode=link gcc -g -O2 -Wall -D_REENTRANT -o testgthread testgthread.o ../libglib.la libgthread.la gcc -g -O2 -Wall -D_REENTRANT -o .libs/testgthread testgthread.o ../.libs/libglib.so .libs/libgthread.so testgthread.o: In function `new_thread': /home/BUILD/glib-1.2.10/gthread/testgthread.c:89: undefined reference to `pthread_create' testgthread.o: In function `test_private': /home/BUILD/glib-1.2.10/gthread/testgthread.c:197: undefined reference to `pthread_join' .libs/libgthread.so: undefined reference to `pthread_getspecific' .libs/libgthread.so: undefined reference to `pthread_key_create' .libs/libgthread.so: undefined reference to `pthread_mutex_trylock' .libs/libgthread.so: undefined reference to `pthread_cond_timedwait' .libs/libgthread.so: undefined reference to `pthread_setspecific' collect2: ld returned 1 exit status make[2]: *** [testgthread] Error 1 make[2]: Leaving directory `/home/BUILD/glib-1.2.10/gthread' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/BUILD/glib-1.2.10' make: *** [all-recursive-am] Error 2 Could anyone please tell me as to what this error message would signify. my host machine is armsa1110 using binutils-2.10.91 gcc-2.95.3 and glibc-2.2.2 . My build enviroment seems to be OK since I manage to build a new toolchain with binutils-2.13.2.1 gcc-2.95.3 and glibc-2.2.5 Thanks in advance Nagaraj --__--__-- Message: 4 Date: Wed, 16 Jul 2003 16:15:20 +0800 From: myong To: gtk-list Subject: about gdktarget Hello, By using --with-gdktarget argument, I can select running platform at configuring and compiling of gtk lib(default is X11). I want to run programme at both X11 and framebuffer mode. if I use "configure --with-gdktarget=linux-fb" configure gtk lib, can I arrive above target? --__--__-- Message: 5 Date: Wed, 16 Jul 2003 13:17:46 +0200 From: Andrej Prsa To: GTK Mailing list Subject: GtkCellRendererPixbuf and signals Organization: Faculty of Mathematics and Physics Hello! Could anyone please give me a hint on how to attach a "clicked" signal to the pixbuf that is in the GtkTreeView? GtkCellRendererPixbuf doesn't have any signals? Thanks, Andrej PS. Thanks, Murray, for your answer(s); I worked my way through editable cells! --__--__-- _______________________________________________ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list End of gtk-list Digest From valkadesh@libero.it Wed Jul 16 07:58:14 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from vsmtp2.tin.it (vsmtp2.tin.it [212.216.176.222]) by mail.gnome.org (Postfix) with ESMTP id 6AAFE1898F for ; Wed, 16 Jul 2003 07:58:14 -0400 (EDT) Received: from [80.116.242.17] (80.116.242.17) by vsmtp2.tin.it (6.7.016) id 3EE0613200FB3AF8 for gtk-list@gnome.org; Wed, 16 Jul 2003 13:58:14 +0200 Subject: Obtaining all instances of a GType From: Giovanni Corriga To: gtk-list@gnome.org Content-Type: text/plain Message-Id: <1058356628.2937.20.camel@rincewind> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.3 Date: 16 Jul 2003 13:57:09 +0200 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi all. In Smalltalk, I usually send the 'allInstances' message to a Class instance to obtain a collection of all the instances of that class. I use this technique, for example, to obtain all the Window objects with a given title. Is there something similar for the GObject system? Something like GList* instances = g_type_get_all_instances(gtk_window_get_type()); Thanks Giovanni From hp@redhat.com Wed Jul 16 21:59:51 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from devserv.devel.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 8EA14180FF for ; Wed, 16 Jul 2003 21:59:51 -0400 (EDT) Received: (from hp@localhost) by devserv.devel.redhat.com (8.11.6/8.11.0) id h6H1xoo03814; Wed, 16 Jul 2003 21:59:50 -0400 Date: Wed, 16 Jul 2003 21:59:50 -0400 From: Havoc Pennington To: Giovanni Corriga Cc: gtk-list@gnome.org Subject: Re: Obtaining all instances of a GType Message-ID: <20030716215950.C32223@devserv.devel.redhat.com> References: <1058356628.2937.20.camel@rincewind> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <1058356628.2937.20.camel@rincewind> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Wed, Jul 16, 2003 at 01:57:09PM +0200, Giovanni Corriga wrote: > Is there something similar for the GObject system? Something like > > GList* instances = g_type_get_all_instances(gtk_window_get_type()); No, a list of instances isn't kept. However GtkWindow instances specifically are tracked by GTK, see gtk_window_list_toplevels(). Havoc From dav@cs.utah.edu Wed Jul 16 20:32:41 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail-svr1.cs.utah.edu (mail-svr1.cs.utah.edu [155.99.198.200]) by mail.gnome.org (Postfix) with ESMTP id 35DCF185EE for ; Wed, 16 Jul 2003 20:32:41 -0400 (EDT) Received: from faith.cs.utah.edu (faith.cs.utah.edu [155.99.198.108]) by mail-svr1.cs.utah.edu (Postfix) with ESMTP id DD19A3476D; Wed, 16 Jul 2003 18:32:40 -0600 (MDT) Received: (from dav@localhost) by faith.cs.utah.edu (8.11.6+Sun/8.11.1) id h6H0Weo15323; Wed, 16 Jul 2003 18:32:40 -0600 (MDT) Date: Wed, 16 Jul 2003 18:32:40 -0600 (MDT) Message-Id: <200307170032.h6H0Weo15323@faith.cs.utah.edu> X-Authentication-Warning: faith.cs.utah.edu: dav set sender to dav@cs.utah.edu using -f From: "J. Davison de St. Germain" To: gtk-list@gnome.org, dav@cs.utah.edu Subject: Installing local/individual GTK Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, I'm trying to build the newest GTK (and the myriad of packages it requires). There are some badly installed, older versions of GTK (and its support packages) on my system, therefore I am installing all of the files for the new versions into my home directory, but some of the system files are apparently still visible. After hacking on most of support packages' build systems for hours I finally, I think, got them installed. (In ~/gtk_stuff.) Now, when I try to build GTK itself, the pkg-manager thing keeps dieing with various errors about system libs. It doesn't seem to be able to figure out that I only want it to look at the ones I've installed myself in my home dir. Here is one of the errors I get from configure: checking for XOpenDisplay in -lX11... no configure: error: *** libX11 not found. Check 'config.log' for more details. I've tracked this down to the fact that in the compile line, there is a "-L" with no path on it, thus clearing out all paths. I'm not sure why this is getting set this way, but it appears to be some problem in the configure script with $PKG_CONFIG either not being set or being used to early. (Note, I also get errors like this from configure: checking for libpng12... ./configure[22890]: --exists: not found. Again, this seems to be some bug with the GTK configure (I did run autoconf (2.53) on it.) It seems to be a heck of an ordeal to compile and install GTK. I would appreciate any help you can give me in addressing all of these issues. (BTW, I am trying to install this on a IRIX SGI.) Thanks, Dave PS. Please respond via email in addition to posting to the list. ----------------------------------------------------------------------- - J. Davison de St. Germain dav@cs.utah.edu (801) 581-4078 - - Chief Software Engineer http://www.cs.utah.edu/~dav - - SCI Institute, SE C-SAFE University of Utah - ----------------------------------------------------------------------- From dav@cs.utah.edu Wed Jul 16 20:44:49 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail-svr1.cs.utah.edu (mail-svr1.cs.utah.edu [155.99.198.200]) by mail.gnome.org (Postfix) with ESMTP id 39000180EE for ; Wed, 16 Jul 2003 20:44:49 -0400 (EDT) Received: from faith.cs.utah.edu (faith.cs.utah.edu [155.99.198.108]) by mail-svr1.cs.utah.edu (Postfix) with ESMTP id 7BBCB34767 for ; Wed, 16 Jul 2003 18:44:49 -0600 (MDT) Received: (from dav@localhost) by faith.cs.utah.edu (8.11.6+Sun/8.11.1) id h6H0inG15635; Wed, 16 Jul 2003 18:44:49 -0600 (MDT) Date: Wed, 16 Jul 2003 18:44:49 -0600 (MDT) Message-Id: <200307170044.h6H0inG15635@faith.cs.utah.edu> X-Authentication-Warning: faith.cs.utah.edu: dav set sender to dav@cs.utah.edu using -f From: "J. Davison de St. Germain" To: gtk-list@gnome.org Subject: Font problem Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, Perhaps it would be easier to use the older system version of gtk. We have tried using it, but whenever we run our application, it freezes for 5-10 minutes, then crashes with this error: No fonts found; this probably means that the fontconfig library is not correctly configured. You may need to edit the fonts.conf configuration file. More information about fontconfig can be found in the fontconfig(3) manual page and on http://fontconfig.org I've browsed the lists and google, and tried some of the suggestions on how to get the fonts to show up, but I've had no success. I have a ~/.fonts.conf file. A .fonts.cache-1 file is created with: "/usr/local/lib/pango/1.2.0/modules" 0 104269593 ".dir" in it. That dir has a lot of what I guess must be fonts (bunch of .so's) Any help with this would be much appreciated. Again this is running on an IRIX SGI system. Thanks, Dave PS. Please email reponse in addition to posting. ----------------------------------------------------------------------- - J. Davison de St. Germain dav@cs.utah.edu (801) 581-4078 - - Chief Software Engineer http://www.cs.utah.edu/~dav - - SCI Institute, SE C-SAFE University of Utah - ----------------------------------------------------------------------- From nliu@cienettechnologies.com Thu Jul 17 05:26:42 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.cienettechnologies.com (unknown [218.106.171.118]) by mail.gnome.org (Postfix) with SMTP id 0BC1018734 for ; Thu, 17 Jul 2003 05:26:41 -0400 (EDT) Received: (qmail 10815 invoked from network); 17 Jul 2003 09:40:22 -0000 Received: from unknown (HELO nliu) (nliu@218.106.171.126) by 0 with SMTP; 17 Jul 2003 09:40:22 -0000 Message-ID: <002701c34c45$2e8fdb60$5502a8c0@cienetmotorola.local> From: "Liu, Nian(Neo)" To: Subject: two questions about themes(urgent) Date: Thu, 17 Jul 2003 17:24:11 +0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0024_01C34C88.3CAE3960" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is a multi-part message in MIME format. ------=_NextPart_000_0024_01C34C88.3CAE3960 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable hi, folks, i have two questions here and since the time is really limited, your = quick response will be greatly appreciated. 1. as i know, .gtkrc file works on widget(s), can I specify it to a = specific application. in other words, can i use different theme for = different applications? 2. since gtk2.x can run in gnome1.x which is based on gtk1.x, i want to = know how to assign the rc file for gtk2. and, please reply to me DIRECTLY since i'm not a member of the list at = present. thanks in advance and best regards, Liu, Nian ------=_NextPart_000_0024_01C34C88.3CAE3960 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
hi, folks,
 
i have two questions here and since the = time is=20 really limited, your quick response will be greatly = appreciated.
 
1. as i know, .gtkrc file works on = widget(s), can I=20 specify it to a specific application. in other words, can i use = different theme=20 for different applications?
 
2. since gtk2.x can run in gnome1.x = which is based=20 on gtk1.x, i want to know how to assign the rc file for = gtk2.
 
and, please reply to me DIRECTLY since = i'm not a=20 member of the list at present.
 
thanks in advance and best = regards,
 
Liu, Nian
------=_NextPart_000_0024_01C34C88.3CAE3960-- From sachin_kulkarni@persistent.co.in Thu Jul 17 06:35:31 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp.pspl.co.in (unknown [202.54.11.65]) by mail.gnome.org (Postfix) with ESMTP id E4B89180E9 for ; Thu, 17 Jul 2003 06:35:30 -0400 (EDT) Received: (from root@localhost) by smtp.pspl.co.in (8.12.9/8.12.9) id h6HAdQlX005805 for ; Thu, 17 Jul 2003 16:09:26 +0530 Received: from ps0130 (PS0130.intranet.pspl.co.in [192.168.2.130]) (authenticated bits=0) by smtp.pspl.co.in (8.12.9/8.12.9) with ESMTP id h6HAdPuf005792 for ; Thu, 17 Jul 2003 16:09:25 +0530 Message-ID: <000801c34c4f$5fdea520$8202a8c0@persistent.co.in> From: "Sachin Kulkarni" To: Subject: building ui on hp-ux Date: Thu, 17 Jul 2003 16:06:59 +0530 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C34C7D.740EB610" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 X-Spam-Status: No, hits=0.6 required=6.0 tests=HTML_50_60,HTML_MESSAGE version=2.54 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.54 (1.174.2.17-2003-05-11-exp) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C34C7D.740EB610 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I want to build a user interface on hp-ux. Will it be ok to use gtk = for that. or i should use SWING? what r the other options available for = me? regards, -Sachin ------=_NextPart_000_0005_01C34C7D.740EB610 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
  I want to build a user interface = on hp-ux.=20 Will it be ok to use gtk for that. or i should use SWING? what r the = other=20 options available for me?
 
regards,
-Sachin
------=_NextPart_000_0005_01C34C7D.740EB610-- From firefly@diku.dk Thu Jul 17 08:38:47 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hugin.diku.dk (hugin.diku.dk [130.225.96.144]) by mail.gnome.org (Postfix) with SMTP id 70A5F187F6 for ; Thu, 17 Jul 2003 08:38:46 -0400 (EDT) Received: (qmail 30971 invoked from network); 17 Jul 2003 12:38:45 -0000 Received: from ask.diku.dk (firefly@130.225.96.225) by hugin.diku.dk with QMQP; 17 Jul 2003 12:38:45 -0000 Date: Thu, 17 Jul 2003 14:38:45 +0200 (MEST) From: "Peter \"Firefly\" Lund" To: Sachin Kulkarni Cc: gtk-list@gnome.org Subject: Re: building ui on hp-ux In-Reply-To: <000801c34c4f$5fdea520$8202a8c0@persistent.co.in> Message-ID: References: <000801c34c4f$5fdea520$8202a8c0@persistent.co.in> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Thu, 17 Jul 2003, Sachin Kulkarni wrote: > Hi, > I want to build a user interface on hp-ux. Will it be ok to use gtk It should be possible - but the HPUX C compiler might not like you. > for that. or i should use SWING? what r the other options available for > me? Oh, you are talking about Java? You could also try Tcl/Tk -- or Tk in other languages than Tcl. Or you could try FLTK. Or KDE. Or curses. Or s-lang. ;) -Peter From trashbox777@hotmail.com Thu Jul 17 09:36:28 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hotmail.com (law9-f105.law9.hotmail.com [64.4.9.105]) by mail.gnome.org (Postfix) with ESMTP id 1CAFF1885A for ; Thu, 17 Jul 2003 09:36:28 -0400 (EDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 17 Jul 2003 06:36:28 -0700 Received: from 128.156.10.11 by lw9fd.law9.hotmail.msn.com with HTTP; Thu, 17 Jul 2003 13:36:27 GMT X-Originating-IP: [128.156.10.11] X-Originating-Email: [trashbox777@hotmail.com] From: "Billy Bob" To: gtk-list@gnome.org Subject: Re: gtk-list digest, Vol 1 #1610 - 5 msgs Date: Thu, 17 Jul 2003 13:36:27 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 17 Jul 2003 13:36:28.0112 (UTC) FILETIME=[6CBCAD00:01C34C68] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Thanks Melvin, that worked. B >From: gtk-list-request@gnome.org >Reply-To: gtk-list@gnome.org >To: gtk-list@gnome.org >Subject: gtk-list digest, Vol 1 #1610 - 5 msgs >Date: Wed, 16 Jul 2003 12:00:09 -0400 > >Send gtk-list mailing list submissions to > gtk-list@gnome.org > >To subscribe or unsubscribe via the World Wide Web, visit > http://mail.gnome.org/mailman/listinfo/gtk-list >or, via email, send a message with subject or body 'help' to > gtk-list-request@gnome.org > >You can reach the person managing the list at > gtk-list-admin@gnome.org > >When replying, please edit your Subject line so it is more specific >than "Re: Contents of gtk-list digest..." > > >Today's Topics: > > 1. Compile problem with ld (Billy Bob) > 2. Re: Compile problem with ld (Melvin Hadasht) > 3. glib-1.2.10 make error ? (Nagaraja) > 4. about gdktarget (myong) > 5. GtkCellRendererPixbuf and signals (Andrej Prsa) > >--__--__-- > >Message: 1 >From: "Billy Bob" >To: gtk-list@gnome.org >Subject: Compile problem with ld >Date: Tue, 15 Jul 2003 17:15:23 +0000 > >I am having trouble compling GTK, and any help would be appreciated: > >I am trying to install GTK on: > >Linux version 2.4.20-18.8 (bhcompile@daffy.perf.redhat.com) (gcc version >3.2 >20020903 (Red Hat Linux 8.0 3.2-7)) #1 Thu May 29 07:40:27 EDT 2003 > >It is a little complicated by the fact that I do not have access to root, >so >everything I install is in $HOME/usr. > >I have downloaded glib-2.2.0, pango-1.2.3, atk-1.2.4, jpeg-6b, tiff-v3.5.7 >and installed them all in my $HOME/usr directory ($HOME/usr/bin, >$HOME/usr/lib, ect..). > >I downloaded gtk+-2.2.2, and used ./configure --prefix=$HOME/usr/local >--exec-prefix=$HOME/usr > >but, to get the configure script to recgonize everything I had to create >the >following environment variables: > >LD_LIBRARY_PATH=$HOME/usr/lib:/usr/lib:/usr/kerberos/lib:/usr/X11R6/lib:/usr/lib/sane >C_INCLUDE_PATH=$HOME/usr/include >CPLUS_INCLUDE_PATH=$HOME/usr/include >LDFLAGS=-L $HOME/usr/lib > >So then the configure script works fine, but when I type make, it gets to >the gtk+-2.2.2/gdk-pixbuf/pixops/ folder and prints the following: > >make[3]: Entering directory >`/home/s03bpa/usr/src/gtk/gtk+-2.2.2/gdk-pixbuf/pixops' >/bin/sh ../../libtool --mode=link gcc -g -O2 -Wall -L /home/s03bpa/usr/lib >-o timescale timescale.o libpixops.la -Wl,--export-dynamic -pthread >-L/home/s03bpa/usr//lib -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 >-lglib-2.0 -lm >gcc -g -O2 -Wall /home/s03bpa/usr/lib -o timescale timescale.o >-Wl,--export-dynamic -pthread >-L/home/s03bpa/usr/src/gtk/gtk+-2.2.2/gdk-pixbuf/pixops ./.libs/libpixops.a >-L/home/s03bpa/usr//lib /home/s03bpa/usr//lib/libgobject-2.0.so >/home/s03bpa/usr//lib/libgmodule-2.0.so -ldl >/home/s03bpa/usr//lib/libgthread-2.0.so -lpthread >/home/s03bpa/usr//lib/libglib-2.0.so -lm -Wl,--rpath >-Wl,/home/s03bpa/usr//lib -Wl,--rpath -Wl,/home/s03bpa/usr//lib >/home/s03bpa/usr/lib: file not recognized: Is a directory >collect2: ld returned 1 exit status >make[3]: *** [timescale] Error 1 >make[3]: Leaving directory >`/home/s03bpa/usr/src/gtk/gtk+-2.2.2/gdk-pixbuf/pixops' > > >Can anyone see what I've done wrong, or why this error appears? I cannot >decipher it. > >Thanks >Brian > >_________________________________________________________________ >MSN 8 with e-mail virus protection service: 2 months FREE* >http://join.msn.com/?page=features/virus > > >--__--__-- > >Message: 2 >Date: Tue, 15 Jul 2003 19:40:32 +0200 >To: gtk-list@gnome.org >From: Melvin Hadasht >Subject: Re: Compile problem with ld > >Hi Billy, > >You wrote: > > LDFLAGS=-L $HOME/usr/lib > >There must not be a space between -L and the directory, >so it should read: >LDFLAGS=-L$HOME/usr/lib > >HTH > >-- >Melvin Hadasht > >--__--__-- > >Message: 3 >Date: Wed, 16 Jul 2003 13:47:57 +0530 >From: Nagaraja >To: gtk-list@gnome.org >Subject: glib-1.2.10 make error ? > >Hi All, > >I am trying to compile gtk-1.2.10 ,while configuring it stop with error : > >configure: error: >*** GLIB 1.2.8 or better is required. The latest version of GLIB > >my present GLIB is 1.2.7. So I tried recompiling glib-1.2.10 and got >this error: > >Making all in gthread >make[2]: Entering directory `/home/BUILD/glib-1.2.10/gthread' >/bin/sh ../libtool --mode=link gcc -g -O2 -Wall -D_REENTRANT -o >testgthread testgthread.o ../libglib.la libgthread.la >gcc -g -O2 -Wall -D_REENTRANT -o .libs/testgthread testgthread.o >../.libs/libglib.so .libs/libgthread.so >testgthread.o: In function `new_thread': >/home/BUILD/glib-1.2.10/gthread/testgthread.c:89: undefined reference to >`pthread_create' >testgthread.o: In function `test_private': >/home/BUILD/glib-1.2.10/gthread/testgthread.c:197: undefined reference >to `pthread_join' >.libs/libgthread.so: undefined reference to `pthread_getspecific' >.libs/libgthread.so: undefined reference to `pthread_key_create' >.libs/libgthread.so: undefined reference to `pthread_mutex_trylock' >.libs/libgthread.so: undefined reference to `pthread_cond_timedwait' >.libs/libgthread.so: undefined reference to `pthread_setspecific' >collect2: ld returned 1 exit status >make[2]: *** [testgthread] Error 1 >make[2]: Leaving directory `/home/BUILD/glib-1.2.10/gthread' >make[1]: *** [all-recursive] Error 1 >make[1]: Leaving directory `/home/BUILD/glib-1.2.10' >make: *** [all-recursive-am] Error 2 > >Could anyone please tell me as to what this error message would signify. > >my host machine is armsa1110 using binutils-2.10.91 gcc-2.95.3 and >glibc-2.2.2 . > >My build enviroment seems to be OK since I manage to build a new >toolchain with binutils-2.13.2.1 gcc-2.95.3 and glibc-2.2.5 > >Thanks in advance >Nagaraj > > >--__--__-- > >Message: 4 >Date: Wed, 16 Jul 2003 16:15:20 +0800 >From: myong >To: gtk-list >Subject: about gdktarget > >Hello, > > By using --with-gdktarget argument, I can select running platform at >configuring and compiling of gtk lib(default is X11). I want to run >programme at both X11 and framebuffer mode. > > if I use "configure --with-gdktarget=linux-fb" configure gtk lib, >can I arrive above target? > > > > >--__--__-- > >Message: 5 >Date: Wed, 16 Jul 2003 13:17:46 +0200 >From: Andrej Prsa >To: GTK Mailing list >Subject: GtkCellRendererPixbuf and signals >Organization: Faculty of Mathematics and Physics > >Hello! > >Could anyone please give me a hint on how to attach a "clicked" signal to >the pixbuf that is in the GtkTreeView? GtkCellRendererPixbuf doesn't have >any signals? > >Thanks, > >Andrej > >PS. Thanks, Murray, for your answer(s); I worked my way through editable >cells! > > > > >--__--__-- > >_______________________________________________ >gtk-list mailing list >gtk-list@gnome.org >http://mail.gnome.org/mailman/listinfo/gtk-list > > >End of gtk-list Digest _________________________________________________________________ Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail From robert@valiant.us Thu Jul 17 11:59:23 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from harrier.mail.pas.earthlink.net (harrier.mail.pas.earthlink.net [207.217.120.12]) by mail.gnome.org (Postfix) with ESMTP id 0DB24189C9 for ; Thu, 17 Jul 2003 11:59:23 -0400 (EDT) Received: from h-69-3-238-129.sttnwaho.covad.net ([69.3.238.129] helo=10.0.1.2) by harrier.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 19dBAA-0006H8-00 for gtk-list@gnome.org; Thu, 17 Jul 2003 08:59:22 -0700 From: "Robert G. Valiant" Organization: Valiant Group To: gtk-list@gnome.org Subject: Help for possible botched GTK2 install? Date: Thu, 17 Jul 2003 08:58:24 -0700 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307170858.24787.robert@valiant.us> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello -- I apologize if this is the wrong place to ask this question. I'm very new with GTK2 (I'm a user, not a coder) and I'm trying to figure out what I have done wrong in my install. I installed GTK2 and dependencies from tarballs as specified on the install page. When running a program, I get the following segfault: =================================================== Program received signal SIGSEGV, Segmentation fault. g_type_check_instance_cast (type_instance=0x20323030, iface_type=269431656) at gtype.c:2771 2771 if (type_instance->g_class) (gdb) bt #0 g_type_check_instance_cast (type_instance=0x20323030, iface_type=269431656) at gtype.c:2771 #1 0x0fb4eed4 in g_type_check_instance_cast (type_instance=0x100f4990, iface_type=268763136) at gtype.c:2768 #2 0x0f6e8f0c in __libc_start_main () from /lib/libc.so.6 ==================================================== Being a simpleton, I can't tell if the program is botched or if I have a problem with my setup -- I'm using PPC Mandrake 9.1 which seems to have some GTK2 "issues." Before installing from tarballs, I removed all RPMs that I could find that related to GTK2. Thank you, and again -- my apologies if my message is burdensome. Bob in Seattle From jeff@purple.com Thu Jul 17 13:40:35 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from ftp.ece.villanova.edu (ftp.ece.villanova.edu [153.104.63.227]) by mail.gnome.org (Postfix) with ESMTP id 490D918A63 for ; Thu, 17 Jul 2003 13:40:35 -0400 (EDT) X-AntiVirus-Scanned: by ftp.ece.villanova.edu - http://safeinternetemail.com/ Received: (from Ustyx@localhost) by ftp.ece.villanova.edu (8.11.7/8.11.7) with UUCP id h6HHe5Q26296 for gtk-list@gnome.org; Thu, 17 Jul 2003 13:40:05 -0400 (EDT) Received: from asterix.purple.com ([192.168.0.6]) by diderot.purple.com (8.12.3/8.12.3/Debian -4) with ESMTP id h6HHZxRJ006584 for ; Thu, 17 Jul 2003 13:35:59 -0400 Received: from jeff by asterix.purple.com with local (Exim 3.36 #1 (Debian)) id 19dCff-00053t-00 for ; Thu, 17 Jul 2003 13:35:59 -0400 Date: Thu, 17 Jul 2003 13:35:59 -0400 From: Jeff Abrahamson To: gtk-list@gnome.org Subject: glade-perl and killing a window Message-ID: <20030717173559.GQ30412@purple.com> Mail-Followup-To: gtk-list@gnome.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline User-Agent: Mutt/1.5.4i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: A gtk question, said in perl: I have an app, push a button on its main window, a new window comes up. The new window let's me do some stuff, then I dismiss it. I'm not quitting the new window correctly. Here's the code: Press "pda" from main window: sub on_pda_button_clicked { my ($class, $data, $object, $instance, $event) = @_; my $me = __PACKAGE__."->on_button1_clicked"; # Get ref to hash of all widgets on our form my $form = $__PACKAGE__::all_forms->{$instance}; pda_window->run(); return; } Press "dismiss" from pda_window: Gtk->main_quit; $class->parent()->parent()->destroy(); That last is a kludge, because if the user hits dismiss twice from the parent window, the whole app quits (kill two nested event loops). Can someone point me in the right direction? Thanks. -- Jeff Jeff Abrahamson GPG fingerprint: 1A1A BA95 D082 A558 A276 63C6 16BF 8C4C 0D1D AE4B From dav@cs.utah.edu Thu Jul 17 14:21:10 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail-svr1.cs.utah.edu (brahma.cs.utah.edu [155.99.198.200]) by mail.gnome.org (Postfix) with ESMTP id 319AF181EA for ; Thu, 17 Jul 2003 14:21:10 -0400 (EDT) Received: from faith.cs.utah.edu (faith.cs.utah.edu [155.99.198.108]) by mail-svr1.cs.utah.edu (Postfix) with ESMTP id 8454634766 for ; Thu, 17 Jul 2003 12:21:10 -0600 (MDT) Received: (from dav@localhost) by faith.cs.utah.edu (8.11.6+Sun/8.11.1) id h6HILAk05960; Thu, 17 Jul 2003 12:21:10 -0600 (MDT) Date: Thu, 17 Jul 2003 12:21:10 -0600 (MDT) Message-Id: <200307171821.h6HILAk05960@faith.cs.utah.edu> X-Authentication-Warning: faith.cs.utah.edu: dav set sender to dav@cs.utah.edu using -f From: "J. Davison de St. Germain" To: gtk-list@gnome.org Subject: Re: Installing local/individual GTK Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: [I'm sending this email again as the last one seemed to get trapped in moderator limbo.] Hi, I'm trying to build the newest GTK (and the myriad of packages it requires). On my current computer, there are some badly installed and/or older versions of GTK (and its support packages), therefore I am trying to install all of the files for the new versions into my home directory. (However some of the system installed libraries are apparently still visible.) After hacking on most of support packages' build systems for hours I finally, I think, got them installed. (In ~/gtk_stuff.) Now, when I try to build GTK itself, the pkg-manager thing keeps dieing with various errors about system libs. It doesn't seem to be able to figure out that I only want it to look at the ones I've installed myself in my home dir. It seems to be a heck of an ordeal to compile and install GTK. I would appreciate any help you can give me in creating a installation of GTK in my home directory. (BTW, I am trying to install this on a IRIX SGI.) Thanks, Dave PS. Please respond via email in addition to posting to the list. PPS. I'm trying to install it locally because our program that links against the older/system installed libs exhibits strange behavior and also to learn about the GTK system. The strange behavior is this: The program comes up but when I try to bring up a menu (which needs a font) it "freezes" up. After about 4 minutes, it returns printing out a message that says something like "font not found, please look at your .fonts.conf file... etc." I have /usr/local/lib/pango/1.2.0/modules (which have a bunch of .so's in it) in my .fonts.conf file. (BTW, a .fonts.cahce-1 files is created with that path in it.) I've searched the web trying to find out how to make this work, but I can't find anything. It is unclear to me how all these pieces fit together and I can't find a lot of docs on all the different pieces. Perhaps solving this problem is easier than the installing of GTK. Any help on this problem is also greatly appreciated. Thanks again in advance. ----------------------------------------------------------------------- - J. Davison de St. Germain dav@cs.utah.edu (801) 581-4078 - - Chief Software Engineer http://www.cs.utah.edu/~dav - - SCI Institute, SE C-SAFE University of Utah - ----------------------------------------------------------------------- From sven@gimp.org Thu Jul 17 14:40:25 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.convergence.de (mail.convergence.de [212.84.236.4]) by mail.gnome.org (Postfix) with ESMTP id C078918859 for ; Thu, 17 Jul 2003 14:40:25 -0400 (EDT) Received: from [10.1.1.145] (helo=blixa) by mail.convergence.de with esmtp (Exim 4.14) id 19dDg0-0006QB-4g; Thu, 17 Jul 2003 20:40:24 +0200 Received: from neo by blixa with local (Exim 3.36 #1 (Debian)) id 19dDfz-00081r-00; Thu, 17 Jul 2003 20:40:23 +0200 To: "J. Davison de St. Germain" Cc: gtk-list@gnome.org Subject: Re: Installing local/individual GTK References: <200307171821.h6HILAk05960@faith.cs.utah.edu> From: Sven Neumann Date: Thu, 17 Jul 2003 20:40:23 +0200 In-Reply-To: <200307171821.h6HILAk05960@faith.cs.utah.edu> (J. Davison de St. Germain's message of "Thu, 17 Jul 2003 12:21:10 -0600 (MDT)") Message-ID: User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, "J. Davison de St. Germain" writes: > PPS. I'm trying to install it locally because our program that links > against the older/system installed libs exhibits strange behavior and > also to learn about the GTK system. The strange behavior is this: > > The program comes up but when I try to bring up a menu (which needs a > font) it "freezes" up. After about 4 minutes, it returns printing out > a message that says something like "font not found, please look at > your .fonts.conf file... etc." I have > /usr/local/lib/pango/1.2.0/modules (which have a bunch of .so's in it) > in my .fonts.conf file. (BTW, a .fonts.cahce-1 files is created with > that path in it.) I've searched the web trying to find out how > to make this work, but I can't find anything. It is unclear to me how > all these pieces fit together and I can't find a lot of docs on all > the different pieces. Perhaps solving this problem is easier than the > installing of GTK. Any help on this problem is also greatly > appreciated. Thanks again in advance. It should be sufficient to make sure that there is at least one useable font installed in the directory configured in /etc/fonts/fonts.conf or ~/.fonts.conf. You also need to run fc-cache once (as root for globally installed font files). Sven From dav@cs.utah.edu Thu Jul 17 15:47:59 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail-svr1.cs.utah.edu (mail-svr1.cs.utah.edu [155.99.198.200]) by mail.gnome.org (Postfix) with ESMTP id 74BA0181F1 for ; Thu, 17 Jul 2003 15:47:59 -0400 (EDT) Received: from faith.cs.utah.edu (faith.cs.utah.edu [155.99.198.108]) by mail-svr1.cs.utah.edu (Postfix) with ESMTP id 8233B3476B for ; Thu, 17 Jul 2003 13:47:59 -0600 (MDT) Received: (from dav@localhost) by faith.cs.utah.edu (8.11.6+Sun/8.11.1) id h6HJlxg08743; Thu, 17 Jul 2003 13:47:59 -0600 (MDT) Date: Thu, 17 Jul 2003 13:47:59 -0600 (MDT) Message-Id: <200307171947.h6HJlxg08743@faith.cs.utah.edu> X-Authentication-Warning: faith.cs.utah.edu: dav set sender to dav@cs.utah.edu using -f From: "J. Davison de St. Germain" To: gtk-list@gnome.org Subject: Re: Installing local/individual GTK Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > > The program comes up but when I try to bring up a menu (which needs a > > font) it "freezes" up. After about 4 minutes, it returns printing out > > a message that says something like "font not found, please look at > > your .fonts.conf file... etc." I have > > /usr/local/lib/pango/1.2.0/modules (which have a bunch of .so's in it) > > ... > > It should be sufficient to make sure that there is at least one > useable font installed in the directory configured in > /etc/fonts/fonts.conf or ~/.fonts.conf. You also need to run fc-cache > once (as root for globally installed font files). Hi, I did try running fc-cache, but as me... I don't have root. Must one run it as root? Is there a way to install it such that you don't have to be root. Also, here is a list of files in the pango modules dir: > ls /usr/local/lib/pango/1.2.0/modules/ pango-arabic-ft2.la pango-arabic-ft2.so pango-arabic-x.la pango-arabic-x.so pango-arabic-xft.la pango-arabic-xft.so pango-basic-ft2.la pango-basic-ft2.so pango-basic-x.la pango-basic-x.so pango-basic-xft.la pango-basic-xft.so ... I assume that at least one of those is a "usable font". Thanks again for your help. - Dave ----------------------------------------------------------------------- - J. Davison de St. Germain dav@cs.utah.edu (801) 581-4078 - - Chief Software Engineer http://www.cs.utah.edu/~dav - - SCI Institute, SE C-SAFE University of Utah - ----------------------------------------------------------------------- From nlevitt@columbia.edu Thu Jul 17 15:54:06 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from computer.cc.columbia.edu (computer.cc.columbia.edu [128.59.31.237]) by mail.gnome.org (Postfix) with ESMTP id 3CB7618AAA for ; Thu, 17 Jul 2003 15:54:06 -0400 (EDT) Received: from nlevitt by computer.cc.columbia.edu with local (Exim 3.36 #1) id 19dEoi-0001Mm-00; Thu, 17 Jul 2003 15:53:28 -0400 Date: Thu, 17 Jul 2003 15:53:28 -0400 From: Noah Levitt To: "J. Davison de St. Germain" Cc: gtk-list@gnome.org Subject: Re: Installing local/individual GTK Message-ID: <20030717195328.GD4458@columbia.edu> References: <200307171947.h6HJlxg08743@faith.cs.utah.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200307171947.h6HJlxg08743@faith.cs.utah.edu> Secret-NSA-Message-ID: 3b026257dfe9ed894171dbbb76f5b2ba User-Agent: Mutt/1.5.4i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Thu, Jul 17, 2003 at 13:47:59 -0600, J. Davison de St. Germain wrote: > > Also, here is a list of files in the pango modules dir: > [...] > > I assume that at least one of those is a "usable font". Thanks again > for your help. Those aren't fonts. It seems like you don't have any. Easiest thing to do is download the bitstream vera fonts from http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/1.10/ and put them in ~/.fonts. That might not work depending on your fontconfig setup, but I'd say odds are in your favor. Noah From vadim@berezniker.com Thu Jul 17 22:54:05 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from gorlovka.vmpn.net (unknown [216.254.75.9]) by mail.gnome.org (Postfix) with SMTP id A35F4181C4 for ; Thu, 17 Jul 2003 22:54:05 -0400 (EDT) Received: (qmail 4420 invoked from network); 18 Jul 2003 02:54:06 -0000 Received: from vadim.homenetwork (HELO berezniker.com) (10.0.1.25) by www.75.254.216.in-addr.arpa with SMTP; 18 Jul 2003 02:54:06 -0000 Message-ID: <3F176128.901@berezniker.com> Date: Thu, 17 Jul 2003 22:53:28 -0400 From: Vadim Berezniker User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030714 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: pango layout extents (ok under linux, problems under win32) X-Enigmail-Version: 0.76.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Using pango 1.2.1 and gtk 2.2.1 in 'English' locale. (For both windows and linux). I create a new label, set the text and then attempt to calculate extents using the various extents functions availabe. i.e. I tried retrieving the extents via the appropriate pango function, tried iterating over the lines of the layout and calculating their individual extents, etc and under all these circumstances the extents returned are smaller in width than the actual width of the text. The contents of the label is a mix of English and Japanese. (Which I guess attributes to the problem). (The same code works perfectly under Linux) From vivek@lantana.tenet.res.in Fri Jul 18 01:13:14 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lantana.iitm.ernet.in (lantana.tenet.res.in [202.144.28.166]) by mail.gnome.org (Postfix) with ESMTP id 50E7118584 for ; Fri, 18 Jul 2003 01:13:12 -0400 (EDT) Received: from dodo.lli.tenet.res.in (aster [144.16.241.214]) by lantana.iitm.ernet.in (8.11.6/8.11.6) with ESMTP id h6I5Cxe17320 for ; Fri, 18 Jul 2003 10:43:00 +0530 Subject: UTF-8 characters From: Viveka Nathan K To: gtk-list@gnome.org Content-Type: multipart/alternative; boundary="=-hSdchi0eJM7i6pOMwzXJ" Organization: TeNeT Group Message-Id: <1058505119.877.10.camel@dodo.lli.tenet.res.in> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-4) Date: 18 Jul 2003 10:41:59 +0530 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --=-hSdchi0eJM7i6pOMwzXJ Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi all. I am using the function g_utf8_get_char() to read Unicode values from a text file. The strings are fetched by using fscanf() function. It fetches upto SPACE or NEWLINE. But both these characters are returned as NULL. How can I fetch the SPACE as SPACE and NEWLINE as NEWLINE ? -- Viveka Nathan K TeNeT Group --=-hSdchi0eJM7i6pOMwzXJ Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit Hi all.
  I am using the function g_utf8_get_char() to read Unicode values from a text file. The strings are
fetched by using fscanf() function. It fetches upto SPACE or NEWLINE. But both these characters
are returned as NULL. How can I fetch the SPACE as SPACE and NEWLINE as NEWLINE ?
--
Viveka Nathan K <vivek@lantana.tenet.res.in>
TeNeT Group
--=-hSdchi0eJM7i6pOMwzXJ-- From john@cellform.com.au Fri Jul 18 01:50:09 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from freyja.cellform.com (ns1.cellform.com [202.61.130.74]) by mail.gnome.org (Postfix) with ESMTP id ECE2618E0D for ; Fri, 18 Jul 2003 01:50:07 -0400 (EDT) Received: from marilyn.intra (john@marilyn.intra [192.168.0.2]) by freyja.cellform.com (8.12.3/8.12.3/Debian-6.4) with SMTP id h6I5nkve016613; Fri, 18 Jul 2003 13:50:02 +0800 Received: by marilyn.intra (sSMTP sendmail emulation); Fri, 18 Jul 2003 13:49:46 +0800 From: "John Darrington" Date: Fri, 18 Jul 2003 13:49:46 +0800 To: Viveka Nathan K Cc: gtk-list@gnome.org Subject: Re: UTF-8 characters Message-ID: <20030718054946.GA359@cellform.com.au> References: <1058505119.877.10.camel@dodo.lli.tenet.res.in> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pf9I7BMVVzbSWLtt" Content-Disposition: inline In-Reply-To: <1058505119.877.10.camel@dodo.lli.tenet.res.in> User-Agent: Mutt/1.3.28i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --pf9I7BMVVzbSWLtt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 18, 2003 at 10:41:59AM +0530, Viveka Nathan K wrote: Hi all. I am using the function g_utf8_get_char() to read Unicode values from a text file. The strings are fetched by using fscanf() function. It fetches upto SPACE or NEWLINE. But both these characters are returned as NULL. How can I fetch the SPACE as SPACE and NEWLINE as NEWLINE ? As I understand it, that's what scanf is supposed to do. Unicode or no unicode. If you want everything to be interpreted literally, then why not use fgets ?? J' --=20 PGP Public key ID: 1024D/2DE827B3=20 fingerprint =3D 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 See http://wwwkeys.pgp.net or any PGP keyserver for public key. --pf9I7BMVVzbSWLtt Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE/F4p6imdxnC3oJ7MRAjkwAJ49BE9t2Yucc8QcQTnuY3I3sQyjIwCfcqp8 UlvyzSx9Ei44PKliM1TYiCU= =5Ag3 -----END PGP SIGNATURE----- --pf9I7BMVVzbSWLtt-- From leen.toelen@cropdesign.com Fri Jul 18 08:44:16 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cropdesign.com (212-123-24-116.iFiber.telenet-ops.be [212.123.24.116]) by mail.gnome.org (Postfix) with ESMTP id 01D9518A76 for ; Fri, 18 Jul 2003 08:44:15 -0400 (EDT) Received: from cropdesign.com by cropdesign.com (MDaemon.PRO.v6.8.4.R) with ESMTP id 33-md50000000018.tmp for ; Fri, 18 Jul 2003 14:43:50 +0200 Message-ID: <3F17EB85.2040308@cropdesign.com> Date: Fri, 18 Jul 2003 14:43:49 +0200 From: Leen Toelen User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030702 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: group buttons Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Processed: cropdesign.com, Fri, 18 Jul 2003 14:43:50 +0200 (not processed: message from valid local sender) X-Return-Path: leen.toelen@cropdesign.com X-MDaemon-Deliver-To: gtk-list@gnome.org Reply-To: leen.toelen@cropdesign.com Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, I am trying to figure out if it is possible to group some buttons in gtk together. In Aqua this is possible, eg safari uses it for the back/next buttons, and iCal for the back/day/week/month/next. This works by cutting the edges off the middle buttons, and only showing those at the ends of the groups. The results is that those buttons are visually bound to each other. I find this much more elegant than the current evolution setup, and would love to use this in gtk as well. Thanks, Leen Toelen From swalker@caspercollege.edu Fri Jul 18 09:30:59 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.caspercollege.edu (mail.caspercollege.edu [63.227.163.240]) by mail.gnome.org (Postfix) with ESMTP id 5AF38180E7 for ; Fri, 18 Jul 2003 09:30:59 -0400 (EDT) Received: from admin.cc.whecn.edu (admin.cc.whecn.edu [137.84.130.10]) by mail.caspercollege.edu (8.11.6/8.11.6) with SMTP id h6IDACp04635 for ; Fri, 18 Jul 2003 07:10:12 -0600 Received: from ADMIN/SpoolDir by admin.cc.whecn.edu (Mercury 1.48); 18 Jul 03 07:31:04 -0700 Received: from SpoolDir by ADMIN (Mercury 1.48); 18 Jul 03 07:30:39 -0700 Received: from CC53814 (137.84.128.234) by admin.cc.whecn.edu (Mercury 1.48) with ESMTP; 18 Jul 03 07:30:36 -0700 From: "Stewart Walker" Organization: Casper College To: gtk-list@gnome.org Date: Fri, 18 Jul 2003 07:30:35 -0600 MIME-Version: 1.0 Subject: glib 1.2.8 & gtk+ make problems in cgywin Message-ID: <3F17A21D.24207.1828EF@localhost> Priority: normal X-mailer: Pegasus Mail for Windows (v4.01) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Sorry if this is covered ground. Did scan the archives but didn't find anything pretaining to this Trying to get the gimp up and running on an I386 running a fresh install of cgywin (selected all). glib 1.2.8 ./configure runs and doesn't display any problems /* .. done updating cache ./config.cache creating ./config.status creating glib.spec creating Makefile creating glib-config creating gmodule/gmoduleconf.h creating gmodule/Makefile creating gthread/Makefile creating docs/Makefile creating docs/glib-config.1 creating tests/Makefile creating config.h creating glibconfig.h glibconfig.h is unchanged /* glib 1.2.8 make /* make all-recursive make[1]: Entering directory `/home/root/progs/gimp/glib-1.2.8' Making all in . make[2]: Entering directory `/home/root/progs/gimp/glib-1.2.8' /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN= g_log_domain_glib -g -O2 -Wall -D_REENTRANT -c gstrfuncs.c gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -g -O2 -Wall -D _REENTRANT -c gstrfuncs.c -o gstrfuncs.o gstrfuncs.c: In function `g_strsignal': gstrfuncs.c:674: conflicting types for `strsignal' /usr/include/string.h:75: previous declaration of `strsignal' gstrfuncs.c:674: warning: extern declaration of `strsignal' doesn't match global one make[2]: *** [gstrfuncs.lo] Error 1 make[2]: Leaving directory `/home/root/progs/gimp/glib-1.2.8' Any help would be greatly appreciated. Thanks Stew make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/root/progs/gimp/glib-1.2.8' make: *** [all-recursive-am] Error 2 /* From dav@cs.utah.edu Fri Jul 18 13:49:17 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail-svr1.cs.utah.edu (mail-svr1.cs.utah.edu [155.99.198.200]) by mail.gnome.org (Postfix) with ESMTP id 14DDD18200 for ; Fri, 18 Jul 2003 13:49:17 -0400 (EDT) Received: from faith.cs.utah.edu (faith.cs.utah.edu [155.99.198.108]) by mail-svr1.cs.utah.edu (Postfix) with ESMTP id 10DB234765 for ; Fri, 18 Jul 2003 11:49:17 -0600 (MDT) Received: (from dav@localhost) by faith.cs.utah.edu (8.11.6+Sun/8.11.1) id h6IHnGj11648; Fri, 18 Jul 2003 11:49:16 -0600 (MDT) Date: Fri, 18 Jul 2003 11:49:16 -0600 (MDT) Message-Id: <200307181749.h6IHnGj11648@faith.cs.utah.edu> X-Authentication-Warning: faith.cs.utah.edu: dav set sender to dav@cs.utah.edu using -f From: "J. Davison de St. Germain" To: gtk-list@gnome.org Subject: Re: Installing local/individual GTK Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > > Also, here is a list of files in the pango modules dir: > [...] > > I assume that at least one of those is a "usable font". Thanks again > > for your help. > > Those aren't fonts. It seems like you don't have any. > Easiest thing to do is download the bitstream vera fonts > from http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/1.10/ > and put them in ~/.fonts. That might not work depending on > your fontconfig setup, but I'd say odds are in your favor. After downloading those fonts and trimming the .fonts.conf file down to a very minimum (just the dir for the fonts), my program now works. I also experimented with putting the X11 fonts dir in the .fonts.conf file and running fc-cache (as root) and it seems to now let me use some of the fonts in the X11 installation dir. I appreciate your help immensely. Thanks, Dav ----------------------------------------------------------------------- - J. Davison de St. Germain dav@cs.utah.edu (801) 581-4078 - - Chief Software Engineer http://www.cs.utah.edu/~dav - - SCI Institute, SE C-SAFE University of Utah - ----------------------------------------------------------------------- From galaviel@bezeqint.net.il Fri Jul 18 14:27:18 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from ogi.bezeqint.net (unknown [192.115.106.14]) by mail.gnome.org (Postfix) with ESMTP id 3085B18B8E for ; Fri, 18 Jul 2003 14:27:18 -0400 (EDT) Received: from bezeqint.net.il (bzq-218-211-18.red.bezeqint.net [81.218.211.18]) by ogi.bezeqint.net (Bezeq International SMTP out Mail Server) with ESMTP id 04CB845D2 for ; Fri, 18 Jul 2003 21:19:50 +0300 (IDT) Message-ID: <3F182DF6.8050702@bezeqint.net.il> Date: Fri, 18 Jul 2003 20:27:18 +0300 From: Gal Aviel User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: [Fwd: GtkSocket - howto set initial size] Content-Type: multipart/mixed; boundary="------------090407000502040206060705" Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is a multi-part message in MIME format. --------------090407000502040206060705 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit --------------090407000502040206060705 Content-Type: message/rfc822; name="GtkSocket - howto set initial size" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="GtkSocket - howto set initial size" Message-ID: <3F182C16.8050105@bezeqint.net.il> Date: Fri, 18 Jul 2003 20:19:18 +0300 From: Gal Aviel User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-app-devel@gnome.org Subject: GtkSocket - howto set initial size Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi All, How can I set the initial size of a GtkSocket (I'm using Gtk 2.2.2 on RH8 x86)? I want to set the *initial* size of the socket to the size specified by the WM_HINTS/PSIZE that the embedee sets on its toplevel window (PSIZE is currently un-used in gtksocket.c at all). However I *do* want the user to be able to shrink the socket/embedded window below and above that initial size. I'm looking for something similar to gtk_window_set_default_size() but for a widget. This is important for me, since I'm embedding NEdit (the text editor), where one of the user preferences is the initial size of the nedit window (expressed as rows x cols). NEdit takes this preference and after considering the size of the menu etc sets PSIZE. Any thoughts ? Thanks in advance, Gal. --------------090407000502040206060705-- From galaviel@bezeqint.net.il Fri Jul 18 18:22:04 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from nils.bezeqint.net (nils.bezeqint.net [192.115.106.38]) by mail.gnome.org (Postfix) with ESMTP id ED55518DB8 for ; Fri, 18 Jul 2003 18:22:03 -0400 (EDT) Received: from bezeqint.net.il (bzq-218-211-18.red.bezeqint.net [81.218.211.18]) by nils.bezeqint.net (Bezeq International SMTP out Mail Server) with ESMTP id B1F72716; Sat, 19 Jul 2003 01:14:01 +0300 (IDT) Message-ID: <3F1864FC.70308@bezeqint.net.il> Date: Sat, 19 Jul 2003 00:22:04 +0300 From: Gal Aviel User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jane Young Cc: gtk-list@gnome.org Subject: Re: GTK+ and Xlib References: <3EF8E273.7020102@attbi.com> <1056505078.30100.1.camel@localhost.localdomain> <013d01c33c06$a5c30e40$d2ada8c0@itres.com> In-Reply-To: <013d01c33c06$a5c30e40$d2ada8c0@itres.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: If your situation is, that you already have some existing application written using plain xlib calls, and you would like to intergate it into a Gtk application (wrap it in Gtk), then you should use a GtkSocket object. Is this your situation ? Gal. Jane Young wrote: >I am new to GUI programming as well as Xlib and GTK+, so bear with me >while I ask a newbieish question or two. > >I am wondering if somehow the existing Xlib code could be integrated into a >GTK+ framework. > >Thank you for you help. > >Jane > >_______________________________________________ >gtk-list mailing list >gtk-list@gnome.org >http://mail.gnome.org/mailman/listinfo/gtk-list > > > From galaviel@bezeqint.net.il Fri Jul 18 18:24:26 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from ogi.bezeqint.net (unknown [192.115.106.14]) by mail.gnome.org (Postfix) with ESMTP id 0B46718DF7 for ; Fri, 18 Jul 2003 18:24:26 -0400 (EDT) Received: from bezeqint.net.il (bzq-218-211-18.red.bezeqint.net [81.218.211.18]) by ogi.bezeqint.net (Bezeq International SMTP out Mail Server) with ESMTP id 70D013666 for ; Sat, 19 Jul 2003 01:16:58 +0300 (IDT) Message-ID: <3F18658B.5080302@bezeqint.net.il> Date: Sat, 19 Jul 2003 00:24:27 +0300 From: Gal Aviel User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: test Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: pls ignore. From farryp@cognitcorp.com Fri Jul 18 19:41:13 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cognitcorp.com (cognitcorp02.inc.sunysb.edu [129.49.198.32]) by mail.gnome.org (Postfix) with ESMTP id 08FC518339 for ; Fri, 18 Jul 2003 19:41:13 -0400 (EDT) Received: from https://email.cognitcorp.com (sbcorp-1.cognitcorp.com [192.168.250.5]) by cognitcorp.com (Postfix) with ESMTP id C69341A36FB for ; Fri, 18 Jul 2003 19:52:31 -0400 (EDT) X-Originating-IP: [192.168.250.250] From: "Farryp =?iso-8859-1?Q?Philippe=2DAuguste?=" To: gtk-list@gnome.org Subject: gtk2 application using glade and postgres Date: Fri, 18 Jul 2003 23:52:31 +0000 Message-ID: <20030718.Bls.73835100@https://email.cognitcorp.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Content-Disposition: inline X-Mailer: AngleMail for phpGroupWare (http://www.phpgroupware.org) v 0.9.14.003 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi all I'm a newbie in Postgres and glade. I'm writing a database application using glade python and postgresql. I would like to know if there is a good tutorial that would cover all 3 components or an Open source project that I can look at the code to teach myself on how to use python glade and Postgres. Best Regards --Farry From peter@softintegration.com Sat Jul 19 03:00:11 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.softintegration.com (unknown [216.205.91.90]) by mail.gnome.org (Postfix) with ESMTP id E381C18BAB for ; Sat, 19 Jul 2003 03:00:10 -0400 (EDT) Received: by mail.softintegration.com (Postfix, from userid 12372) id 201B1FD1F; Sat, 19 Jul 2003 02:12:48 -0400 (EDT) Subject: GTK+ book To: gtk-list@gnome.org Date: Sat, 19 Jul 2003 02:12:48 -0400 (EDT) X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20030719061248.201B1FD1F@mail.softintegration.com> From: peter@softintegration.com (Peter Wu) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello, Does anybody know the most popular GTK+ book? Could it be "GTK+ Programming in C" by Syd Logan? FYI, We tested all code contained in this book in our Ch C interpreter last month. Here is our report including bugs: http://www.softintegration.com/docs/books/gtk/ Best regards, Peter Wu http://www.softintegration.com Ch: C/C++ interpreter for cross-platform scripting, shell programming, 2D/3D plotting, numerical computing, and embedded scripting From galaviel@bezeqint.net.il Sat Jul 19 09:35:14 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from marco.bezeqint.net (marco.bezeqint.net [192.115.106.37]) by mail.gnome.org (Postfix) with ESMTP id 378FB1822B for ; Sat, 19 Jul 2003 09:35:14 -0400 (EDT) Received: from bezeqint.net.il (bzq-218-115-214.red.bezeqint.net [81.218.115.214]) by marco.bezeqint.net (Bezeq International SMTP out Mail Server) with ESMTP id 1E8D26B6 for ; Sat, 19 Jul 2003 19:26:41 +0300 (IDT) Message-ID: <3F193AFE.1030603@bezeqint.net.il> Date: Sat, 19 Jul 2003 15:35:10 +0300 From: Gal Aviel User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: Howto set initial size of Widget (a GtkSocket Widget) Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi All, How can I set the initial size of a GtkSocket (I'm using Gtk 2.2.2 on RH8 x86)? I want to set the *initial* size of the socket to the size specified by the WM_HINTS/PSIZE that the embedee sets on its toplevel window (PSIZE is currently un-used in gtksocket.c). However I *do* want the user to be able to shrink the socket/embedded window below and above that initial size during runtime. I'm looking for something similar to gtk_window_set_default_size() but for a widget rather than for a window. This is important for me, since I'm embedding NEdit (the text editor), where one of the user preferences is the initial size of the nedit window (expressed as rows x cols). NEdit takes this preference and after considering the size of the menu etc sets PSIZE. Any thoughts ? Thanks in advance, Gal. From wedge__@fastmail.fm Sat Jul 19 09:58:15 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mail.gnome.org (Postfix) with ESMTP id 4CE5618448 for ; Sat, 19 Jul 2003 09:58:15 -0400 (EDT) Received: from smtp.us2.messagingengine.com (localhost [127.0.0.1]) by localhost.localdomain (Postfix) with ESMTP id 4F79B451F1 for ; Sat, 19 Jul 2003 09:58:15 -0400 (EDT) Received: from 10.202.2.133 ([10.202.2.133] helo=smtp.us2.messagingengine.com) by messagingengine.com with SMTP; Sat, 19 Jul 2003 09:58:15 -0400 Received: by smtp.us2.messagingengine.com (Postfix, from userid 99) id 59B9F731F1; Sat, 19 Jul 2003 09:58:14 -0400 (EDT) Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.2 (F2.71; T1.001; A1.51; B2.12; Q2.03) From: "Wedge_" To: gtk-list@gnome.org Date: Sat, 19 Jul 2003 13:58:14 +0000 X-Epoch: 1058623095 X-Sasl-enc: xfErNhTQpYWW15o7ZmQ7yA Subject: GTK2 problems after power cut Message-Id: <20030719135814.59B9F731F1@smtp.us2.messagingengine.com> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is a slightly strange problem, but I hope someone can help. Yesterday, for no apparent reason, all the lights in my house went off for about half a second. When I checked my comp, it had reset itself. I logged back in, and everything seemed fine, but none of the programs I use which were compiled with gtk2 support will work anymore, and they all fail with a similar error, which I have no idea how to fix. Running gkrellm2 gives: ** (gkrellm2:4455): CRITICAL **: file pango-color.c: line 952 (pango_color_parse): assertion `spec != NULL' failed -:2: Invalid color constant '(null)' -:2: error: invalid string constant "#eee1b3", expected valid string constant Segmentation fault while gvim 6.2 with gtk2 support gives: ** (gvim:4458): CRITICAL **: file pango-color.c: line 952 (pango_color_parse): assertion `spec != NULL' failed -:2: Invalid color constant '(null)' -:2: error: invalid string constant "#eee1b3", expected valid string constant Vim: Caught deadly signal SEGV Vim: Finished. Segmentation fault The same version of gvim works fine if I don't use gtk2, and all other non-gtk2 programs are still working fine. I've removed pango, atk, and gtk+ and installed them again, I've tried a couple of different versions of each, and I've recompiled the programs that don't work, but it doesn't seem to be making any difference. Does anyone have any idea what's wrong? Andrew -- http://www.fastmail.fm - The professional email service From mathieu@gnu.org Sat Jul 19 07:14:42 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mail.gnome.org (Postfix) with ESMTP id 513E318773 for ; Sat, 19 Jul 2003 07:14:42 -0400 (EDT) Received: from [192.168.1.100] mathieu_lacage@smtp-send.myrealbox.com [195.154.36.206] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.35 $ on Novell NetWare; Sat, 19 Jul 2003 05:14:41 -0600 Subject: latest version of GObject documentation From: Mathieu Lacage To: gtk-list@gnome.org Cc: Takuro Ashie , Takeshi AIHANA In-Reply-To: <1057496862.752.65.camel@mikeforce2.sog.or.jp> References: <1057233003.3085.12.camel@mathieu> <1057496862.752.65.camel@mikeforce2.sog.or.jp> Content-Type: text/plain Organization: Message-Id: <1058613913.2074.18.camel@mathieu> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-4) Date: 19 Jul 2003 13:25:14 +0200 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: hi all, I just released the latest version of my GObject documentation: it can be found at http://www.gnome.org/~mathieu/gobject/index.html. I'd like to thank all the people who contributed comments on this documentation since last version and who made this version (I hope) better. As a side note, it seems Takuro Ashie and Takeshi Aihana, both CCed on this email, have undertook the task of translating this documentation to Japanese. I hope they can complete this scary task. Kudos to them. regards, Mathieu -- Mathieu Lacage From rperini@email.it Sat Jul 19 13:30:12 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail1c.webmessenger.it (mail2.webmessenger.it [193.70.193.55]) by mail.gnome.org (Postfix) with ESMTP id 13A671813B for ; Sat, 19 Jul 2003 13:30:12 -0400 (EDT) Received: from overtheclock.email.it (151.27.172.206) by mail1c.webmessenger.it (6.7.016) (authenticated as rperini@email.it) id 3EFAE5EF00B8B374 for gtk-list@gnome.org; Sat, 19 Jul 2003 19:30:09 +0200 Message-Id: <5.2.0.9.0.20030719192812.00b20f58@popmail.email.it> X-Sender: rperini@popmail.email.it X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Sat, 19 Jul 2003 19:30:14 +0200 To: gtk-list@gnome.org From: Renato Perini Subject: Re: GTK+ book In-Reply-To: <20030719061248.201B1FD1F@mail.softintegration.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: At 02.12 19/07/2003 -0400, you wrote: >Hello, > >Does anybody know the most popular GTK+ book? >Could it be "GTK+ Programming in C" by Syd Logan? > >FYI, We tested all code contained in this book in our >Ch C interpreter last month. Here is our report including bugs: >http://www.softintegration.com/docs/books/gtk/ > >Best regards, > >Peter Wu >http://www.softintegration.com >Ch: C/C++ interpreter for cross-platform scripting, shell programming, > 2D/3D plotting, numerical computing, and embedded scripting >_______________________________________________ >gtk-list mailing list >gtk-list@gnome.org >http://mail.gnome.org/mailman/listinfo/gtk-list I think those books are all pretty old... I own "Sams teach yourself GTK+ Programming" by Donna O. Martins. A good book, but out of dated. -- Email.it, the professional e-mail, gratis per te: http://www.email.it/f Sponsor: Fenomenale!! Da oggi si naviga 7 giorni su 7 senza scatti al minuto. Scopri come... Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=1679&d=19-7 From davecindysmith@comcast.net Sat Jul 19 15:50:57 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mail.gnome.org (Postfix) with ESMTP id 75D9018790 for ; Sat, 19 Jul 2003 15:50:57 -0400 (EDT) Received: from laptop (h00087404740b.ne.client2.attbi.com[24.61.150.80](untrusted sender)) by comcast.net (sccrmhc13) with SMTP id <20030719195058016000s0jae>; Sat, 19 Jul 2003 19:50:58 +0000 Content-Type: text/plain; charset="iso-8859-1" From: Dave Smith Reply-To: davecindysmith@comcast.net To: Renato Perini , gtk-list@gnome.org Subject: Re: GTK+ book Date: Sat, 19 Jul 2003 15:49:48 -0400 User-Agent: KMail/1.4.3 References: <5.2.0.9.0.20030719192812.00b20f58@popmail.email.it> In-Reply-To: <5.2.0.9.0.20030719192812.00b20f58@popmail.email.it> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200307191549.48566.davecindysmith@comcast.net> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Saturday 19 July 2003 13:30, Renato Perini wrote: > >Does anybody know the most popular GTK+ book? > >Could it be "GTK+ Programming in C" by Syd Logan? ___________________________________________ > > I think those books are all pretty old... > I own "Sams teach yourself GTK+ Programming" by Donna O. Martins. A goo= d > book, but out of dated. I own both if the above, plus "Developing Linux Applications with GTK+ an= d=20 GDK" by Harlow and "GNOME/GTK+ Programming Bible" by Griffith. I found e= ach=20 book helpful by giving a different approach to the same subject. Studyin= g=20 the same subject multiple times may seem like a waste of time, but for a=20 newbie I found that the repetition helped me gain a more well rounded=20 perspective on the subject. Unfortunately, these books were all written = for=20 GTK+ 1.2. I have found references to a new book "Programming with GTK+" by Tim Jani= k -=20 O'Reilly & Associates, May 2003, ISBN 1565926242. This book is supposed = to=20 cover gtk+2.0, but it was apparently never actually published (at least=20 according to O'Reilly). Does anyone have any more information on the sta= tus=20 of this book? Dave Smith From rperini@email.it Sat Jul 19 16:57:45 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail1c.webmessenger.it (mail2.webmessenger.it [193.70.193.55]) by mail.gnome.org (Postfix) with ESMTP id F073A1839D for ; Sat, 19 Jul 2003 16:57:44 -0400 (EDT) Received: from overtheclock.email.it (151.27.172.206) by mail1c.webmessenger.it (6.7.016) (authenticated as rperini@email.it) id 3EFAE5EF00B98F07 for gtk-list@gnome.org; Sat, 19 Jul 2003 22:57:42 +0200 Message-Id: <5.2.0.9.0.20030719225736.00b25808@popmail.email.it> X-Sender: rperini@popmail.email.it X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Sat, 19 Jul 2003 22:57:49 +0200 To: gtk-list@gnome.org From: Renato Perini Subject: Re: GTK+ book Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: At 15.49 19/07/2003 -0400, you wrote: >On Saturday 19 July 2003 13:30, Renato Perini wrote: > > > >Does anybody know the most popular GTK+ book? > > >Could it be "GTK+ Programming in C" by Syd Logan? >___________________________________________ > > > > I think those books are all pretty old... > > I own "Sams teach yourself GTK+ Programming" by Donna O. Martins. A good > > book, but out of dated. > >I own both if the above, plus "Developing Linux Applications with GTK+ and >GDK" by Harlow and "GNOME/GTK+ Programming Bible" by Griffith. I found each >book helpful by giving a different approach to the same subject. Studying >the same subject multiple times may seem like a waste of time, but for a >newbie I found that the repetition helped me gain a more well rounded >perspective on the subject. Unfortunately, these books were all written for >GTK+ 1.2. > >I have found references to a new book "Programming with GTK+" by Tim Janik - >O'Reilly & Associates, May 2003, ISBN 1565926242. This book is supposed to >cover gtk+2.0, but it was apparently never actually published (at least >according to O'Reilly). Does anyone have any more information on the status >of this book? > >Dave Smith I totally agree with you. "Repetita iuvant" said latins :-) I was very interested in Janik's book, but, unfortunately, I couldn't find any information about it. No doubt it will cover GTK+ 2.x . O'Reilly website do not mention it either. -- Email.it, the professional e-mail, gratis per te: http://www.email.it/f Sponsor: Da Peraga un giro del mondo gastronomico tra un acquisto è l'altro... fai un salto al Ristoro Sunflower. Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=1477&d=19-7 From mow@onlinehome.de Sat Jul 19 18:08:07 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from moutvdom.kundenserver.de (moutvdom.kundenserver.de [212.227.126.251]) by mail.gnome.org (Postfix) with ESMTP id 888C8188FC for ; Sat, 19 Jul 2003 18:08:06 -0400 (EDT) Received: from [212.227.126.223] (helo=mrvdomng.kundenserver.de) by moutvdom.kundenserver.de with esmtp (Exim 3.35 #1) id 19dzs6-0002tW-00 for gtk-list@gnome.org; Sun, 20 Jul 2003 00:08:06 +0200 Received: from [80.128.78.4] (helo=eco) by mrvdomng.kundenserver.de with esmtp (Exim 3.35 #1) id 19dzs5-00077t-00 for gtk-list@gnome.org; Sun, 20 Jul 2003 00:08:05 +0200 Received: by eco (Postfix, from userid 1000) id 1E5481233C; Sun, 20 Jul 2003 00:11:14 +0200 (CEST) From: Morus Walter MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="vbRjoWg1lQ" Content-Transfer-Encoding: 7bit Message-ID: <16153.49666.47323.114691@onlinehome.de> Date: Sun, 20 Jul 2003 00:11:14 +0200 To: gtk-list@gnome.org Subject: mixing wrap-modes in text view X-Mailer: VM 7.07 under 21.4 (patch 6) "Common Lisp" XEmacs Lucid Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --vbRjoWg1lQ Content-Type: text/plain; charset=us-ascii Content-Description: message body text Content-Transfer-Encoding: 7bit Hi, is this possible? I would like to protect certain terms (consisting of multiple words) against word wrap in a gtk text view. I thought this might be possible by creating a 'nowrap' tag an a 'wrap' tag and insert the protected terms with nowrap and the rest of the text with the wrap tag. The nowrap sections should then be treated as one word. Unfortunately this does not work as expected. What I see is that the text view uses the wrap mode of the first text in a line for the whole line, even if text with other wrap modes is following. So if a line starts with text with the nowrap tag, the line isn't wrapped, if the line starts with text tagged with 'wrap', even text tagged with nowrap is wrapped. Is this intentional? Further: I'd like to enable wrapping between two texts in nowrap mode. Should that be supported? I thought about adding a unicode zero width nonjoiner (x200C) in wrap mode... I added a test program (sorry, C++ based on gtkmm) and a screenshot (I hope an attachment is ok for the mailing list) of what I get. I'm using gtk+ 2.2.1, pango 1.2.1, gtkmm 2.2.1 and pangomm 2.2.1 with gcc 3.2 on linux. greetings Morus PS: I would like to add that besides these difficulties text view is a great and impressing tool. Thanks to everyone who worked at it. --vbRjoWg1lQ Content-Type: image/gif Content-Disposition: inline; filename="textview.gif" Content-Transfer-Encoding: base64 R0lGODdhhgKoAfcAAAAAAAAA+FBUUGD8oKioqNDQ0NhEGOjs6Pj8+GxsTg0NE0BACAgIDHR0 ABcXAAgIADAIqPV08f8X/78Iv8EA7EMAqwMABEAAQAAB9gAAfAAAFwAACNANgKj/ThQAEwgA CFwbDFO2AA0AAEAAAAB1zvY8SCkDA0BAQADYSwB+AAAXAAAIAACobADy8gD//wC/v7gESPMA AP8AAL8AABTxztc6SAQDAwgES3QAABcAAAgAAAAIbAB08gAX/wAIvzBISPXzAP//AL+/AAB1 ptc8kQQDB7wcCGx9dA0XF0AICADIgwDyAAD/QAC/AugE6PMA8f8A/78AvzfxHto6kgUDBwhA CEm8CAJsdEANFwJACAgIgxcXQAgIAugIQPN0ev8XF78ICM0wS2c/AAMDAEBAAAgIECJASQJ6 AEAXAAIIACgAEvQAAEsw4Hg/mAgDBy0IgCB0TgwXEwgICABADAB6ADigCPR+8nnSJpQ+mQC8 wABsogANFgBACNAIAfR0AP8XAL8IAAi8CMBs8jYN/0BAv2GbAdmBmQUGBwgDDQAggAB8TgAX EwAICGhcKPQC8rOAUqyBjAcGBwFAKAB6+IbcKAJ88qjSrAE+jAADBwC8QABsoAF0AMxIAPTz ANCzwPSMhP8GBb9ACNS4KPR5+IIguAB89EAX/wIIv2hcOPQC9fOYkqyMjAcGBQi8DcBsADYN AIZgAALNAAASAKhfAQHNAAAMAGQAmPQAjP8ABr8AQABgBADNAABwCADzdAD/FwC/CDCI+PXz 8v///7+/v64MdZnYPAcEAwhAQGC46M15fBIXF/EgeA588gwX/wgIvwAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAhgKoAQAI/gAHCBxIsGBBAwYTKlzIsKHD hxAjSpxIsaLFixgzatzIsaPHjyBDihxJMiPCiwRSqlzJcqWAAy1jypxJs6bNmzhz6tzJs6fP n0CDCh1KtKjRo0iTKl3KFOjLnggJCJhKtarVq1izat3KtavXr2DDih1LtqzZs2jTql3Ltq3b t3Djyp1LtyuBqC8P6N3Lt++BvH4D6wUsuLDhw4gTK17MuLHjx5AjS55MubLly5gza97MuXNi wp8bg0b8FC/MnE9Rn27KurXr17Bjy55Nu7bt2zdT49Sde3XvuwOk+rbJm/hw3MiTK1/OvLnz 59B5Fq85nWb1maWDX5e5PWb36ODD/ot3XaDA+PPo07f8zpK9y+PWYZrW6V5lffX48w8tv9+8 Tv76BSggcvcJR99q8Elln3zaJcidg95BOOCEFNYEYFAXVqjhhrgV6CGC3C0InIGqsdSXAO1J yOGKAZbnon8qvRgjjATw9+KFGeKYYUoy8kjjjiwGOWFxJ6YoE3y6JYhiStmReNiS0622pIhC VkkhkADq6ONKO+b4I401+pfll1aWGWCU9hnZ0l8RqqSkiPMRACGUx502JZVm5plel2T6yGdL Y7LkJZfm2VgomHomCh2aCqppYqPvuRkikww6aR2lMcF0J6aKdhodnzf2SSigYoLpZahhpgqk p6x2CJ+m/uvVyWSsknoHZ4Mp/bUVpyZuymurwOL2p0w9zhhTscYmK+ihqQbrbG3VsUnro7NG muukBsa525vTPuttbIE222y4W4qLbLnKGorqt+y2dp2vJLpplaPcZotrifi2qy9TyN6Irrhh Djtjv8WSu+/BRn14YK3r3Rrvb/kiLPHEFFfsKMTbypuVwwpHbPHHIIfcascZl6gtxiiLrPLK LHNIcsrUVfqycS3XbPPN6s0c88IGGDCVrmAB/ZXQdRVt9NFIJ6300kw37fTTTxPdldRcUb3V Xwj9hcDWXHft9ddghy322GSXbfbZaKet9tpst+3223DHLffcdNdt99145633/t58j62XQFL1 LfjghBdu+OGIJ6744ow37rjiMn8dwOOUV2755ZhnrvnmnHded+ReT2636J6XbvrpqKeu+uqs ow1616TTHXvrtNdu++2456673yMKsHUAwCNAOvDBSy588b8Tn/zsw3Mt+uTFE9+88l4DwLX1 W2NvPQDac489Attzv/v45Jdv/vmORx798+xL3v7xyf9uvPz0I79+/PB3/f3+2e/fff8ARJ8A B0jAAhqQbOqDHf0W6DwFCs+Bs3vgAp8nNgo2UH/XyyD4xKY9DB7wgyAMoQhbl8ALxi6CJ2Sg BUNXvws6T3oq/FoHN5i96nlvhjUcoQ53yMMeQq53/hJsoQuHuEIJRtCIE4Rd84LIxBzi8Hvg 4x8Nc+jDKlrxilhkWwmFyMAYMrGIDYReEFNoQgdicHtThKIaqTjFLLrxjXC0ovredz8WmpCO YVuiCun4vuppkI3ii2IAAxnHQhrykAQEnfKGRz07TrCR+TMjGV8IPTFC0oNthGIUw7dB7yHy k6AM5e1eh7oj0k2TokylKlepOVKezpRzQyUrZ0nLWhbOlaaDpdxkacte+vKXcMMlMIdJzGIe UpjGTKYylzlCZMaNkGvzn9ukyTZZ8jJx1qxcNim3zcd103HfbFw4GTfOxZXzc0C82zXPhsO2 tZOdf8Sk4qToR3LG856I/qOnPLGJzzbyk439NJw+A1q4gQI0n/1cp9yc+TaFlu2d0TzoQwlq T4mCk6LmxOg8NfpPf3KTowi1qDhBajfQ3VB/0Dzp9QLpyf6psaUu7SQhYbrJl6IRpiqN6SZr iNOVopKeHWRpT2mq0/ABFZpUlCIna5pBou5Upkf96R+D2r2ZPhWlVI2qDKfK06ryz6ktNepU kZpGDS41p2K1YVbHKtWkdtWlXyVrWK/qv7aWVaZwbapcWUpXn27VrXhlald/ytee6pRukRMq YBV7V6AO8n+CvCsNGUvZlQ7SrJaN7BPr2VhqUtaulZUsYCfrWcjKNbN8Fa1kIatZ04LWtKMd /i1rPxtATIZ2oI6NbGsf+9fdTvaeuZ2pa2s71suqNril5S1nbwtcruqWtrotrmZjGzdcshZs 103jOtv5xO0C0qLZ1ecMySpbkXK3t2skbdiCy8HvLteD2XXub9frXtvCl7j2dWJ7M4ne+0Y3 v/PFbn3lO1/yrta8A47teHnJXvry972Y/a98IRrhg4rXiQ7VYjpvWFesCle8KVVpem3q4fNm Eq1WdW+H/7rZEidYtN3dZot9mloLxzPGAg6wJjn84gtrV8bU5fGDAaxj8o4XuCLeJ4yTamT9 AlTI6SUyjlkc5CTj08crrueM4WpiKTM5w2lLLG5na0MLk/nBhK2t/omp6c8aj7jMWlawUpWM ZTj7F8QV9midUUplGM/5yjd+clu3nOIoE/idp9Uxn51sYxXbOcJ4ZrSeA93mQcs5z6D1b2bv fOM/NxrNj64uEA0taUv3udQSXbOmSa3oPNv4ppRGNYQl/epOxjrAk3Y0Z5tq6wF3+dCf5jUa fd1jSttV2EvGdH9dPWlYE3vIwM71GXsN7V8rONg8pbahrZ3sY4saL75VKmwZLW7lutmsw52u uSv8ZtVeG7Xp9nKrZ31ic2ca0gm9NXQTDWp3J9ve+O02dd8NcAnv2aD/Dnd8D55vX6eb3+1G uI8LDnFOi1TD4N6pUEm88U5zvKq4pqkn/jvOXfF13LLtviq9d2zymxrY5Kt++a017nIGD5vc Mk/wyGu+3psXmcEz3zlUe95vlcvbrzB3KgBTrvSE03zo2PX5lJctaE6mVYZS/7KDof30q5eZ 6QZ2G0OZ2VvNgTmjnDv7RtPeObV3NHNjJ7uSL+f2kG6u7ofDu0DbzvfNxV3uF/dm3+8+eLMX PnN6J9zfAc/4xjvec4t/vOQnT/nERX6XORZ82Ue6+YrumvOf9/zc1x56tJee9KN/O0kRm869 SRz05yxow00fe8K93vO1H9ztaZ950udecLtXfOv1hvCLBt73iF+97I/f0cTzrfiwTz7z7e58 dOKFvRuPK2HX/qr1WVM1r4PFOvd/TPXvCxbqWA1/9wFsfrQa/alXz/KE33p+rxe1r4edf2Dd D9bCpvj92OdVerV96kd+3kd//LdX4yd/5bV/Q6WABciAB+aAVtV/C+hXfCMzyAVvymVb44Zb ziVcBeeBxgWCi5VcvkWC6maCncWBKShdqcWC5UZxr1WCzXWCLshYKhiDN9iCNIheH9iDM6hw AYeCWzaBIkiEyxWETxaCRrhwOThwJdU7DZZjrHZwQLdY+3WFxhZwDXhN3IaFW+dppyZtEZeF jbWFdNaFEvaFaghoupZzaehgXBiHaEiGcQaH/SaHeKhpZnhnd8hsyrZyGDY4iUVu/mpVY3/I bk02b1xWbLr2fgWGZHOlh2AHZMdlZZ92iVZYZZW4iTGHiWP2iYuIc6JIiYp4b6bYiZlIiqr4 c6w4iqlIdbDYZ7IYhmwoiVMIbkcGSGT4iohmapEWcrQYjLbYaYMobyx3jL6YjNG2jHk4jLgY iUWIiJs2jUVXjY5YaGtIjQZnjWoGidn4jdv4i8UoaMxYb7KmjKF2N4fobNUmjikHaPC4bfLo h7V2c/bIdQIXerA2ccRIiNKGbACJjfOYjwlnkPjYbNomTwrJbFJVjw55jxC5VRKZi6WIawhZ kBRJax61i9pBcEpYcfiWavr2cMAIjkc3kinpiNH2gwJ5/oQiuW8tKZMJiZLn6JIziZMxKYUF yZPs6G8/OYLP6JMnSZTvZpPWF5JOJ3T2h3KhOIb75JS6CHOMGIiUKEhPuXRRmXmkRpVNZ5Wr 6JVT2XLo93VdmZNIx3NRV3RhGXRmuZVamZYCuZZnyWecSJZZmXQvl3UGqJYxxZc255Zhx3oZ 11CHhznVB3yJSXeNaTmL2TeR+Xypc3lbZ3hsl5mEp5mYuZme2ZmmY5m9J32fSZqgaZqoqZiP qU2VOXyV95qwGZuG6JqyWZu2eZtiR5uuN5qip3yU2Xmml3p2J5x5x5vB6Zu7CZyoh5zEZ5wZ qJt2E3zN55zL95GTiZgmiXvU/ml7s4d8ylmdvyeZ3Tmd36k3ohlR01ec6bl36wmepHmd0cmc 4tme3Emfuiefv/mRiKOBIdhaFQiB6CeBAQh+dwl/+AeA/Zl9Ayh+EYiB7IeAD0iAAeqg+ndW EcqgE5p/bqigBYiB8UehGyqAHXp/hoWgWsihBTpXJQpWCSqiKep/WnWAFKh9GPqhGoo3/ImD MLmDvdhmTpiDULhux/WjOwqDPbpjRMqSQGiDTaijSrqETOqjTkqTS7qCQohuQKqN4RZkSUql UGqlTeqDT8qjKomET6ilzGWfYUaF/UmH3biHWKmRfliTXoiEbwiKkBanFLaORdmGduqmlgiI UumR/s6YlHVahWVIp36KqHmIp07Gh4LIp4a6qG3Kio5aYPDJO7xYplD2pnkZjaj4kGMJqlU3 iz15o5NYqqJai6Raaa6YkxKYqq5qqkEpiUeaiKs6dRY3q7m6frvKcq96qrbKqZqYkbqaN4dY joXaj5tWkuoYkLWqjYRmjsIqrZcmqcxqrX62rHvWrI+KjNjardoqjR2pkYk2rdyKkeSIruGq rud6rdDap97qjqNmaxzJj+K6kfpWrhAVkQ2JkYq6hhdJjQFLj/9KsLDaef+4r/iqrgypjxPZ sN74sAnJr9hmrxUrseNIsfdahxubqV9jUkephEG5e9sGlH1qsg6JspOq/rLgCl0lO3sni5T9 6LLNSLIpK7MrS7MMl53VxrI1q7MvG28567Mzi7Mti59mI7I6F5dV6Zex2pROG5ZQC6IvGZhs iXWEGaeuOpdUu7WDWnVe25dgq5diK5hE96l1ibUFypVXGbZdi7ZtqbYr2XVPW7aAabdfS7c4 Cp1pA7LqtJofxZmp6ZiEq5qH2znneXqsmbiQKbiaV5qIK7mGezqLS5zGR7mP67iNq7mde5qT G5p+i5ukW7qmiwCXe7qqu7rLlLroybhmw2avW5hkI7tqY7tj6Ha0Oza4W7uJ17vwVKexO69o A7zDK7wThby1S7zB66fDqbTxWZ5mtJ+jG0vj/nm7ahqpxZu9hAqofws3e8q74Mu9coq9+rm9 5xu81Re+6ju+6Vuf1hl90jtEc6NLXuO6x/u+1US+7Hu865ue/bud/vu67sS/Bqy/y4vA4qvA d1rADOy9vDe5zme/bEPBXJOjaYiiT6mi/5dTKjdydCVyIZa1HizCJGzC6Rd/IxygKBzCK4x0 LkxiMZx+MIxTI8xxLuxhKTzDFArCNmxTOPzDOlzDHzbEgcnD+efDRSyjFvqfEmqjJprBLrrB MMpWSiRGy3NElXRC1HNJYoPBQ+ilZKpe6kbGbjZuZtxdxpXGTLbGD0ekZ+zGbVzGbyykRSbH W6qj+wbHdZzHbGym/hTHx3Y8g3s8yIYcpmEMtEbIpVOqyFF4V3VUR0qEP5HsOmyqhRBcsFga sVmIVAe5yQ5biJzsrZ8sygEVXgtpyuCFX2C3wK3cwHuKyozoyjFHy7MMy6v8X69cfgimsWcY tuHbq2RMRF40vUUERpoakrfqYr4cikucjUJ2oCGHYuIazSU6zdVMzR73zPNozf9XU1nWzTes aj1crCUnxAQ7zukMxOScxObsi+gMzY14hJ0aqG+bjsBKq/IKU2Q0ScT8RV2UzIGzzOHYzHmK ZJH4zWV8x+hImAj9se2s0HHc0LsMjWxm0Qupg+3sggF50XD2yRo9sSEN0QVd0R+d0cII/q7x OqnzStDPZbGV5kX+LNMQZMmbOrDQnLASy3TdyNNw6NONVsoR3dMz19FFTWiJmp3drNRzKpKy holPbalGndRuSdSC6K8QC7A6LbAHm9PVmkP9PL00XUZnw7Q/y7NsGFp/vMiiPNHn5sdq3ceE rMZ0PMdvHddoTNd3ndebXMg+6NdxfchrzddtLdd9LdeEHdhGu7NIG7SLPbQdWLQ0FMl99M+V XNYbBpdWd7eceHJHfGJNvMOg7Z+i/XHuPGwy/NmmLc1C98FWudrX3NoofM4pDHK0bZcaB8+k DcOjjdsg3Ntsm9vA/XTCDdsrfNt5C5Zky7dOrdyDqbaLREla/ixJkIQ8Au077su62i13gBu9 54O/3b3d4p1F4X1KAgTe453exlTe1os++Kve8B3fbvTe8l3f9q1D9J25mFud+w2//X2f88vf 0Fs34enfA27eAW7g5PtDh7k60kl9AsyYPuudsAvg8audCZ6cFx7BFS7hG446+U2elcve03Tg gbvgeQN9GD7i79niuCMzekRB62M/xxNBA1p/AFjFvhqiBErFF3ijN56AT3ygLHqiU5zjPx7F c6bBSN6gQN6iPd7kGarkmMXkFujkVK5fVg6gUFzkUhzlVz7lXr7kR950GKcdMY4/+UPZTHym 5JjHMgjKYmyknNqljiykcW7Kc27X/i4NyEXK53XeyGiN51eq53cO54U+zHuuXVGKpILe2Gyd 54oOtG0D4y6EzGTdRYza1KcKqd270jWrp73ssb9stsEM0/Hlhpms055evu1qh8A86p4qqKYu 6/b8qKJ+vsKc6n8q1ZNZQivEPDAE0K2az7tutbJq7KiO7H1ez5d6rN+qqsuOqs3+zsKqdNUe rLWK7cSq7fs8z56ozyzN7S7p7Ma649HOqy9W6UBkQXoUSceMz4sG6vn6rtv66uNo7+Rq0LSm 7yp97PPurC+Vrt7o7zdL7+6a0gcP8C2tktx46+aq8M/K8OP67+t+5oFjSWNkzMVMkAxL6hlt kV291F/N/rEfP+sV6Uc4TfLRqq/PBvIpP21ZjbAlj9UZC/MeafMdi/I5L/Iz79Utb/Iv/98I lE7vzsWUXNlXu+g9u+FHC7OS3U1PT7RJ+9g3C/VV7/SMjfWOrfWQ/YJZL/VbT/VdL/Zfr4NR b7bqyPVNb/ZXT/bsnnFHHzrBU/c1DrfAOrbPTZd169xpy/dXq7fLDfjNPbWDf8/Jbfh7j/hr K/iLP6qN7/dzS/hSu9l7S/kA6fh/z/h9r/iGyZRvY8ElzrmD67mlD7qVi/qba/q52eBtI/oO zPr6Xbirr/qfS/u3H7qfHzhwA/v7S/qRa/unj/vDr/vGn/q7j933vfzMX0gh/t780B/9L+6a BW7hRD+fHS7gKI7g2a/gD4z915+f4a/h49+cGe7hRJ+sHy7i5U/g16ue6w/h55/i78+e8Q// 1W/+92//+U//E142AHGAgIEBBAQgAIBAYUKFDR0+hBhR4kSKCBsyrJhR40aHGDFyBBnyoUeR JUuSNJlyI0qVLSeydBmz40WZNWkutGkTZs6WO0sKJGgQwFCcQ1kahXi0KEOjJJGOJGrxqcWF UWfixJowalOaUy9uRWjVo9WbVKlqZToV7ceqTMMeJYvVrNutat8mBWu3bdKydNOKvQvVL1y2 c2+ibes0buC1fRcrlfpXceGnjeV6vXw4bOKuj/MC/t47su9SzkspfybMN3Pk0pFPD3Zc2CHQ ggfHVs1advXZ25t9P/6K+6xuw1l71xV+9bfb4qONB1+e3LFw5mZ3p4WO3Ldy7dXZQhaLPbpo 6sx3gj8uHnj53HKvJ+8unrv63e+3x5d+mX5z++HZb5/ut/qakw8/APWjbsDZBqqNP/NkI9A9 8j6iTLcHJQLvJfcq3PC5iDLEsEPyrLvwQ+cgHI44Bz1UrTgUq7OuvhJbROlFEbm7Sr4Ra9SQ RBpzzM+5FE30cUcgDxQSxgmVEzLFxfrrkcIfNUMSItoMWnGuJ80jrikYOSxyLNm4lNDLG5v0 bsv2YjSzSBypDGxJ/t4C/ktFmNIcc83vuHITTf3yHHLPypiU8U8ivROsTgmzFPPQAduU0kg4 MWvvPD4jfVNPNQNN9MspNUURgStts7BMDhGFbsgYGYVKNVThO7NQNk+VkUc7S53V1VrhXPVO U3V10NZFfc1VzjuF7RXXPYE9llcwI13WWAuRffbIVKlsds1kRYz2yGxVrZbXKhUaldURu5IK V23D1XbYdIld91NV3dUqy3glbTfZeuEFV14l9U33TE/xnRfgegWO1VxC37W3X4L/rXBfdR3O tOCIA+5z4Ioh5ktihPuUFUwrGcSS2Fc37kg9HUNWsGED1wuzZX5fZtdJFV1WOUiTZZ6YZn/1 /iQy45yR3HlOWf/TDmVOf85uaKVP9rPp/57mWeChYYa2ZXJJPmizrENj+ivELMMrZrAfFszr OFv9em2lxVabUtzalrvhu4gim21r6+b37n2fVHtSwPtGCm+3g6N78In9dg3Dg0ENMdbC/4bQ cMErX3zyxj98PFDFJcebcsfNPnzBoLrmSaRQUz+JdZ1cr2l12DmSfXaNare9Itxz75F3k3b3 vcXcyw2+9+JBAv74RZXXnXnknacd+pWkv536jJJXHnuViKde++K9Dx5838Xnnfzczbcd/dnV h519193PiHvr56e/fvvvxz9//ffnX3n5+wdgAAU4QAIW0IAH7N///tYXNOsBan4ObCADuydB 6UFwgsK74LkyuDDoWXB4XEvfzeDXuuWNUHUizKAHj+eTVa0QhRV8YQdj6DwWmjAkNTyeAnnC wggur4ct/KENXcLDFOaPiDD0YRHxd8TgjSpDdQEMpQall8M9UTKdeY1pYvMpv7Qmb6EhW6Pw 1UU6YREvsDHUGElTRi2mbXNaYhcZ+fRGuL1RjJmSo12kiJotqpE1bKQjGON0xyStcY5fZMwg 64hHQ+rRM2iEo+2ceKL0TC1AdToPJaU2nvkkaE7o2WTSLkkmNmkSaSvTkiczuRr/jAdr+1ml iyrJyVECjZH3udqzYNklU7oSlbOEGihP/qmzUD6qlz7b0S6TKJNJsjJKCyva51z0zFtxK0hQ ihymooZKbDqqmmaTJrLk5C5rjgtE3iQnODHnzGxCU1nXjBAQKbZNeJ4TWOn8WjjFZa1tqZN3 5SKloBTVz8QBKpiXcmc5SxfQTiWsaAu1pdgGWjM8edNSg/pmQS3aJYRmdG+bOihG8flRgz6q oyO93EZNJVKCklSls2IpRdMIO4BG9D4OfWfKmDUtZzGtW9ji6b2oplNpbYhaPm1VUUl0VLQV y1tBnSfLiPpUo/a0qT+tFFQ1Rs+pArWqQuXqtbL61agqDJ41qanHMoZThd5KrdrcqlTd+VYm xdWs9MIYXNlK/jq35rWue21bXx+nV5Dd1WAuAyw/8TrYvxb2oYJFrGNzOle/Tral+xTi1k53 NF8Ss5w4tNowr1o1oYl2qKAtbWdHazScmZarqIVrLpHK2pnJdrWwrattTxvD2LpWqrgNqoF2 u8yYEI9woQsk4lwaNG0yDpFzW27Y9mI4vnWuoswllOaeGzjIYZejYysddz23TpBpN7yW6650 nXte6860qXCj7uDaG0nvrjRu8iUd3zKH3O2id7ySBGFP+pdZmRA4JgYe4oAVzD8EC5jBBdTh DRe8vwarpMIpufDvJqy/DJOQwhAOsIU3bMQRL7HE9+vwCR+84gFGGIEvhnGMZTxj/hrXuH4u tnGOdbxjHvfYxzDG8Q4pKEMMTiQAP35dkYmsQSQyeckcpOGQo6zkKTs5JUE+8AyZh9qKHDkn XqYxl7es5eyR2YUlVKKVw2fm77HZJFhOMHGrLD4w16TOMmbinEks5zHzucx+PrM8m2zgZk4T ipM5Yxvpe0vEABKRUwTN2gIwaQSAedKUhsiRL+2QS3t505xuiKUVomlPf7rSlcY0o5cTxUcq mpBQOrQZ3RjGRRbyj4esIh/dC+srKrqOtD4br72Ya0i+Op6NxvUei11rYTua2K5mdkgKXSNg /rKYnzymbmu5NEx3u9SZ/jaqR+3pTIfa3OIed7rRner+/lTbs640JivdTbRrx5LaobQ20uIt S3y/uzv7vrdoX6lKXsq73/TWN7YNLnBdEhzQIzudPcd52UqRV5z8lClvHlJncp8b1Ofm+KjL LXKS3/njIVd1Oz2KLYvv06qnbXm+Xv7amBds5r+t+b9ubi59yhysOI/cNFWO0oq7pKZLk6hd Hyo3hqYsprONE8pR/vGSnzwiHRc1pztNcq57FaYThTrTbUonpU9W7EhPTNkVevaQgn21EEU7 2ROb0p2u1O1DhXvb1Z5fwG3k6CcDTXPvuh7AMxXvwpE61T1+asZXfeQdbzy6GT91r1PI8GH1 bOF3/liEa/7ng6dVsDZv2c7v/urznCe86cuK+tB/a++BHZdG0lrZtmZcZEWhPV9tr5rEL77r kJ/81U+t6cX3vuu4Z6xld89kic1s7vm6WPJrD3XIOl+ybV1sZAXP+cNaf/uk737Pnm+xKwe4 tr7lOW9zi/5o3sTb6mb37+EPfKpT/v3rNnlrVTvcFp5//69Vv+ByGgBEs9D6v98KwK8SLgLs v57RNgQswNRaQAgUtIowrv0Cr+riu5qDqfuqnPkipE2zNFNTvBFkt/hrPMpDNVIbPhTkrPXS QI2qrw6Mrw/cwKBrLvOKweh6r+kSHc65wRkUFA8cHRlULx3ELyPsQRhMQh4UCThrHhZDsozI v9g5/jH7STEJk8I9+zD6gUKKyMLnmUKNqMICu8L6CcPo2UITW0Po+ULj4cIxpIgyzLI2xMIz pJ80nB47ZJ43lMM/BMRAFMRB5DE/JMRDRMREVMRF7MMQOx8p6zM1+zNJDDQoi0RLnERMrMSb qTJNbDMqu0ROpClHZB0xm0QV+sQGHDRIHB83a8UI1DNQfEVVXDJUXDNY/CdSTJ08i0Q97B1f xEEuBMYZRENRXEU2rMBYpJ5p04xY8zVBoiIpOpFVQ7RZU6RgOzZqlDWngzZstKJhU7ZurKJp dMbkgrTU8CNkc6QssqNo+0ZnC8d29EZy7DVz1LVFszV1ZDV2BLZxdKZy/ny0ezQ2nmBGFkGm ThIQheM3hqMRZSqlhVOtgUtIezuMeZNITCq4hYzIhpvIjAy4jWxIh3tIjTzIbQumbGO/evPI ijy4i2y6fLRIjsTIh/sJrpE4jJutnrO508spndQ5nvysnEui1/MWoZQnomS5YPS51etJo7SR 6/On+vpJpgxKpdxJqoxKLhrK8ZuR2fk7k3q6t2M7sLy7sBrLTzopivuvuvs6pEwvqmpLrty1 sYpLqFTCymsou3RCuhQot1xLpepLucRHvHS6spSrurGJrxQ9oOSr0ltMrIS91HtMv1QSyXQ9 wcQqmyEryvwVwJwqznQqwoQVvRQXy9QqzEwq/ri0vNHDPtPcTNTsqtSZPenTPerLPu9LqMYM v4/5PuzbzbUiTejrmNwLrOWjLNosTtv8TcLqTd2MPu3LTdhbzsZqTul8TtxcOeEcxc3SvwlM vwjsrQP8TloMT+9sP/BcP/E8T/JMT/PsyQRcqpT8LPhcTfV8T/QUQEuiQAcqzwHcTyEkKvec T5p8QvPDQCIEwruMGvj6wbJR0BdEQht8ULuJ0CLcSwjlL/YKwiPM0B2kOw7NwCb80CWs0AS9 UArtUBF9y7fxweSCrhFlHUOUxQfCQxrlwzys0R/isBy9HxmlRB2NwyBFxh29URvtwiMVIB/1 xA0SUhTj0SYjUiRt/tI7JCAlZcQrxdIs1dItNZ0G4dIvBdMwFdNFtFIV+9FbPNNZXFI1NcZN JND2YUU3TUY0XdPyidNUrFO00kUhw8VTvNMQ6tNAs8VZHFQ7DdRULNRHPFQ0TVRApUXfKdPq eVNFnVM/RcZhlJdinFRHxVSC0dRKFdT5KcjhAMhnk0d/NLR6DMhlm8d/VFVT7UdpdFVwbLVT ldVUpVV+vEZU5ZFSjcdYxZpmfNVf3dVb7dVhrVVgjaNG2sdEs9VgzQ1fTdZi7Ts9jTiUtM+E o0iDfMBU6sgywVYBhTeF/MiSRJBvHcly7VZgAjiWZMhkEsnvCFf/9NaZTFd3BUl4RVd5/oVI c63Xl2y3lpRJgJVNm5zGoVPLrkw5dEpYFklHaiI6J3FKiG1YjZPKrQxOibXKqQRNbspGhF0+ n8TY6izKjR3Z6CzZiz1K2KzWxAQhgoUUlIVRvsxLkp1ZzaxLm11Rmi3Mjo02nA3MjL0uz+xZ 2Mw7svRZbATampXZnV3aohXauXzapDNaxLTWBgHYwGvaeXHN+GTMyGy904za0OTZ0dRZrg3b 1xzbzMzay5OrzFO9pBWrqb2ptU1N0azbs63MtPVayFSsljW6l2UY3txajhENulI+5bxO8bNb 5htc4NTbdEIX5MTJt6s+xo3cfppc6MxO8jtc4qzcw7tNzC1c/slFPs6NWMN1nQs0QHHNJ/oM UHpdT/5sT9m9T/bMT1r6T+ny19kFUIHNSdgF3tsS3nflP9rNXVHa3R7s3dslMNYtrxSV0BM9 rhCd3ptFUeu1UOytXgR1UOo90BrcXqfNXu/VG+4N3wY9X/LtXvE1UfQFHe19X/ZNXxcVr6Fd 3T3VQikd0in91CgFYP/F0SLFn0jt1KAL4P5VYCclYCZdYCptMf0VQ/5lYAqG4ASuYAy+YAHO n0gd0w8G4RAWYS+U4BE24RNG4RQuHg9WwzQ1VBem1Dx1VBleoBlV4RseRBYGQ1d84Uat4Uft xT/9YR/G4SKeQh3+RWFU4ktdYiN2/mIsHdU8alZrjEZoJVVk1dUqXtZbW0dnVVat5OIp5sZn 3WJ9rMYx/uInVmMki2L4WFeVBNd+fWNtXUlulc9x3VaLzVeEtFd+Jck5xuM2XeNBfrE2XtnG FdlDzlyPvUnWzMqHBdmcnNhIvq0DJuRLvtqSGbuY7Vz8xVu5a9yjRcuwxLuzvCjDVBhT/i5U XjrAxeRXDiDFvMxQhtvJNNpanuVFvtuyzdvSJVu61dpO7kxYJmYDmk3UrdjbYxjsTF3TXWbS FWbNPV1mTuYiaz5obmZpLuZtTiADbV3bHVDcVUBwBqfi3WMGRN5x1s/xTGevdV3V5OZ4BiDo zUHpHd+//iRRe55ffGZRJrxe+o1f89WpCW1f9R3oE5XnhBbVEt5DC/5fDgZShZZoHTPgJ30y iHbgidboGavoBoZSjP7ojRZpIGPokTbpk0bpTEadlGbplnbpmuTOl5bpmabpLsWSmsbpnE5p JNbpnvZpE+bpnxbqof7SoCbqo0bqRDTqpGbqph7DpXbqqJZqG4PqqbbqqzbmksbqreZqitbq rgbrsEagqhbrsjZrSP3qs1brtV7omGbrt4brG0vruKbrui5Yt7brvNbr/MXrvfbrv24Jsgbs wVZrwSbsww5rw0bsxcZqxWbsx45qx4bsyUZqyabsy/5py8bszcZpzebsz35p/s8G7dFGadEm 7dPeaNNG7dVOaNVm7dcuZteG7dm+ZNmm7dt+YtvG7d2+Yd3m7d8G6rkG7uFObeEm7uNubeNG 7uWObeVm7ueubeeG7unObemm7uvubevG7u0O7r7m7u9eY98G7/HeMfEm7/OmMfNG7/UuZO1m 7/dGRPWG7/meZ/em7/t+avvG7/3uMfnm7/9eRv0G8AGXMf8m8ANHa+9G8AX/MQNn8AcnSAGH 8AnvYAmn8AsnYQXH8A3Pag3n8A+PZQsH8RHPRQ8n8RO3HwdH8RUXFRFn8RcvLheH8Rl/Mxmn 8RvnCBXH8Q3X8R2/8B738QkH8iB/8CEn8gU38iM//vAkV/IBZ/Im/+8nh/L9lvIpv+8qt/L5 xvIsf+8t5/L19vIvP+8wF/PxJvMy/+4zR/PtVvM1v+42d/PphvM4f+45p/PltvM7P+481/Ph 5vM+/+0/B/TdFvRBv+1CN/TZRvREf+1FZ/TVdvRHP+1Il/TRpvRK/+xLx/TN1vRNv+xO9/TJ BvVQf+xRJ/XFNvVTP+xUV/XBZvVW/+tXh/W9lvVZz+tat/W6xvVcj+td5/W39vVfX+tgF/az JvZiL+tjR/bEtvFlZ29ld3auhvZob+xmp3bynvZrn+ps1/bItvZu525uB3emFvdxr+xvN3fq Lvd0H+p1Z/fMRvd3Z253/pd3nab3eu/seMd34r73fZ/pfvf30Nb3gOdtgCd4ljb4gy/tgVd4 2k74hh/ph4f44jbxiUdvibd4icb4jE/uiud48N74j+fmkBf55vb4ksdukkf5V1b5lY/uk3d5 6G75mA9vhqf5T7f5mxf1nNf5Uuf5nkf1nwf6VRf6oXf1ojf6WEf6pKf1pWf6W3f6p9f1qJf6 Xqf6qgf2q8f6Ydf6rTf2rvf6ZAf7sGd2mCd7SB/7s5f2tFf7ajf7trd0tof7bZf7uff2t7d7 Tq/7vCf3vef7c8f7v9/5wBd8nyf8wg/6w0d8olf8xT/6xnd8pYf8yG/6yad8qLf8y5/6zNd8 /qvn/M7P+s8Hfa4X/dH/+tI3fbFH/dQvey9lfcoGCgMQgJV+/VIXAII4ANqvfVQ/gAFw/d1n 7JkHfh8T/uEvRL83/ohH/uSn+N9nfsAu/uevseiXfo5e/urveOfHfszX/u3f/O73fs8H//AP /fEnf9I3//M//fRXf9Vn//ZvfQI4gPmn//q3//vH//zX//3n//73//8HiAMCBxIsaPAgwoQK FzJs6PAhxIgSJ1KsaPEixowaN3Ls6PEjyIQEDAwgYPIkypQoBRxQ6fIlzJgyZ9KsafMmzpw6 d/Ls6fMn0KBChxItavQo0qQ9Weo04PQp1KhSSU6tavUq1qxat3LtGur1K9iwYseSLWv2LNq0 ateybev2rdoBYQMCADs= --vbRjoWg1lQ Content-Type: application/octet-stream Content-Disposition: attachment; filename="textview.cc" Content-Transfer-Encoding: base64 I2luY2x1ZGUgPGd0a21tL21haW4uaD4KI2luY2x1ZGUgPGd0a21tL3dpbmRvdy5oPgojaW5j bHVkZSA8Z3RrbW0vYm94Lmg+CiNpbmNsdWRlIDxndGttbS9tZW51Lmg+CiNpbmNsdWRlIDxn dGttbS9tZW51YmFyLmg+CiNpbmNsdWRlIDxndGttbS9wYW5lZC5oPgojaW5jbHVkZSA8Z3Rr bW0vZHJhd2luZ2FyZWEuaD4KI2luY2x1ZGUgPGd0a21tL25vdGVib29rLmg+CiNpbmNsdWRl IDxndGttbS9sYWJlbC5oPgojaW5jbHVkZSA8Z3RrbW0vdHJlZXZpZXcuaD4KI2luY2x1ZGUg PGd0a21tL3Njcm9sbGVkd2luZG93Lmg+CiNpbmNsdWRlIDxndGttbS9saXN0c3RvcmUuaD4K I2luY2x1ZGUgPGd0a21tL3N0YXR1c2Jhci5oPgojaW5jbHVkZSA8Z3RrbW0vdGFibGUuaD4K I2luY2x1ZGUgPGd0a21tL29wdGlvbm1lbnUuaD4KI2luY2x1ZGUgPGd0a21tL2VudHJ5Lmg+ CiNpbmNsdWRlIDxndGttbS9jb21iby5oPgojaW5jbHVkZSA8Z3RrbW0vdGV4dHZpZXcuaD4K CgojaW5jbHVkZSA8cGFuZ29tbS9sYXlvdXQuaD4KCiNpbmNsdWRlIDxwYW5nby9wYW5nby5o PgojaW5jbHVkZSA8Z2xpYi5oPgoKI2luY2x1ZGUgPHN0cmluZz4KI2luY2x1ZGUgPGlvc3Ry ZWFtPgoKI2luY2x1ZGUgPGxpc3Q+CgojaW5jbHVkZSA8c3RkaW8uaD4KCnVzaW5nIG5hbWVz cGFjZSBHdGs7CnVzaW5nIG5hbWVzcGFjZSBzdGQ7CgpjbGFzcyBBcHBXaW5kb3cgOiBwdWJs aWMgR3RrOjpXaW5kb3cKewpwdWJsaWM6IAogICAgQXBwV2luZG93KCk7CiAgICB+QXBwV2lu ZG93KCk7Cgpwcm90ZWN0ZWQ6Cn07CgpBcHBXaW5kb3c6OkFwcFdpbmRvdygpCnsKICAgIAog ICAgLyogU2V0cyB0aGUgYm9yZGVyIHdpZHRoIG9mIHRoZSB3aW5kb3cuICovCiAgICBzZXRf Ym9yZGVyX3dpZHRoICgwKTsKCgogICAgR3RrOjpUZXh0VmlldyogdGV4dCA9IG1hbmFnZSgg bmV3IEd0azo6VGV4dFZpZXcoKSApOwogICAgdGV4dC0+c2V0X3NpemVfcmVxdWVzdCg2NDAs NDAwKTsKCgogICAgR2xpYjo6UmVmUHRyPEd0azo6VGV4dEJ1ZmZlcj4gcmVmQnVmZmVyID0g dGV4dC0+Z2V0X2J1ZmZlcigpOwoKICAgIC8vIGNyZWF0ZSB0YWdzCiAgICBHbGliOjpSZWZQ dHI8R3RrOjpUZXh0QnVmZmVyOjpUYWc+IHJlZlRhZ05vV3JhcCA9IHJlZkJ1ZmZlci0+Y3Jl YXRlX3RhZygibm93cmFwIik7CiAgICByZWZUYWdOb1dyYXAtPnByb3BlcnR5X2ZvcmVncm91 bmQoKS5zZXRfdmFsdWUoImJsdWUiKTsKICAgIHJlZlRhZ05vV3JhcC0+cHJvcGVydHlfZWRp dGFibGUoKS5zZXRfdmFsdWUoZmFsc2UpOwogICAgcmVmVGFnTm9XcmFwLT5wcm9wZXJ0eV9l ZGl0YWJsZV9zZXQoKS5zZXRfdmFsdWUodHJ1ZSk7CgogICAgcmVmVGFnTm9XcmFwLT5wcm9w ZXJ0eV93cmFwX21vZGVfc2V0KCkuc2V0X3ZhbHVlKHRydWUpOwogICAgcmVmVGFnTm9XcmFw LT5wcm9wZXJ0eV93cmFwX21vZGUoKS5zZXRfdmFsdWUoR3RrOjpXUkFQX05PTkUpOwoKICAg IEdsaWI6OlJlZlB0cjxHdGs6OlRleHRCdWZmZXI6OlRhZz4gcmVmVGFnV3JhcCA9IHJlZkJ1 ZmZlci0+Y3JlYXRlX3RhZygid3JhcCIpOwogICAgcmVmVGFnV3JhcC0+cHJvcGVydHlfZm9y ZWdyb3VuZCgpLnNldF92YWx1ZSgiYmxhY2siKTsKICAgIHJlZlRhZ1dyYXAtPnByb3BlcnR5 X2VkaXRhYmxlKCkuc2V0X3ZhbHVlKHRydWUpOwogICAgcmVmVGFnV3JhcC0+cHJvcGVydHlf ZWRpdGFibGVfc2V0KCkuc2V0X3ZhbHVlKHRydWUpOwogICAgcmVmVGFnV3JhcC0+cHJvcGVy dHlfd3JhcF9tb2RlX3NldCgpLnNldF92YWx1ZSh0cnVlKTsKICAgIHJlZlRhZ1dyYXAtPnBy b3BlcnR5X3dyYXBfbW9kZSgpLnNldF92YWx1ZShHdGs6OldSQVBfV09SRCk7CiAKCiAgICAv LyBpbnNlcnQgdGV4dCAKICAgIHRleHQtPnNldF93cmFwX21vZGUoR3RrOjpXUkFQX1dPUkQp OwoKICAgIEd0azo6VGV4dEl0ZXIgaXRlciA9IHJlZkJ1ZmZlci0+Z2V0X2l0ZXJfYXRfb2Zm c2V0KDApOwoKICAgIGl0ZXIgPSByZWZCdWZmZXItPmluc2VydF93aXRoX3RhZyhpdGVyLCAi ZG8gbm90IHdyYXAiLCAibm93cmFwIik7CiAgICBpdGVyID0gcmVmQnVmZmVyLT5pbnNlcnRf d2l0aF90YWcoaXRlciwgIiB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRo aXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3 cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAg dGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlz IHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3Jh cCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRo aXMgd3JhcCB0aGlzIiwgIndyYXAiKTsKICAgIGl0ZXIgPSByZWZCdWZmZXItPmluc2VydF93 aXRoX3RhZyhpdGVyLCAiZG8gbm90IHdyYXAiLCAibm93cmFwIik7CiAgICBpdGVyID0gcmVm QnVmZmVyLT5pbnNlcnRfd2l0aF90YWcoaXRlciwgIiB3cmFwIHRoaXMgd3JhcCB0aGlzIHdy YXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0 aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMg d3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFw IHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhp cyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdy YXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIiwgIndyYXAiKTsKICAgIGl0ZXIgPSByZWZC dWZmZXItPmluc2VydF93aXRoX3RhZyhpdGVyLCAiZG8gbm90IHdyYXAiLCAibm93cmFwIik7 CiAgICBpdGVyID0gcmVmQnVmZmVyLT5pbnNlcnRfd2l0aF90YWcoaXRlciwgIiB3cmFwIHRo aXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3 cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAg dGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlz IHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3Jh cCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRo aXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIiwgIndyYXAiKTsK CiAgICBHdGs6OlNjcm9sbGVkV2luZG93ICp0ZXh0X3dpbmRvdyA9IG1hbmFnZSggbmV3IEd0 azo6U2Nyb2xsZWRXaW5kb3coKSApOwogICAgdGV4dF93aW5kb3ctPnNldF9wb2xpY3koR3Rr OjpQT0xJQ1lfQVVUT01BVElDLCBHdGs6OlBPTElDWV9BVVRPTUFUSUMpOwogICAgdGV4dF93 aW5kb3ctPmFkZCgqdGV4dCk7CgogICAgYWRkKCp0ZXh0X3dpbmRvdyk7CgogICAgc2hvd19h bGwoKTsKfQoKCkFwcFdpbmRvdzo6fkFwcFdpbmRvdygpIHt9CgppbnQgbWFpbiggaW50ICAg YXJnYywKICAgICAgICAgIGNoYXIgKmFyZ3ZbXSApCnsKICAvKiBJbml0aWFsaXNlIEdUSyAq LwogIEd0azo6TWFpbiBraXQoJmFyZ2MsICZhcmd2KTsKCiAgLyogQ3JlYXRlIGEgbmV3IHdp bmRvdyAqLwogIEFwcFdpbmRvdyBhcHA7CgogIC8qIEVudGVyIHRoZSBldmVudCBsb29wICov CiAgR3RrOjpNYWluOjpydW4oYXBwKTsKCiAgcmV0dXJuIDA7Cn0KCg== --vbRjoWg1lQ-- From hp@redhat.com Sat Jul 19 18:48:43 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from devserv.devel.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id BC64B18B54 for ; Sat, 19 Jul 2003 18:48:43 -0400 (EDT) Received: (from hp@localhost) by devserv.devel.redhat.com (8.11.6/8.11.0) id h6JMmhE27133; Sat, 19 Jul 2003 18:48:43 -0400 Date: Sat, 19 Jul 2003 18:48:43 -0400 From: Havoc Pennington To: Morus Walter Cc: gtk-list@gnome.org Subject: Re: mixing wrap-modes in text view Message-ID: <20030719184843.Y23018@devserv.devel.redhat.com> References: <16153.49666.47323.114691@onlinehome.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <16153.49666.47323.114691@onlinehome.de> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Sun, Jul 20, 2003 at 12:11:14AM +0200, Morus Walter wrote: > Unfortunately this does not work as expected. What I see is that > the text view uses the wrap mode of the first text in a line for the > whole line, even if text with other wrap modes is following. > So if a line starts with text with the nowrap tag, the line isn't wrapped, > if the line starts with text tagged with 'wrap', even text tagged with nowrap > is wrapped. > > Is this intentional? Yes, the wrap mode is a paragraph-wide attribute. To prevent line breaks you may be able to use a nonbreaking space character, I think Unicode has that, it's even likely Pango honors it. > Further: I'd like to enable wrapping between two texts in nowrap mode. > Should that be supported? I thought about adding a unicode zero width > nonjoiner (x200C) in wrap mode... That's not going to work, no. In nowrap mode, no width is supplied to Pango and no wrapping ever happens. You can maybe put in an explicit line break though; there's a Unicode character called "LINE SEPARATOR" that may work. Havoc From yanggolf@yeah.net Sat Jul 19 19:38:03 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from yeah.net (unknown [202.108.36.216]) by mail.gnome.org (Postfix) with SMTP id EC3D41844E for ; Sat, 19 Jul 2003 19:38:02 -0400 (EDT) Received: from jetta (unknown [61.233.7.94]) by 192.168.1.216 (Coremail) with SMTP id Ni8BAFjWGT8DAAde.1 for ; Sun, 20 Jul 2003 07:38:01 +0800 (CST) X-Originating-IP: [61.233.7.94] From: "yangxiaoli" To: gdk-list Subject: how to display a moving object on pixmap? X-mailer: Foxmail 4.2 [cn] Mime-Version: 1.0 Content-Type: text/plain; charset="GB2312" Content-Transfer-Encoding: 7bit Date: Sun, 20 Jul 2003 7:36:5 +0800 Message-Id: <20030719233802.EC3D41844E@mail.gnome.org> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: hi: I draw lines icons points on pixmap , it displays well, but afterward I will also display a moving icon or an object I draw on the pixmap, it means that the latter will change display position on pixmap inconstantly,but cannot affect the pixmap when it move to another position.I search the function gdk_gc_set_foreground(gc,GDK_AND) may do the effect,but I don't know how to use it. can anyone explain it ? I really appreciated . regards ========================= yangxiaoli yanggolf@yeah.net 2003-07-20 From otaylor@redhat.com Sat Jul 19 22:35:41 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 824621818E for ; Sat, 19 Jul 2003 22:35:41 -0400 (EDT) Received: from vpn50-7.rdu.redhat.com (vpn50-7.rdu.redhat.com [172.16.50.7]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h6K2ZdK07117; Sat, 19 Jul 2003 22:35:39 -0400 Subject: Re: GTK+ book From: Owen Taylor To: davecindysmith@comcast.net Cc: Renato Perini , gtk-list@gnome.org In-Reply-To: <200307191549.48566.davecindysmith@comcast.net> References: <5.2.0.9.0.20030719192812.00b20f58@popmail.email.it> <200307191549.48566.davecindysmith@comcast.net> Content-Type: text/plain Organization: Message-Id: <1058668499.4521.71.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-0) Date: 19 Jul 2003 22:35:00 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Sat, 2003-07-19 at 15:49, Dave Smith wrote: > I have found references to a new book "Programming with GTK+" by Tim Janik - > O'Reilly & Associates, May 2003, ISBN 1565926242. This book is supposed to > cover gtk+2.0, but it was apparently never actually published (at least > according to O'Reilly). Does anyone have any more information on the status > of this book? This book won't be published - it was a project that I was working on with Tim and Ian Main (since 1997 or so...) but it eventually became clear that we weren't devoted enough authors to get a book done while dealing with jobs/school/GTK+ maintenance/etc. You can find bits and pieces of it in the 'gtk-book' module in GNOME cvs, but even what's there is rather out of date; much of it was never updated to the final GTK+-2.0. Regards, Owen From sven@gimp.org Sun Jul 20 06:28:05 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.convergence.de (mail.convergence.de [212.84.236.4]) by mail.gnome.org (Postfix) with ESMTP id 1DD9918B77 for ; Sun, 20 Jul 2003 06:28:05 -0400 (EDT) Received: from [10.1.1.145] (helo=blixa) by mail.convergence.de with esmtp (Exim 4.14) id 19eBQA-0006gL-Pg; Sun, 20 Jul 2003 12:28:02 +0200 Received: from neo by blixa with local (Exim 3.36 #1 (Debian)) id 19eBQA-0000eC-00; Sun, 20 Jul 2003 12:28:02 +0200 To: "Wedge_" Cc: gtk-list@gnome.org Subject: Re: GTK2 problems after power cut References: <20030719135814.59B9F731F1@smtp.us2.messagingengine.com> From: Sven Neumann Date: Sun, 20 Jul 2003 12:28:02 +0200 In-Reply-To: <20030719135814.59B9F731F1@smtp.us2.messagingengine.com> (wedge__@fastmail.fm's message of "Sat, 19 Jul 2003 13:58:14 +0000") Message-ID: User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, "Wedge_" writes: > This is a slightly strange problem, but I hope someone can help. > Yesterday, for no apparent reason, all the lights in my house went off > for about half a second. When I checked my comp, it had reset itself. I > logged back in, and everything seemed fine, but none of the programs I > use which were compiled with gtk2 support will work anymore, and they all > fail with a similar error, which I have no idea how to fix. Running > gkrellm2 gives: > > ** (gkrellm2:4455): CRITICAL **: file pango-color.c: line 952 > (pango_color_parse): assertion `spec != NULL' failed > -:2: Invalid color constant '(null)' > -:2: error: invalid string constant "#eee1b3", expected valid string > constant > Segmentation fault Looks like a corrupted gtkrc-2.0 file. Sven From mow@onlinehome.de Sun Jul 20 07:19:58 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from moutvdom.kundenserver.de (moutvdom.kundenserver.de [212.227.126.249]) by mail.gnome.org (Postfix) with ESMTP id 7B92B18142 for ; Sun, 20 Jul 2003 07:19:58 -0400 (EDT) Received: from [212.227.126.223] (helo=mrvdomng.kundenserver.de) by moutvdom.kundenserver.de with esmtp (Exim 3.35 #1) id 19eCER-0000h8-00; Sun, 20 Jul 2003 13:19:59 +0200 Received: from [80.128.68.174] (helo=eco) by mrvdomng.kundenserver.de with esmtp (Exim 3.35 #1) id 19eCEQ-0008WE-00; Sun, 20 Jul 2003 13:19:58 +0200 Received: by eco (Postfix, from userid 1000) id 722DA1230E; Sun, 20 Jul 2003 13:23:19 +0200 (CEST) From: Morus Walter MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16154.31655.328324.701877@onlinehome.de> Date: Sun, 20 Jul 2003 13:23:19 +0200 To: gtk-list@gnome.org Subject: Re: mixing wrap-modes in text view Cc: Havoc Pennington In-Reply-To: <20030719184843.Y23018@devserv.devel.redhat.com> References: <16153.49666.47323.114691@onlinehome.de> <20030719184843.Y23018@devserv.devel.redhat.com> X-Mailer: VM 7.07 under 21.4 (patch 6) "Common Lisp" XEmacs Lucid Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Havoc Pennington writes: > Yes, the wrap mode is a paragraph-wide attribute. To prevent line > breaks you may be able to use a nonbreaking space character, I think > Unicode has that, it's even likely Pango honors it. > Ok. Thanks for the clarification. Of course there's a nonbreaking space, it's even in iso latin1 (xA0). However my original problem were word wraps at /. (e.g. broke to ). I found that in this case as zero width joiner (x200D) does the trick. Great :-) OTOH I think the zero width nonjoiner (x200C) should allow word wraps at positions where pango would see no word end otherwise. Unfortunately it doesn't. Wouldn't that make sense? Could that be changed in pango? > That's not going to work, no. In nowrap mode, no width is supplied to > Pango and no wrapping ever happens. You can maybe put in an explicit > line break though; there's a Unicode character called "LINE SEPARATOR" > that may work. > Ok. But then I would have to calculate widths myself in order to know where to insert the link separator. Not a tempting option. Morus From wedge__@fastmail.fm Sun Jul 20 10:43:07 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mail.gnome.org (Postfix) with ESMTP id 146511816D for ; Sun, 20 Jul 2003 10:43:02 -0400 (EDT) Received: from smtp.us2.messagingengine.com (localhost [127.0.0.1]) by localhost.localdomain (Postfix) with ESMTP id CB06749781 for ; Sun, 20 Jul 2003 10:43:01 -0400 (EDT) Received: from 10.202.2.133 ([10.202.2.133] helo=smtp.us2.messagingengine.com) by messagingengine.com with SMTP; Sun, 20 Jul 2003 10:43:01 -0400 Received: by smtp.us2.messagingengine.com (Postfix, from userid 99) id CA26F73D90; Sun, 20 Jul 2003 10:43:00 -0400 (EDT) Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.2 (F2.71; T1.001; A1.51; B2.12; Q2.03) From: "Wedge_" To: gtk-list@gnome.org Date: Sun, 20 Jul 2003 14:43:00 +0000 X-Epoch: 1058712181 X-Sasl-enc: t12o/kMhFSQ2A17IqUSHBQ Subject: Re: GTK2 problems after power cut References: <20030719135814.59B9F731F1@smtp.us2.messagingengine.com> In-Reply-To: Message-Id: <20030720144300.CA26F73D90@smtp.us2.messagingengine.com> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > > ** (gkrellm2:4455): CRITICAL **: file pango-color.c: line 952 > > (pango_color_parse): assertion `spec != NULL' failed > > -:2: Invalid color constant '(null)' > > -:2: error: invalid string constant "#eee1b3", expected valid string > > constant > > Segmentation fault > > Looks like a corrupted gtkrc-2.0 file. > > > Sven > I thought it must be a corrupted file somewhere, but I don't have a gtkrc-2.0 file or a ~/.gtkrc. I always just used the defaults. Andrew -- http://www.fastmail.fm From hp@redhat.com Sun Jul 20 11:15:58 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from devserv.devel.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 21FB71810B for ; Sun, 20 Jul 2003 11:15:57 -0400 (EDT) Received: (from hp@localhost) by devserv.devel.redhat.com (8.11.6/8.11.0) id h6KFFvu18723; Sun, 20 Jul 2003 11:15:57 -0400 Date: Sun, 20 Jul 2003 11:15:57 -0400 From: Havoc Pennington To: Morus Walter Cc: gtk-list@gnome.org Subject: Re: mixing wrap-modes in text view Message-ID: <20030720111557.C23018@devserv.devel.redhat.com> References: <16153.49666.47323.114691@onlinehome.de> <20030719184843.Y23018@devserv.devel.redhat.com> <16154.31655.328324.701877@onlinehome.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <16154.31655.328324.701877@onlinehome.de> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Sun, Jul 20, 2003 at 01:23:19PM +0200, Morus Walter wrote: > OTOH I think the zero width nonjoiner (x200C) should allow word wraps at > positions where pango would see no word end otherwise. > Unfortunately it doesn't. > Wouldn't that make sense? Could that be changed in pango? I would expect it to work; see pango/pango/break.c If it doesn't work I guess we'd have to debug it and see why not. > > That's not going to work, no. In nowrap mode, no width is supplied to > > Pango and no wrapping ever happens. You can maybe put in an explicit > > line break though; there's a Unicode character called "LINE SEPARATOR" > > that may work. > > > Ok. But then I would have to calculate widths myself in order to know > where to insert the link separator. Not a tempting option. > I don't really see a good change to the current codebase to address this, really. Maybe if you dive into it you could come up with something. Havoc From otaylor@redhat.com Sun Jul 20 13:36:58 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id CBD0618247 for ; Sun, 20 Jul 2003 13:36:57 -0400 (EDT) Received: from vpn50-8.rdu.redhat.com (vpn50-8.rdu.redhat.com [172.16.50.8]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h6KHauK31734; Sun, 20 Jul 2003 13:36:56 -0400 Subject: Re: mixing wrap-modes in text view From: Owen Taylor To: Havoc Pennington Cc: Morus Walter , gtk-list@gnome.org In-Reply-To: <20030720111557.C23018@devserv.devel.redhat.com> References: <16153.49666.47323.114691@onlinehome.de> <20030719184843.Y23018@devserv.devel.redhat.com> <16154.31655.328324.701877@onlinehome.de> <20030720111557.C23018@devserv.devel.redhat.com> Content-Type: text/plain Organization: Message-Id: <1058719060.5586.41.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-0) Date: 20 Jul 2003 13:36:26 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Sun, 2003-07-20 at 11:15, Havoc Pennington wrote: > On Sun, Jul 20, 2003 at 01:23:19PM +0200, Morus Walter wrote: > > OTOH I think the zero width nonjoiner (x200C) should allow word wraps at > > positions where pango would see no word end otherwise. > > Unfortunately it doesn't. > > Wouldn't that make sense? Could that be changed in pango? I don't think ZWNJ is an allowed break position; it's typically used within a word to suppress a ligature. Try ZWS (zero width space; U+200B) > I would expect it to work; see pango/pango/break.c > > If it doesn't work I guess we'd have to debug it and see why not. > > > > That's not going to work, no. In nowrap mode, no width is supplied to > > > Pango and no wrapping ever happens. You can maybe put in an explicit > > > line break though; there's a Unicode character called "LINE SEPARATOR" > > > that may work. > > > > > Ok. But then I would have to calculate widths myself in order to know > > where to insert the link separator. Not a tempting option. > > > > I don't really see a good change to the current codebase to address > this, really. Maybe if you dive into it you could come up with something. People seem to want to customize beak rules within GtkTextView quite frequently, for instance, to make URL's single words. It may be that some general facility for this makes sense, though I don't know what exactly what it would look like. Regards, Owen From david@davemalcolm.demon.co.uk Sun Jul 20 17:17:09 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from anchor-post-34.mail.demon.net (anchor-post-34.mail.demon.net [194.217.242.92]) by mail.gnome.org (Postfix) with ESMTP id 204531846B for ; Sun, 20 Jul 2003 17:17:09 -0400 (EDT) Received: from davemalcolm.demon.co.uk ([80.177.172.172] helo=[192.168.0.2]) by anchor-post-34.mail.demon.net with esmtp (Exim 3.35 #1) id 19eLYL-0002Ah-0Y; Sun, 20 Jul 2003 22:17:09 +0100 Subject: Re: latest version of GObject documentation From: Dave Malcolm To: Mathieu Lacage Cc: gtk-list@gnome.org In-Reply-To: <1058613913.2074.18.camel@mathieu> References: <1057233003.3085.12.camel@mathieu> <1057496862.752.65.camel@mikeforce2.sog.or.jp> <1058613913.2074.18.camel@mathieu> Content-Type: text/plain Organization: Message-Id: <1058739527.2184.1.camel@shirehorse1> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-5) Date: 20 Jul 2003 22:18:47 +0000 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Sat, 2003-07-19 at 11:25, Mathieu Lacage wrote: > hi all, > > I just released the latest version of my GObject documentation: it can > be found at http://www.gnome.org/~mathieu/gobject/index.html. I'd like > to thank all the people who contributed comments on this documentation > since last version and who made this version (I hope) better. Thanks! Good stuff. -- David Malcolm www.conglomerate.org From vidhya@siptech.co.in Mon Jul 21 08:01:56 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from turaco.siptech.co.in (unknown [202.54.64.126]) by mail.gnome.org (Postfix) with ESMTP id 5A772185AA for ; Mon, 21 Jul 2003 08:01:54 -0400 (EDT) Received: from hornet.siptech.co.in (hornet [192.168.64.13]) by turaco.siptech.co.in (8.12.8/8.12.8) with ESMTP id h6LC5mes002803 for ; Mon, 21 Jul 2003 17:35:48 +0530 Received: from siptech.co.in ([192.168.64.193]) by hornet.siptech.co.in (8.11.0/8.11.0) with ESMTP id h6LNVah08915 for ; Tue, 22 Jul 2003 05:01:36 +0530 Message-ID: <3F1C23E7.649137EE@siptech.co.in> Date: Mon, 21 Jul 2003 17:33:27 +0000 From: Vidhya CS Organization: Sip Tech X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.18-3 i686) X-Accept-Language: en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: Glib not detected Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi , I have already installed glib2.0 in my system . now I am trying to install atk-1.0.3 , which needs glib to be present , but when it(atk-1.0.3)checks for glib during ./configure , it says configure: error: *** GLIB 2.0.0 or better is required. The latest version of *** GLIB is always available from ftp://ftp.gtk.org/. I also tried installing glib-2.0.7 and then ran the ./configure to install atk-1.0.3 it throws the following error while running ./configure checking for GLIB - version >= 2.0.0... *** 'pkg-config --modversion glib-2.0' returned 2.0.7, but GLIB (2.0.1) *** was found! If pkg-config was correct, then it is best *** to remove the old version of GLib. You may also be able to fix the error *** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing *** /etc/ld.so.conf. Make sure you have run ldconfig if that is *** required on your system. *** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH *** to point to the correct configuration files configure: error: *** GLIB 2.0.0 or better is required. The latest version of *** GLIB is always available from ftp://ftp.gtk.org/. I also tried setting LD_LIBRARY_PATH and PKG_CONFIG_PATH to glib-2.0.pc how should I set the LIBRARY_PATH or PKG_CONFIG_PATH so that atk-1.0.3 recognises glib-2.0.7 any input or suggestion is highly appreciated Thanks Vidhya. From stephane.wirtel@belgacom.net Mon Jul 21 09:14:54 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mirapoint3.brutele.be (mirapoint3.brutele.be [212.68.203.242]) by mail.gnome.org (Postfix) with ESMTP id E30CC18100 for ; Mon, 21 Jul 2003 09:14:53 -0400 (EDT) Received: from brutele.be (213.213.206.2.brutele.be [213.213.206.2] (may be forged)) by mirapoint3.brutele.be (Mirapoint Messaging Server MOS 3.3.2-CR) with SMTP id ASN18328; Mon, 21 Jul 2003 15:14:53 +0200 (CEST) Date: Mon, 21 Jul 2003 15:14:57 +0200 From: Stephane Wirtel To: Gtk-List Subject: How to lock the size of a paned ? Message-ID: <20030721131457.GA18419@gentoo> Mail-Followup-To: Gtk-List Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Operating-System: Linux gentoo 2.6.0-test1-ac2 X-LUG: Linux Users Group Mons ( Linux-Mons ) X-URL: http://www.linux-mons.be Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi all I look for a function to lock the size ( width or height ) of a paned, because this paned moves all time, and i would like to lock it. in the api reference of gtk+-2.2.2, i did not find a solution. thanks Stephane Wirtel -- Stephane Wirtel GPG ID : 1024D/C9C16DA7 | 5331 0B5B 21F0 0363 EACD B73E 3D11 E5BC C9C1 6DA7 From galaviel@bezeqint.net.il Mon Jul 21 11:33:43 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from marco.bezeqint.net (marco.bezeqint.net [192.115.106.37]) by mail.gnome.org (Postfix) with ESMTP id 200EB189C3 for ; Mon, 21 Jul 2003 11:33:43 -0400 (EDT) Received: from bezeqint.net.il (bzq-218-244-96.red.bezeqint.net [81.218.244.96]) by marco.bezeqint.net (Bezeq International SMTP out Mail Server) with ESMTP id 6C3EC847 for ; Mon, 21 Jul 2003 21:25:02 +0300 (IDT) Message-ID: <3F1BF9B8.9090709@bezeqint.net.il> Date: Mon, 21 Jul 2003 17:33:28 +0300 From: Gal Aviel User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: No gdk_window_add_filter_after ? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi All, Is there no such function ? I'm interested in intercepting WM_NAME property changes on a Gtk 2.2.2 socket->plug_window. I'm embedding my gtksocket into a notebook, and I'd like to set the label on the notebook page to the WM_NAME property of the embedded window. However the current filter function which is defined in gtksocket.c, removes PropertyNotify events it doesn't like. Therefor I want to add my custom filter function *before* the gtksocket.c filter. However, there is no GDK function to prepend a filter, only append. Therefor I have to emulate a prepend by removing the old filter, installing my filter, then re-installing the old filter. The problem is, that the old filter is defined as a static function in gtksocket.c and is not accessible from my user code, so I can't do the above ... How can I accomplish this ? Any thoughts (maybe add a special signal to a GtkSocket like GTK_SOCKET_PROP_CHANGED) ? Thanks, Gal. From rjshaw@iprimus.com.au Mon Jul 21 12:39:44 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.52]) by mail.gnome.org (Postfix) with ESMTP id 72C9D18175; Mon, 21 Jul 2003 12:39:44 -0400 (EDT) Received: from iprimus.com.au (203.134.138.9) by smtp01.syd.iprimus.net.au (7.0.018) (authenticated as rjshaw@iprimus.com.au) id 3F146D0A0016DA21; Tue, 22 Jul 2003 02:39:44 +1000 Message-ID: <3F1C16A8.9090702@iprimus.com.au> Date: Tue, 22 Jul 2003 02:36:56 +1000 From: Russell Shaw User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030311 Debian/1.2.1-10 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-doc-list@gnome.org, gtk-list@gnome.org, gtk-devel-list@gnome.org, gtk-app-devel-list-request@gnome.org Subject: Printer friendly docs Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, I downloaded the gtk+ and glib 2.2.2 packages. The documentation gets built as html (from sgml/xml) to be viewed online. Because i'm learning the package, it's too tedious to read all the documentation on the monitor. What's the best way to get a printable output preferably with a table of contents and page numbers? (ps, pdf, dvi etc) From rjshaw@iprimus.com.au Mon Jul 21 12:55:10 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp02.syd.iprimus.net.au (smtp02.syd.iprimus.net.au [210.50.76.52]) by mail.gnome.org (Postfix) with ESMTP id 1B3C618DF9; Mon, 21 Jul 2003 12:55:10 -0400 (EDT) Received: from iprimus.com.au (203.134.138.9) by smtp02.syd.iprimus.net.au (7.0.018) (authenticated as rjshaw@iprimus.com.au) id 3F13130D00154ECC; Tue, 22 Jul 2003 02:55:08 +1000 Message-ID: <3F1C1A3D.2060406@iprimus.com.au> Date: Tue, 22 Jul 2003 02:52:13 +1000 From: Russell Shaw User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030311 Debian/1.2.1-10 X-Accept-Language: en-us, en MIME-Version: 1.0 Cc: gtk-doc-list@gnome.org, gtk-list@gnome.org, gtk-devel-list@gnome.org, gtk-app-devel-list@gnome.org Subject: Printer friendly docs References: <3F1C16A8.9090702@iprimus.com.au> In-Reply-To: <3F1C16A8.9090702@iprimus.com.au> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, I downloaded the gtk+ and glib 2.2.2 packages. The documentation gets built as html (from sgml/xml) to be viewed online. Because i'm learning the package, it's too tedious to read all the documentation on the monitor. What's the best way to get a printable output preferably with a table of contents and page numbers? (ps, pdf, dvi etc) From decio.osiris@bol.com.br Mon Jul 21 13:25:07 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from sidney6.bol.com.br (sidney6.bol.com.br [200.221.24.124]) by mail.gnome.org (Postfix) with ESMTP id 786C81816C for ; Mon, 21 Jul 2003 13:25:07 -0400 (EDT) Received: from bol.com.br (200.221.24.131) by sidney6.bol.com.br (5.1.071) id 3EF0338300273434 for gtk-list@gnome.org; Mon, 21 Jul 2003 14:25:06 -0300 Date: Mon, 21 Jul 2003 14:25:06 -0300 Message-Id: Subject: printing in php-gtk and php-gtk 2 MIME-Version: 1.0 Content-Type: text/plain;charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable From: "decio.osiris" To: gtk-list@gnome.org X-XaM3-API-Version: 2.4 R3 ( B4 ) X-SenderIP: 200.148.51.219 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi... Well, in my last message here I`ve already mentioned how new I am to php gtk. And since I can only get my hands on it on spare time, I haven`t been able to explore it really well. And since I haven`t so far seen any note on the php manual about printing with php gtk, I was wondering if is it possible at all or does it have it`s complications to do it? Also, I was wondering about some people mentions php-gtk 2.0. But since I haven`t seen it on php gtk main page I was wondering if is it already out or not, if it is too different from the 0.52 version I just downloaded from the official site and its advantages. Somethings I have been having problems understanding is gtks use of relative positioning instead of absolute ones, the difficulties to specify and lock the sizes of certain widgets, the use of images on the applications (like iconized buttons like in winzip or iexplorer itself) as well as how (or if) we can control the aspect of some widgets (for example, making flat buttons, instead of embossed ones; altering the scroll bar etc). And since the manual, unfortunatelly lacks a lot of more in-depth information on many widgets, I couldn`t find the answer so far. If anyone could help me with these subjects I would very much appreciate it. Thanks! Decio __________________________________________________________________________ Acabe com aquelas janelinhas que pulam na sua tela. AntiPop-up UOL - =C9 gr=E1tis! http://antipopup.uol.com.br/ From sven@gimp.org Mon Jul 21 13:33:03 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.convergence.de (mail.convergence.de [212.84.236.4]) by mail.gnome.org (Postfix) with ESMTP id 263E31837E; Mon, 21 Jul 2003 13:33:03 -0400 (EDT) Received: from [10.1.1.145] (helo=blixa) by mail.convergence.de with esmtp (Exim 4.14) id 19eeWq-000062-Uu; Mon, 21 Jul 2003 19:32:52 +0200 Received: from neo by blixa with local (Exim 3.36 #1 (Debian)) id 19eeWq-0004re-00; Mon, 21 Jul 2003 19:32:52 +0200 To: Russell Shaw Cc: gtk-devel-list@gnome.org, gtk-list@gnome.org Subject: Re: Printer friendly docs References: <3F1C16A8.9090702@iprimus.com.au> <3F1C1A3D.2060406@iprimus.com.au> From: Sven Neumann Date: Mon, 21 Jul 2003 19:32:51 +0200 In-Reply-To: <3F1C1A3D.2060406@iprimus.com.au> (Russell Shaw's message of "Tue, 22 Jul 2003 02:52:13 +1000") Message-ID: User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, Cross-posting to four lists is very bad style. Please read up on netiquette and how to use mailing lists. > Because i'm learning the package, it's too tedious to read all the > documentation on the monitor. What's the best way to get a printable > output preferably with a table of contents and page numbers? I made good experience with xmlto but keep in mind that the output is _huge_. You will need a lot of paper to print all this. Sven From house.83@tiscali.it Mon Jul 21 16:23:49 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail-1.tiscali.it (mail-1.tiscali.it [195.130.225.147]) by mail.gnome.org (Postfix) with ESMTP id 45397181F8 for ; Mon, 21 Jul 2003 16:23:49 -0400 (EDT) Received: from tiscali.it (62.10.68.42) by mail-1.tiscali.it (6.7.019) id 3F1BF1770002E00C for gtk-list@gnome.org; Mon, 21 Jul 2003 22:23:49 +0200 Message-ID: <3F1C4BD4.1020504@tiscali.it> Date: Mon, 21 Jul 2003 22:23:48 +0200 From: Roberto User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020623 Debian/1.0.0-0.woody.1 X-Accept-Language: it MIME-Version: 1.0 To: gtk list Subject: Rulers and max_size Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I am not able to understand the meaning of the field "max_size" in gtk_ruler_set_range.... can you teacj it to me? Thank you From vivek@lantana.tenet.res.in Mon Jul 21 23:56:41 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lantana.iitm.ernet.in (lantana.tenet.res.in [202.144.28.166]) by mail.gnome.org (Postfix) with ESMTP id 74A5D18184 for ; Mon, 21 Jul 2003 23:56:39 -0400 (EDT) Received: from dodo.lli.tenet.res.in (aster [144.16.241.214]) by lantana.iitm.ernet.in (8.11.6/8.11.6) with ESMTP id h6M3tva29906 for ; Tue, 22 Jul 2003 09:25:59 +0530 Subject: Re: Glib not detected From: Viveka Nathan K To: gtk-list@gnome.org Content-Type: multipart/mixed; boundary="=-8bWNUW9R8CACR74QqBhc" Organization: TeNeT Group Message-Id: <1058846115.892.7.camel@dodo.lli.tenet.res.in> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-4) Date: 22 Jul 2003 09:25:15 +0530 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --=-8bWNUW9R8CACR74QqBhc Content-Type: multipart/alternative; boundary="=-1H6WgYJ9r3tpdq6Fs2Du" --=-1H6WgYJ9r3tpdq6Fs2Du Content-Type: text/plain Content-Transfer-Encoding: 7bit A simple way to do that is, just edit the file in /usr/lib/pkgconfig/glib-2.0.pc and change the version to as it needs. I also faced the similar problem once and it has been recovered after editing that file ;) > Hi , > I have already installed glib2.0 in my system . > now I am trying to install atk-1.0.3 , which needs glib to be present , > but when it(atk-1.0.3)checks for glib during ./configure , it says > configure: > > error: > *** GLIB 2.0.0 or better is required. The latest version of > *** GLIB is always available from ftp://ftp.gtk.org/. > > I also tried installing glib-2.0.7 and then ran the ./configure to > install atk-1.0.3 > > it throws the following error while running ./configure > > checking for GLIB - version >= 2.0.0... > *** 'pkg-config --modversion glib-2.0' returned 2.0.7, but GLIB (2.0.1) > *** was found! If pkg-config was correct, then it is best > *** to remove the old version of GLib. You may also be able to fix the > error > *** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing > > *** /etc/ld.so.conf. Make sure you have run ldconfig if that is > *** required on your system. > *** If pkg-config was wrong, set the environment variable > PKG_CONFIG_PATH > *** to point to the correct configuration files > configure: error: > *** GLIB 2.0.0 or better is required. The latest version of > *** GLIB is always available from ftp://ftp.gtk.org/. > > I also tried setting LD_LIBRARY_PATH and PKG_CONFIG_PATH to glib-2.0.pc > > how should I set the LIBRARY_PATH or PKG_CONFIG_PATH so that > > atk-1.0.3 recognises glib-2.0.7 > any input or suggestion is highly appreciated > > Thanks > Vidhya. > > > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list -- Viveka Nathan K TeNeT Group --=-1H6WgYJ9r3tpdq6Fs2Du Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit
A simple way to do that is, just edit the file in
/usr/lib/pkgconfig/glib-2.0.pc
and change the version to as it needs.

I also faced the similar problem once and it has been recovered after editing that file ;)

Hi ,
I have already installed glib2.0 in my system .
now I am trying to install atk-1.0.3 , which needs glib to be present ,
but when it(atk-1.0.3)checks for glib during ./configure , it says
configure:

error:
*** GLIB 2.0.0 or better is required. The latest version of
*** GLIB is always available from ftp://ftp.gtk.org/.

I also tried installing glib-2.0.7  and then ran the ./configure to
install atk-1.0.3

it throws the following error while running ./configure

checking for GLIB - version >= 2.0.0...
*** 'pkg-config --modversion glib-2.0' returned 2.0.7, but GLIB (2.0.1)
*** was found! If pkg-config was correct, then it is best
*** to remove the old version of GLib. You may also be able to fix the
error
*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing

*** /etc/ld.so.conf. Make sure you have run ldconfig if that is
*** required on your system.
*** If pkg-config was wrong, set the environment variable
PKG_CONFIG_PATH
*** to point to the correct configuration files
configure: error:
*** GLIB 2.0.0 or better is required. The latest version of
*** GLIB is always available from ftp://ftp.gtk.org/.

I also tried setting LD_LIBRARY_PATH and PKG_CONFIG_PATH to glib-2.0.pc

how should I set the LIBRARY_PATH or PKG_CONFIG_PATH so that

atk-1.0.3 recognises glib-2.0.7
any input or suggestion is  highly appreciated

Thanks
Vidhya.


_______________________________________________
gtk-list mailing list
gtk-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-list


--

Viveka Nathan K <vivek@lantana.tenet.res.in>

TeNeT Group
--=-1H6WgYJ9r3tpdq6Fs2Du-- --=-8bWNUW9R8CACR74QqBhc Content-ID: <1058846026.892.3.camel@dodo.lli.tenet.res.in> Content-Disposition: attachment; filename=smiley-4.png Content-Type: image/png; name=smiley-4.png Content-Transfer-Encoding: base64 iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAC/UlEQVR42n2Tf2iUdRzHX9/v8zy3 u91ulnO5pXGXUUsK1yIY9ke0CDQiodbQKCOnNieaIkKI/yRhf0QgCeEqViKUYgUOnTE9G5WtjlqB TV1bsnl0tV93u93ux3PP93meb/8sKBNf8P7jw/v9+fz1/sD/iQI7gB7AWdApoGPB+w/ihvnI/bHK bfu2NLF2zUrMcAw8G2d+mIGBi+w/nGE46XQBnTc7cOFAZ+MTO1/bgDBCuIVxnPwIQhgYwXqMQA2q MMahd+O8fWLmAvAkgLGw/MGbOx55fueuF/FKKVRxHF/NIaQFgO+kcQtjgGZ1cwyjOLXiuyG7DuiV QLSx4fat2zvX4dmTeOVphDCwvUqkWcVk2mfDnkGEtPCdLEJabH95CfctN7YBUQk83XNoMUJaTE+M cuT476x9pZfmZ3sI1D7D8fMeP/2a4a3uGaqWt6Ly1zBDdbzadhvAowLomrn0eocqXMeoqCVU+xga E2mYlKb6sSINtG58gzOnTzGf/BR7+hukWUni52u07p04aS5bdudmAN/NURZ3oSe+RBhhhLTQGsqZ BKd7Pic3fhSVGwLAtaeoX2IAPGem02kQJrP5EHJRHYb0CHhZtG+CdtFeiezIO2h3Hu17OI6Dqxzy RR8AadvlXu0WqDSm6O87xkzWx6p+AF/l8N08vmejvRLaV7jKJjNnEwwvJTXtASQk0FecOEsoUs/6 9RuJx8+RGOgjuLgZK7ISzBo8X9L/w1+07RnmnqZ2RpNlrg7lAU4IILrq3sh437GnMCruIFD9IL8M fsvQpUE+OiO4fGWYRVUGhw+2sablIZJXPiN+cYwPT2b4LaUb/mli94Etsfatm5pwi0kisU1Y4RUI IfHsSTQalR/lcuJj/ph0Od8/y9G46gI6/13lrzrW1bTs3RwmEKxGyAp8lWN2rkShpCkrzfU/FYkf 53j/rPM18PjNnqn77jrZ/kJLFasaQ4SDglJZk533GUspvjiXZSTFJ8BL3IIosBv4HlBAGrgKvAc8 fGP4b4kpTGRKdd96AAAAAElFTkSuQmCC --=-8bWNUW9R8CACR74QqBhc-- From murrayc@usa.net Tue Jul 22 03:00:15 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cmsrelay03.mx.net (cmsrelay03.mx.net [165.212.11.112]) by mail.gnome.org (Postfix) with SMTP id B560718385 for ; Tue, 22 Jul 2003 03:00:14 -0400 (EDT) Received: from uadvg129.cms.usa.net (165.212.11.129) by cmsoutbound.mx.net with SMTP; 22 Jul 2003 07:00:15 -0000 Received: from localhost.localdomain [195.226.162.108] by uadvg129.cms.usa.net (ASMTP/murrayc@usa.net) via mtad (C8.MAIN.3.08F) with ESMTP id 256HgVHam0395M29; Tue, 22 Jul 2003 07:00:12 GMT X-USANET-Auth: 195.226.162.108 AUTH murrayc@usa.net localhost.localdomain Subject: Re: Glib not detected From: Murray Cumming Reply-To: murrayc@usa.net To: Vidhya CS Cc: gtk-list In-Reply-To: <3F1C23E7.649137EE@siptech.co.in> References: <3F1C23E7.649137EE@siptech.co.in> Content-Type: text/plain Message-Id: <1058857210.2400.15.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.3 Date: 22 Jul 2003 09:00:10 +0200 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Mon, 2003-07-21 at 19:33, Vidhya CS wrote: > checking for GLIB - version >= 2.0.0... > *** 'pkg-config --modversion glib-2.0' returned 2.0.7, but GLIB (2.0.1) > *** was found! If pkg-config was correct, then it is best > *** to remove the old version of GLib. You may also be able to fix the > error > *** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing > > *** /etc/ld.so.conf. Make sure you have run ldconfig if that is > *** required on your system. > *** If pkg-config was wrong, set the environment variable > PKG_CONFIG_PATH > *** to point to the correct configuration files > configure: error: > *** GLIB 2.0.0 or better is required. The latest version of > *** GLIB is always available from ftp://ftp.gtk.org/. > > I also tried setting LD_LIBRARY_PATH and PKG_CONFIG_PATH to glib-2.0.pc It's a path to the directory containing .pc files, not a particular file. There should be lots of information about it in the archives or google. -- Murray Cumming murray@usa.net www.murrayc.com From vidhya@siptech.co.in Tue Jul 22 03:06:58 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from turaco.siptech.co.in (unknown [202.54.64.126]) by mail.gnome.org (Postfix) with ESMTP id 236D418399 for ; Tue, 22 Jul 2003 03:06:57 -0400 (EDT) Received: from hornet.siptech.co.in (hornet [192.168.64.13]) by turaco.siptech.co.in (8.12.8/8.12.8) with ESMTP id h6M7Aies006894; Tue, 22 Jul 2003 12:40:44 +0530 Received: from siptech.co.in ([192.168.64.193]) by hornet.siptech.co.in (8.11.0/8.11.0) with ESMTP id h6MIach28768; Wed, 23 Jul 2003 00:06:38 +0530 Message-ID: <3F1D3045.AC133AC@siptech.co.in> Date: Tue, 22 Jul 2003 12:38:29 +0000 From: Vidhya CS Organization: Sip Tech X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.18-3 i686) X-Accept-Language: en MIME-Version: 1.0 To: murrayc@usa.net Cc: gtk-list Subject: Re: Glib not detected References: <3F1C23E7.649137EE@siptech.co.in> <1058857210.2400.15.camel@localhost.localdomain> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Murray Cumming wrote: > On Mon, 2003-07-21 at 19:33, Vidhya CS wrote: > > checking for GLIB - version >= 2.0.0... > > *** 'pkg-config --modversion glib-2.0' returned 2.0.7, but GLIB (2.0.1) > > *** was found! If pkg-config was correct, then it is best > > *** to remove the old version of GLib. You may also be able to fix the > > error > > *** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing > > > > *** /etc/ld.so.conf. Make sure you have run ldconfig if that is > > *** required on your system. > > *** If pkg-config was wrong, set the environment variable > > PKG_CONFIG_PATH > > *** to point to the correct configuration files > > configure: error: > > *** GLIB 2.0.0 or better is required. The latest version of > > *** GLIB is always available from ftp://ftp.gtk.org/. > > > > I also tried setting LD_LIBRARY_PATH and PKG_CONFIG_PATH to glib-2.0.pc > > It's a path to the directory containing .pc files, not a particular > file. There should be lots of information about it in the archives or > google. > I have set the LD_LIBRARY_PATH and PKG_CONFIG_PATH point to /usr/local/lib/pkgconfig/glib-2.0.pc and then tried running the ./configure of atk-1.0.3 , it is still giving the same error . From murrayc@usa.net Tue Jul 22 03:12:38 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cmsrelay04.mx.net (cmsrelay04.mx.net [165.212.11.113]) by mail.gnome.org (Postfix) with SMTP id 60346183ED for ; Tue, 22 Jul 2003 03:12:37 -0400 (EDT) Received: from uadvg130.cms.usa.net (165.212.11.130) by cmsoutbound.mx.net with SMTP; 22 Jul 2003 07:12:37 -0000 Received: from localhost.localdomain [195.226.162.108] by uadvg130.cms.usa.net (ASMTP/murrayc@usa.net) via mtad (C8.MAIN.3.08F) with ESMTP id 359HgVHmh0205M30; Tue, 22 Jul 2003 07:12:34 GMT X-USANET-Auth: 195.226.162.108 AUTH murrayc@usa.net localhost.localdomain Subject: Re: Glib not detected From: Murray Cumming Reply-To: murrayc@usa.net To: Vidhya CS Cc: gtk-list In-Reply-To: <3F1D3045.AC133AC@siptech.co.in> References: <3F1C23E7.649137EE@siptech.co.in> <1058857210.2400.15.camel@localhost.localdomain> <3F1D3045.AC133AC@siptech.co.in> Content-Type: text/plain Message-Id: <1058857951.2400.29.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.3 Date: 22 Jul 2003 09:12:32 +0200 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Tue, 2003-07-22 at 14:38, Vidhya CS wrote: > Murray Cumming wrote: > > > I also tried setting LD_LIBRARY_PATH and PKG_CONFIG_PATH to glib-2.0.pc > > > > It's a path to the directory containing .pc files, not a particular > > file. There should be lots of information about it in the archives or > > google. > > > > I have set the LD_LIBRARY_PATH and PKG_CONFIG_PATH point to > /usr/local/lib/pkgconfig/glib-2.0.pc > > and then tried running the ./configure of atk-1.0.3 , it is still giving the > same error . Again, PKG_CONFIG_PATH is a path (or paths) to the _directory_ which contains several .pc files. It is not a path to a particular file. And LD_LIBRARY_PATH has a different purpose. -- Murray Cumming murray@usa.net www.murrayc.com From vidhya@siptech.co.in Tue Jul 22 03:36:00 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from turaco.siptech.co.in (unknown [202.54.64.126]) by mail.gnome.org (Postfix) with ESMTP id 10F3F18193 for ; Tue, 22 Jul 2003 03:35:59 -0400 (EDT) Received: from hornet.siptech.co.in (hornet [192.168.64.13]) by turaco.siptech.co.in (8.12.8/8.12.8) with ESMTP id h6M7dkes007101; Tue, 22 Jul 2003 13:09:47 +0530 Received: from siptech.co.in ([192.168.64.193]) by hornet.siptech.co.in (8.11.0/8.11.0) with ESMTP id h6MJ5fh30031; Wed, 23 Jul 2003 00:35:42 +0530 Message-ID: <3F1D3713.53983686@siptech.co.in> Date: Tue, 22 Jul 2003 13:07:32 +0000 From: Vidhya CS Organization: Sip Tech X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.18-3 i686) X-Accept-Language: en MIME-Version: 1.0 To: murrayc@usa.net Cc: gtk-list Subject: Re: Glib not detected References: <3F1C23E7.649137EE@siptech.co.in> <1058857210.2400.15.camel@localhost.localdomain> <3F1D3045.AC133AC@siptech.co.in> <1058857951.2400.29.camel@localhost.localdomain> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Murray Cumming wrote: > On Tue, 2003-07-22 at 14:38, Vidhya CS wrote: > > Murray Cumming wrote: > > > > I also tried setting LD_LIBRARY_PATH and PKG_CONFIG_PATH to glib-2.0.pc > > > > > > It's a path to the directory containing .pc files, not a particular > > > file. There should be lots of information about it in the archives or > > > google. > > > > > > > I have set the LD_LIBRARY_PATH and PKG_CONFIG_PATH point to > > /usr/local/lib/pkgconfig/glib-2.0.pc > > > > and then tried running the ./configure of atk-1.0.3 , it is still giving the > > same error . > > Again, PKG_CONFIG_PATH is a path (or paths) to the _directory_ which > contains several .pc files. It is not a path to a particular file. > > And LD_LIBRARY_PATH has a different purpose. > > -- great! it is working now , I made the LD_LIBRARY_PATH point to /usr/local/lib(which contains shared libs ) and PKG_CONFIG_PATH point /usr/local/lib/pkgconfig/ . Thanks Vidhya. From vidhya@siptech.co.in Tue Jul 22 06:07:36 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from turaco.siptech.co.in (unknown [202.54.64.126]) by mail.gnome.org (Postfix) with ESMTP id C91E618151 for ; Tue, 22 Jul 2003 06:07:33 -0400 (EDT) Received: from hornet.siptech.co.in (hornet [192.168.64.13]) by turaco.siptech.co.in (8.12.8/8.12.8) with ESMTP id h6MABGes008326 for ; Tue, 22 Jul 2003 15:41:19 +0530 Received: from siptech.co.in ([192.168.64.193]) by hornet.siptech.co.in (8.11.0/8.11.0) with ESMTP id h6MLbCh04555 for ; Wed, 23 Jul 2003 03:07:12 +0530 Message-ID: <3F1D5A96.D61A3D3@siptech.co.in> Date: Tue, 22 Jul 2003 15:39:02 +0000 From: Vidhya CS Organization: Sip Tech X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.18-3 i686) X-Accept-Language: en MIME-Version: 1.0 To: gtk-list Subject: gtk installation err / libjpeg ? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: hi , I am trying to install gtk , while running the ./configure , it says jpeg loader not found , I have installed libjpeg and LD_LIBRARY_PATH is pointing to those libs . the error am getting is : WARNING: *** JPEG loader will not be built (JPEG library not found) *** configure: error: *** Checks for JPEG loader failed. You can build without it by passing *** --without-libjpeg to configure but some programs using GTK+ may *** not work properly sine I have loaded libjpeg , iam dont want to use the --without-libjpeg . vidhya. From olaf@cbk.poznan.pl Tue Jul 22 07:53:01 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from goliath.sylaba.poznan.pl (goliath.sylaba.poznan.pl [195.216.104.3]) by mail.gnome.org (Postfix) with ESMTP id 8CB0F18472 for ; Tue, 22 Jul 2003 07:53:01 -0400 (EDT) Received: by goliath.sylaba.poznan.pl (Postfix, from userid 1003) id F067D94055; Tue, 22 Jul 2003 13:53:00 +0200 (CEST) Received: from venus.local.navi.pl (ps103.poznan.sdi.tpnet.pl [217.97.72.103]) by goliath.sylaba.poznan.pl (Postfix) with ESMTP id 9BC3993EA0; Tue, 22 Jul 2003 13:52:51 +0200 (CEST) Received: from venus.local.navi.pl (venus.local.navi.pl [127.0.0.1]) by venus.local.navi.pl (8.12.5/8.12.5) with ESMTP id h6MBrAQ6002511; Tue, 22 Jul 2003 13:53:24 +0200 Subject: Re: gtk installation err / libjpeg ? From: Olaf =?iso-8859-2?Q?Fr=B1czyk?= To: Vidhya CS Cc: gtk-list In-Reply-To: <3F1D5A96.D61A3D3@siptech.co.in> References: <3F1D5A96.D61A3D3@siptech.co.in> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 (1.0.8-10) Date: 22 Jul 2003 13:53:10 +0200 Message-Id: <1058874804.1836.7.camel@venus> Mime-Version: 1.0 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Tue, 2003-07-22 at 17:39, Vidhya CS wrote: > hi , > I am trying to install gtk , while running the ./configure , it says > jpeg loader not found , > I have installed libjpeg and LD_LIBRARY_PATH is pointing to those libs . > > the error am getting is > > : WARNING: *** JPEG loader will not be built (JPEG library not found) > *** > configure: error: > *** Checks for JPEG loader failed. You can build without it by passing > *** --without-libjpeg to configure but some programs using GTK+ may > *** not work properly > > sine I have loaded libjpeg , iam dont want to use the --without-libjpeg > . Do you have library and headers? Or library only? Then install headers and should work. Regards, Olaf From vidhya@siptech.co.in Tue Jul 22 08:59:30 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from turaco.siptech.co.in (unknown [202.54.64.126]) by mail.gnome.org (Postfix) with ESMTP id 0314A186E1 for ; Tue, 22 Jul 2003 08:59:29 -0400 (EDT) Received: from hornet.siptech.co.in (hornet [192.168.64.13]) by turaco.siptech.co.in (8.12.8/8.12.8) with ESMTP id h6MD37es009654; Tue, 22 Jul 2003 18:33:08 +0530 Received: from siptech.co.in ([192.168.64.193]) by hornet.siptech.co.in (8.11.0/8.11.0) with ESMTP id h6N0T4h11068; Wed, 23 Jul 2003 05:59:04 +0530 Message-ID: <3F1D82DF.26F7D3E4@siptech.co.in> Date: Tue, 22 Jul 2003 18:30:56 +0000 From: Vidhya CS Organization: Sip Tech X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.18-3 i686) X-Accept-Language: en MIME-Version: 1.0 To: Olaf =?iso-8859-1?Q?Fr=B1czyk?= Cc: gtk-list Subject: Re: gtk installation err / libjpeg ? References: <3F1D5A96.D61A3D3@siptech.co.in> <1058874804.1836.7.camel@venus> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Olaf Fr±czyk wrote: > On Tue, 2003-07-22 at 17:39, Vidhya CS wrote: > > hi , > > I am trying to install gtk , while running the ./configure , it says > > jpeg loader not found , > > I have installed libjpeg and LD_LIBRARY_PATH is pointing to those libs . > > > > the error am getting is > > > > : WARNING: *** JPEG loader will not be built (JPEG library not found) > > *** > > configure: error: > > *** Checks for JPEG loader failed. You can build without it by passing > > *** --without-libjpeg to configure but some programs using GTK+ may > > *** not work properly > > > > sine I have loaded libjpeg , iam dont want to use the --without-libjpeg > > . > Do you have library and headers? > Or library only? Then install headers and should work. I installed libjpeg-6b-19.i386.rpm, only the libraries got installed , now I have put all the headers still the same error. ie jpeg loader failed . any help ? regards vidhya. From ergo@secondthought.org Tue Jul 22 09:06:46 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from theory.lcs.mit.edu (theory.lcs.mit.edu [18.52.0.92]) by mail.gnome.org (Postfix) with ESMTP id 365D2182CE for ; Tue, 22 Jul 2003 09:06:46 -0400 (EDT) Received: from secondthought.org (h0002a5b20f0b.ne.client2.attbi.com [66.31.123.102]) (authenticated bits=0) by theory.lcs.mit.edu (8.12.9/8.12.1) with ESMTP id h6MD6lq7014618 for ; Tue, 22 Jul 2003 09:06:47 -0400 Message-ID: <3F1D36CE.5080401@secondthought.org> Date: Tue, 22 Jul 2003 09:06:22 -0400 From: Andrew Hogue Reply-To: ergo@secondthought.org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: GTK_WINDOW_POPUP assertion fails Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello - I am working with GTK 1.2.10, on Linux 2.4.18 (Red Hat 9.0). I am attempting to create a GTK window through the JNI (see code attached below), and I receive the following assertion failure during execution: (:6338): Gtk-CRITICAL **: file gtkwindow.c: line 794 (gtk_window_new): assertion `type >= GTK_WINDOW_TOPLEVEL && type <= GTK_WINDOW_POPUP' failed A series of other assertions subsequently fail, all seemingly because *mShell is null. I'm creating the window with: static GtkWidget *mShell = NULL; [snip] mShell = gtk_window_new (GTK_WINDOW_POPUP); Why does this assertion fail? Thanks in advance! -Andrew Hogue =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= GtkMozEmbed.cpp =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= #include #include "GtkMozEmbed.h" #include #include #include #include #include #include "gtkmozembed.h" #include "nsGtkEventHandler.h" #include /* * Class: org_eclipse_swt_widgets_GtkMozEmbed * Method: createTopLevelWindow * Signature: ()I */ JNIEXPORT jint JNICALL Java_org_eclipse_swt_widgets_GtkMozEmbed_createTopLevelWindow (JNIEnv * env, jobject obj) { static GtkWidget *mShell = NULL; /* Initialise GTK */ gtk_set_locale (); gtk_init (0, NULL); gdk_rgb_init(); mShell = gtk_window_new (GTK_WINDOW_POPUP); gtk_window_set_default_size(GTK_WINDOW(mShell), 300, 300); gtk_window_set_title(GTK_WINDOW(mShell), "Simple browser"); return (jint) mShell; } From sagars@dpsl.net Tue Jul 22 09:30:28 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from khyber.enigma (mail.dpsl.net [202.144.16.187]) by mail.gnome.org (Postfix) with ESMTP id B054618701 for ; Tue, 22 Jul 2003 09:30:27 -0400 (EDT) Received: by mail.dpsl.net with Internet Mail Service (5.5.2653.19) id <37PFN5LH>; Tue, 22 Jul 2003 19:06:01 +0530 Received: from khyber.enigma (mail.dpsl.net [202.144.16.187]) by khyber.enigma with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id 37PFN5LG; Tue, 22 Jul 2003 19:05:57 +0530 Received: FROM WAS BY khyber.enigma ; Tue Jul 22 19:05:56 2003 +0500 From: Sagar Shah To: gtk-list@gnome.org Message-ID: <0d0b01c350be$4c4cdd60$860410ac@WAS> Subject: problems building gtk+2.2 on linux Date: Tue, 22 Jul 2003 19:01:10 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0D04_01C35083.9D33A050" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is a multi-part message in MIME format. ------=_NextPart_000_0D04_01C35083.9D33A050 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi all, =20 i am trying to build gtk+2.2,. i installed the glib 2.2 and required version of atk. =20 i have autoconf 2.53, automake 1.5, libtool 1.4.2 and gcc 2.96. =20 when i make the package the following errors of undefined references like. =20 undefined reference to `g_sprintf' ndefined reference to `g_fprintf' undefined reference to `g_get_application_name' =20 i think its related to glib problem but its using glib 2.2 libraries which is in /usr/local/lib=20 =20 any suggestions what i should do, would appreciated. =20 Regards Sagar Shah =20 ------=_NextPart_000_0D04_01C35083.9D33A050 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi all,
 
i am trying to build gtk+2.2,. i = installed the glib=20 2.2 and required version of atk.
 
i have autoconf 2.53, automake 1.5, = libtool 1.4.2=20 and gcc 2.96.
 
when i make the package the following = errors of=20 undefined references like.
 
undefined=20 reference to `g_sprintf'

ndefined reference to=20 `g_fprintf'

 undefined reference to =20 `g_get_application_name'
 
i think its related to glib problem = but its using=20 glib 2.2 libraries which is in /usr/local/lib
 
any suggestions what i should = do,  would=20 appreciated.
 
Regards
Sagar Shah
 

------=_NextPart_000_0D04_01C35083.9D33A050-- From bert.timmerman@corusgroup.com Tue Jul 22 09:38:31 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from bridget.hoogovens.com (unknown [212.1.8.2]) by mail.gnome.org (Postfix) with ESMTP id ED38E1831A for ; Tue, 22 Jul 2003 09:38:30 -0400 (EDT) Received: from bridges.ijmuiden.corusgroup.com (145.8.252.111 [145.8.252.111]) by bridget.hoogovens.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id N67NPKPN; Tue, 22 Jul 2003 15:32:47 +0200 Received: by bridges.ijmuiden.corusgroup.com with Internet Mail Service (5.5.2653.19) id ; Tue, 22 Jul 2003 15:38:27 +0200 Message-ID: <06CBCB9A339A9F489C250E65CDAF074701C57D08@ijmexc00.ijmuiden.corusgroup.com> From: "Timmerman, LJH" To: "'Vidhya CS '" , =?iso-8859-1?Q?Olaf_Fr=B1czyk?= Cc: gtk-list Subject: RE: gtk installation err / libjpeg ? Date: Tue, 22 Jul 2003 15:38:25 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi Vidhya, Search at www.google.com for "libjpeg-devel" for the = development-headers, it lists several rpms for several platforms. Kind regards, Bert Timmerman. > -----Original Message----- > From: gtk-list-admin@gnome.org@CORUS On Behalf Of Vidhya CS > > Sent: dinsdag 22 juli 2003 20:31 > To: Olaf Fr=B1czyk > Cc: gtk-list > Subject: Re: gtk installation err / libjpeg ? >=20 > Olaf Fr=B1czyk wrote: >=20 > > On Tue, 2003-07-22 at 17:39, Vidhya CS wrote: > > > hi , > > > I am trying to install gtk , while running the ./configure , it = says > > > jpeg loader not found , > > > I have installed libjpeg and LD_LIBRARY_PATH is pointing to those = libs > . > > > > > > the error am getting is > > > > > > : WARNING: *** JPEG loader will not be built (JPEG library not = found) > > > *** > > > configure: error: > > > *** Checks for JPEG loader failed. You can build without it by = passing > > > *** --without-libjpeg to configure but some programs using GTK+ = may > > > *** not work properly > > > > > > sine I have loaded libjpeg , iam dont want to use the > --without-libjpeg > > > . > > Do you have library and headers? > > Or library only? Then install headers and should work. >=20 > I installed libjpeg-6b-19.i386.rpm, only the libraries got installed = , now > I > have put all the headers > still the same error. > ie jpeg loader failed . > any help ? > regards > vidhya. >=20 >=20 >=20 > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list From ed@unidata.ucar.edu Tue Jul 22 10:54:09 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from rodney.unidata.ucar.edu (rodney.unidata.ucar.edu [128.117.140.88]) by mail.gnome.org (Postfix) with ESMTP id 324E81844B for ; Tue, 22 Jul 2003 10:54:09 -0400 (EDT) Received: (from ed@localhost) by rodney.unidata.ucar.edu (8.11.6/8.11.6) id h6MEs9W12953; Tue, 22 Jul 2003 08:54:09 -0600 X-Authentication-Warning: rodney.unidata.ucar.edu: ed set sender to ed@unidata.ucar.edu using -f To: gtk-list@gnome.org Subject: problems installing latest version of glib... From: Ed Hartnett Date: 22 Jul 2003 08:54:09 -0600 Message-ID: Lines: 17 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Howdy all! I am on a red hat Linux box, trying to install glib-2.2.2. As per web page instructions, I first got and installed pkg-config. That seemed to go fine. I got version 0.15. During configure of glib-2.2.2 I got the following problem: checking for pkg-config... /usr/bin/pkg-config configure: error: *** pkg-config too old; version 0.14 or better required. What's up with this? How should I proceed? Thanks! Ed From sven@gimp.org Tue Jul 22 11:08:10 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.convergence.de (mail.convergence.de [212.84.236.4]) by mail.gnome.org (Postfix) with ESMTP id D24E918122 for ; Tue, 22 Jul 2003 11:08:09 -0400 (EDT) Received: from [10.1.1.145] (helo=blixa) by mail.convergence.de with esmtp (Exim 4.14) id 19eykM-0003pt-7o; Tue, 22 Jul 2003 17:08:10 +0200 Received: from neo by blixa with local (Exim 3.36 #1 (Debian)) id 19eykL-0000Wg-00; Tue, 22 Jul 2003 17:08:09 +0200 To: Ed Hartnett Cc: gtk-list@gnome.org Subject: Re: problems installing latest version of glib... References: From: Sven Neumann Date: Tue, 22 Jul 2003 17:08:09 +0200 In-Reply-To: (Ed Hartnett's message of "22 Jul 2003 08:54:09 -0600") Message-ID: User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, Ed Hartnett writes: > I am on a red hat Linux box, trying to install glib-2.2.2. > > As per web page instructions, I first got and installed > pkg-config. That seemed to go fine. I got version 0.15. > > During configure of glib-2.2.2 I got the following problem: > > checking for pkg-config... /usr/bin/pkg-config > configure: error: *** pkg-config too old; version 0.14 or better required. > > What's up with this? How should I proceed? Try 'pkg-config --version' do see what version of pkg-config is used. You probably have an older version in /usr/bin and installed 0.15 in /usr/local/bin. Sven From rjshaw@iprimus.com.au Tue Jul 22 11:34:11 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp02.syd.iprimus.net.au (smtp02.syd.iprimus.net.au [210.50.76.52]) by mail.gnome.org (Postfix) with ESMTP id D4DD81814C; Tue, 22 Jul 2003 11:34:10 -0400 (EDT) Received: from iprimus.com.au (203.134.138.33) by smtp02.syd.iprimus.net.au (7.0.018) (authenticated as rjshaw@iprimus.com.au) id 3F13130D001897CB; Wed, 23 Jul 2003 01:34:09 +1000 Message-ID: <3F1D58CC.1000108@iprimus.com.au> Date: Wed, 23 Jul 2003 01:31:24 +1000 From: Russell Shaw User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030311 Debian/1.2.1-10 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-app-devel-list@gnome.org, gtk-list@gnome.org Subject: Autoconf hello world Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, I'm looking for a GTK+ hello-world example that uses configure.in and automake.am (autoconf and automake). From murrayc@usa.net Tue Jul 22 11:53:41 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cmsrelay02.mx.net (cmsrelay02.mx.net [165.212.11.111]) by mail.gnome.org (Postfix) with SMTP id 496481843E for ; Tue, 22 Jul 2003 11:53:41 -0400 (EDT) Received: from uadvg128.cms.usa.net (165.212.11.128) by cmsoutbound.mx.net with SMTP; 22 Jul 2003 15:53:41 -0000 Received: from localhost.localdomain [195.226.162.108] by uadvg128.cms.usa.net (ASMTP/murrayc@usa.net) via mtad (C8.MAIN.3.08F) with ESMTP id 375HgVP2l0373M28; Tue, 22 Jul 2003 15:53:38 GMT X-USANET-Auth: 195.226.162.108 AUTH murrayc@usa.net localhost.localdomain Subject: Re: Autoconf hello world From: Murray Cumming Reply-To: murrayc@usa.net To: Russell Shaw Cc: gtk-app-devel-list@gnome.org, gtk-list In-Reply-To: <3F1D58CC.1000108@iprimus.com.au> References: <3F1D58CC.1000108@iprimus.com.au> Content-Type: text/plain Message-Id: <1058889211.2400.60.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.3 Date: 22 Jul 2003 17:53:31 +0200 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Tue, 2003-07-22 at 17:31, Russell Shaw wrote: > Hi, > I'm looking for a GTK+ hello-world example that uses > configure.in and automake.am (autoconf and automake). gnome-hello (on GNOME's ftp or cvs) is meant to be a GNOME hello world, though we are struggling with it a bit this week. A GTK+ hello world without the fancy GNOME stuff would be a bit easier. It's just a matter of using PKG_CHECK_MODULES. This might be helpful: http://www.murrayc.com/learning/linux/using_libraries/using_libraries.shtml#cflagsandlibs -- Murray Cumming murray@usa.net www.murrayc.com From rjshaw@iprimus.com.au Tue Jul 22 11:54:31 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.52]) by mail.gnome.org (Postfix) with ESMTP id D8BFA187AF; Tue, 22 Jul 2003 11:54:30 -0400 (EDT) Received: from iprimus.com.au (203.134.138.33) by smtp01.syd.iprimus.net.au (7.0.018) (authenticated as rjshaw@iprimus.com.au) id 3F146D0A001B17D6; Wed, 23 Jul 2003 01:54:30 +1000 Message-ID: <3F1D5D92.7090001@iprimus.com.au> Date: Wed, 23 Jul 2003 01:51:46 +1000 From: Russell Shaw User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030311 Debian/1.2.1-10 X-Accept-Language: en-us, en MIME-Version: 1.0 Cc: gtk-app-devel-list@gnome.org, gtk-list@gnome.org Subject: Re: Autoconf hello world References: <3F1D58CC.1000108@iprimus.com.au> In-Reply-To: <3F1D58CC.1000108@iprimus.com.au> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Russell Shaw wrote: > Hi, > I'm looking for a GTK+ hello-world example that uses > configure.in and automake.am (autoconf and automake). Ok, i found a faq: http://www.gtk.org/faq/#AEN412 From pvosta@unionbio-eu.com Wed Jul 23 09:59:57 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from unionbio-eu.com (unknown [213.193.139.10]) by mail.gnome.org (Postfix) with SMTP id DCDF81896A for ; Wed, 23 Jul 2003 09:59:56 -0400 (EDT) Received: (qmail 17375 invoked from network); 23 Jul 2003 13:59:57 -0000 Received: from linux-2.unionbio-eu.com (HELO unionbio-eu.com) (192.168.0.23) by server.unionbio-eu.com with SMTP; 23 Jul 2003 13:59:57 -0000 Message-ID: <3F1E94DD.AFA2851B@unionbio-eu.com> Date: Wed, 23 Jul 2003 15:59:57 +0200 From: Peter Van Osta Reply-To: pvosta@unionbio-eu.com Organization: Union Biometrica N.V./S.A. ESO X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.4.7-10 i686) X-Accept-Language: en MIME-Version: 1.0 To: ORBit list , GTK-list , Glade Subject: Filebrowser widget over CORBA Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, I am using a GTK-interface built with glade in combination with CORBA. In the interface I have used the filebrowser widget (generated by GLADE), but when I use it, it shows the directories and files which the GTK-client can see and not the directories and files on the CORBA-server. Is there a way to "redirect" the filebrowser so that it connects to the server instead and only shows directories and files from the server transparently ? Best regards, Peter Van Osta From randhol@pvv.org Wed Jul 23 10:09:08 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from kiuk0152.chembio.ntnu.no (kiuk0152.chembio.ntnu.no [129.241.83.78]) by mail.gnome.org (Postfix) with ESMTP id 3C01518A44 for ; Wed, 23 Jul 2003 10:09:08 -0400 (EDT) Received: from randhol by kiuk0152.chembio.ntnu.no with local (Exim 3.35 #1 (Debian)) id 19fKIS-0003uT-00 for ; Wed, 23 Jul 2003 16:08:48 +0200 Date: Wed, 23 Jul 2003 16:08:48 +0200 From: Preben Randhol To: GTK-list Subject: Can one know if a windows i minimized? Message-ID: <20030723140848.GA15000@pvv.org> Mail-Followup-To: GTK-list Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.3.28i Organization: PVV Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I know this may be out of the realm of GTK, but since one can remove window decorations from GTK I was wondering if one also could hook the minimize button so the program knows that it is being minimized. This is useful in some areas. Thanks in advance. -- Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 -- «For me, Ada95 puts back the joy in programming.» From otaylor@redhat.com Wed Jul 23 10:15:36 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (pix-525-pool.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 0308518A50; Wed, 23 Jul 2003 10:15:35 -0400 (EDT) Received: from poincare.devel.redhat.com (poincare.devel.redhat.com [172.16.58.30]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h6NEFaK17106; Wed, 23 Jul 2003 10:15:36 -0400 Subject: Re: Filebrowser widget over CORBA From: Owen Taylor To: pvosta@unionbio-eu.com Cc: ORBit list , GTK-list , Glade In-Reply-To: <3F1E94DD.AFA2851B@unionbio-eu.com> References: <3F1E94DD.AFA2851B@unionbio-eu.com> Content-Type: text/plain Message-Id: <1058969735.6206.25.camel@poincare.devel.redhat.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.92 (1.3.92-1) (Preview Release) Date: 23 Jul 2003 10:15:36 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Wed, 2003-07-23 at 09:59, Peter Van Osta wrote: > Hi, > > I am using a GTK-interface built with glade in combination with CORBA. > In the interface I have used the filebrowser widget (generated by > GLADE), but when I use it, it shows the directories and files which the > GTK-client can see and not the directories and files on the > CORBA-server. > > Is there a way to "redirect" the filebrowser so that it connects to the > server instead and only shows directories and files from the server > transparently ? No. I would expand more, but I'm really not sure what to say. The server is most likely not even exporting its file system in any fashion. The GTK+-2.4 file chooser widget is architected so that it could theoretically be used like this; there is separation between the file system model and the GUI components. But that's really meant for things like gnome-vfs support, and isn't exposed directly to applications. And even if it was, you'd have to design your own custom transport layer. Regards, Owen From randhol@pvv.org Wed Jul 23 10:16:37 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from kiuk0152.chembio.ntnu.no (kiuk0152.chembio.ntnu.no [129.241.83.78]) by mail.gnome.org (Postfix) with ESMTP id 50C6318A52 for ; Wed, 23 Jul 2003 10:16:37 -0400 (EDT) Received: from randhol by kiuk0152.chembio.ntnu.no with local (Exim 3.35 #1 (Debian)) id 19fKPi-0003wG-00 for ; Wed, 23 Jul 2003 16:16:18 +0200 Date: Wed, 23 Jul 2003 16:16:18 +0200 From: Preben Randhol To: Gtk-List Subject: Cannot set foreground colour of Entry widget Message-ID: <20030723141618.GA15136@pvv.org> Mail-Followup-To: Gtk-List Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i Organization: PVV Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I have problems setting the foreground colour of an Entry widget. In Gtk+-1.2 I modified a Style and then applied this to get say red colour on the text of the Entry widget text. This way still works for Label (though I use pango's markup instead now). However for a Entry widget this approach does not work anymore. Is there something special one need to do in Gtk+-2.x for Entry widgets? I want to change colour if the string that is entered is not correct. -- Ada95 is good for you. http://www.crystalcode.com/codemage/MainMenu/Coding/Ada/IntroducingAda.php From rew@primagraphics.co.uk Wed Jul 23 10:22:06 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from oak.primag (ip-80-242-37-235.aramiska-arc.aramiska.net [80.242.37.235]) by mail.gnome.org (Postfix) with SMTP id B2A0018A56 for ; Wed, 23 Jul 2003 10:22:01 -0400 (EDT) Received: (qmail 12037 invoked by uid 704); 23 Jul 2003 14:21:46 -0000 Received: from rew@primagraphics.co.uk by oak by uid 701 with qmail-scanner-1.13 (clamscan: 0.23. spamassassin: 2.55. Clear:. Processed in 1.097534 secs); 23 Jul 2003 14:21:46 -0000 Received: from holly.primag (HELO holly) (192.168.0.61) by oak.primag with SMTP; 23 Jul 2003 14:21:45 -0000 Message-ID: <011f01c35125$cb5215a0$3d00a8c0@primag> From: "Richard Warren" To: "Preben Randhol" , "GTK-list" References: <20030723140848.GA15000@pvv.org> Subject: Re: Can one know if a windows i minimized? Date: Wed, 23 Jul 2003 15:22:06 +0100 Organization: Primagraphics Ltd. MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > I know this may be out of the realm of GTK, but since one can remove > window decorations from GTK I was wondering if one also could hook the > minimize button so the program knows that it is being minimized. This is > useful in some areas. Connect to the "window-state-event" signal on your top-level window. The callback will be given a GdkEventWindowState pointer through which you can access a new_window_state field. This is a bitmask of flags such as GDK_WINDOW_STATE_ICONIFIED etc. Hope that helps, Richard W. From randhol@pvv.org Wed Jul 23 10:35:57 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from kiuk0152.chembio.ntnu.no (kiuk0152.chembio.ntnu.no [129.241.83.78]) by mail.gnome.org (Postfix) with ESMTP id 10ACA18A67 for ; Wed, 23 Jul 2003 10:35:57 -0400 (EDT) Received: from randhol by kiuk0152.chembio.ntnu.no with local (Exim 3.35 #1 (Debian)) id 19fKiP-0006iT-00; Wed, 23 Jul 2003 16:35:37 +0200 Date: Wed, 23 Jul 2003 16:35:37 +0200 From: Preben Randhol To: Richard Warren Cc: Preben Randhol , GTK-list Subject: Re: Can one know if a windows i minimized? Message-ID: <20030723143537.GC12485@pvv.org> Mail-Followup-To: Richard Warren , Preben Randhol , GTK-list References: <20030723140848.GA15000@pvv.org> <011f01c35125$cb5215a0$3d00a8c0@primag> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <011f01c35125$cb5215a0$3d00a8c0@primag> User-Agent: Mutt/1.3.28i Organization: PVV Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Richard Warren wrote on 23/07/2003 (16:23) : > Connect to the "window-state-event" signal on your top-level window. > > The callback will be given a GdkEventWindowState pointer through which you > can access a new_window_state field. This is a bitmask of flags such as > GDK_WINDOW_STATE_ICONIFIED etc. Thanks! Will look at it! -- Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 -- «For me, Ada95 puts back the joy in programming.» From dav@cs.utah.edu Wed Jul 23 17:09:10 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail-svr1.cs.utah.edu (mail-svr1.cs.utah.edu [155.99.198.200]) by mail.gnome.org (Postfix) with ESMTP id 3C0F018C1A for ; Wed, 23 Jul 2003 17:09:10 -0400 (EDT) Received: from faith.cs.utah.edu (faith.cs.utah.edu [155.99.198.108]) by mail-svr1.cs.utah.edu (Postfix) with ESMTP id 3B8BD34767 for ; Wed, 23 Jul 2003 15:09:11 -0600 (MDT) Received: (from dav@localhost) by faith.cs.utah.edu (8.11.6+Sun/8.11.1) id h6NL9B508938; Wed, 23 Jul 2003 15:09:11 -0600 (MDT) Date: Wed, 23 Jul 2003 15:09:11 -0600 (MDT) Message-Id: <200307232109.h6NL9B508938@faith.cs.utah.edu> X-Authentication-Warning: faith.cs.utah.edu: dav set sender to dav@cs.utah.edu using -f From: "J. Davison de St. Germain" To: gtk-list@gnome.org Subject: Re: replacement for gtk_tootips_set_delay Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > From: Skip Montanaro > * To: Owen Taylor > * Cc: gtk-list gnome org > * Subject: Re: replacement for gtk_tooltips_set_delay > * Date: Mon, 15 Oct 2001 17:31:22 -0500 > > ------------------------------------------------------------------------ > > >> In the 2.0 docs, gtk_tooltips_set_delay is marked as deprecated. > >> What replaces it? > > Owen> Nothing. What reason would an app programer have to change this? > Owen> If the default isn't right, then it should be fixed. If different > Owen> users need different settings it should be configurable. > > That's what I was getting at. Assuming you're taking control of this away > from the programmer, my experience suggests you put this control in the > hands of the user, but I don't see anything that suggests how the user is > supposed to control this either. A simple example of specifying this in an > rc file would be appreciated. > > Skip Hi, Can someone finish the answer to this. How does one go about changing this setting? Thanks, Dav ----------------------------------------------------------------------- - J. Davison de St. Germain dav@cs.utah.edu (801) 581-4078 - - Chief Software Engineer http://www.cs.utah.edu/~dav - - SCI Institute, SE C-SAFE University of Utah - ----------------------------------------------------------------------- From jeevesn@yahoo.com Wed Jul 23 18:32:33 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from web21102.mail.yahoo.com (web21102.mail.yahoo.com [216.136.227.104]) by mail.gnome.org (Postfix) with SMTP id 48F2F1842B for ; Wed, 23 Jul 2003 18:32:33 -0400 (EDT) Message-ID: <20030723223234.58636.qmail@web21102.mail.yahoo.com> Received: from [150.135.221.16] by web21102.mail.yahoo.com via HTTP; Wed, 23 Jul 2003 15:32:34 PDT Date: Wed, 23 Jul 2003 15:32:34 -0700 (PDT) From: Dominic Espinosa Subject: Pango: how to build a new rendering engine? To: gtk-list@gnome.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello all, I'm a linguistics student, and as part of a research project I've devised a hypothetical new script for certain phonetic applications. It's a novel approach, and the standard left-to-right sequential rendering of characters as for English or European languages is not going to work for rendering it (although I experimented with kerning in the font). The script resembles Korean Han-gul in that it works by systematically combining certain graphic elements into blocks. I have the glyphs stored in abritrary order inside a TrueType UTF-8 font, although I realize I'll need to address the encoding issue for real at some point, and an input method is also being devised. After a week of poring over the documentation and source code for Pango, I'm still not sure how to proceed in writing a module to render the script. I have tried to analyze the source code for the Han-gul module, but I'm having trouble figuring out how to apply that to what I'm doing. I feel like I'm missing a step in the font process. Can anyone point me towards some documentation that describes the font system on a lower level, or suggest a way to get started? Using Pango to render text seems easy enough, but building a new renderer seems like a less common task. I have also been looking at the docs and mailing list archives for Freetype2, but haven't found anything of this sort. Any information would be greatly appreciated. Thanks, Dominic Espinosa __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com From singo29@yahoo.com Wed Jul 23 17:05:11 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from web41114.mail.yahoo.com (web41114.mail.yahoo.com [66.218.93.30]) by mail.gnome.org (Postfix) with SMTP id 3AE6A18C5E for ; Wed, 23 Jul 2003 17:05:11 -0400 (EDT) Message-ID: <20030723210512.97878.qmail@web41114.mail.yahoo.com> Received: from [64.105.89.43] by web41114.mail.yahoo.com via HTTP; Wed, 23 Jul 2003 14:05:12 PDT Date: Wed, 23 Jul 2003 14:05:12 -0700 (PDT) From: Xing guo chen Subject: PKG_CONFIG_PATH and pango To: gtk-list@gnome.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Greets! Im currently installing gtk+-2.2.1 and the problem is that in the ./configure line it outputs an error: checking for glib-2.0 >= 2.1.4 atk >= 1.0.1 pango >= 1.0.1... Package pango was not found in the pkg-config search path. Perhaps you should add the directory containing `pango.pc' to the PKG_CONFIG_PATH environment variable No package 'pango' found configure: error: Library requirements (glib-2.0 >= 2.1.4 atk >= 1.0.1 pango >= 1.0.1) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. Other info: echo $PKG_CONFIG_PATH /usr/local/bin/lib/pkgconfig: /usr/local/bin/lib/pkgconfig find / -iname “pango.pc” /usr/local/bin/lib/pkgconfig/pango.pc What must I do to pango be detected by pkg-config? [][]Thx in advance Hi, I had the same problem and solved with following: bash>find / -name 'pkgconfig' /usr/lib/pkgconfig /usr/local/lib/pkgconfig bash>find / -name 'pango.pc' /usr/local/pango-1.2.3/pango.pc bash> export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/local/pango-1.2.3/ above should be 1 line command. And the path should be adjusted according to your file location. -- Eric Chen 4655 Old Ironsides Dr, Suite 350 Santa Clara, CA 95054 Tel: (408) 213-0052 Ex:118 Fax: (408) 213-0051 ===== Eric Chen TEL: home:(650)938-3432 cell:(408)887-2585 __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com From wktang@hotmail.com Wed Jul 23 17:12:54 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hotmail.com (sea2-f23.sea2.hotmail.com [207.68.165.23]) by mail.gnome.org (Postfix) with ESMTP id B932D18CBA for ; Wed, 23 Jul 2003 17:12:53 -0400 (EDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 23 Jul 2003 14:12:54 -0700 Received: from 216.141.65.3 by sea2fd.sea2.hotmail.msn.com with HTTP; Wed, 23 Jul 2003 21:12:54 GMT X-Originating-IP: [216.141.65.3] X-Originating-Email: [wktang@hotmail.com] From: "Tang Wai-kwok" To: gtk-list@gnome.org Subject: How to draw a line between 2 buttons? Date: Wed, 23 Jul 2003 21:12:54 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 23 Jul 2003 21:12:54.0593 (UTC) FILETIME=[2ED48B10:01C3515F] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, I am trying to find a way to draw a line between 2 buttons to show their connection (after both of them have been pressed consecutively). I understand I can do in Pixmap; but its really cumbersome (provided of course, if I know how to use pixmap correctly). Any feedback is appreciated! William _________________________________________________________________ Get 10mb of inbox space with MSN Hotmail Extra Storage http://join.msn.com/?pgmarket=en-sg at only S$36 including GST From shadowrage@acidchat.net Wed Jul 23 19:01:15 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from avocet.mail.pas.earthlink.net (avocet.mail.pas.earthlink.net [207.217.120.50]) by mail.gnome.org (Postfix) with ESMTP id 809AE184B6 for ; Wed, 23 Jul 2003 19:01:15 -0400 (EDT) Received: from host-66-81-244-203.rev.o1.com ([66.81.244.203] helo=Monolith.gamersmix) by avocet.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 19fSbh-0002Kl-00 for gtk-list@gnome.org; Wed, 23 Jul 2003 16:01:14 -0700 Date: Wed, 23 Jul 2003 16:01:11 -0700 From: ShadowRage To: gtk-list@gnome.org Subject: unsuscribe gamma Message-Id: <20030723160111.794211e8.shadowrage@acidchat.net> In-Reply-To: <20030723211601.6072.32921.Mailman@moniker.gnome.org> References: <20030723211601.6072.32921.Mailman@moniker.gnome.org> Organization: AcidChat IRC network X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: unsuscribe gamma On Wed, 23 Jul 2003 17:16:01 -0400 gtk-list-request@gnome.org wrote: > This is an automated response. > > There were problems with the email commands you sent to Mailman via > the administrative address . > > To obtain instructions on valid Mailman email commands, send email to > with the word "help" in the subject line > or in the body of the message. > > If you want to reach the human being that manages this mailing list, > please send your message to . > > The following is a detailed description of the problems. > > >>>>> Subject line ignored: > >>>>> SUSCRIBE > > ***** End: -- > The rest of the message is ignored: > > AcidChat IRC Network > > www.acidchat.net > > free chatrooms! > > -- AcidChat IRC Network www.acidchat.net free chatrooms! From shadowrage@acidchat.net Wed Jul 23 19:07:04 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from swan.mail.pas.earthlink.net (swan.mail.pas.earthlink.net [207.217.120.123]) by mail.gnome.org (Postfix) with ESMTP id 97D0718797 for ; Wed, 23 Jul 2003 19:07:04 -0400 (EDT) Received: from host-66-81-244-203.rev.o1.com ([66.81.244.203] helo=Monolith.gamersmix) by swan.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 19fShN-000786-00 for gtk-list@gnome.org; Wed, 23 Jul 2003 16:07:05 -0700 Date: Wed, 23 Jul 2003 16:07:02 -0700 From: ShadowRage To: gtk-list@gnome.org Subject: Re: unsuscribe gamma Message-Id: <20030723160702.6ad16212.shadowrage@acidchat.net> In-Reply-To: <20030723160111.794211e8.shadowrage@acidchat.net> References: <20030723211601.6072.32921.Mailman@moniker.gnome.org> <20030723160111.794211e8.shadowrage@acidchat.net> Organization: AcidChat IRC network X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: bah.. stupid shit. On Wed, 23 Jul 2003 16:01:11 -0700 ShadowRage wrote: > unsuscribe gamma > > On Wed, 23 Jul 2003 17:16:01 -0400 > gtk-list-request@gnome.org wrote: > > > This is an automated response. > > > > There were problems with the email commands you sent to Mailman via > > the administrative address . > > > > To obtain instructions on valid Mailman email commands, send email to > > with the word "help" in the subject line > > or in the body of the message. > > > > If you want to reach the human being that manages this mailing list, > > please send your message to . > > > > The following is a detailed description of the problems. > > > > >>>>> Subject line ignored: > > >>>>> SUSCRIBE > > > > ***** End: -- > > The rest of the message is ignored: > > > AcidChat IRC Network > > > www.acidchat.net > > > free chatrooms! > > > > > > -- > AcidChat IRC Network > www.acidchat.net > free chatrooms! > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list -- AcidChat IRC Network www.acidchat.net free chatrooms! From bharat@CS.Arizona.EDU Wed Jul 23 19:14:18 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cheltenham.cs.arizona.edu (cheltenham.cs.arizona.edu [192.12.69.60]) by mail.gnome.org (Postfix) with ESMTP id 4761F18437 for ; Wed, 23 Jul 2003 19:14:18 -0400 (EDT) Received: from lectura.CS.Arizona.EDU (lectura.cs.arizona.edu [192.12.69.186]) by cheltenham.cs.arizona.edu (8.12.6p2/8.12.6) with ESMTP id h6NNEJnT038658 for ; Wed, 23 Jul 2003 16:14:19 -0700 (MST) (envelope-from bharat@CS.Arizona.EDU) Received: from lectura.CS.Arizona.EDU (localhost [127.0.0.1]) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2) with ESMTP id h6NNEJrg023633 for ; Wed, 23 Jul 2003 16:14:19 -0700 (MST) Received: from localhost (bharat@localhost) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2/Submit) with ESMTP id h6NNEJw7023630 for ; Wed, 23 Jul 2003 16:14:19 -0700 (MST) X-Authentication-Warning: lectura.CS.Arizona.EDU: bharat owned process doing -bs Date: Wed, 23 Jul 2003 16:14:19 -0700 (MST) From: Bharat Bhushan To: Subject: deactivating close button of a gtk+ window / dialog Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hey. Is there anyway in Gtk+ that we can make close button of a gtk window (or / and dialog) insensitive. I know we can make a gtk button (and similar widgets) insensitive by calling gtk_widget_set_sensitive(widget, FALSE); I also know that several MS Windows programs have their close button insensitive (especially while doing a critical task). Can we do something like that in Gtk+? thanks, Bharat -------------------------------------------------------------------------------- From nlevitt@columbia.edu Wed Jul 23 19:23:34 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from computer.cc.columbia.edu (computer.cc.columbia.edu [128.59.31.237]) by mail.gnome.org (Postfix) with ESMTP id AE03F183F9 for ; Wed, 23 Jul 2003 19:23:34 -0400 (EDT) Received: from nlevitt by computer.cc.columbia.edu with local (Exim 3.36 #1) id 19fSxK-00010w-00; Wed, 23 Jul 2003 19:23:34 -0400 Date: Wed, 23 Jul 2003 19:23:34 -0400 From: Noah Levitt To: Dominic Espinosa Cc: gtk-list@gnome.org Subject: Re: Pango: how to build a new rendering engine? Message-ID: <20030723232334.GC5651@columbia.edu> References: <20030723223234.58636.qmail@web21102.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030723223234.58636.qmail@web21102.mail.yahoo.com> Secret-NSA-Message-ID: 3b026257dfe9ed894171dbbb76f5b2ba User-Agent: Mutt/1.5.4i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: If I were going to write a pango shaper, I'd start by copying the basic shaper, do some global find/replaces, clear out all the stuff I don't need, then start messing with the shaping method. The basic shaper is in pango/modules/basic. You probably only care about the Xft backend, so basic-fc.c is what you want. Noah On Wed, Jul 23, 2003 at 15:32:34 -0700, Dominic Espinosa wrote: > > I'm still not sure how to > proceed in writing a module to render the script. > From vigoni@aero.polimi.it Thu Jul 24 03:09:59 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.polimi.it (mail.polimi.it [131.175.12.67]) by mail.gnome.org (Postfix) with ESMTP id CBB1B18318 for ; Thu, 24 Jul 2003 03:09:58 -0400 (EDT) Received: from mailsrv.aero.polimi.it (mailsrv.aero.polimi.it [131.175.154.195]) by mail.polimi.it (Switch-3.0.4/Switch-3.0.0) with ESMTP id h6O79wwh016726 for ; Thu, 24 Jul 2003 09:09:59 +0200 (MEST) Received: from sagitta.aero.polimi.it (sagitta.aero.polimi.it [::ffff:131.175.154.235]) by mailsrv.aero.polimi.it with esmtp; Thu, 24 Jul 2003 08:38:53 +0200 Subject: Re: Cannot set foreground colour of Entry widget From: Edoardo Vigoni To: randhol+gtk@pvv.org Cc: gtk-list@gnome.org In-Reply-To: <20030723160011.29308.24260.Mailman@moniker.gnome.org> References: <20030723160011.29308.24260.Mailman@moniker.gnome.org> X-Mailer: Ximian Evolution 1.0.8 Date: 24 Jul 2003 09:08:42 +0200 Message-Id: <1059030522.888.4.camel@sagitta> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="=_mailsrv-25302-1059028733-0001-2" Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is a MIME-formatted message. If you see this text it means that your E-mail software does not support MIME-formatted messages. --=_mailsrv-25302-1059028733-0001-2 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Try this code. I use this in gtk+-1.2 and work well. colore1 is the text color and colore2 the background color, I set also the font of the text, the widget is the entry: you can call in this way: color_set_display(GTK_WIDGET(entry), "pale green", "black"); void color_set_display(GtkWidget *widget, gchar *colore1, gchar *colore2) { GtkStyle *style; GdkColormap *cmap; GdkColor color; GdkFont *font; style=gtk_style_new(); font=gdk_font_load("-schumacher-clean-bold-r-normal-*-14-*-*-*-*-*-iso646.1991-*"); if (font != NULL) style->font=font; cmap = gdk_colormap_get_system(); gdk_color_parse(colore1, &color); if(!gdk_colormap_alloc_color(cmap, &color, TRUE, TRUE)) { g_error("couldn't allocate colour"); } style->fg[GTK_STATE_NORMAL]=color; gdk_color_parse(colore2, &color); if(!gdk_colormap_alloc_color(cmap, &color, TRUE, TRUE)) { g_error("couldn't allocate colour"); } style->base[widget->state]=color; gtk_widget_set_style(widget, style); } Date: Wed, 23 Jul 2003 16:16:18 +0200 From: Preben Randhol To: Gtk-List Subject: Cannot set foreground colour of Entry widget Organization: PVV I have problems setting the foreground colour of an Entry widget. In Gtk+-1.2 I modified a Style and then applied this to get say red colour on the text of the Entry widget text. This way still works for Label (though I use pango's markup instead now). However for a Entry widget this approach does not work anymore. Is there something special one need to do in Gtk+-2.x for Entry widgets? I want to change colour if the string that is entered is not correct. -- Ada95 is good for you. http://www.crystalcode.com/codemage/MainMenu/Coding/Ada/IntroducingAda.php --=_mailsrv-25302-1059028733-0001-2 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit Try this code. I use this in gtk+-1.2 and work well. colore1 is the text color and colore2 the background color, I set also the font of the text, the widget is the entry:

you can call in this way:
color_set_display(GTK_WIDGET(entry), "pale green", "black");

void color_set_display(GtkWidget *widget, gchar *colore1, gchar *colore2)
{
GtkStyle    *style;

GdkColormap *cmap;
GdkColor    color;
GdkFont     *font;


    style=gtk_style_new();

    font=gdk_font_load("-schumacher-clean-bold-r-normal-*-14-*-*-*-*-*-iso646.1991-*");

    if (font != NULL) style->font=font;

    cmap = gdk_colormap_get_system();
    gdk_color_parse(colore1, &color);

    if(!gdk_colormap_alloc_color(cmap, &color, TRUE, TRUE))
    {
    g_error("couldn't allocate colour");
    }

    style->fg[GTK_STATE_NORMAL]=color;

    gdk_color_parse(colore2, &color);

   if(!gdk_colormap_alloc_color(cmap, &color, TRUE, TRUE))
    {
    g_error("couldn't allocate colour");
    }

    style->base[widget->state]=color;

    gtk_widget_set_style(widget, style);

}


Date: Wed, 23 Jul 2003 16:16:18 +0200
From: Preben Randhol <randhol+gtk@pvv.org>
To: Gtk-List <gtk-list@gnome.org>
Subject: Cannot set foreground colour of Entry widget
Organization: PVV

I have problems setting the foreground colour of an Entry widget. In
Gtk+-1.2 I modified a Style and then applied this to get say red colour
on the text of the Entry widget text. This way still works for Label
(though I use pango's markup instead now). However for a Entry widget
this approach does not work anymore. Is there something special one need
to do in Gtk+-2.x for Entry widgets?

I want to change colour if the string that is entered is not correct.

-- 
Ada95 is good for you.
http://www.crystalcode.com/codemage/MainMenu/Coding/Ada/IntroducingAda.php
--=_mailsrv-25302-1059028733-0001-2-- From randhol@pvv.org Thu Jul 24 05:41:43 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from kiuk0152.chembio.ntnu.no (kiuk0152.chembio.ntnu.no [129.241.83.78]) by mail.gnome.org (Postfix) with ESMTP id E806A18BFD for ; Thu, 24 Jul 2003 05:41:42 -0400 (EDT) Received: from randhol by kiuk0152.chembio.ntnu.no with local (Exim 3.35 #1 (Debian)) id 19fcbD-0001FB-00 for ; Thu, 24 Jul 2003 11:41:23 +0200 Date: Thu, 24 Jul 2003 11:41:23 +0200 From: Preben Randhol To: gtk-list@gnome.org Subject: Re: Cannot set foreground colour of Entry widget Message-ID: <20030724094122.GA3170@pvv.org> Mail-Followup-To: gtk-list@gnome.org References: <20030723160011.29308.24260.Mailman@moniker.gnome.org> <1059030522.888.4.camel@sagitta> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1059030522.888.4.camel@sagitta> User-Agent: Mutt/1.3.28i Organization: PVV Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Edoardo Vigoni wrote on 24/07/2003 (09:53) : > Try this code. I use this in gtk+-1.2 and work well. colore1 is the text > color and colore2 the background color, I set also the font of the text, > the widget is the entry: This is what I do (except not in C) and it does not work. It works for a Label in the same window so there is nothing wrong with allocating the colours or something like that. I'm beginning to believe it is a bug in Gtk+. -- Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 -- «For me, Ada95 puts back the joy in programming.» From duin@tutopia.com Thu Jul 24 08:18:13 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from frontend04.cg.ifxnetworks.com (unknown [200.62.58.52]) by mail.gnome.org (Postfix) with ESMTP id 686B418138 for ; Thu, 24 Jul 2003 08:18:13 -0400 (EDT) Received: from [200.80.198.107] (account duin@tutopia.com HELO tutopia.com) by frontend04.cg.ifxnetworks.com (CommuniGate Pro SMTP 4.0.6) with ESMTP id 20382541 for gtk-list@gnome.org; Thu, 24 Jul 2003 08:18:14 -0400 Message-ID: <3F1FCD77.6060407@tutopia.com> Date: Thu, 24 Jul 2003 09:13:43 -0300 From: Ariel Fritz User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: Text and transparent background for it Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi all !! I want to show a text label and I wan to the background be transparent, because the text label is shown on a video movie. Any help? Thanks a lot and regards Ariel From otaylor@redhat.com Thu Jul 24 08:26:22 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (pix-525-pool.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 6B45318C6F for ; Thu, 24 Jul 2003 08:26:22 -0400 (EDT) Received: from vpn50-14.rdu.redhat.com (vpn50-14.rdu.redhat.com [172.16.50.14]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h6OCQLK09416; Thu, 24 Jul 2003 08:26:21 -0400 Subject: Re: Cannot set foreground colour of Entry widget From: Owen Taylor To: Preben Randhol Cc: gtk-list@gnome.org, gale@gtk.org In-Reply-To: <20030724094122.GA3170@pvv.org> References: <20030723160011.29308.24260.Mailman@moniker.gnome.org> <1059030522.888.4.camel@sagitta> <20030724094122.GA3170@pvv.org> Content-Type: text/plain Organization: Message-Id: <1059049549.1673.7.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-0) Date: 24 Jul 2003 08:25:49 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Thu, 2003-07-24 at 05:41, Preben Randhol wrote: > Edoardo Vigoni wrote on 24/07/2003 (09:53) : > > Try this code. I use this in gtk+-1.2 and work well. colore1 is the text > > color and colore2 the background color, I set also the font of the text, > > the widget is the entry: > > This is what I do (except not in C) and it does not work. It works for a > Label in the same window so there is nothing wrong with allocating the > colours or something like that. > > I'm beginning to believe it is a bug in Gtk+. http://ometer.com/gtk-colors.html See the first entry under: Why doesn't setting the color work for me? Regards, Owen [ Tony - could we get a link to the color mini-faq somewhere in the main FAQ? ] From andrej.prsa@guest.arnes.si Thu Jul 24 09:53:30 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from rigljica.arnes.si (rigljica.arnes.si [193.2.1.82]) by mail.gnome.org (Postfix) with ESMTP id 305B918D30 for ; Thu, 24 Jul 2003 09:53:30 -0400 (EDT) Received: from razor.arnes.si (razor.arnes.si [193.2.1.80]) by rigljica.arnes.si (Postfix) with ESMTP id 531436E43C for ; Thu, 24 Jul 2003 15:53:31 +0200 (MEST) Received: from gemma (unknown [193.2.110.236]) by razor.arnes.si (Postfix) with SMTP id 0FDF639953F; Thu, 24 Jul 2003 15:53:28 +0200 (MEST) Date: Thu, 24 Jul 2003 15:51:43 +0200 From: Andrej Prsa To: GTK Mailing list Cc: "Serge S. Fukanchik" Subject: Re: GtkCellRendererPixbuf and signals Message-Id: <20030724155143.2a3ad464.andrej.prsa@guest.arnes.si> In-Reply-To: <3F153FCD.5040503@mail.ru> References: <20030716131747.2df141f5.andrej.prsa@guest.arnes.si> <3F153FCD.5040503@mail.ru> Organization: Faculty of Mathematics and Physics X-Mailer: Sylpheed version 0.9.3 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello! > > Could anyone please give me a hint on how to attach a "clicked" signal > > to the pixbuf that is in the GtkTreeView? GtkCellRendererPixbuf > > doesn't have any signals? > You should set property mode of parent class GtkCellRenderer to > GTK_CELL_RENDERER_MODE_ACTIVATABLE, then use `activate' method from > GtkCellRendererClass's vtable. I suggest you should create subclass of > GtkCellRendererPixbuf with your own settings. I managed to set the GTK_CELL_RENDERER_MODE_ACTIVATABLE switch to the renderer, but I don't know how to work with vtables; I checked the header file and in fact there is the "activate" method; could you please demonstrate how to use it? Thanks, Andrej From flavio@maqplas.com.br Thu Jul 24 10:53:23 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from paiol.terra.com.br (paiol.terra.com.br [200.176.3.18]) by mail.gnome.org (Postfix) with ESMTP id 1B6CF18413 for ; Thu, 24 Jul 2003 10:53:23 -0400 (EDT) Received: from tucuriba.terra.com.br (tucuriba.terra.com.br [200.176.3.53]) by paiol.terra.com.br (Postfix) with ESMTP id 7D13A848C22 for ; Thu, 24 Jul 2003 11:53:23 -0300 (BRT) Received: from flavio (unknown [200.206.167.234]) (authenticated user maq.ic@terra.com.br) by tucuriba.terra.com.br (Postfix) with ESMTP id E36202645CC for ; Thu, 24 Jul 2003 11:53:20 -0300 (BRT) Date: Thu, 24 Jul 2003 11:53:12 -0300 From: Flavio Alberto Lopes Soares To: Lista GTK Subject: There some way to overlap text in a pixmap ? Message-Id: <20030724115312.1c2e8e91.flavio@maqplas.com.br> Organization: MAQPLAS =?ISO-8859-1?B?SW5k+nN0cmlh?= e =?ISO-8859-1?B?Q29t6Q==?= rcio de =?ISO-8859-1?B?TeFxdWluYXM=?= LTDA. X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-debian-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello all, I'm developing an application in GTK2 & C language that has some buttons in your interface, these buttons has pixmaps inside them occupying all button dimensions with some text inside to explain the button function, when the button is selected your pixmap backgound color change to another color, all application will have a large number of these buttons, and to do these button I have to make each pixmap with the text inside (using Gimp) and your selected version with another color; I want to know if I can make only 2 pixmaps (selected color & not selected color) and with some way, overlap the text (GtkLabel ?) on the pixmap, changing this text dynamically with my code. Thanks for all help and excuse-me for my bad english (I'm from Brazil); Flavio Alberto Lopes Soares From Ken.Rastatter@Honeywell.com Thu Jul 24 11:04:36 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from tmpsmtp702.honeywell.com (tmpsmtp702.honeywell.com [199.64.7.102]) by mail.gnome.org (Postfix) with SMTP id 808D6181C8 for ; Thu, 24 Jul 2003 11:04:35 -0400 (EDT) Received: from 131.127.249.99 by tmpsmtp702.honeywell.com (InterScan E-Mail VirusWall NT); Thu, 24 Jul 2003 08:04:16 -0700 Received: by smtp.allied.com with Internet Mail Service (5.5.2656.59) id ; Thu, 24 Jul 2003 08:03:07 -0700 Message-ID: From: "Rastatter, Ken (OH32)" To: "'gtk-list@gnome.org'" Subject: RE: deactivating close button of a gtk+ window / dialog Date: Thu, 24 Jul 2003 08:03:06 -0700 X-Mailer: Internet Mail Service (5.5.2656.59) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Wed, 23 Jul 2003 Bharat Bhushan wrote: > Is there anyway in Gtk+ that we can make close button of > a gtk window (or / and dialog) insensitive. Check out gdk_window_set_decorations(). -- Ken Rastatter, Senior Design Engineer Honeywell Sensotec 2080 Arlingate Lane, Columbus, Ohio, 43228-4112 USA Home Page: http://www.sensotec.com "These opinions are mine and not necessarily those of Honeywell." From randhol@pvv.org Thu Jul 24 11:11:54 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from kiuk0152.chembio.ntnu.no (kiuk0152.chembio.ntnu.no [129.241.83.78]) by mail.gnome.org (Postfix) with ESMTP id 1497218851 for ; Thu, 24 Jul 2003 11:11:54 -0400 (EDT) Received: from randhol by kiuk0152.chembio.ntnu.no with local (Exim 3.35 #1 (Debian)) id 19fhkk-0000gW-00; Thu, 24 Jul 2003 17:11:34 +0200 Date: Thu, 24 Jul 2003 17:11:34 +0200 From: Preben Randhol To: gtk-list@gnome.org, gale@gtk.org Subject: Re: Cannot set foreground colour of Entry widget Message-ID: <20030724151133.GA2453@pvv.org> Mail-Followup-To: gtk-list@gnome.org, gale@gtk.org References: <20030723160011.29308.24260.Mailman@moniker.gnome.org> <1059030522.888.4.camel@sagitta> <20030724094122.GA3170@pvv.org> <1059049549.1673.7.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1059049549.1673.7.camel@localhost.localdomain> User-Agent: Mutt/1.3.28i Organization: PVV Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Owen Taylor wrote on 24/07/2003 (16:19) : > http://ometer.com/gtk-colors.html Thanks! Set_Text with State_Normal fixed the problem. -- Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 -- «For me, Ada95 puts back the joy in programming.» From bharat@CS.Arizona.EDU Thu Jul 24 11:14:21 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cheltenham.cs.arizona.edu (cheltenham.cs.arizona.edu [192.12.69.60]) by mail.gnome.org (Postfix) with ESMTP id 17C3718A81 for ; Thu, 24 Jul 2003 11:14:21 -0400 (EDT) Received: from lectura.CS.Arizona.EDU (lectura.cs.arizona.edu [192.12.69.186]) by cheltenham.cs.arizona.edu (8.12.6p2/8.12.6) with ESMTP id h6OFEMnT047755; Thu, 24 Jul 2003 08:14:22 -0700 (MST) (envelope-from bharat@CS.Arizona.EDU) Received: from lectura.CS.Arizona.EDU (localhost [127.0.0.1]) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2) with ESMTP id h6OFEMrg029232; Thu, 24 Jul 2003 08:14:22 -0700 (MST) Received: from localhost (bharat@localhost) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2/Submit) with ESMTP id h6OFEMMr029229; Thu, 24 Jul 2003 08:14:22 -0700 (MST) X-Authentication-Warning: lectura.CS.Arizona.EDU: bharat owned process doing -bs Date: Thu, 24 Jul 2003 08:14:22 -0700 (MST) From: Bharat Bhushan To: "Rastatter, Ken (OH32)" Cc: "'gtk-list@gnome.org'" Subject: RE: deactivating close button of a gtk+ window / dialog In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I believe gdk_window_set_decorations() can be used to add / remove a particular decoration (like, minize button, move option, etc.). I am looking for something which desensitizes the close button of a gtk window/dialog. I don't even know if it's possible or not. thanks, Bharat -------------------------------------------------------------------------------- On Thu, 24 Jul 2003, Rastatter, Ken (OH32) wrote: > > On Wed, 23 Jul 2003 Bharat Bhushan wrote: > > Is there anyway in Gtk+ that we can make close button of > > a gtk window (or / and dialog) insensitive. > > Check out gdk_window_set_decorations(). > > -- > Ken Rastatter, Senior Design Engineer > Honeywell Sensotec > 2080 Arlingate Lane, Columbus, Ohio, 43228-4112 USA > Home Page: http://www.sensotec.com > "These opinions are mine and not necessarily those of Honeywell." > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list > From randhol@pvv.org Thu Jul 24 11:26:23 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from kiuk0152.chembio.ntnu.no (kiuk0152.chembio.ntnu.no [129.241.83.78]) by mail.gnome.org (Postfix) with ESMTP id C6BC618C72 for ; Thu, 24 Jul 2003 11:26:22 -0400 (EDT) Received: from randhol by kiuk0152.chembio.ntnu.no with local (Exim 3.35 #1 (Debian)) id 19fhyk-0000kV-00 for ; Thu, 24 Jul 2003 17:26:02 +0200 Date: Thu, 24 Jul 2003 17:26:02 +0200 From: Preben Randhol To: "'gtk-list@gnome.org'" Subject: Re: deactivating close button of a gtk+ window / dialog Message-ID: <20030724152602.GB2453@pvv.org> Mail-Followup-To: "'gtk-list@gnome.org'" References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.3.28i Organization: PVV Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Bharat Bhushan wrote on 24/07/2003 (17:16) : > I believe gdk_window_set_decorations() can be used to add / remove a > particular decoration (like, minize button, move option, etc.). I am > looking for something which desensitizes the close button of a gtk > window/dialog. I don't even know if it's possible or not. Why do you want to desensitizes it? It is better to remove it if the user should not use it. -- Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 -- «For me, Ada95 puts back the joy in programming.» From bharat@CS.Arizona.EDU Thu Jul 24 12:02:16 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cheltenham.cs.arizona.edu (cheltenham.cs.arizona.edu [192.12.69.60]) by mail.gnome.org (Postfix) with ESMTP id 6137F18811 for ; Thu, 24 Jul 2003 12:02:16 -0400 (EDT) Received: from lectura.CS.Arizona.EDU (lectura.cs.arizona.edu [192.12.69.186]) by cheltenham.cs.arizona.edu (8.12.6p2/8.12.6) with ESMTP id h6OG2HnT048340; Thu, 24 Jul 2003 09:02:18 -0700 (MST) (envelope-from bharat@CS.Arizona.EDU) Received: from lectura.CS.Arizona.EDU (localhost [127.0.0.1]) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2) with ESMTP id h6OG2Hrg008229; Thu, 24 Jul 2003 09:02:17 -0700 (MST) Received: from localhost (bharat@localhost) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2/Submit) with ESMTP id h6OG2G68008226; Thu, 24 Jul 2003 09:02:17 -0700 (MST) X-Authentication-Warning: lectura.CS.Arizona.EDU: bharat owned process doing -bs Date: Thu, 24 Jul 2003 09:02:16 -0700 (MST) From: Bharat Bhushan To: Preben Randhol Cc: "'gtk-list@gnome.org'" Subject: Re: deactivating close button of a gtk+ window / dialog In-Reply-To: <20030724152602.GB2453@pvv.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I want to desensitize it only for a small duration (while some critical task is being done, so that user can't close it). I thought of using gdk_window_set_decorations() and remove the close button for that duration and then bring it back using the same function. But the problem was that the close button doesn't become visible again until you click on the window (i.e. it doesnt refreshes the window properly). But actually what I want is to desensitize the button for the duration. I think that will look more elegant and professional. thanks, Bharat ---------------------------------------------------------------------------= ----- On Thu, 24 Jul 2003, Preben Randhol wrote: > Bharat Bhushan wrote on 24/07/2003 (17:16) : > > I believe gdk_window_set_decorations() can be used to add / remove a > > particular decoration (like, minize button, move option, etc.). I am > > looking for something which desensitizes the close button of a gtk > > window/dialog. I don't even know if it's possible or not. > > Why do you want to desensitizes it? It is better to remove it if the > user should not use it. > > -- > Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 -- > =ABFor me, Ada95 puts back the joy in programming.=BB > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list > From paul@linuxaudiosystems.com Thu Jul 24 12:17:10 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail09.voicenet.com (mail09.voicenet.com [207.103.0.43]) by mail.gnome.org (Postfix) with SMTP id 7081018D83 for ; Thu, 24 Jul 2003 12:17:10 -0400 (EDT) Received: (qmail 25953 invoked from network); 24 Jul 2003 16:17:11 -0000 Received: from lata228-02-c115.lata228-c.voicenet.com (HELO dhin.linuxaudiosystems.com) (209.71.21.115) by mail09.voicenet.com with SMTP; 24 Jul 2003 16:17:11 -0000 To: Bharat Bhushan Cc: gtk-list@gnome.org Subject: Re: deactivating close button of a gtk+ window / dialog In-reply-to: Your message of "Wed, 23 Jul 2003 16:14:19 PDT." Date: Thu, 24 Jul 2003 12:23:33 -0400 From: Paul Davis Message-Id: <20030724161710.7081018D83@mail.gnome.org> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: >Hey. > Is there anyway in Gtk+ that we can make close button of a gtk window >(or / and dialog) insensitive. I know we can make a gtk button (and >similar widgets) insensitive by calling gtk_widget_set_sensitive(widget, >FALSE); I also know that several MS Windows programs have their close button >insensitive (especially while doing a critical task). Can we do something >like that in Gtk+? catch the top level window delete_event, do nothing in the handler, return TRUE. From otaylor@redhat.com Thu Jul 24 12:31:50 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (pix-525-pool.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 917C61821B for ; Thu, 24 Jul 2003 12:31:50 -0400 (EDT) Received: from poincare.devel.redhat.com (poincare.devel.redhat.com [172.16.58.30]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h6OGVnK12409; Thu, 24 Jul 2003 12:31:49 -0400 Subject: Re: deactivating close button of a gtk+ window / dialog From: Owen Taylor To: Bharat Bhushan Cc: Preben Randhol , "'gtk-list@gnome.org'" In-Reply-To: References: Content-Type: text/plain Message-Id: <1059064309.6206.167.camel@poincare.devel.redhat.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.92 (1.3.92-1) (Preview Release) Date: 24 Jul 2003 12:31:49 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Thu, 2003-07-24 at 12:02, Bharat Bhushan wrote: > I want to desensitize it only for a small duration (while some critical > task is being done, so that user can't close it). I thought of using > gdk_window_set_decorations() and remove the close button for that duration > and then bring it back using the same function. But the problem was that > the close button doesn't become visible again until you click on the > window (i.e. it doesnt refreshes the window properly). > But actually what I want is to desensitize the button for the duration. I > think that will look more elegant and professional. In theory gdk_window_set_functions(window->window,...) might do what you want; in practice, I don't think it will unless you are using MWM. I think your best bet is simply to connect to "delete-event" and do nothing during the critical period (return TRUE - "I handled it") Regards, Owen From bharat@CS.Arizona.EDU Thu Jul 24 12:48:27 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cheltenham.cs.arizona.edu (cheltenham.cs.arizona.edu [192.12.69.60]) by mail.gnome.org (Postfix) with ESMTP id 5C67818592 for ; Thu, 24 Jul 2003 12:48:27 -0400 (EDT) Received: from lectura.CS.Arizona.EDU (lectura.cs.arizona.edu [192.12.69.186]) by cheltenham.cs.arizona.edu (8.12.6p2/8.12.6) with ESMTP id h6OGmSnT049014; Thu, 24 Jul 2003 09:48:29 -0700 (MST) (envelope-from bharat@CS.Arizona.EDU) Received: from lectura.CS.Arizona.EDU (localhost [127.0.0.1]) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2) with ESMTP id h6OGmSrg017064; Thu, 24 Jul 2003 09:48:28 -0700 (MST) Received: from localhost (bharat@localhost) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2/Submit) with ESMTP id h6OGmShg017061; Thu, 24 Jul 2003 09:48:28 -0700 (MST) X-Authentication-Warning: lectura.CS.Arizona.EDU: bharat owned process doing -bs Date: Thu, 24 Jul 2003 09:48:28 -0700 (MST) From: Bharat Bhushan To: Paul Davis Cc: Subject: Re: deactivating close button of a gtk+ window / dialog In-Reply-To: <20030724161710.7081018D83@mail.gnome.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: thanks for the sueestion. that's what my plan is if I can't get it done exactly the way i want. regards, Bharat -------------------------------------------------------------------------------- On Thu, 24 Jul 2003, Paul Davis wrote: > >Hey. > > Is there anyway in Gtk+ that we can make close button of a gtk window > >(or / and dialog) insensitive. I know we can make a gtk button (and > >similar widgets) insensitive by calling gtk_widget_set_sensitive(widget, > >FALSE); I also know that several MS Windows programs have their close button > >insensitive (especially while doing a critical task). Can we do something > >like that in Gtk+? > > catch the top level window delete_event, do nothing in the handler, > return TRUE. > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list > From bharat@CS.Arizona.EDU Thu Jul 24 12:48:48 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cheltenham.cs.arizona.edu (cheltenham.cs.arizona.edu [192.12.69.60]) by mail.gnome.org (Postfix) with ESMTP id 7DAD918592 for ; Thu, 24 Jul 2003 12:48:48 -0400 (EDT) Received: from lectura.CS.Arizona.EDU (lectura.cs.arizona.edu [192.12.69.186]) by cheltenham.cs.arizona.edu (8.12.6p2/8.12.6) with ESMTP id h6OGmonT049017; Thu, 24 Jul 2003 09:48:50 -0700 (MST) (envelope-from bharat@CS.Arizona.EDU) Received: from lectura.CS.Arizona.EDU (localhost [127.0.0.1]) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2) with ESMTP id h6OGmnrg017082; Thu, 24 Jul 2003 09:48:49 -0700 (MST) Received: from localhost (bharat@localhost) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2/Submit) with ESMTP id h6OGmnAw017079; Thu, 24 Jul 2003 09:48:49 -0700 (MST) X-Authentication-Warning: lectura.CS.Arizona.EDU: bharat owned process doing -bs Date: Thu, 24 Jul 2003 09:48:49 -0700 (MST) From: Bharat Bhushan To: Owen Taylor Cc: Preben Randhol , "'gtk-list@gnome.org'" Subject: Re: deactivating close button of a gtk+ window / dialog In-Reply-To: <1059064309.6206.167.camel@poincare.devel.redhat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: thanks. i will try this. regards, Bharat -------------------------------------------------------------------------------- On 24 Jul 2003, Owen Taylor wrote: > On Thu, 2003-07-24 at 12:02, Bharat Bhushan wrote: > > I want to desensitize it only for a small duration (while some critical > > task is being done, so that user can't close it). I thought of using > > gdk_window_set_decorations() and remove the close button for that duration > > and then bring it back using the same function. But the problem was that > > the close button doesn't become visible again until you click on the > > window (i.e. it doesnt refreshes the window properly). > > But actually what I want is to desensitize the button for the duration. I > > think that will look more elegant and professional. > > In theory gdk_window_set_functions(window->window,...) might do what you > want; in practice, I don't think it will unless you are using > MWM. > > I think your best bet is simply to connect to "delete-event" and do > nothing during the critical period (return TRUE - "I handled it") > > Regards, > Owen > > From rowan@hispavista.com Thu Jul 24 15:11:29 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hv143.hispavista.com (unknown [213.228.192.143]) by mail.gnome.org (Postfix) with ESMTP id B77A518B53 for ; Thu, 24 Jul 2003 15:11:28 -0400 (EDT) Received: from hispavista.com (root@[192.168.20.145]) by hv143.hispavista.com (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id VAA15928 for ; Thu, 24 Jul 2003 21:11:30 +0200 From: rowan@hispavista.com X-Authentication-Warning: hv143.hispavista.com: Host root@[192.168.20.145] claimed to be hispavista.com Received: from [62.37.145.210] (account ) by hispavista.com (CommuniGate Pro WebUser 3.4b7) with HTTP id 449944114 for ; Thu, 24 Jul 2003 21:11:29 +0200 Subject: GTK+-2.2.2 compilation error To: gtk-list@gnome.org X-Mailer: CommuniGate Pro Web Mailer v.3.4b7 Date: Thu, 24 Jul 2003 21:11:29 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello everybody, I hope I'm posting this request to the right list. In case I am not, I would be grateful if you could tell me the right one... My problem is I get this error below when trying to compile (when doing "make" really) the GTK+-2.2.2: (cd .libs && rm -f im-viqr.la && ln -s ../im-viqr.la im-viqr.la) ../../gtk/gtk-query-immodules-2.0 *.la > gtk.immodules make[3]: *** [gtk.immodules] Error 139 make[3]: Leaving directory `/home/varios/descargas/vete/reciente/gnome/gtk+-2.2.2/modules/input' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/varios/descargas/vete/reciente/gnome/gtk+-2.2.2/modules' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/varios/descargas/vete/reciente/gnome/gtk+-2.2.2' make: *** [all-recursive-am] Error 2 I was trying to install gnome2.2 myself following the gnome installation guide at http://www.karubik.de/gig/, but I got stuck at the error above. Haven't got a clue of what it might mean... I am using mandrake 8.2 under a pentium III PC, gcc version is 3.3, kernel version is 2.4.18, just in case it helps. Does anybody know how to get out of this so that I can go on building gnome? Thanks indeed for your help. Rowan -------------------------------------------------------------------------------------------------------- ¿Quieres conocer tu futuro? Te leemos las cartas de forma personalizada en el 906 150 305 http://www.miwebcam.com/dialers/hispatarot/ -------------------------------------------------------------------------------------------------------- ¿Conoces eBay, el mayor centro de compra y venta en internet? Móviles, portátiles, pda´s, cd´s, cámaras digitales, videocamaras... ¡Compra ahora a los mejores precios! http://ebay.hispavista.com/ From wktang@hotmail.com Thu Jul 24 21:48:02 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hotmail.com (sea2-f33.sea2.hotmail.com [207.68.165.33]) by mail.gnome.org (Postfix) with ESMTP id 9F2F418922 for ; Thu, 24 Jul 2003 21:48:02 -0400 (EDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 24 Jul 2003 18:48:03 -0700 Received: from 146.6.101.9 by sea2fd.sea2.hotmail.msn.com with HTTP; Fri, 25 Jul 2003 01:48:03 GMT X-Originating-IP: [146.6.101.9] X-Originating-Email: [wktang@hotmail.com] From: "Tang Wai-kwok" To: gtk-list@gnome.org Subject: How to draw a line between 2 buttons? Date: Fri, 25 Jul 2003 01:48:03 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 25 Jul 2003 01:48:03.0608 (UTC) FILETIME=[C9621180:01C3524E] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, I just started learning gtk+ for my project. I have run into a problem. (humongous to me; probably trivial to many of you. =P) I have two buttons on a window. I want to draw a line between the 2 buttons after they have been clicked to show their connection. I have no idea how I should go about doing it. to begin with, is it possible to have draw a line on a window, without using pixmap? Thank you all!! _________________________________________________________________ Get 10mb of inbox space with MSN Hotmail Extra Storage http://join.msn.com/?pgmarket=en-sg at only S$36 including GST From bharat@CS.Arizona.EDU Thu Jul 24 23:19:05 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cheltenham.cs.arizona.edu (cheltenham.cs.arizona.edu [192.12.69.60]) by mail.gnome.org (Postfix) with ESMTP id 0D72F18DCA for ; Thu, 24 Jul 2003 23:19:05 -0400 (EDT) Received: from lectura.CS.Arizona.EDU (lectura.cs.arizona.edu [192.12.69.186]) by cheltenham.cs.arizona.edu (8.12.6p2/8.12.6) with ESMTP id h6P3J6nT056053; Thu, 24 Jul 2003 20:19:06 -0700 (MST) (envelope-from bharat@CS.Arizona.EDU) Received: from lectura.CS.Arizona.EDU (localhost [127.0.0.1]) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2) with ESMTP id h6P3J6rg012057; Thu, 24 Jul 2003 20:19:06 -0700 (MST) Received: from localhost (bharat@localhost) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2/Submit) with ESMTP id h6P3J626012054; Thu, 24 Jul 2003 20:19:06 -0700 (MST) X-Authentication-Warning: lectura.CS.Arizona.EDU: bharat owned process doing -bs Date: Thu, 24 Jul 2003 20:19:06 -0700 (MST) From: Bharat Bhushan To: Tang Wai-kwok Cc: Subject: Re: How to draw a line between 2 buttons? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: One simple way i can think of is to have a GtkHSeparator (if the buttons are in the same horizontal like) or a GtkVSeparator (if the buttons are in same vertical line). The separator will be hidden in the beginning and will become visible when user clicks on a button. Bharat -------------------------------------------------------------------------------- On Fri, 25 Jul 2003, Tang Wai-kwok wrote: > Hi, I just started learning gtk+ for my project. I have run into a problem. > (humongous to me; probably trivial to many of you. =P) > I have two buttons on a window. I want to draw a line between the 2 buttons > after they have been clicked to show their connection. I have no idea how I > should go about doing it. to begin with, is it possible to have draw a line > on a window, without using pixmap? > > Thank you all!! > > _________________________________________________________________ > Get 10mb of inbox space with MSN Hotmail Extra Storage > http://join.msn.com/?pgmarket=en-sg at only S$36 including GST > > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list > From a.Pala@polkomtel.com.pl Fri Jul 25 05:41:46 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from plusmx2.polkomtel.com.pl (plusmx2.polkomtel.com.pl [212.2.96.52]) by mail.gnome.org (Postfix) with ESMTP id C55D31810E for ; Fri, 25 Jul 2003 05:41:45 -0400 (EDT) Received: from mswwaw2.corp.plusnet (plus-96-119.polkomtel.com.pl [212.2.96.119]) by plusmx2.polkomtel.com.pl (Postfix) with ESMTP id 2923857D55 for ; Fri, 25 Jul 2003 11:41:47 +0200 (CEST) Received: from E2K2.corp.plusnet (unverified) by mswwaw2.corp.plusnet (Content Technologies SMTPRS 4.2.10) with ESMTP id for ; Fri, 25 Jul 2003 11:41:46 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable Subject: glib 2.2.2 - g_tree Date: Fri, 25 Jul 2003 11:41:46 +0200 Message-ID: <413D2C6832419644883194404F49DD76023F6109@E2K2.corp.plusnet> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: glib 2.2.2 - g_tree Thread-Index: AcNSkPbjFhzz68MkTaSOs2v4dh8wVw== From: "Albert Pala" To: Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: i want to ask if someone can help me: in my program at starup i create huge balanced tree ( ~3*10^6 items ) = from fixed file. it took about 8s on my computer. how can i rearrange the input file to get shorter time ? ( minimize = number of operation of balancing tree during inserts ) ? currently input file is sorted by key. greetings albert. =20 From randhol@pvv.org Fri Jul 25 07:40:46 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from kiuk0152.chembio.ntnu.no (kiuk0152.chembio.ntnu.no [129.241.83.78]) by mail.gnome.org (Postfix) with ESMTP id F41F918104 for ; Fri, 25 Jul 2003 07:40:45 -0400 (EDT) Received: from randhol by kiuk0152.chembio.ntnu.no with local (Exim 3.35 #1 (Debian)) id 19g0va-0001xr-00; Fri, 25 Jul 2003 13:40:02 +0200 Date: Fri, 25 Jul 2003 13:40:02 +0200 From: Preben Randhol To: Paul Davis Cc: Bharat Bhushan , gtk-list@gnome.org Subject: Re: deactivating close button of a gtk+ window / dialog Message-ID: <20030725114002.GC7308@pvv.org> Mail-Followup-To: Paul Davis , Bharat Bhushan , gtk-list@gnome.org References: <20030724161710.7081018D83@mail.gnome.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20030724161710.7081018D83@mail.gnome.org> User-Agent: Mutt/1.3.28i Organization: PVV Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Paul Davis wrote on 25/07/2003 (08:18) : > catch the top level window delete_event, do nothing in the handler, > return TRUE. Or a better solution might be to pop up a dialog saying "Shutting down system. Please wait while critical data is saved" or something like that. And run a loop which will do a gtk exit when the critical phase has passed and a flag has bee set. Otherwise if this takes some time the user might kill the app in stead as it thinks it has hung or something. -- Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 -- «For me, Ada95 puts back the joy in programming.» From bdemian@csc-dd.de Fri Jul 25 10:24:17 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from saturn.csc-dd.de (saturn.csc-dd.de [212.111.239.225]) by mail.gnome.org (Postfix) with ESMTP id 33BF118EEA for ; Fri, 25 Jul 2003 10:24:16 -0400 (EDT) Received: from isis (isis [194.45.179.100]) by saturn.csc-dd.de (8.9.3/8.9.3) with ESMTP id QAA16516 for ; Fri, 25 Jul 2003 16:24:16 +0200 (MET DST) Subject: GtkTreeView From: Bernd Demian Reply-To: Bernd.Demian@csc-dd.de To: GTK Content-Type: text/plain Organization: CSC Ploenzke Message-Id: <1059143244.9729.28.camel@isis> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.3 Date: 25 Jul 2003 16:27:24 +0200 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi all, excuse my bad english at first. I hope you can unterstand my wish. It is possible for the next release from gtk+ implement a new feature in GtkTreeView - a vertical header or header column. Because we show records longer then the width of the screen, the user must scroll horizontal throug the record. In the fist row is standing the indentifier of the row. When the first row where fix, the user can see in every position of the horizontal scrollbar the identifier. Ok, because we need this feature, we sohw the record in two views, first with the identifier without scrollbar, second with the data with horizontal scrollbar. The problem is to synchronize the selection callback, the vertical scrollbar, ... It will be a huge help for us to have such e feature. Thanks Bernd From bharat@CS.Arizona.EDU Fri Jul 25 11:12:19 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cheltenham.cs.arizona.edu (cheltenham.cs.arizona.edu [192.12.69.60]) by mail.gnome.org (Postfix) with ESMTP id 4896818435 for ; Fri, 25 Jul 2003 11:12:19 -0400 (EDT) Received: from lectura.CS.Arizona.EDU (lectura.cs.arizona.edu [192.12.69.186]) by cheltenham.cs.arizona.edu (8.12.6p2/8.12.6) with ESMTP id h6PFCKnT063058; Fri, 25 Jul 2003 08:12:20 -0700 (MST) (envelope-from bharat@CS.Arizona.EDU) Received: from lectura.CS.Arizona.EDU (localhost [127.0.0.1]) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2) with ESMTP id h6PFCKrg010500; Fri, 25 Jul 2003 08:12:20 -0700 (MST) Received: from localhost (bharat@localhost) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2/Submit) with ESMTP id h6PFCJ6L010497; Fri, 25 Jul 2003 08:12:19 -0700 (MST) X-Authentication-Warning: lectura.CS.Arizona.EDU: bharat owned process doing -bs Date: Fri, 25 Jul 2003 08:12:19 -0700 (MST) From: Bharat Bhushan To: Preben Randhol Cc: Paul Davis , Subject: Re: deactivating close button of a gtk+ window / dialog In-Reply-To: <20030725114002.GC7308@pvv.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I agree with you. By just returning TRUE, user might tend to thenk that the app is not working properly. I dont want to exit the app after this. In my program I want to desensitize the close button while a program is being installed, but it seems it might not be possible. ---------------------------------------------------------------------------= ----- On Fri, 25 Jul 2003, Preben Randhol wrote: > Paul Davis wrote on 25/07/2003 (08:18) : > > catch the top level window delete_event, do nothing in the handler, > > return TRUE. > > Or a better solution might be to pop up a dialog saying "Shutting down > system. Please wait while critical data is saved" or something like > that. And run a loop which will do a gtk exit when the critical phase > has passed and a flag has bee set. > > Otherwise if this takes some time the user might kill the app in stead > as it thinks it has hung or something. > > -- > Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 -- > =ABFor me, Ada95 puts back the joy in programming.=BB > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list > From jrainha@brutus.inesc-id.pt Fri Jul 25 12:08:14 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from brutus.inesc-id.pt (brutus.inesc-id.pt [146.193.44.97]) by mail.gnome.org (Postfix) with ESMTP id AF6431813E for ; Fri, 25 Jul 2003 12:08:13 -0400 (EDT) Received: from brutus.inesc-id.pt (brutus.inesc-id.pt [146.193.44.97]) by brutus.inesc-id.pt (Postfix) with ESMTP id 81AAB3B97B for ; Fri, 25 Jul 2003 17:04:41 +0100 (WEST) From: Joao Rainha Reply-To: jrainha@brutus.inesc-id.pt To: gtk-list@gnome.org Subject: Redirect C's printf Date: Fri, 25 Jul 2003 17:04:40 +0100 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307251704.40298.jrainha@brutus.inesc-id.pt> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I have some functions working in C. I'de liked to make a GUI for it. It's possible to redirect all the printf's that I have in my code for a specific text widget? Or I have to rewrite them using gtk_text_insert? Thanks JR From firefly@diku.dk Fri Jul 25 12:11:29 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hugin.diku.dk (hugin.diku.dk [130.225.96.144]) by mail.gnome.org (Postfix) with SMTP id 157AC181B4 for ; Fri, 25 Jul 2003 12:11:29 -0400 (EDT) Received: (qmail 20097 invoked from network); 25 Jul 2003 16:11:29 -0000 Received: from brok.diku.dk (firefly@130.225.96.163) by hugin.diku.dk with QMQP; 25 Jul 2003 16:11:29 -0000 Date: Fri, 25 Jul 2003 18:11:29 +0200 (MEST) From: "Peter \"Firefly\" Lund" To: Joao Rainha Cc: gtk-list@gnome.org Subject: Re: Redirect C's printf In-Reply-To: <200307251704.40298.jrainha@brutus.inesc-id.pt> Message-ID: References: <200307251704.40298.jrainha@brutus.inesc-id.pt> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Fri, 25 Jul 2003, Joao Rainha wrote: > I have some functions working in C. > I'de liked to make a GUI for it. > It's possible to redirect all the printf's that I have in my code for a > specific text widget? > Or I have to rewrite them using gtk_text_insert? Fork your program and use pipes. (but using gtk_text_insert is perhaps easier) -Peter From randhol@pvv.org Fri Jul 25 12:12:18 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from kiuk0152.chembio.ntnu.no (kiuk0152.chembio.ntnu.no [129.241.83.78]) by mail.gnome.org (Postfix) with ESMTP id 34C791816D for ; Fri, 25 Jul 2003 12:12:17 -0400 (EDT) Received: from randhol by kiuk0152.chembio.ntnu.no with local (Exim 3.35 #1 (Debian)) id 19g5Af-0002sW-00; Fri, 25 Jul 2003 18:11:53 +0200 Date: Fri, 25 Jul 2003 18:11:53 +0200 From: Preben Randhol To: Bharat Bhushan Cc: gtk-list@gnome.org Subject: Re: deactivating close button of a gtk+ window / dialog Message-ID: <20030725161153.GA11031@pvv.org> Mail-Followup-To: Bharat Bhushan , gtk-list@gnome.org References: <20030725114002.GC7308@pvv.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.3.28i Organization: PVV Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Bharat Bhushan wrote on 25/07/2003 (17:12) : > I agree with you. By just returning TRUE, user might tend to thenk that > the app is not working properly. I dont want to exit the app after this. > In my program I want to desensitize the close button while a program is > being installed, but it seems it might not be possible. Just pop up a dialog saying that you cannot close the program while the installation is running. The user will understand. -- Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 -- «For me, Ada95 puts back the joy in programming.» From guidod-2003-@gmx.de Fri Jul 25 12:28:52 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mail.gnome.org (Postfix) with SMTP id B53EA182E6 for ; Fri, 25 Jul 2003 12:28:51 -0400 (EDT) Received: (qmail 14254 invoked by uid 65534); 25 Jul 2003 16:28:52 -0000 Received: from pD9E81A42.dip.t-dialin.net (EHLO gmx.de) (217.232.26.66) by mail.gmx.net (mp027) with SMTP; 25 Jul 2003 18:28:52 +0200 Message-ID: <3F215B35.1010504@gmx.de> Date: Fri, 25 Jul 2003 18:30:45 +0200 From: Guido Draheim User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030313 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joao Rainha Cc: gtk-list@gnome.org Subject: Re: Redirect C's printf References: <200307251704.40298.jrainha@brutus.inesc-id.pt> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Peter "Firefly" Lund wrote: > On Fri, 25 Jul 2003, Joao Rainha wrote: > > >>I have some functions working in C. >>I'de liked to make a GUI for it. >>It's possible to redirect all the printf's that I have in my code for a >>specific text widget? >>Or I have to rewrite them using gtk_text_insert? > > > Fork your program and use pipes. > > (but using gtk_text_insert is perhaps easier) > Indeed, using a series of `#define printf`s might show a little easier. Everyone being through with `unix II` programming lectures should however be able to use a combination of dup/pipe constructs, and seperating the gui from the worker in different process contexts, well, that's might be better anyway - but again, it requires a good deal of knowledge on unix process managment and child signaling..., so it'd be about going to the heart of unix but if this project shall run non-unix platforms as well (which gtk can do), then... ;-) cheers, guido From carlo@battilanaeros.191.it Fri Jul 25 13:49:17 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from fep04-svc.flexmail.it (unknown [212.131.248.107]) by mail.gnome.org (Postfix) with ESMTP id B3DBF18300 for ; Fri, 25 Jul 2003 13:49:16 -0400 (EDT) Received: from [192.168.2.4] ([81.74.18.103]) by fep04-svc.flexmail.it (InterMail vM.5.01.05.09 201-253-122-126-109-20020611) with ESMTP id <20030725174851.FQBS1731.fep04-svc.flexmail.it@[192.168.2.4]> for ; Fri, 25 Jul 2003 19:48:51 +0200 From: Carlo Reply-To: carlo@battilanaeros.191.it To: GTK List Subject: Help Installing pango Date: Fri, 25 Jul 2003 19:48:18 +0200 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307251948.18790.carlo@battilanaeros.191.it> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hy I'm new and I'm trying to install GTK+ but I cant install requied libraries pango and atk on a linux machine 'cause when I launch ./configure it says I've not correctly installed or I've an old version of Glib but I've already installed the last version what can I do? Thanks Carlo From alexis.nikichine@isia.cma.fr Fri Jul 25 16:57:33 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mwinf0502.wanadoo.fr (smtp4.wanadoo.fr [193.252.22.26]) by mail.gnome.org (Postfix) with ESMTP id A1F8918B5E for ; Fri, 25 Jul 2003 16:57:33 -0400 (EDT) Received: from isia.cma.fr (ANice-106-1-27-84.w81-51.abo.wanadoo.fr [81.51.245.84]) by mwinf0502.wanadoo.fr (SMTP Server) with ESMTP id 3E1D5E800370; Fri, 25 Jul 2003 22:57:34 +0200 (CEST) Message-ID: <3F2199BE.2000905@isia.cma.fr> Date: Fri, 25 Jul 2003 22:57:34 +0200 From: Alexis Nikichine User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020623 Debian/1.0.0-0.woody.1 X-Accept-Language: fr, en MIME-Version: 1.0 To: "Firefly\" Lund "@wanadoo.fr Cc: Sachin Kulkarni , gtk-list@gnome.org Subject: Re: building ui on hp-ux References: <000801c34c4f$5fdea520$8202a8c0@persistent.co.in> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Peter \"Firefly\" Lund wrote: >On Thu, 17 Jul 2003, Sachin Kulkarni wrote: > > > >>Hi, >> I want to build a user interface on hp-ux. Will it be ok to use gtk >> >> > >It should be possible - but the HPUX C compiler might not like you. > I could have GTK build nicely on HP-UX using the vendor C++ compiler (aCC) in C mode (option -Ae, iirc). If you don't have access to this compiler, then Ximian has released with prebuilt gnome libraries; Google is your friend here. Then you may encounter some difficulties due to their being packaged as a depot (hpux packaging) file. Your friend there is 'chatr' to deal with embedded/hardcoded library lookup path. Alexis From stephane.wirtel@belgacom.net Sat Jul 26 10:06:11 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mirapoint3.brutele.be (mirapoint3.brutele.be [212.68.203.242]) by mail.gnome.org (Postfix) with ESMTP id 07A7D1883B for ; Sat, 26 Jul 2003 10:06:11 -0400 (EDT) Received: from brutele.be (213.213.206.2.brutele.be [213.213.206.2] (may be forged)) by mirapoint3.brutele.be (Mirapoint Messaging Server MOS 3.3.2-CR) with SMTP id ASU10690; Sat, 26 Jul 2003 16:06:11 +0200 (CEST) Date: Sat, 26 Jul 2003 16:06:28 +0200 From: Stephane Wirtel To: gtk-list@gnome.org Subject: a problem with the mailing list Message-ID: <20030726140628.GA25366@gentoo.lan> Mail-Followup-To: gtk-list@gnome.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ikeVEW9yuYc//A+q" Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Operating-System: Linux gentoo.lan 2.6.0-test1-ac3 X-LUG: Linux Users Group Mons ( Linux-Mons ) X-URL: http://www.linux-mons.be Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --ikeVEW9yuYc//A+q Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Is there a problem with the Mailing List because since 24th july i don't receive emails. --=20 Stephane Wirtel GPG ID : 1024D/C9C16DA7 | 5331 0B5B 21F0 0363 EACD B73E 3D11 E5BC C9C1 6DA7 --ikeVEW9yuYc//A+q Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/IorkPRHlvMnBbacRAkc+AKCWKuVmyYB1jHJnwPRDVrlMUsuhLwCcC6vV W7EAtiZ2g2+4bdTYPiSnedc= =ZUkx -----END PGP SIGNATURE----- --ikeVEW9yuYc//A+q-- From michele.garoche@easyconnect.fr Sat Jul 26 11:02:08 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smarthost1.mail.easynet.fr (smarthost1.mail.easynet.fr [212.180.1.68]) by mail.gnome.org (Postfix) with ESMTP id E3E99188AA for ; Sat, 26 Jul 2003 11:02:07 -0400 (EDT) Received: from [212.11.38.139] (helo=easyconnect.fr) by smarthost1.mail.easynet.fr with esmtp (Exim 3.35 #1 (Debian)) id 19gQYi-0003MQ-00 for ; Sat, 26 Jul 2003 17:02:08 +0200 Date: Sat, 26 Jul 2003 17:02:06 +0200 Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Subject: Drag and drop question From: =?ISO-8859-1?Q?Mich=E8le_Garoche?= To: gtk-list@gnome.org Content-Transfer-Encoding: quoted-printable Message-Id: <1F64212B-BF7A-11D7-B8A7-000393AAC18A@easyconnect.fr> X-Mailer: Apple Mail (2.552) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Could someone confirm that the behaviour of drag and drop has changed=20 recently (I mean three months or so ago) with gtk+. Example: In a text window I select bb in: aaabbggg and drag and drop it after ggg, I obtain: aaabbgggbb (copy and paste behaviour) Some months ago, I obtained: aaagggbb (cut and paste behaviour) And if this is the case, is there a way to obtain the second behaviour=20= (cut and paste) within drag and drop and how to do it? See Bluefish for=20= testing it. Many thanks in advance, Mich=E8le = From stezane@tin.it Sat Jul 26 16:30:09 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from vsmtp4.tin.it (vsmtp4.tin.it [212.216.176.224]) by mail.gnome.org (Postfix) with ESMTP id C1CF618129 for ; Sat, 26 Jul 2003 16:30:08 -0400 (EDT) Received: from localhost.localdomain (80.104.145.199) by vsmtp4.tin.it (7.0.019) id 3F157832003EC53B for gtk-list@gnome.org; Sat, 26 Jul 2003 22:30:10 +0200 Date: Sat, 26 Jul 2003 22:29:51 -0100 From: Stefano Zanelli To: gtk-list@gnome.org Subject: Compiling gtk+-2.2.2 Message-Id: <20030726222951.4ed06ba6.stezane@tin.it> Organization: Pol. Vis Trebbo Volley X-Mailer: Sylpheed version 0.9.4 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, All!!! I'm new to this list, so pls, don't kill me if this is a FAQ. I'm trying to compile gtk+-2.2.2 but I get an error stating: failed to load "./stock_add-16.png": Couldn't recognize the image file format for file './stock_add_16.png'. I tried to configure without loading the libpng modules, but nothing happens. Can someone help me??? -- Ciao. Stefano. -wmw- http://members.xoom.it/stz/ From galaviel@bezeqint.net.il Sat Jul 26 18:03:47 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from marco.bezeqint.net (marco.bezeqint.net [192.115.106.37]) by mail.gnome.org (Postfix) with ESMTP id 28701180FE for ; Sat, 26 Jul 2003 18:03:47 -0400 (EDT) Received: from bezeqint.net.il (bzq-218-123-3.red.bezeqint.net [81.218.123.3]) by marco.bezeqint.net (Bezeq International SMTP out Mail Server) with ESMTP id 4B5C9E69 for ; Sun, 27 Jul 2003 03:54:50 +0300 (IDT) Message-ID: <3F22ECAD.3040600@bezeqint.net.il> Date: Sun, 27 Jul 2003 00:03:41 +0300 From: Gal Aviel User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: Gtk focus proxy - where ? (related: xembed) Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Can someone show me where (which file) is the focus proxy implemented ? The focus proxy is according to according to XEMBED spec "The solution proposed by XEmbed is is to beat X11 with its own weapons: The topmost toolkit is /required/ to keep the X input focus on one of its own windows without any embedded children. Keeping the focus on such a window ensures that key events are always delivered to the outer toolkit and thus can be forwarded easily to any embedded window. This also makes it possible to use this part of XEmbed with clients that do not support the protocol at all, without breaking keyboard input for the embedding application." Thanks - Gal. From edscott@imp.mx Sun Jul 27 20:06:56 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from scorpio.eco.imp.mx (dup-200-65-158-129.prodigy.net.mx [200.65.158.129]) by mail.gnome.org (Postfix) with ESMTP id A28B51878E for ; Sun, 27 Jul 2003 20:06:55 -0400 (EDT) Received: from scorpio.eco.imp.mx (scorpio [127.0.0.1]) by scorpio.eco.imp.mx (8.12.8/8.12.8) with ESMTP id h6S07tjM024209; Sun, 27 Jul 2003 19:07:55 -0500 Received: (from edscott@localhost) by scorpio.eco.imp.mx (8.12.8/8.12.8/Submit) id h6S07qeX024207; Sun, 27 Jul 2003 19:07:52 -0500 X-Authentication-Warning: scorpio.eco.imp.mx: edscott set sender to edscott@imp.mx using -f Subject: Re: glib 2.2.2 - g_tree From: edscott wilson garcia To: Albert Pala Cc: gtk-list@gnome.org In-Reply-To: <413D2C6832419644883194404F49DD76023F6109@E2K2.corp.plusnet> References: <413D2C6832419644883194404F49DD76023F6109@E2K2.corp.plusnet> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1059350872.4787.25.camel@scorpio> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 27 Jul 2003 19:07:52 -0500 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On vie, 2003-07-25 at 04:41, Albert Pala wrote: > i want to ask if someone can help me: > in my program at starup i create huge balanced tree ( ~3*10^6 items ) from fixed file. > it took about 8s on my computer. > how can i rearrange the input file to get shorter time ? ( minimize number of operation of balancing tree during inserts ) ? > currently input file is sorted by key. You could try to write the file out as a DBHashTable which can do a balanced tree in a file. See http://dbh.sourceforge.net Edscott > > greetings > albert. > > > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list From flavio@maqplas.com.br Mon Jul 28 12:01:08 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from paiol.terra.com.br (paiol.terra.com.br [200.176.3.18]) by mail.gnome.org (Postfix) with ESMTP id 7249618A5D for ; Mon, 28 Jul 2003 12:01:04 -0400 (EDT) Received: from itaim.terra.com.br (itaim.terra.com.br [200.176.3.76]) by paiol.terra.com.br (Postfix) with ESMTP id 64E2084851E for ; Mon, 28 Jul 2003 13:01:04 -0300 (BRT) Received: from flavio (unknown [200.206.167.234]) (authenticated user maq.ic@terra.com.br) by itaim.terra.com.br (Postfix) with ESMTP id 02C2A2E00D9 for ; Mon, 28 Jul 2003 13:01:00 -0300 (BRT) Date: Mon, 28 Jul 2003 13:00:46 -0300 From: Flavio Alberto Lopes Soares To: gtk-list@gnome.org Subject: Placing text over a GtkImage Message-Id: <20030728130046.5664f2df.flavio@maqplas.com.br> Organization: MAQPLAS =?ISO-8859-1?B?SW5k+nN0cmlh?= e =?ISO-8859-1?B?Q29t6Q==?= rcio de =?ISO-8859-1?B?TeFxdWluYXM=?= LTDA. X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-debian-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello all, I'm using GTK2.0 to develop a program and I have one doubt: There's some way to place text (GtkLabel ?) over a GtkImage (a .png image) to seem that the text was draw together with the image ? In this way, if possible, I believe that I can reduce the pictures that need create/edit. Thanks for all help Success for all Flavio Alberto Lopes Soares From the__vigilante@hotmail.com Sun Jul 27 23:14:18 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hotmail.com (bay7-f64.bay7.hotmail.com [64.4.11.64]) by mail.gnome.org (Postfix) with ESMTP id 9BE3E18859 for ; Sun, 27 Jul 2003 23:14:18 -0400 (EDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 27 Jul 2003 20:14:20 -0700 Received: from 202.129.95.21 by by7fd.bay7.hotmail.msn.com with HTTP; Mon, 28 Jul 2003 03:14:19 GMT X-Originating-IP: [202.129.95.21] X-Originating-Email: [the__vigilante@hotmail.com] From: "Dale Leighton" To: gtk-list@gnome.org Subject: linker errors for Hello World compilation Date: Mon, 28 Jul 2003 13:14:19 +1000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 28 Jul 2003 03:14:20.0239 (UTC) FILETIME=[562285F0:01C354B6] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I am currently enrolled in GUI programming at my local university and have encountered a port of GTK+ 2.2.1.2 for windows that I wish to use, however, and I am programming in MS Visual C++ 6.0 and I get "unresolved external symbol" errors for every function in the "Hello World" program in the tutorial. What am I doing wrong? I read on a mailing list that the problem requires me to open the "project" menu, click on the "linker" tab and change the output option (or something to that effect), but there is no "linker" tab in my "project" dialog box...!!!??? Please help. Regards, Dale L. Leighton the__vigilante@hotmail.com _________________________________________________________________ Hotmail is now available on Australian mobile phones. Go to http://ninemsn.com.au/mobilecentral/signup.asp From carlo@battilanaeros.191.it Mon Jul 28 14:44:36 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from fep03-svc.flexmail.it (unknown [212.131.248.106]) by mail.gnome.org (Postfix) with ESMTP id 3670618AAA for ; Mon, 28 Jul 2003 14:44:35 -0400 (EDT) Received: from [192.168.2.4] ([81.74.18.103]) by fep03-svc.flexmail.it (InterMail vM.5.01.05.09 201-253-122-126-109-20020611) with ESMTP id <20030728184716.GCVP28657.fep03-svc.flexmail.it@[192.168.2.4]> for ; Mon, 28 Jul 2003 20:47:16 +0200 From: Carlo Reply-To: carlo@battilanaeros.191.it To: gtk-list@gnome.org Subject: Re: Help Installing pango Date: Mon, 28 Jul 2003 20:44:16 +0200 User-Agent: KMail/1.5 References: <200307251948.18790.carlo@battilanaeros.191.it> In-Reply-To: <200307251948.18790.carlo@battilanaeros.191.it> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200307282044.17094.carlo@battilanaeros.191.it> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Alle 19:48, venerd=EC 25 luglio 2003, Carlo ha scritto: > Hy I'm new and I'm trying to install GTK+ but I cant install requied > libraries pango and atk on a linux machine 'cause when I launch ./configu= re > it says I've not correctly installed or I've an old version of Glib but > I've already installed the last version what can I do? > Thanks Carlo Ok the problem has been resolved thanks to everyone who tryied ro help me=20 > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list From tetris_program@hotmail.com Mon Jul 28 13:10:10 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hotmail.com (bay1-f29.bay1.hotmail.com [65.54.245.29]) by mail.gnome.org (Postfix) with ESMTP id 8DAD618347 for ; Mon, 28 Jul 2003 13:10:09 -0400 (EDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 28 Jul 2003 10:10:11 -0700 Received: from 217.129.250.87 by by1fd.bay1.hotmail.msn.com with HTTP; Mon, 28 Jul 2003 17:10:10 GMT X-Originating-IP: [217.129.250.87] X-Originating-Email: [tetris_program@hotmail.com] From: =?iso-8859-1?B?Sm/jbyBNYXJ0aW5z?= To: gtk-list@gnome.org Date: Mon, 28 Jul 2003 18:10:10 +0100 Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Message-ID: X-OriginalArrivalTime: 28 Jul 2003 17:10:11.0339 (UTC) FILETIME=[1A8515B0:01C3552B] Subject: (no subject) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello. I've been thinking about building a professional looking interface for my editor and the GTK+ API seems to be the choice, but im using Windows 98 so.. is there a windows version of GTK+ 2.2 for windows? If yes, where can I download it and how can I install it . In your site the files to download are tar.gz and linux stuff. Bye. _________________________________________________________________ MSN Messenger: converse com os seus amigos online. http://messenger.msn.com.br From Murray.Cumming@Comneon.com Tue Jul 29 03:15:40 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp1.infineon.com (smtp1.infineon.com [194.175.117.76]) by mail.gnome.org (Postfix) with ESMTP id 96BAB1881C for ; Tue, 29 Jul 2003 03:15:39 -0400 (EDT) Received: from vihsx03a.vih.infineon.com (vih.ifx-mail3.com [172.31.163.97]) by smtp1.infineon.com (8.12.9/8.12.9) with ESMTP id h6T7ENi5001372; Tue, 29 Jul 2003 09:14:24 +0200 (MEST) Received: by vihsx03a.vih.infineon.com with Internet Mail Service (5.5.2653.19) id ; Tue, 29 Jul 2003 09:16:32 +0200 Message-ID: <258B0164D480D5118D900800062B38580139F1D1@vihsx09a.vih.infineon.com> From: Murray.Cumming@Comneon.com To: flavio@maqplas.com.br, gtk-list@gnome.org Subject: RE: Placing text over a GtkImage Date: Tue, 29 Jul 2003 09:15:39 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > From: Flavio Alberto Lopes Soares [mailto:flavio@maqplas.com.br] > Hello all, > I'm using GTK2.0 to develop a program and I have one doubt: > There's some way to place text (GtkLabel ?) over a GtkImage > (a .png image) to seem that the text was draw together with > the image ? > In this way, if possible, I believe that I can reduce the > pictures that need create/edit. I'm fairly sure that you can use Pango to put text on an image, but I have no idea how exactly. Murray Cumming murrayc@usa.net www.murrayc.com Remember to use the "Reply To All" feature with mailing lists. From Murray.Cumming@Comneon.com Tue Jul 29 03:16:39 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp1.infineon.com (smtp1.infineon.com [194.175.117.76]) by mail.gnome.org (Postfix) with ESMTP id 8C42F1881C for ; Tue, 29 Jul 2003 03:16:37 -0400 (EDT) Received: from vihsx03a.vih.infineon.com (vih.ifx-mail3.com [172.31.163.97]) by smtp1.infineon.com (8.12.9/8.12.9) with ESMTP id h6T7FLi5001853; Tue, 29 Jul 2003 09:15:21 +0200 (MEST) Received: by vihsx03a.vih.infineon.com with Internet Mail Service (5.5.2653.19) id ; Tue, 29 Jul 2003 09:17:30 +0200 Message-ID: <258B0164D480D5118D900800062B38580139F1D3@vihsx09a.vih.infineon.com> From: Murray.Cumming@Comneon.com To: tetris_program@hotmail.com, gtk-list@gnome.org Subject: RE: (no subject) Date: Tue, 29 Jul 2003 09:16:37 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > From: Jo=E3o Martins [mailto:tetris_program@hotmail.com]=20 > is there a windows version of GTK+ 2.2 for windows? Yes. There is a link from http://www.gtk.org : http://www.gimp.org/~tml/gimp/win32/ Murray Cumming murrayc@usa.net www.murrayc.com Remember to use the "Reply To All" feature with mailing lists. From flavio@maqplas.com.br Tue Jul 29 08:17:16 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from ivoti.terra.com.br (ivoti.terra.com.br [200.176.3.20]) by mail.gnome.org (Postfix) with ESMTP id 5D9BE183C5; Tue, 29 Jul 2003 08:17:15 -0400 (EDT) Received: from botucatu.terra.com.br (botucatu.terra.com.br [200.176.3.78]) by ivoti.terra.com.br (Postfix) with ESMTP id B280879C2DD; Tue, 29 Jul 2003 09:17:15 -0300 (BRT) Received: from flavio (unknown [200.206.167.234]) (authenticated user maq.ic@terra.com.br) by botucatu.terra.com.br (Postfix) with ESMTP id 243E529C9B2; Tue, 29 Jul 2003 09:17:14 -0300 (BRT) Date: Tue, 29 Jul 2003 09:17:08 -0300 From: Flavio Alberto Lopes Soares To: gtk-list-admin@gnome.org Cc: Murray.Cumming@Comneon.com, gtk-list@gnome.org Subject: Re: Placing text over a GtkImage Message-Id: <20030729091708.2eda43cf.flavio@maqplas.com.br> In-Reply-To: <258B0164D480D5118D900800062B38580139F1D1@vihsx09a.vih.infineon.com> References: <258B0164D480D5118D900800062B38580139F1D1@vihsx09a.vih.infineon.com> Organization: MAQPLAS =?ISO-8859-1?B?SW5k+nN0cmlh?= e =?ISO-8859-1?B?Q29t6Q==?= rcio de =?ISO-8859-1?B?TeFxdWluYXM=?= LTDA. X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-debian-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Thanks, this is a beginning, but searching (little search) the Web I can't find none tutorial about Pango, there's some specific place that I can find this (for newbies)? I saw the libpango-doc & devhelp in my distro (Debian 3.0 Woody with Gnome2/GTK+2 packages), but these texts are few didatics, there some tutorial for beginners (I have some knowledge in GTK+1.2 in c) ? Thanks for all help Flavio Alberto On Tue, 29 Jul 2003 09:15:39 +0200 Murray.Cumming@Comneon.com wrote: > > From: Flavio Alberto Lopes Soares [mailto:flavio@maqplas.com.br] > > Hello all, > > I'm using GTK2.0 to develop a program and I have one doubt: > > There's some way to place text (GtkLabel ?) over a GtkImage > > (a .png image) to seem that the text was draw together with > > the image ? > > In this way, if possible, I believe that I can reduce the > > pictures that need create/edit. > > I'm fairly sure that you can use Pango to put text on an image, but I have > no idea how exactly. From bdgranger@alum.mit.edu Tue Jul 29 10:06:08 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from messageii.ucentric.com (unknown [216.140.202.124]) by mail.gnome.org (Postfix) with ESMTP id 5594E18D0E for ; Tue, 29 Jul 2003 10:06:08 -0400 (EDT) Received: from alum.mit.edu (192.168.0.39) by messageii.ucentric.com (NPlex 6.0.034) (authenticated as bgranger@ucentric.com) id 3F1BF1FB00002DAE; Tue, 29 Jul 2003 10:06:03 -0400 Message-ID: <3F267F4B.6080408@alum.mit.edu> Date: Tue, 29 Jul 2003 10:06:03 -0400 From: Brett Granger User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Murray.Cumming@Comneon.com Cc: flavio@maqplas.com.br, gtk-list@gnome.org Subject: Re: Placing text over a GtkImage References: <258B0164D480D5118D900800062B38580139F1D1@vihsx09a.vih.infineon.com> In-Reply-To: <258B0164D480D5118D900800062B38580139F1D1@vihsx09a.vih.infineon.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Murray.Cumming@Comneon.com wrote: >>From: Flavio Alberto Lopes Soares [mailto:flavio@maqplas.com.br] >>Hello all, >>I'm using GTK2.0 to develop a program and I have one doubt: >>There's some way to place text (GtkLabel ?) over a GtkImage >>(a .png image) to seem that the text was draw together with >>the image ? >>In this way, if possible, I believe that I can reduce the >>pictures that need create/edit. > > > I'm fairly sure that you can use Pango to put text on an image, but I have > no idea how exactly. One way you can accomplish putting a label over an image is by creating a 1x1 table and putting both the image and the label in the same/only cell. You will probably need to play with the alignment (*not* the justification) of the label to get it into the correct position. Make sure to attach the label to the table cell first, or the image will hide it! --Brett Granger From andrew@solvo.ru Tue Jul 29 11:17:48 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from gate.solvo.ru (gate.solvo.ru [195.201.44.1]) by mail.gnome.org (Postfix) with ESMTP id 8DA1D18F9D; Tue, 29 Jul 2003 11:17:44 -0400 (EDT) Received: from tiger.solvo.ru (IDENT:postfix@tiger.solvo.ru [195.201.44.204]) by gate.solvo.ru (8.11.6/8.11.6) with ESMTP id h6TFHjD13816; Tue, 29 Jul 2003 19:17:45 +0400 Received: by tiger.solvo.ru (Postfix, from userid 504) id 650B7906F7; Tue, 29 Jul 2003 19:17:42 +0400 (MSD) Received: from solvo.ru (phoenix.solvo.ru [195.201.44.78]) by tiger.solvo.ru (Postfix) with ESMTP id 11A7B906F4; Tue, 29 Jul 2003 19:17:42 +0400 (MSD) Message-ID: <3F26911A.5010500@solvo.ru> Date: Tue, 29 Jul 2003 19:22:02 +0400 From: "Andrew E. Makeev" Organization: Solvo Ltd. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225 X-Accept-Language: ru, en MIME-Version: 1.0 To: GTK-MAIN , gtkmm-main Subject: Is there tool to watch GTK signals? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Milter: Spamilter Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I will try to explain my problem. I have application written in gtkmm2. (RH9, last GTK/MM packages.) I am trying to configure number of entry widgets added to TextView. Every time I have to create new TextBuffer, and add new entry widgets. Since I have lotsa user data associated with entry widgets, I am storing pointers to them in std::map, so, before creating new TextBuffer, I am clearing map and deleting entries. Then I am creating new entries and setting values to them. The problem is when I am calling (*some_entry)->set_text () function, just in that time signal destroy called occasionally on that entry. So, next operation (on that entry) crashes application. Any help will be appreciated. -andrew From embyte@madlab.it Wed Jul 30 06:28:46 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from vsmtp1.tin.it (vsmtp1.tin.it [212.216.176.221]) by mail.gnome.org (Postfix) with ESMTP id 0041918184 for ; Wed, 30 Jul 2003 06:28:45 -0400 (EDT) Received: from portatile (212.171.88.214) by vsmtp1.tin.it (7.0.019) id 3F17CBF900405A0E for gtk-list@gnome.org; Wed, 30 Jul 2003 12:28:47 +0200 Message-ID: <006f01c35685$665bfed0$d658abd4@portatile> From: "embyte" To: "Gtk ml" Subject: Scrolled window (gtk+ 2.2.2) Date: Wed, 30 Jul 2003 12:26:36 +0200 Organization: val seriana MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2727.1300 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi list, I need to use a scrolled window like cmdline stdout. I'm able to append new text to it, but when i fill the text area the scroll bar doesn't lower with text. I always see the same text while my application put it later. Can you give me an example code to resolve problem? Thanks, embyte From shiraz_baig@yahoo.com Wed Jul 30 07:47:33 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from web13904.mail.yahoo.com (web13904.mail.yahoo.com [216.136.175.67]) by mail.gnome.org (Postfix) with SMTP id 46E9918181 for ; Wed, 30 Jul 2003 07:47:33 -0400 (EDT) Message-ID: <20030730114735.39875.qmail@web13904.mail.yahoo.com> Received: from [203.82.48.7] by web13904.mail.yahoo.com via HTTP; Wed, 30 Jul 2003 04:47:35 PDT Date: Wed, 30 Jul 2003 04:47:35 -0700 (PDT) From: Shiraz Baig Subject: Documentation for g_strconcat To: gtk-list@gnome.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I am trying to locate the documentation of following functions or variables but I couldn't find it. g_strconcat() GScanner *scanner I have searched the following files: gdk-docs.tar.gz glib-docs.tar.gz gtk-docs.tar.gz gtk-tutorial.20021027 Is there any other place where I should look for? I am working on GTK+1.2.x Thanks shiraz __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com From vadim@berezniker.com Wed Jul 30 07:53:55 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from gorlovka.vmpn.net (unknown [216.254.75.9]) by mail.gnome.org (Postfix) with SMTP id 8FB8018563 for ; Wed, 30 Jul 2003 07:53:55 -0400 (EDT) Received: (qmail 6161 invoked from network); 30 Jul 2003 11:53:57 -0000 Received: from vadim.homenetwork (HELO berezniker.com) (10.0.1.25) by www.75.254.216.in-addr.arpa with SMTP; 30 Jul 2003 11:53:57 -0000 Message-ID: <3F27B07C.7050907@berezniker.com> Date: Wed, 30 Jul 2003 07:48:12 -0400 From: Vadim Berezniker User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030714 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Shiraz Baig Cc: gtk-list@gnome.org Subject: Re: Documentation for g_strconcat References: <20030730114735.39875.qmail@web13904.mail.yahoo.com> In-Reply-To: <20030730114735.39875.qmail@web13904.mail.yahoo.com> X-Enigmail-Version: 0.76.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Shiraz Baig wrote: > I am trying to locate the documentation of following > functions or variables but I couldn't find it. > http://developer.gnome.org/doc/API/glib/glib-string-utility-functions.html#G-STRCONCAT http://developer.gnome.org/doc/API/glib/glib-lexical-scanner.html It should be in the glib docs you have. From Ken.Rastatter@Honeywell.com Wed Jul 30 16:41:11 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from tmpsmtp701.honeywell.com (tmpsmtp701.honeywell.com [199.64.7.101]) by mail.gnome.org (Postfix) with SMTP id A0EB51839F for ; Wed, 30 Jul 2003 16:41:10 -0400 (EDT) Received: from 131.127.249.99 by tmpsmtp701.honeywell.com (InterScan E-Mail VirusWall NT); Wed, 30 Jul 2003 11:11:00 -0700 Received: by smtp.allied.com with Internet Mail Service (5.5.2656.59) id ; Wed, 30 Jul 2003 10:31:15 -0700 Message-ID: From: "Rastatter, Ken (OH32)" To: "'gtk-list@gnome.org'" Subject: RE: Scrolled window (gtk+ 2.2.2) Date: Wed, 30 Jul 2003 10:31:13 -0700 X-Mailer: Internet Mail Service (5.5.2656.59) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: "embyte" wrote on Wed, 30 Jul 2003 12:26:36 +0200 > I'm able to append new text to it, but when i fill the > text area the scroll bar doesn't lower with text. This is how I scroll to the end of a GtkTextView widget: GtkTextBuffer *textbuffer; GtkTextIter end_iter; textbuffer = gtk_text_view_get_buffer(GTK_TEXT_VIEW(textview)); gtk_text_buffer_get_end_iter(textbuffer, &end_iter); gtk_text_view_scroll_to_iter(GTK_TEXT_VIEW(textview), &end_iter, 0.0, FALSE, 0.0, 0.0); Have a good day! -- Ken Rastatter, Senior Design Engineer Honeywell Sensotec 2080 Arlingate Lane, Columbus, Ohio, 43228-4112 USA Home Page: http://www.sensotec.com "These opinions are mine and not necessarily those of Honeywell." From ramdhansingh@yahoo.co.in Thu Jul 31 05:21:08 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from web8206.mail.in.yahoo.com (web8206.mail.in.yahoo.com [203.199.70.75]) by mail.gnome.org (Postfix) with SMTP id 5DA7618362 for ; Thu, 31 Jul 2003 05:21:07 -0400 (EDT) Message-ID: <20030731092103.52616.qmail@web8206.mail.in.yahoo.com> Received: from [202.56.254.13] by web8206.mail.in.yahoo.com via HTTP; Thu, 31 Jul 2003 10:21:03 BST Date: Thu, 31 Jul 2003 10:21:03 +0100 (BST) From: =?iso-8859-1?q?ramdhan=20singh?= Subject: Libraries, fonts required to display japanese characters in GTK To: "'gtk-list@gnome.org'" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi All, I want to display japanese strings in GTK but do not know what are the libraries, fonts required(To display japanese)?? I am using GTK 2.2.1. Can anybody help me out in this? Would be very grateful for any clue. Thanks, Ramdhan ________________________________________________________________________ Send free SMS using the Yahoo! Messenger. Go to http://in.mobile.yahoo.com/new/pc/ From Jean-Baptiste.cazier@decode.is Thu Jul 31 06:07:51 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mx1.decode.is (mx1.decode.is [212.126.224.30]) by mail.gnome.org (Postfix) with ESMTP id 2661A18279 for ; Thu, 31 Jul 2003 06:07:51 -0400 (EDT) Received: (from root@localhost) by mx1.decode.is (8.12.8/8.12.8) id h6VA7rk7003853 for gtk-list@gnome.org; Thu, 31 Jul 2003 10:07:53 GMT Received: from snote.decode.is (snote.decode.is [172.18.0.6]) by mx1.decode.is (8.12.8/8.12.8) with ESMTP id h6VA7rTu003730 for ; Thu, 31 Jul 2003 10:07:53 GMT Received: from lws14.decode.is ([172.18.10.14]) by snote.decode.is (Lotus Domino Release 6.0.1) with SMTP id 2003073110075188-79556 ; Thu, 31 Jul 2003 10:07:51 +0000 Date: Thu, 31 Jul 2003 10:08:21 +0000 From: Jean-Baptiste Cazier To: gtk-list@gnome.org Subject: gtk.FontSelection pb with set_font_name Message-Id: <20030731100821.436d0e3a.Jean-Baptiste.cazier@decode.is> Organization: deCODE Genetics X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i586-pc-linux-gnu) Mime-Version: 1.0 X-MIMETrack: Itemize by SMTP Server on DecodeDom/Decode/IS(Release 6.0.1|February 07, 2003) at 31.07.2003 10:07:52, Serialize by Router on DecodeDom/Decode/IS(Release 6.0.1|February 07, 2003) at 31.07.2003 10:07:53, Serialize complete at 31.07.2003 10:07:53 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=ISO-8859-1 X-scanner: scanned by Inflex 1.0.12.3 - (http://pldaniels.com/inflex/) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi ! I am trying to use gtk.FontSelection. I can read the choice from the dialog= box all right with get_font_name, but set_font_name just does not set anything and return false. I am not sur= e if it is a pygtk or gtk bug. Any idea would be appreciated to fix it: Python 2.2.2 (#1, Feb 24 2003, 19:13:11) [GCC 3.2.2 20030222 (Red Hat Linux 3.2.2-4)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import gtk >>> my_font=3Dgtk.FontSelection() >>> my_font.get_font_name() 'Sans 10' >>> my_font.set_font_name('Sans 12') 0 >>> my_font.get_font_name() 'Sans 10' I am using this on RedHaT 9.0 with=20 gtk2-2.2.1-4 pygtk2-1.99.14-4 python-2.2.2-26 Thanks Jena-Baptiste --=20 ----------------------------- Jean-Baptiste.Cazier@decode.is Department of Statistics deCODE genetics Sturlugata,8 570 2993 101 Reykjav=EDk From blue_prawn@tuxfamily.org Thu Jul 31 08:00:31 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.libertysurf.net (mail.libertysurf.net [213.36.80.91]) by mail.gnome.org (Postfix) with ESMTP id 9F2DB18A6E for ; Thu, 31 Jul 2003 08:00:31 -0400 (EDT) Received: from dyn-213-36-115-239.ppp.tiscali.fr (213.36.115.239) by mail.libertysurf.net (6.5.026) id 3F25207C000A0310 for gtk-list@gnome.org; Thu, 31 Jul 2003 14:00:34 +0200 From: "Decapode Azur" To: gtk-list@gnome.org Subject: install php-gtk on mdk9.1 Date: Thu, 31 Jul 2003 14:04:46 +0200 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200307290436.28619.blue_prawn@tuxfamily.org> Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: hello, I am trying to install PHP-GTK here is below the error : ==================================== [blue_prawn@localhost php-gtk-0.5.2]$ ./buildconf [blue_prawn@localhost php-gtk-0.5.2]$ ./configure [blue_prawn@localhost php-gtk-0.5.2]$ make [....] /PHP_GTK/php-gtk-0.5.2/main/php_gtk_object.c:889: `gtk_object_ce' undeclared (first use in this function) make: *** [main/php_gtk_object.lo] Erreur 1 -- Cheers From Jean-Baptiste.cazier@decode.is Thu Jul 31 06:00:43 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mx1.decode.is (mx1.decode.is [212.126.224.30]) by mail.gnome.org (Postfix) with ESMTP id E86A818827 for ; Thu, 31 Jul 2003 06:00:42 -0400 (EDT) Received: (from root@localhost) by mx1.decode.is (8.12.8/8.12.8) id h6VA0e8D030916 for gtk-list@gnome.org; Thu, 31 Jul 2003 10:00:40 GMT Received: from snote.decode.is (snote.decode.is [172.18.0.6]) by mx1.decode.is (8.12.8/8.12.8) with ESMTP id h6VA0eTu030794 for ; Thu, 31 Jul 2003 10:00:40 GMT Received: from lws14.decode.is ([172.18.10.14]) by snote.decode.is (Lotus Domino Release 6.0.1) with SMTP id 2003073110003960-79481 ; Thu, 31 Jul 2003 10:00:39 +0000 Date: Thu, 31 Jul 2003 10:01:09 +0000 From: Jean-Baptiste Cazier To: gtk-list@gnome.org Subject: gtk.FontSelection pb with set_font_name Message-Id: <20030731100109.196ef81d.Jean-Baptiste.cazier@decode.is> Organization: deCODE Genetics X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i586-pc-linux-gnu) Mime-Version: 1.0 X-MIMETrack: Itemize by SMTP Server on DecodeDom/Decode/IS(Release 6.0.1|February 07, 2003) at 31.07.2003 10:00:39, Serialize by Router on DecodeDom/Decode/IS(Release 6.0.1|February 07, 2003) at 31.07.2003 10:00:40, Serialize complete at 31.07.2003 10:00:40 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=ISO-8859-1 X-scanner: scanned by Inflex 1.0.12.3 - (http://pldaniels.com/inflex/) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi ! I am trying to use gtk.FontSelection. I can read the choice from the dialog= box all right with get_font_name, but set_font_name just does not set anything and return false. I am not sur= e if it is a pygtk or gtk bug. Any idea would be appreciated to fix it: Python 2.2.2 (#1, Feb 24 2003, 19:13:11) [GCC 3.2.2 20030222 (Red Hat Linux 3.2.2-4)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import gtk >>> my_font=3Dgtk.FontSelection() >>> my_font.get_font_name() 'Sans 10' >>> my_font.set_font_name('Sans 12') 0 >>> my_font.get_font_name() 'Sans 10' I am using this on RedHaT 9.0 with=20 gtk2-2.2.1-4 pygtk2-1.99.14-4 python-2.2.2-26 Thanks Jena-Baptiste --=20 ----------------------------- Jean-Baptiste.Cazier@decode.is Department of Statistics deCODE genetics Sturlugata,8 570 2993 101 Reykjav=EDk From nlevitt@columbia.edu Thu Jul 31 10:13:08 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from computer.cc.columbia.edu (computer.cc.columbia.edu [128.59.31.237]) by mail.gnome.org (Postfix) with ESMTP id 4EA16182B5 for ; Thu, 31 Jul 2003 10:13:08 -0400 (EDT) Received: from nlevitt by computer.cc.columbia.edu with local (Exim 3.36 #1) id 19iEB1-0001lT-00; Thu, 31 Jul 2003 10:13:07 -0400 Date: Thu, 31 Jul 2003 10:13:07 -0400 From: Noah Levitt To: ramdhan singh Cc: "'gtk-list@gnome.org'" Subject: Re: Libraries, fonts required to display japanese characters in GTK Message-ID: <20030731141307.GA6726@columbia.edu> References: <20030731092103.52616.qmail@web8206.mail.in.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030731092103.52616.qmail@web8206.mail.in.yahoo.com> Secret-NSA-Message-ID: 3b026257dfe9ed894171dbbb76f5b2ba User-Agent: Mutt/1.5.4i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: It just works, you don't need anything special, as long as you have a font. I have two fonts that cover Japanese: $ fc-list :lang=ja Arial Unicode MS:style=Regular Bitstream Cyberbit:style=Roman Neither is open source, unfortunately. If anybody knows of an open source Japanese font I'd be interested. You can get Bitsream Cyberbit from http://ftp.netscape.com/pub/communicator/extras/fonts/windows/ Noah On Thu, Jul 31, 2003 at 10:21:03 +0100, ramdhan singh wrote: > Hi All, > > I want to display japanese strings in GTK but do not > know what are the libraries, fonts required(To display > japanese)?? I am using GTK 2.2.1. > > Can anybody help me out in this? > Would be very grateful for any clue. > > Thanks, > Ramdhan From otaylor@redhat.com Thu Jul 31 10:40:21 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (pix-525-pool.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 7C63F185D0 for ; Thu, 31 Jul 2003 10:40:21 -0400 (EDT) Received: from poincare.devel.redhat.com (poincare.devel.redhat.com [172.16.58.30]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h6VEeAK06856; Thu, 31 Jul 2003 10:40:10 -0400 Subject: Re: Libraries, fonts required to display japanese characters in GTK From: Owen Taylor To: Noah Levitt Cc: ramdhan singh , "'gtk-list@gnome.org'" In-Reply-To: <20030731141307.GA6726@columbia.edu> References: <20030731092103.52616.qmail@web8206.mail.in.yahoo.com> <20030731141307.GA6726@columbia.edu> Content-Type: text/plain Message-Id: <1059662410.19179.20.camel@poincare.devel.redhat.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.92 (1.3.92-1) (Preview Release) Date: 31 Jul 2003 10:40:10 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Thu, 2003-07-31 at 10:13, Noah Levitt wrote: > It just works, you don't need anything special, as long as > you have a font. I have two fonts that cover Japanese: > > $ fc-list :lang=ja > Arial Unicode MS:style=Regular > Bitstream Cyberbit:style=Roman > > Neither is open source, unfortunately. If anybody knows of > an open source Japanese font I'd be interested. The Kochi fonts are found on virtually all linux distributions; for Red Hat, they are in the 'ttfonts-ja' package. Regards, Owen From flavio@maqplas.com.br Thu Jul 31 15:12:15 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from ivoti.terra.com.br (ivoti.terra.com.br [200.176.3.20]) by mail.gnome.org (Postfix) with ESMTP id B6660189EA for ; Thu, 31 Jul 2003 15:12:14 -0400 (EDT) Received: from tucuriba.terra.com.br (tucuriba.terra.com.br [200.176.3.53]) by ivoti.terra.com.br (Postfix) with ESMTP id 953B979C126 for ; Thu, 31 Jul 2003 16:12:15 -0300 (BRT) Received: from flavio (unknown [200.206.167.234]) (authenticated user maq.ic@terra.com.br) by tucuriba.terra.com.br (Postfix) with ESMTP id 645F526448C for ; Thu, 31 Jul 2003 16:12:12 -0300 (BRT) Date: Thu, 31 Jul 2003 16:12:02 -0300 From: Flavio Alberto Lopes Soares To: Lista GTK Subject: substitute for GtkCList ??? Message-Id: <20030731161202.03df222a.flavio@maqplas.com.br> Organization: MAQPLAS =?ISO-8859-1?B?SW5k+nN0cmlh?= e =?ISO-8859-1?B?Q29t6Q==?= rcio de =?ISO-8859-1?B?TeFxdWluYXM=?= LTDA. X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-debian-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello all, I'm developing an application (using Glade) that uses GtkCList in Gtk1.2, but now I'm starting to change this application to Gtk2.0 and I'm using GLADE-2 to make your interface, but in my old app I use GtkCList, and now I don't know what can substitute GtkCList in Gtk2.0 (and in Glade-2); Thanks for any help Flavio Alberto From seberino@seberino.spawar.navy.mil Thu Jul 31 18:09:40 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from seberino.spawar.navy.mil (seberino.spawar.navy.mil [198.253.71.174]) by mail.gnome.org (Postfix) with ESMTP id 7091E1832A for ; Thu, 31 Jul 2003 18:09:40 -0400 (EDT) Received: from seberino by seberino.spawar.navy.mil with local (Exim 4.10) id 19iLcE-00046b-00 for gtk-list@gnome.org; Thu, 31 Jul 2003 15:09:42 -0700 Date: Thu, 31 Jul 2003 15:09:42 -0700 From: seberino@spawar.navy.mil To: gtk-list@gnome.org Subject: GTK+ thread problem (program freezing using these 2 GTK+ commands...) Message-ID: <20030731150942.A15782@spawar.navy.mil> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: We have a Python GTK+ program that uses threads. If we DON'T run the GTK+ GUI code then multitasking is fine and every thread gets a little CPU time. If we run a GTK+ GUI in the main parent process/thread then program freezes. The PyGTK commands called gtk.threads.thread_enter() and gtk.gdk.threads_leave() are used to avoid conflicts caused by two threads writing to GUI at the same time. The disallow/allow other threads to write to GUI as needed. It would seem that the problem are with these two commands but we cannot seem to find the problem. As you know, threads are not the easiest things to debug. We are wondering if Python threads are unstable. Are they?? Any ideas at all how to begin to solve this? Chris -- _______________________________________ Christian Seberino, Ph.D. SPAWAR Systems Center San Diego Code 2872 49258 Mills Street, Room 158 San Diego, CA 92152-5385 U.S.A. Phone: (619) 553-9973 Fax : (619) 553-6521 Email: seberino@spawar.navy.mil _______________________________________ From galaviel@bezeqint.net.il Tue Jul 1 05:14:20 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from ogi.bezeqint.net (unknown [192.115.106.14]) by mail.gnome.org (Postfix) with ESMTP id 30B6A18CDA for ; Tue, 1 Jul 2003 05:14:19 -0400 (EDT) Received: from bezeqint.net.il (bzq-218-223-91.red.bezeqint.net [81.218.223.91]) by ogi.bezeqint.net (Bezeq International SMTP out Mail Server) with ESMTP id 1A96037ED; Tue, 1 Jul 2003 12:08:00 +0300 (IDT) Message-ID: <3F0142D3.9010801@bezeqint.net.il> Date: Tue, 01 Jul 2003 11:14:11 +0300 From: Gal Aviel User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joelle Nakhle Cc: gtk-list@gnome.org Subject: Re: problems with glibc -- please help References: <1056957385.3effe3c92f74d@www.imp.polymtl.ca> In-Reply-To: <1056957385.3effe3c92f74d@www.imp.polymtl.ca> Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi,

First, disclaimer - I'm new to the Gtk worlds as well, be warned ...

I believe you have a small mixup. I just recently installed Gtk 2.2.2 from source
into a custom directory in my system, so that I could hack and experiment on it,
therefor I think I know what's wrong.

If you want to install Gtk from source, you basically need the Gtk tarball and
3 more tarballs.  According to  http://www.gtk.org/download/ "Installation Guide" link
(the below is just for general idea):

(start quote)

Three of the libraries that GTK+ depends on are maintained by by the GTK+ team: GLib, Pango, and ATK. Other libraries are maintained separately.

  • The GLib library provides core non-graphical functionality such as high level data types, Unicode manipulation, and an object and type system to C programs. It is available from the GTK+ FTP site.

  • Pango is a library for internationalized text handling. It is available from the GTK+ FTP site.. Either Pango-1.0 or Pango-1.2 can be used with GTK+-2.2, though Pango-1.2 is recommended.

  • ATK is the Accessibility Toolkit. It provides a set of generic interfaces allowing accessibility technologies such as screen readers to interact with a graphical user interface. It is available from the GTK+ FTP site.

(end quote)


I believe you installed *glibc* which to my best knowledge has nothing to do with *glib* which Gtk requires.
Glibc is (to my best knowledge) the GNU Standart C library where functions like printf() are defined.

To make a long story short, there exists some dependancies among the 4 mentioned packages, I believe they
have to be installed by order, and I think glib should go first. Try installing glib first and only then installing atk.

Please tell me if this helps (or I'll recall deeper what I did),

Gal.


Joelle Nakhle wrote:
Hi,

I downloaded glibc 2.2.2, pango 1.2.3 and atk 1.2.4 in order to install gtk.  I
installed glibc and it seemes to have installed properly.  But when i try to
install pango or atk it tells me:


checking for GLIB - version >= 2.1.3... no
*** Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB is incorrectly installed.
configure: error:
*** Glib 2.1.3 or better is required. The latest version of
*** Glib is always available from ftp://ftp.gtk.org/.



Waht is GLIB test program?  I went into my glib directory and then in the test
directory.  I tried running ./testglib, which i thought was what they were
talking about before and this is what i get:


** (process:9292): WARNING **: harmless warning with parameters: 42 Boo 0x3039
** Message: the next warning is a test:

(process:9292): GLib-CRITICAL **: file gmessages.c: line 840 (g_print):
assertion `format != NULL' failed
checking endian macros (host is little endian)...ok
checking file functions...
g_file_open_tmp correctly returns error: Template 'zap/barXXXXXX' invalid,
should not contain a '/'
g_file_open_tmp for template 'zapXXXXXX' used name '/tmp/zapAHZwJ2'
g_file_open_tmp for NULL template used name '/tmp/.CTE945'



What can i do to resolve the problem and finally get gtk to work?  

Thanks a lot,
Joelle
_______________________________________________
gtk-list mailing list
gtk-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-list

  

From Ken.Rastatter@Honeywell.com Tue Jul 1 11:25:33 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from tmpsmtp702.honeywell.com (tmpsmtp702.honeywell.com [199.64.7.102]) by mail.gnome.org (Postfix) with SMTP id 9BB72183DC for ; Tue, 1 Jul 2003 11:25:32 -0400 (EDT) Received: from 131.127.249.22 by tmpsmtp702.honeywell.com (InterScan E-Mail VirusWall NT); Tue, 01 Jul 2003 08:25:31 -0700 Received: by smtp.allied.com with Internet Mail Service (5.5.2656.59) id <3BG4FFXL>; Tue, 1 Jul 2003 08:25:31 -0700 Message-ID: From: "Rastatter, Ken (OH32)" To: "'gtk-list@gnome.org'" Subject: RE: gtk2 win32 and default font Date: Tue, 1 Jul 2003 08:25:26 -0700 X-Mailer: Internet Mail Service (5.5.2656.59) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Jiri Pavlovsky wrote on Thu, 26 Jun 2003: > I'm using gtk+-2.2.1 on win32. I need to change default font. After gtk_init() has been called, I do the following to change the font: gtk_rc_parse_string("gtk-font-name=\"sans 9\" \n"); I hope this helps. -- Ken Rastatter, Senior Design Engineer Honeywell Sensotec 2080 Arlingate Lane, Columbus, Ohio, 43228-4112 USA Home Page: http://www.sensotec.com "These opinions are mine and not necessarily those of Honeywell." From jpavlovsky@mbox.dkm.cz Tue Jul 1 11:40:27 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from p69.project-syndicate.org (ossf-sh.customer.vol.cz [195.122.194.205]) by mail.gnome.org (Postfix) with ESMTP id 0239E18405 for ; Tue, 1 Jul 2003 11:40:26 -0400 (EDT) Received: from jira.project-syndicate.org ([195.250.138.178]) (authenticated bits=0) by p69.project-syndicate.org (8.12.9/8.12.9) with ESMTP id h61FeN7d001080 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Tue, 1 Jul 2003 17:40:24 +0200 From: Jiri Pavlovsky To: "Rastatter, Ken (OH32)" , "'gtk-list@gnome.org'" Subject: Re: gtk2 win32 and default font Date: Tue, 1 Jul 2003 17:41:53 +0200 User-Agent: KMail/1.5 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307011741.53580.jpavlovsky@mbox.dkm.cz> X-Scanned-By: MIMEDefang 2.34 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Tuesday 01 July 2003 17:25, Rastatter, Ken (OH32) wrote: > Jiri Pavlovsky wrote on Thu, 26 Jun 2003: > > I'm using gtk+-2.2.1 on win32. I need to change default font. > > After gtk_init() has been called, I do the following to change the > font: > > gtk_rc_parse_string("gtk-font-name=\"sans 9\" \n"); Thanks. I found the following to work too: --------------------------------- PangoFontDescription *pdf; GtkStyle *style; . . . style = gtk_style_new(); pdf = pango_font_description_from_string("Sans 9"); style->font_desc = pdf; gtk_style_attach(style, GDK_WINDOW(window)); -- Jiri Pavlovsky jpavlovsky@mbox.dkm.cz tel: (+420) 737196433 From bott@campana.vi.it Tue Jul 1 16:57:53 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from sparc.campana.vi.it (ip-a1-37024.keycomm.it [62.152.37.24]) by mail.gnome.org (Postfix) with ESMTP id 2F76018DF3 for ; Tue, 1 Jul 2003 16:57:53 -0400 (EDT) Received: from dirac.campana.vi.it (dirac.campana.vi.it [192.168.0.4]) by sparc.campana.vi.it (Postfix) with ESMTP id 7BF73B468 for ; Tue, 1 Jul 2003 22:57:42 +0200 (CEST) Received: from bott by dirac.campana.vi.it with local (Exim 3.35 #1 (Debian)) id 19XSBr-0002uR-00 for ; Tue, 01 Jul 2003 22:57:27 +0200 Date: Tue, 1 Jul 2003 22:57:27 +0200 From: Ottavio Campana To: Gtk-list Subject: compass widget? Message-ID: <20030701205727.GA11167@campana.vi.it> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="W/nzBZO5zC0uMSeA" Content-Disposition: inline User-Agent: Mutt/1.3.28i X-Operating-System: Linux dirac 2.4.21-dirac X-Organization: Lega per la soppressione del Visual Basic X-Homepage: http://www.campana.vi.it/ottavio/ Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --W/nzBZO5zC0uMSeA Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable does anyone of you have written a compass widget for selecting a direction? I'm trying to hack gtkdial, but I'm having some problems.... --=20 Non c'=E8 pi=F9 forza nella normalit=E0, c'=E8 solo monotonia. --W/nzBZO5zC0uMSeA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/AfW3TVwmA6p94JARAjD7AJ9kKHsz+/Exeha1b+T+knS8CAadXACdHSJQ UjrPT608ueqOM9LkQpoS+Mw= =6Qv+ -----END PGP SIGNATURE----- --W/nzBZO5zC0uMSeA-- From michele.garoche@easyconnect.fr Tue Jul 1 22:09:37 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smarthost2.mail.easynet.fr (smarthost2.mail.easynet.fr [212.180.1.69]) by mail.gnome.org (Postfix) with ESMTP id 5FE9218198 for ; Tue, 1 Jul 2003 22:09:37 -0400 (EDT) Received: from [212.11.38.139] (helo=easyconnect.fr) by smarthost2.mail.easynet.fr with esmtp (Exim 3.35 #1 (Debian)) id 19XX3w-0005aH-00 for ; Wed, 02 Jul 2003 04:09:36 +0200 Date: Wed, 2 Jul 2003 04:09:34 +0200 Mime-Version: 1.0 (Apple Message framework v552) Content-Type: multipart/alternative; boundary=Apple-Mail-2--652320499 Subject: Compiling a simple gtk+ application on mac os X From: =?ISO-8859-1?Q?Mich=E8le_Garoche?= To: gtk-list@gnome.org Message-Id: <3989C032-AC32-11D7-BA31-000393AAC18A@easyconnect.fr> X-Mailer: Apple Mail (2.552) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --Apple-Mail-2--652320499 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=ISO-8859-1; format=flowed Hello, I'm using gtk+-2.0 on mac os 10.2.6. (XDarwin installed via Fink=20 unstable). I use this line to compile in a Terminal: cc prog01.c -o prog01 -Wall `pkg-config --cflags --libs gtk+-2.0` But I've got a lot of warnings like this one: symbol _ft_bitmap_glyph_class used from dynamic library=20 /usr/X11R6/lib/libfreetype.6.dylib(ftglyph.o) not from earlier dynamic=20= library /sw/lib/libfreetype.6.dylib(ftglyph.lo) Is there a way to avoid such warnings, i.e. force the compiler and=20 linker to search in sw/lib? Maybe I can do this within Project Builder, but I have no idea how to.=20= Or with a make file, but again I don't know how to do this. Thanks for any help. Mich=E8le = --Apple-Mail-2--652320499 Content-Transfer-Encoding: quoted-printable Content-Type: text/enriched; charset=ISO-8859-1 Hello, I'm using gtk+-2.0 on mac os 10.2.6. (XDarwin installed via Fink unstable). I use this line to compile in a Terminal: Lucida Grande 0000,0000,0000 cc prog01.c -o prog01 -Wall `pkg-config --cflags --libs gtk+-2.0` But I've got a lot of warnings like this one: symbol _ft_bitmap_glyph_class used from dynamic library /usr/X11R6/lib/libfreetype.6.dylib(ftglyph.o) not from earlier dynamic library /sw/lib/libfreetype.6.dylib(ftglyph.lo) Is there a way to avoid such warnings, i.e. force the compiler and linker to search in sw/lib? Maybe I can do this within Project Builder, but I have no idea how to. Or with a make file, but again I don't know how to do this. Thanks for any help. Mich=E8le <= --Apple-Mail-2--652320499-- From takahash@isit.or.jp Wed Jul 2 02:12:52 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mx.isit.or.jp (mx.isit.or.jp [202.214.210.83]) by mail.gnome.org (Postfix) with ESMTP id B5E3418108 for ; Wed, 2 Jul 2003 02:12:51 -0400 (EDT) Received: from agent (agent.isit.or.jp [202.214.211.146]) by mx.isit.or.jp (8.12.9/8.11.1) with SMTP id h626CjdN073709; Wed, 2 Jul 2003 15:12:49 +0900 (JST) (envelope-from takahash@isit.or.jp) Message-ID: <003f01c3405f$68524a00$92d3d6ca@isit.or.jp> Reply-To: "Kiyoshi TAKAHASHI" From: "Kiyoshi TAKAHASHI" To: "Jiri Pavlovsky" , References: <200307011741.53580.jpavlovsky@mbox.dkm.cz> Subject: Re: gtk2 win32 and default font Date: Wed, 2 Jul 2003 15:01:36 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: That's strange because when I use this, the font is not changed and I have the error message: "assertion GDK_IS_COLORMAP(colormap) failed". Up to now, I still wasn't able to change the default font size, in spite of the numerous solutions proposed :( Kiyoshi ----- Original Message ----- From: "Jiri Pavlovsky" To: "Rastatter, Ken (OH32)" ; Sent: Wednesday, July 02, 2003 12:41 AM Subject: Re: gtk2 win32 and default font > On Tuesday 01 July 2003 17:25, Rastatter, Ken (OH32) wrote: > > Jiri Pavlovsky wrote on Thu, 26 Jun 2003: > > > I'm using gtk+-2.2.1 on win32. I need to change default font. > > > > After gtk_init() has been called, I do the following to change the > > font: > > > > gtk_rc_parse_string("gtk-font-name=\"sans 9\" \n"); > > > Thanks. > I found the following to work too: > > --------------------------------- > PangoFontDescription *pdf; > GtkStyle *style; > . > . > . > > style = gtk_style_new(); > pdf = pango_font_description_from_string("Sans 9"); > style->font_desc = pdf; > gtk_style_attach(style, GDK_WINDOW(window)); > > -- > Jiri Pavlovsky > jpavlovsky@mbox.dkm.cz > tel: (+420) 737196433 > > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list > From takahash@isit.or.jp Wed Jul 2 04:45:45 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mx.isit.or.jp (mx.isit.or.jp [202.214.210.83]) by mail.gnome.org (Postfix) with ESMTP id 954EC180EA for ; Wed, 2 Jul 2003 04:45:44 -0400 (EDT) Received: from agent (agent.isit.or.jp [202.214.211.146]) by mx.isit.or.jp (8.12.9/8.11.1) with SMTP id h628jddN075928; Wed, 2 Jul 2003 17:45:39 +0900 (JST) (envelope-from takahash@isit.or.jp) Message-ID: <008c01c34074$c2a3bb00$92d3d6ca@isit.or.jp> Reply-To: "Kiyoshi TAKAHASHI" From: "Kiyoshi TAKAHASHI" To: "Jiri Pavlovsky" , References: <200307011741.53580.jpavlovsky@mbox.dkm.cz> <003f01c3405f$68524a00$92d3d6ca@isit.or.jp> <200307021034.10573.ps@project-syndicate.org> Subject: Re: gtk2 win32 and default font Date: Wed, 2 Jul 2003 17:34:32 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I can't see any modification in the font... Could you send me a little program which use a different font (just a "hello world" program will be ok)? Kiyoshi ----- Original Message ----- From: "Jiri Pavlovsky" To: "Kiyoshi TAKAHASHI" ; Sent: Wednesday, July 02, 2003 5:34 PM Subject: Re: gtk2 win32 and default font > On Wednesday 02 July 2003 08:01, Kiyoshi TAKAHASHI wrote: > > > ----- Original Message ----- > > From: "Jiri Pavlovsky" > > To: "Rastatter, Ken (OH32)" ; > > > > Sent: Wednesday, July 02, 2003 12:41 AM > > Subject: Re: gtk2 win32 and default font > > > > > On Tuesday 01 July 2003 17:25, Rastatter, Ken (OH32) wrote: > > > > Jiri Pavlovsky wrote on Thu, 26 Jun 2003: > > > > > I'm using gtk+-2.2.1 on win32. I need to change default font. > > > > > > > > After gtk_init() has been called, I do the following to change > > > > the font: > > > > > > > > gtk_rc_parse_string("gtk-font-name=\"sans 9\" \n"); > > > > > > Thanks. > > > I found the following to work too: > > > > > > --------------------------------- > > > PangoFontDescription *pdf; > > > GtkStyle *style; > > > . > > > . > > > . > > > > > > style = gtk_style_new(); > > > pdf = pango_font_description_from_string("Sans 9"); > > > style->font_desc = pdf; > > > gtk_style_attach(style, GDK_WINDOW(window)); > > > > > > That's strange because when I use this, the font is not changed and I > > have the error message: > > "assertion GDK_IS_COLORMAP(colormap) failed". > > I got this mesg too, but the font was changed > > -- > Jiri Pavlovsky > ps@project-syndicate.org > tel: +420221517657 > > From sven@gimp.org Wed Jul 2 05:56:10 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.convergence.de (mail.convergence.de [212.84.236.4]) by mail.gnome.org (Postfix) with ESMTP id 6F6A518948 for ; Wed, 2 Jul 2003 05:56:10 -0400 (EDT) Received: from [10.1.1.145] (helo=blixa) by mail.convergence.de with esmtp (Exim 4.14) id 19XeLP-0007sq-AF; Wed, 02 Jul 2003 11:56:07 +0200 Received: from neo by blixa with local (Exim 3.36 #1 (Debian)) id 19XeLO-0005F7-00; Wed, 02 Jul 2003 11:56:06 +0200 To: "Kiyoshi TAKAHASHI" Cc: "Jiri Pavlovsky" , Subject: Re: gtk2 win32 and default font References: <200307011741.53580.jpavlovsky@mbox.dkm.cz> <003f01c3405f$68524a00$92d3d6ca@isit.or.jp> From: Sven Neumann Date: Wed, 02 Jul 2003 11:56:06 +0200 In-Reply-To: <003f01c3405f$68524a00$92d3d6ca@isit.or.jp> (Kiyoshi TAKAHASHI's message of "Wed, 2 Jul 2003 15:01:36 +0900") Message-ID: User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/20.7 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, "Kiyoshi TAKAHASHI" writes: > That's strange because when I use this, the font is not changed and > I have the error message: "assertion GDK_IS_COLORMAP(colormap) > failed". Up to now, I still wasn't able to change the default font > size, in spite of the numerous solutions proposed :( If you want to change the font-size for all GTK2 applications, all you need is to edit the gtkrc-2.0 file. I am sure this file does also exist on Win32. You just need to add a line that says: gtk-font-name="Sans 18" or similar. Sven From olaf@cbk.poznan.pl Wed Jul 2 07:24:46 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from goliath.sylaba.poznan.pl (goliath.sylaba.poznan.pl [195.216.104.3]) by mail.gnome.org (Postfix) with ESMTP id 7C19118A2B for ; Wed, 2 Jul 2003 07:24:46 -0400 (EDT) Received: from goliath.sylaba.poznan.pl (smmsp@localhost.sylaba.poznan.pl [127.0.0.1]) by goliath.sylaba.poznan.pl (8.12.8/8.12.8) with ESMTP id h62BOinb025742 for ; Wed, 2 Jul 2003 13:24:44 +0200 (CEST) Received: by goliath.sylaba.poznan.pl (8.12.8/8.12.8/Submit) id h62BOhQj025741 for gtk-list@gnome.org.KAV; Wed, 2 Jul 2003 13:24:43 +0200 (CEST) Received: from venus.local.navi.pl (ps103.poznan.sdi.tpnet.pl [217.97.72.103]) by goliath.sylaba.poznan.pl (8.12.8/8.12.8) with ESMTP id h62BOenb025700; Wed, 2 Jul 2003 13:24:41 +0200 (CEST) Received: from venus.local.navi.pl (venus.local.navi.pl [127.0.0.1]) by venus.local.navi.pl (8.12.5/8.12.5) with ESMTP id h62BP5xr003222; Wed, 2 Jul 2003 13:25:06 +0200 Subject: Re: gtk2 win32 and default font From: Olaf =?iso-8859-2?Q?Fr=B1czyk?= To: Sven Neumann Cc: Kiyoshi TAKAHASHI , Jiri Pavlovsky , gtk-list@gnome.org In-Reply-To: References: <200307011741.53580.jpavlovsky@mbox.dkm.cz> <003f01c3405f$68524a00$92d3d6ca@isit.or.jp> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 (1.0.8-10) Date: 02 Jul 2003 13:25:05 +0200 Message-Id: <1057145106.2119.3.camel@venus> Mime-Version: 1.0 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Wed, 2003-07-02 at 11:56, Sven Neumann wrote: > Hi, > > "Kiyoshi TAKAHASHI" writes: > > > That's strange because when I use this, the font is not changed and > > I have the error message: "assertion GDK_IS_COLORMAP(colormap) > > failed". Up to now, I still wasn't able to change the default font > > size, in spite of the numerous solutions proposed :( > > If you want to change the font-size for all GTK2 applications, all you > need is to edit the gtkrc-2.0 file. I am sure this file does also > exist on Win32. You just need to add a line that says: > > gtk-font-name="Sans 18" > > or similar. Hi, I would also like to know how to do it for SINGLE application. In gtk-1.2 there was something like set_default_style. But there is no equivalent in gtk2. Regards, olaf Fraczyk From andreas@mtg.co.at Wed Jul 2 10:20:58 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from viefep14-int.chello.at (viefep14-int.chello.at [213.46.255.13]) by mail.gnome.org (Postfix) with ESMTP id 81A7D18E7A for ; Wed, 2 Jul 2003 10:20:57 -0400 (EDT) Received: from andi-lap ([80.108.209.54]) by viefep14-int.chello.at (InterMail vM.5.01.05.17 201-253-122-126-117-20021021) with SMTP id <20030702142054.TQGH29817.viefep14-int.chello.at@andi-lap> for ; Wed, 2 Jul 2003 16:20:54 +0200 Received: by andi-lap (sSMTP sendmail emulation); Wed, 2 Jul 2003 16:20:54 +0200 Subject: gtk 2.2 for Windows with mingw32 hosted under Linux From: Andreas Kostyrka To: gtk-list@gnome.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-vfKrBP2LauqNZR+0ckrY" Organization: Message-Id: <1057155653.3829.200.camel@andi-lap> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 02 Jul 2003 16:20:54 +0200 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --=-vfKrBP2LauqNZR+0ckrY Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi! I've been wondering if somebody ever tried to compile Gtk2.2 with a crosscompiling Mingw32 hosted on Linux? If so, how does one start such task? Andreas --=-vfKrBP2LauqNZR+0ckrY Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQA/AupFHJdudm4KnO0RAh1fAKDG60f78BY55n9k73Ss6oTnes8XIwCfUpFZ /DUxvIdqKtjGQpQArmuy0lI= =/4vx -----END PGP SIGNATURE----- --=-vfKrBP2LauqNZR+0ckrY-- From ali@avrc.city.ac.uk Wed Jul 2 10:28:59 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mailgate.city.ac.uk (mailgate.city.ac.uk [138.40.12.3]) by mail.gnome.org (Postfix) with ESMTP id B242D18D5F for ; Wed, 2 Jul 2003 10:28:58 -0400 (EDT) Received: from mailswitch.city.ac.uk ([138.40.12.12] helo=mailswitch) by mailgate.city.ac.uk with smtp (Exim 3.16 #2) id 19Xiau-0001yt-00 for gtk-list@gnome.org; Wed, 02 Jul 2003 15:28:24 +0100 Received: from optosun2.city.ac.uk ([138.40.167.2] helo=firewall.avrc.city.ac.uk) by mailswitch with esmtp (Exim 3.16 #5) id 19XibP-0001fz-00 for gtk-list@gnome.org; Wed, 02 Jul 2003 15:28:55 +0100 Received: from localhost.localdomain (tom [192.168.137.104]) by firewall.avrc.city.ac.uk (8.9.3/8.9.3) with ESMTP id QAA15738; Wed, 2 Jul 2003 16:44:07 +0100 Received: from tom (tom [127.0.0.1]) by localhost.localdomain (8.11.6/8.11.6) with ESMTP id h62ELhp12842; Wed, 2 Jul 2003 15:21:43 +0100 Date: Wed, 2 Jul 2003 15:21:41 +0100 From: "J. Ali Harlow" To: Andreas Kostyrka Cc: gtk-list@gnome.org Subject: Re: gtk 2.2 for Windows with mingw32 hosted under Linux Message-ID: <20030702142141.GC9307@tom.avrc.city.ac.uk> References: <1057155653.3829.200.camel@andi-lap> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1057155653.3829.200.camel@andi-lap>; from andreas@mtg.co.at on Wed, Jul 02, 2003 at 15:20:54 +0100 X-Mailer: Balsa 1.4.2 Lines: 27 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On 2003.07.02 15:20 Andreas Kostyrka wrote: > Hi! > > I've been wondering if somebody ever tried to compile Gtk2.2 with a > crosscompiling Mingw32 hosted on Linux? If so, how does one start such > task? Yes. I do this. I started top-down (ie., with Gtk+) using Tor's binaries for the low level libraries until I managed to get each one built. It would obviously be more logical to start from the bottom if you were prepared to accept the delay before having anything working. I can provide copies of my scripts, hacked version of libtool etc., if needed. I haven't yet tried to build Gtk+ 2.2.2 which I have a vague recollection is now based on libtool 1.5 (or was that 2.3?). I know that I'm going to have some serious problems with libtool 1.5, but these may not affect you if you start from scratch. HTH, -- Ali Harlow Email: ali@avrc.city.ac.uk Research programmer Tel: (020) 7040 4348 Applied Vision Research Centre Intl: +44 20 7040 4348 City University Fax: (020) 7040 5515 London Intl: +44 20 7040 5515 From gnome-gtk-list@m.gmane.org Wed Jul 2 04:24:38 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mail.gnome.org (Postfix) with ESMTP id 260E51839C for ; Wed, 2 Jul 2003 04:24:38 -0400 (EDT) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19XcuM-0003Pb-00 for ; Wed, 02 Jul 2003 10:24:06 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gtk-list@gnome.org Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19XcuL-0003PR-00 for ; Wed, 02 Jul 2003 10:24:05 +0200 From: Mark Howard Subject: TreeView Selections - Multiple signals Date: Wed, 02 Jul 2003 09:24:20 +0100 Lines: 12 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@main.gmane.org User-Agent: Pan/0.14.0 (I'm Being Nibbled to Death by Cats!) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, Whenever I select anything for the first time in a treeview (either by clicking on it or using gtk_tree_selection_select_iter, the changed signal is always called twice - once for the first item in the treeview and then again for the item I wanted selected. How do I stop the first of these? -- .''`. Mark Howard : :' : `. `' http://www.tildemh.com `- mh@debian.org | mh@tildemh.com | mh344@cam.ac.uk From ps@project-syndicate.org Wed Jul 2 04:32:43 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from p69.project-syndicate.org (ossf-sh.customer.vol.cz [195.122.194.205]) by mail.gnome.org (Postfix) with ESMTP id 0A67C1839C for ; Wed, 2 Jul 2003 04:32:43 -0400 (EDT) Received: from jira.project-syndicate.org ([195.250.138.178]) (authenticated bits=0) by p69.project-syndicate.org (8.12.9/8.12.9) with ESMTP id h628Wb7d003883 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Wed, 2 Jul 2003 10:32:37 +0200 From: Jiri Pavlovsky To: "Kiyoshi TAKAHASHI" , Subject: Re: gtk2 win32 and default font Date: Wed, 2 Jul 2003 10:34:10 +0200 User-Agent: KMail/1.5 References: <200307011741.53580.jpavlovsky@mbox.dkm.cz> <003f01c3405f$68524a00$92d3d6ca@isit.or.jp> In-Reply-To: <003f01c3405f$68524a00$92d3d6ca@isit.or.jp> Organization: Project Syndicate MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307021034.10573.ps@project-syndicate.org> X-Scanned-By: MIMEDefang 2.34 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Wednesday 02 July 2003 08:01, Kiyoshi TAKAHASHI wrote: > ----- Original Message ----- > From: "Jiri Pavlovsky" > To: "Rastatter, Ken (OH32)" ; > > Sent: Wednesday, July 02, 2003 12:41 AM > Subject: Re: gtk2 win32 and default font > > > On Tuesday 01 July 2003 17:25, Rastatter, Ken (OH32) wrote: > > > Jiri Pavlovsky wrote on Thu, 26 Jun 2003: > > > > I'm using gtk+-2.2.1 on win32. I need to change default font. > > > > > > After gtk_init() has been called, I do the following to change > > > the font: > > > > > > gtk_rc_parse_string("gtk-font-name=\"sans 9\" \n"); > > > > Thanks. > > I found the following to work too: > > > > --------------------------------- > > PangoFontDescription *pdf; > > GtkStyle *style; > > . > > . > > . > > > > style = gtk_style_new(); > > pdf = pango_font_description_from_string("Sans 9"); > > style->font_desc = pdf; > > gtk_style_attach(style, GDK_WINDOW(window)); > > > That's strange because when I use this, the font is not changed and I > have the error message: > "assertion GDK_IS_COLORMAP(colormap) failed". I got this mesg too, but the font was changed -- Jiri Pavlovsky ps@project-syndicate.org tel: +420221517657 From ps@project-syndicate.org Wed Jul 2 07:11:05 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from p69.project-syndicate.org (ossf-sh.customer.vol.cz [195.122.194.205]) by mail.gnome.org (Postfix) with ESMTP id 6D888181B7 for ; Wed, 2 Jul 2003 07:11:05 -0400 (EDT) Received: from jira.project-syndicate.org ([195.250.138.178]) (authenticated bits=0) by p69.project-syndicate.org (8.12.9/8.12.9) with ESMTP id h62BAx7d004755 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Wed, 2 Jul 2003 13:10:59 +0200 From: Jiri Pavlovsky Organization: Project Syndicate To: "Kiyoshi TAKAHASHI" , Subject: Re: gtk2 win32 and default font Date: Wed, 2 Jul 2003 13:12:34 +0200 User-Agent: KMail/1.5 References: <200307021034.10573.ps@project-syndicate.org> <008c01c34074$c2a3bb00$92d3d6ca@isit.or.jp> In-Reply-To: <008c01c34074$c2a3bb00$92d3d6ca@isit.or.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307021312.34375.ps@project-syndicate.org> X-Scanned-By: MIMEDefang 2.34 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > > > > I found the following to work too: > > > > > > > > --------------------------------- > > > > PangoFontDescription *pdf; > > > > GtkStyle *style; > > > > . > > > > . > > > > . > > > > > > > > style = gtk_style_new(); > > > > pdf = pango_font_description_from_string("Sans 9"); > > > > style->font_desc = pdf; > > > > gtk_style_attach(style, GDK_WINDOW(window)); > > > > > > That's strange because when I use this, the font is not changed > > > and I have the error message: > > > "assertion GDK_IS_COLORMAP(colormap) failed". > > > > I got this mesg too, but the font was changed > > I have to withdraw this statement I'm afraid. I'm now on different box(using linux), but it does not work. Will try later on win32 box. Jiri -- Jiri Pavlovsky ps@project-syndicate.org tel: +420221517657 From jackala82@hotmail.com Wed Jul 2 14:27:53 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hotmail.com (law8-f76.law8.hotmail.com [216.33.241.76]) by mail.gnome.org (Postfix) with ESMTP id C65801812B for ; Wed, 2 Jul 2003 14:27:52 -0400 (EDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 2 Jul 2003 11:27:52 -0700 Received: from 65.95.56.194 by lw8fd.law8.hotmail.msn.com with HTTP; Wed, 02 Jul 2003 18:27:51 GMT X-Originating-IP: [65.95.56.194] X-Originating-Email: [jackala82@hotmail.com] From: "Joëlle Nakhlé" To: gtk-list@gnome.org Subject: Re: problems with glibc -- please help Date: Wed, 02 Jul 2003 18:27:51 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 02 Jul 2003 18:27:52.0090 (UTC) FILETIME=[A5CDBFA0:01C340C7] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is the config.log file after i do ./configure for pango-1.2.3: //----------------------------------------------------------------------------------------------------------------- This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = localhost uname -m = i686 uname -r = 2.4.21-0.13mdk uname -s = Linux uname -v = #1 Fri Mar 14 15:08:06 EST 2003 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/X11R6/bin PATH: /usr/local/bin PATH: /bin PATH: /usr/bin PATH: /usr/games PATH: /home/joelle/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1558: checking for a BSD-compatible install configure:1612: result: /usr/bin/install -c configure:1623: checking whether build environment is sane configure:1666: result: yes configure:1681: checking whether make sets $(MAKE) configure:1701: result: yes configure:1733: checking for working aclocal-1.4 configure:1740: result: found configure:1748: checking for working autoconf configure:1755: result: found configure:1763: checking for working automake-1.4 configure:1770: result: found configure:1778: checking for working autoheader configure:1785: result: found configure:1793: checking for working makeinfo configure:1800: result: found configure:1862: checking for gcc configure:1878: found /usr/bin/gcc configure:1888: result: gcc configure:2132: checking for C compiler version configure:2135: gcc --version &5 gcc (GCC) 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2138: $? = 0 configure:2140: gcc -v &5 Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2.2/specs Configured with: ../configure --prefix=/usr --libdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-__cxa_atexit --enable-languages=c,c++,ada,f77,objc,java --host=i586-mandrake-linux-gnu --with-system-zlib Thread model: posix gcc version 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk) configure:2143: $? = 0 configure:2145: gcc -V &5 gcc: argument to `-V' is missing configure:2148: $? = 1 configure:2172: checking for C compiler default output configure:2175: gcc conftest.c >&5 configure:2178: $? = 0 configure:2224: result: a.out configure:2229: checking whether the C compiler works configure:2235: ./a.out configure:2238: $? = 0 configure:2255: result: yes configure:2262: checking whether we are cross compiling configure:2264: result: no configure:2267: checking for suffix of executables configure:2269: gcc -o conftest conftest.c >&5 configure:2272: $? = 0 configure:2297: result: configure:2303: checking for suffix of object files configure:2325: gcc -c conftest.c >&5 configure:2328: $? = 0 configure:2350: result: o configure:2354: checking whether we are using the GNU C compiler configure:2379: gcc -c conftest.c >&5 configure:2382: $? = 0 configure:2385: test -s conftest.o configure:2388: $? = 0 configure:2401: result: yes configure:2407: checking whether gcc accepts -g configure:2429: gcc -c -g conftest.c >&5 configure:2432: $? = 0 configure:2435: test -s conftest.o configure:2438: $? = 0 configure:2449: result: yes configure:2466: checking for gcc option to accept ANSI C configure:2527: gcc -c -g -O2 conftest.c >&5 configure:2530: $? = 0 configure:2533: test -s conftest.o configure:2536: $? = 0 configure:2554: result: none needed configure:2572: gcc -c -g -O2 conftest.c >&5 conftest.c:2: parse error before "me" configure:2575: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2689: checking for c++ configure:2705: found /usr/bin/c++ configure:2715: result: c++ configure:2828: checking for C++ compiler version configure:2831: c++ --version &5 c++ (GCC) 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2834: $? = 0 configure:2836: c++ -v &5 Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2.2/specs Configured with: ../configure --prefix=/usr --libdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-__cxa_atexit --enable-languages=c,c++,ada,f77,objc,java --host=i586-mandrake-linux-gnu --with-system-zlib Thread model: posix gcc version 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk) configure:2839: $? = 0 configure:2841: c++ -V &5 c++: argument to `-V' missing configure:2844: $? = 1 configure:2847: checking whether we are using the GNU C++ compiler configure:2872: c++ -c conftest.cc >&5 configure:2875: $? = 0 configure:2878: test -s conftest.o configure:2881: $? = 0 configure:2894: result: yes configure:2900: checking whether c++ accepts -g configure:2922: c++ -c -g conftest.cc >&5 configure:2925: $? = 0 configure:2928: test -s conftest.o configure:2931: $? = 0 configure:2942: result: yes configure:2986: c++ -c -g -O2 conftest.cc >&5 configure:2989: $? = 0 configure:2992: test -s conftest.o configure:2995: $? = 0 configure:3022: c++ -c -g -O2 conftest.cc >&5 configure: In function `int main()': configure:3019: `exit' undeclared (first use this function) configure:3019: (Each undeclared identifier is reported only once for each function it appears in.) configure:3025: $? = 1 configure: failed program was: | #line 3005 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pango" | #define VERSION "1.2.3" | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:2986: c++ -c -g -O2 conftest.cc >&5 configure:2989: $? = 0 configure:2992: test -s conftest.o configure:2995: $? = 0 configure:3022: c++ -c -g -O2 conftest.cc >&5 configure:3025: $? = 0 configure:3028: test -s conftest.o configure:3031: $? = 0 configure:3072: c++ -c -g -O2 conftest.cc >&5 configure:3075: $? = 0 configure:3078: test -s conftest.o configure:3081: $? = 0 configure:3188: checking build system type configure:3206: result: i686-pc-linux-gnu configure:3214: checking host system type configure:3228: result: i686-pc-linux-gnu configure:3236: checking for a sed that does not truncate output configure:3290: result: /bin/sed configure:3293: checking for egrep configure:3303: result: grep -E configure:3319: checking for ld used by gcc configure:3386: result: /usr/bin/ld configure:3395: checking if the linker (/usr/bin/ld) is GNU ld configure:3410: result: yes configure:3415: checking for /usr/bin/ld option to reload object files configure:3422: result: -r configure:3431: checking for BSD-compatible nm configure:3473: result: /usr/bin/nm -B configure:3477: checking whether ln -s works configure:3481: result: yes configure:3488: checking how to recognise dependent libraries configure:3688: result: pass_all configure:4134: checking how to run the C preprocessor configure:4170: gcc -E conftest.c configure:4176: $? = 0 configure:4208: gcc -E conftest.c configure:4212:28: ac_nonexistent.h: No such file or directory configure:4214: $? = 1 configure: failed program was: | #line 4199 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pango" | #define VERSION "1.2.3" | #ifdef __cplusplus | #include | #endif | /* end confdefs.h. */ | #include configure:4252: result: gcc -E configure:4277: gcc -E conftest.c configure:4283: $? = 0 configure:4315: gcc -E conftest.c configure:4319:28: ac_nonexistent.h: No such file or directory configure:4321: $? = 1 configure: failed program was: | #line 4306 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pango" | #define VERSION "1.2.3" | #ifdef __cplusplus | #include | #endif | /* end confdefs.h. */ | #include configure:4364: checking for ANSI C header files configure:4390: gcc -c -g -O2 conftest.c >&5 configure:4393: $? = 0 configure:4396: test -s conftest.o configure:4399: $? = 0 configure:4488: gcc -o conftest -g -O2 conftest.c >&5 configure:4491: $? = 0 configure:4493: ./conftest configure:4496: $? = 0 configure:4511: result: yes configure:4535: checking for sys/types.h configure:4552: gcc -c -g -O2 conftest.c >&5 configure:4555: $? = 0 configure:4558: test -s conftest.o configure:4561: $? = 0 configure:4572: result: yes configure:4535: checking for sys/stat.h configure:4552: gcc -c -g -O2 conftest.c >&5 configure:4555: $? = 0 configure:4558: test -s conftest.o configure:4561: $? = 0 configure:4572: result: yes configure:4535: checking for stdlib.h configure:4552: gcc -c -g -O2 conftest.c >&5 configure:4555: $? = 0 configure:4558: test -s conftest.o configure:4561: $? = 0 configure:4572: result: yes configure:4535: checking for string.h configure:4552: gcc -c -g -O2 conftest.c >&5 configure:4555: $? = 0 configure:4558: test -s conftest.o configure:4561: $? = 0 configure:4572: result: yes configure:4535: checking for memory.h configure:4552: gcc -c -g -O2 conftest.c >&5 configure:4555: $? = 0 configure:4558: test -s conftest.o configure:4561: $? = 0 configure:4572: result: yes configure:4535: checking for strings.h configure:4552: gcc -c -g -O2 conftest.c >&5 configure:4555: $? = 0 configure:4558: test -s conftest.o configure:4561: $? = 0 configure:4572: result: yes configure:4535: checking for inttypes.h configure:4552: gcc -c -g -O2 conftest.c >&5 configure:4555: $? = 0 configure:4558: test -s conftest.o configure:4561: $? = 0 configure:4572: result: yes configure:4535: checking for stdint.h configure:4552: gcc -c -g -O2 conftest.c >&5 configure:4555: $? = 0 configure:4558: test -s conftest.o configure:4561: $? = 0 configure:4572: result: yes configure:4535: checking for unistd.h configure:4552: gcc -c -g -O2 conftest.c >&5 configure:4555: $? = 0 configure:4558: test -s conftest.o configure:4561: $? = 0 configure:4572: result: yes configure:4598: checking dlfcn.h usability configure:4611: gcc -c -g -O2 conftest.c >&5 configure:4614: $? = 0 configure:4617: test -s conftest.o configure:4620: $? = 0 configure:4630: result: yes configure:4634: checking dlfcn.h presence configure:4645: gcc -E conftest.c configure:4651: $? = 0 configure:4670: result: yes configure:4706: checking for dlfcn.h configure:4713: result: yes configure:4731: checking how to run the C++ preprocessor configure:4763: c++ -E conftest.cc configure:4769: $? = 0 configure:4801: c++ -E conftest.cc configure:4816:28: ac_nonexistent.h: No such file or directory configure:4807: $? = 1 configure: failed program was: | #line 4792 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pango" | #define VERSION "1.2.3" | #ifdef __cplusplus | #include | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:4845: result: c++ -E configure:4870: c++ -E conftest.cc configure:4876: $? = 0 configure:4908: c++ -E conftest.cc configure:4923:28: ac_nonexistent.h: No such file or directory configure:4914: $? = 1 configure: failed program was: | #line 4899 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pango" | #define VERSION "1.2.3" | #ifdef __cplusplus | #include | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:5007: checking for g77 configure:5036: result: no configure:5007: checking for f77 configure:5036: result: no configure:5007: checking for xlf configure:5036: result: no configure:5007: checking for frt configure:5036: result: no configure:5007: checking for pgf77 configure:5036: result: no configure:5007: checking for fl32 configure:5036: result: no configure:5007: checking for af77 configure:5036: result: no configure:5007: checking for fort77 configure:5036: result: no configure:5007: checking for f90 configure:5036: result: no configure:5007: checking for xlf90 configure:5036: result: no configure:5007: checking for pgf90 configure:5036: result: no configure:5007: checking for epcf90 configure:5036: result: no configure:5007: checking for f95 configure:5036: result: no configure:5007: checking for fort configure:5036: result: no configure:5007: checking for xlf95 configure:5036: result: no configure:5007: checking for lf95 configure:5036: result: no configure:5007: checking for g95 configure:5036: result: no configure:5051: checking for Fortran 77 compiler version configure:5051: --version &5 ./configure: line 1: --version: command not found configure:5054: $? = 127 configure:5056: -v &5 ./configure: line 1: -v: command not found configure:5059: $? = 127 configure:5061: -V &5 ./configure: line 1: -V: command not found configure:5064: $? = 127 configure:5071: checking whether we are using the GNU Fortran 77 compiler configure:5085: -c conftest.F >&5 ./configure: line 1: -c: command not found configure:5088: $? = 127 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:5107: result: no configure:5114: checking whether accepts -g configure:5126: -c -g conftest.f >&5 ./configure: line 1: -c: command not found configure:5129: $? = 127 configure: failed program was: | program main | | end configure:5147: result: no configure:5175: checking the maximum length of command line arguments configure:5234: result: 32768 configure:5245: checking command to parse /usr/bin/nm -B output from gcc object configure:5334: gcc -c -g -O2 conftest.c >&5 configure:5337: $? = 0 configure:5341: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm configure:5344: $? = 0 configure:5396: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 configure:5399: $? = 0 configure:5437: result: ok configure:5441: checking for objdir configure:5456: result: .libs configure:5546: checking for ar configure:5562: found /usr/bin/ar configure:5573: result: ar configure:5626: checking for ranlib configure:5642: found /usr/bin/ranlib configure:5653: result: ranlib configure:5706: checking for strip configure:5722: found /usr/bin/strip configure:5733: result: strip configure:5995: checking if gcc static flag works configure:6018: result: yes configure:6035: checking if gcc supports -fno-rtti -fno-exceptions configure:6056: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 configure:6060: $? = 0 configure:6068: result: yes configure:6083: checking for gcc option to produce PIC configure:6260: result: -fPIC configure:6267: checking if gcc PIC flag -fPIC works configure:6288: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5 configure:6292: $? = 0 configure:6300: result: yes configure:6324: checking if gcc supports -c -o file.o configure:6355: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:6359: $? = 0 configure:6373: result: yes configure:6399: checking whether the gcc linker (/usr/bin/ld) supports shared libraries configure:7193: result: yes configure:7219: checking whether -lc should be explicitly linked in configure:7224: gcc -c -g -O2 conftest.c >&5 configure:7227: $? = 0 configure:7241: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:7244: $? = 0 configure:7256: result: no configure:7264: checking how to hardcode library paths into programs configure:7289: result: immediate configure:7303: checking whether stripping libraries is possible configure:7308: result: yes configure:7330: checking dynamic linker characteristics configure:7889: result: GNU/Linux ld.so configure:8615: checking if libtool supports shared libraries configure:8617: result: yes configure:8620: checking whether to build shared libraries configure:8669: result: yes configure:8672: checking whether to build static libraries configure:8676: result: no configure:8767: creating libtool configure:9311: checking for ld used by c++ configure:9378: result: /usr/bin/ld configure:9387: checking if the linker (/usr/bin/ld) is GNU ld configure:9402: result: yes configure:9453: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:10248: result: yes configure:10266: c++ -c -g -O2 conftest.cc >&5 configure:10269: $? = 0 configure:10365: checking for c++ option to produce PIC configure:10617: result: -fPIC configure:10624: checking if c++ PIC flag -fPIC works configure:10645: c++ -c -g -O2 -fPIC -DPIC conftest.cc >&5 configure:10649: $? = 0 configure:10657: result: yes configure:10681: checking if c++ supports -c -o file.o configure:10712: c++ -c -g -O2 -o out/conftest2.o conftest.cc >&5 configure:10716: $? = 0 configure:10730: result: yes configure:10756: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:10781: result: yes configure:10852: checking how to hardcode library paths into programs configure:10877: result: immediate configure:10891: checking whether stripping libraries is possible configure:10896: result: yes configure:10918: checking dynamic linker characteristics configure:11477: result: GNU/Linux ld.so configure:18439: checking for some Win32 platform configure:18449: result: no configure:18461: checking for native Win32 configure:18471: result: no configure:18586: checking for perl5 configure:18602: found /usr/bin/perl5 configure:18612: result: perl5 configure:18631: checking for X configure:18851: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include configure:19004: gcc -o conftest -g -O2 -Wall conftest.c -L/usr/X11R6/lib -lX11 >&5 configure:19007: $? = 0 configure:19010: test -s conftest configure:19013: $? = 0 configure:19150: checking for gethostbyname configure:19200: gcc -o conftest -g -O2 -Wall conftest.c >&5 configure:19203: $? = 0 configure:19206: test -s conftest configure:19209: $? = 0 configure:19220: result: yes configure:19351: checking for connect configure:19401: gcc -o conftest -g -O2 -Wall conftest.c >&5 configure:19404: $? = 0 configure:19407: test -s conftest configure:19410: $? = 0 configure:19421: result: yes configure:19486: checking for remove configure:19536: gcc -o conftest -g -O2 -Wall conftest.c >&5 configure:19539: $? = 0 configure:19542: test -s conftest configure:19545: $? = 0 configure:19556: result: yes configure:19621: checking for shmat configure:19671: gcc -o conftest -g -O2 -Wall conftest.c >&5 configure:19674: $? = 0 configure:19677: test -s conftest configure:19680: $? = 0 configure:19691: result: yes configure:19765: checking for IceConnectionNumber in -lICE configure:19796: gcc -o conftest -g -O2 -Wall -L/usr/X11R6/lib conftest.c -lICE >&5 configure:19799: $? = 0 configure:19802: test -s conftest configure:19805: $? = 0 configure:19817: result: yes configure:19859: checking for pkg-config configure:19877: found /usr/bin/pkg-config configure:19890: result: /usr/bin/pkg-config configure:19907: checking for fontconfig >= 1.0.1 configure:19911: result: yes configure:19915: checking FONTCONFIG_CFLAGS configure:19918: result: configure:19921: checking FONTCONFIG_LIBS configure:19924: result: -lfontconfig configure:19958: checking for freetype-config configure:19976: found /usr/bin/freetype-config configure:19989: result: /usr/bin/freetype-config configure:20002: checking for FT_Get_Next_Char in -lfreetype configure:20033: gcc -o conftest -g -O2 -Wall -lfreetype -lz conftest.c -lfreetype >&5 configure:20036: $? = 0 configure:20039: test -s conftest configure:20042: $? = 0 configure:20054: result: yes configure:20129: checking for xft >= 2.0.0 configure:20133: result: yes configure:20137: checking XFT_CFLAGS configure:20140: result: -I/usr/X11R6/include -I/usr/include/freetype2 configure:20143: checking XFT_LIBS configure:20146: result: -L/usr/X11R6/lib -lXft -lfreetype -lXrender -lfontconfig configure:20272: checking for pkg-config configure:20303: result: /usr/bin/pkg-config configure:20326: checking for GLIB - version >= 2.1.3 configure:20476: result: no configure:20510: gcc -o conftest -g -O2 -Wall conftest.c >&5 configure: In function `main': configure:20521: `glib_major_version' undeclared (first use in this function) configure:20521: (Each undeclared identifier is reported only once configure:20521: for each function it appears in.) configure:20521: `glib_minor_version' undeclared (first use in this function) configure:20521: `glib_micro_version' undeclared (first use in this function) configure:20513: $? = 1 configure: failed program was: | #line 20490 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pango" | #define VERSION "1.2.3" | #ifdef __cplusplus | #include | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | #include | #include | | int | main () | { | return ((glib_major_version) || (glib_minor_version) || (glib_micro_version)); | ; | return 0; | } configure:20549: error: *** Glib 2.1.3 or better is required. The latest version of *** Glib is always available from ftp://ftp.gtk.org/. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-pc-linux-gnu ac_cv_build_alias=i686-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_F77_set= ac_cv_env_F77_value= ac_cv_env_FFLAGS_set= ac_cv_env_FFLAGS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_f77_compiler_gnu=no ac_cv_func_connect=yes ac_cv_func_gethostbyname=yes ac_cv_func_remove=yes ac_cv_func_shmat=yes ac_cv_have_x='have_x=yes ac_x_includes=/usr/X11R6/include ac_x_libraries=/usr/X11R6/lib' ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=i686-pc-linux-gnu ac_cv_host_alias=i686-pc-linux-gnu ac_cv_lib_ICE_IceConnectionNumber=yes ac_cv_lib_freetype_FT_Get_Next_Char=yes ac_cv_objext=o ac_cv_path_FREETYPE_CONFIG=/usr/bin/freetype-config ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXX=c++ ac_cv_prog_CXXCPP='c++ -E' ac_cv_prog_PERL=perl5 ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_g=yes ac_cv_prog_egrep='grep -E' ac_cv_prog_f77_g=no ac_cv_prog_make_make_set=yes lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.3.1.so' lt_cv_ld_reload_flag=-r lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_LDCXX=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_SED=/bin/sed lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_rtti_exceptions=yes lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' lt_cv_sys_max_cmd_len=32768 lt_lt_cv_prog_compiler_c_o='"yes"' lt_lt_cv_prog_compiler_c_o_CXX='"yes"' lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"' lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='aclocal-1.4' AR='ar' AS='as' AUTOCONF='autoconf' AUTOHEADER='autoheader' AUTOMAKE='automake-1.4' BUILD_OT_TESTS_FALSE='' BUILD_OT_TESTS_TRUE='' BUILD_QT_TEST_FALSE='' BUILD_QT_TEST_TRUE='' CC='gcc' CFLAGS='-g -O2 -Wall' CPP='gcc -E' CPPFLAGS='' CROSS_COMPILING_FALSE='' CROSS_COMPILING_TRUE='#' CXX='c++' CXXCPP='c++ -E' CXXFLAGS='-g -O2' DB2HTML='' DEFS='' DISABLE_EXPLICIT_DEPS_FALSE='' DISABLE_EXPLICIT_DEPS_TRUE='' DLLTOOL='dlltool' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' ENABLE_GTK_DOC_FALSE='' ENABLE_GTK_DOC_TRUE='' EXEEXT='' F77='' FFLAGS='' FONTCONFIG_CFLAGS=' ' FONTCONFIG_LIBS='-lfontconfig ' FREETYPE_CFLAGS=' -I/usr/include/freetype2' FREETYPE_CONFIG='/usr/bin/freetype-config' FREETYPE_LIBS='-lfontconfig -lfreetype -lz' FRIBIDI_CFLAGS='' FRIBIDI_LIBS='' FRIBIDI_PC='' GLIB_CFLAGS='' GLIB_GENMARSHAL='' GLIB_LIBS='' GLIB_MKENUMS='' GOBJECT_QUERY='' GTKDOC='' HAVE_CXX_FALSE='#' HAVE_CXX_TRUE='' HAVE_DOCBOOK_FALSE='' HAVE_DOCBOOK_TRUE='' HAVE_FREETYPE_FALSE='#' HAVE_FREETYPE_TRUE='' HAVE_FRIBIDI_FALSE='' HAVE_FRIBIDI_TRUE='' HAVE_GTK_DOC='' HAVE_GTK_DOC_FALSE='' HAVE_GTK_DOC_TRUE='' HAVE_INCLUDED_MODULES_FALSE='' HAVE_INCLUDED_MODULES_TRUE='' HAVE_USP10_H_FALSE='' HAVE_USP10_H_TRUE='' HAVE_WIN32_FALSE='' HAVE_WIN32_TRUE='#' HAVE_XFT_FALSE='#' HAVE_XFT_TRUE='' HAVE_X_FALSE='#' HAVE_X_TRUE='' HTML_DIR='' INCLUDED_FT2_MODULES='' INCLUDED_WIN32_MODULES='' INCLUDED_XFT_MODULES='' INCLUDED_X_MODULES='' INCLUDE_ARABIC_FT2_FALSE='' INCLUDE_ARABIC_FT2_TRUE='' INCLUDE_ARABIC_XFT_FALSE='' INCLUDE_ARABIC_XFT_TRUE='' INCLUDE_ARABIC_X_FALSE='' INCLUDE_ARABIC_X_TRUE='' INCLUDE_BASIC_FT2_FALSE='' INCLUDE_BASIC_FT2_TRUE='' INCLUDE_BASIC_WIN32_FALSE='' INCLUDE_BASIC_WIN32_TRUE='' INCLUDE_BASIC_XFT_FALSE='' INCLUDE_BASIC_XFT_TRUE='' INCLUDE_BASIC_X_FALSE='' INCLUDE_BASIC_X_TRUE='' INCLUDE_BENGALI_X_FALSE='' INCLUDE_BENGALI_X_TRUE='' INCLUDE_DEVANAGARI_X_FALSE='' INCLUDE_DEVANAGARI_X_TRUE='' INCLUDE_GUJARATI_X_FALSE='' INCLUDE_GUJARATI_X_TRUE='' INCLUDE_GURMUKHI_X_FALSE='' INCLUDE_GURMUKHI_X_TRUE='' INCLUDE_HANGUL_XFT_FALSE='' INCLUDE_HANGUL_XFT_TRUE='' INCLUDE_HANGUL_X_FALSE='' INCLUDE_HANGUL_X_TRUE='' INCLUDE_HEBREW_FT2_FALSE='' INCLUDE_HEBREW_FT2_TRUE='' INCLUDE_HEBREW_XFT_FALSE='' INCLUDE_HEBREW_XFT_TRUE='' INCLUDE_HEBREW_X_FALSE='' INCLUDE_HEBREW_X_TRUE='' INCLUDE_INDIC_FT2_FALSE='' INCLUDE_INDIC_FT2_TRUE='' INCLUDE_INDIC_XFT_FALSE='' INCLUDE_INDIC_XFT_TRUE='' INCLUDE_MYANMAR_X_FALSE='' INCLUDE_MYANMAR_X_TRUE='' INCLUDE_TAMIL_X_FALSE='' INCLUDE_TAMIL_X_TRUE='' INCLUDE_THAI_FT2_FALSE='' INCLUDE_THAI_FT2_TRUE='' INCLUDE_THAI_XFT_FALSE='' INCLUDE_THAI_XFT_TRUE='' INCLUDE_THAI_X_FALSE='' INCLUDE_THAI_X_TRUE='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' LDFLAGS='' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LN_S='ln -s' LTLIBOBJS='' LT_CURRENT_MINUS_AGE='0' LT_VERSION_INFO='200:3:200' MAKEINFO='makeinfo' MS_LIB_AVAILABLE_FALSE='' MS_LIB_AVAILABLE_TRUE='#' OBJDUMP='objdump' OBJEXT='o' OS_WIN32_FALSE='' OS_WIN32_TRUE='#' PACKAGE='pango' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PANGO_API_VERSION='1.0' PANGO_BINARY_AGE='203' PANGO_DEBUG_FLAGS='-DG_DISABLE_CAST_CHECKS' PANGO_INTERFACE_AGE='3' PANGO_MAJOR_VERSION='1' PANGO_MICRO_VERSION='3' PANGO_MINOR_VERSION='2' PANGO_MODULE_VERSION='1.2.0' PANGO_VERSION='1.2.3' PATH_SEPARATOR=':' PERL='perl5' PKGCONFIG_FREETYPE_LIBS='' PKGCONFIG_XFT_LIBS='' PKGCONFIG_X_LIBS='' PKG_CONFIG='/usr/bin/pkg-config' PLATFORM_WIN32_FALSE='' PLATFORM_WIN32_TRUE='#' QTDIR='' RANLIB='ranlib' REBUILD='' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' USP10_H='' VERSION='1.2.3' WIN32_LIBS='' XFT_CFLAGS='-I/usr/X11R6/include -I/usr/include/freetype2 ' XFT_LIBS='-L/usr/X11R6/lib -lXft -lfreetype -lXrender -lfontconfig ' X_CFLAGS=' -I/usr/X11R6/include' X_EXTRA_LIBS='' X_LIBS=' -L/usr/X11R6/lib -lX11' X_PRE_LIBS=' -lSM -lICE' ac_ct_AR='ar' ac_ct_AS='' ac_ct_CC='gcc' ac_ct_CXX='' ac_ct_DLLTOOL='' ac_ct_F77='' ac_ct_OBJDUMP='' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' bindir='${exec_prefix}/bin' build='i686-pc-linux-gnu' build_alias='' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' datadir='${prefix}/share' exec_prefix='NONE' host='i686-pc-linux-gnu' host_alias='' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' ms_librarian='' oldincludedir='/usr/include' prefix='NONE' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_DLFCN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define PACKAGE "pango" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define STDC_HEADERS 1 #define VERSION "1.2.3" #endif #ifdef __cplusplus #include configure: exit 1 //-------------------------------------------------------------------------------------------------------------- So thats it. I am getting really impatient because it is not working even after i did ldconfig. Would it be a solution to try to remove glib and reinstall it? If so, how exactly do i remove it? Thanx, Joelle. _________________________________________________________________ The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail From andreas@mtg.co.at Wed Jul 2 14:39:06 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from viefep12-int.chello.at (viefep12-int.chello.at [213.46.255.25]) by mail.gnome.org (Postfix) with ESMTP id 4D2D3180F8 for ; Wed, 2 Jul 2003 14:39:05 -0400 (EDT) Received: from andi-lap ([80.108.209.54]) by viefep12-int.chello.at (InterMail vM.5.01.05.17 201-253-122-126-117-20021021) with SMTP id <20030702183903.HMNQ109.viefep12-int.chello.at@andi-lap>; Wed, 2 Jul 2003 20:39:03 +0200 Received: by andi-lap (sSMTP sendmail emulation); Wed, 2 Jul 2003 20:39:03 +0200 Subject: Re: gtk 2.2 for Windows with mingw32 hosted under Linux From: Andreas Kostyrka To: "J. Ali Harlow" Cc: gtk-list@gnome.org In-Reply-To: <20030702142141.GC9307@tom.avrc.city.ac.uk> References: <1057155653.3829.200.camel@andi-lap> <20030702142141.GC9307@tom.avrc.city.ac.uk> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-SzypHy/8vJxDvEyFeO9X" Organization: Message-Id: <1057171143.3829.202.camel@andi-lap> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 02 Jul 2003 20:39:03 +0200 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --=-SzypHy/8vJxDvEyFeO9X Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2003-07-02 at 16:21, J. Ali Harlow wrote: > On 2003.07.02 15:20 Andreas Kostyrka wrote: > > Hi! > >=20 > > I've been wondering if somebody ever tried to compile Gtk2.2 with a > > crosscompiling Mingw32 hosted on Linux? If so, how does one start such > > task? >=20 > Yes. I do this. I started top-down (ie., with Gtk+) using Tor's > binaries for the low level libraries until I managed to get each > one built. It would obviously be more logical to start from the > bottom if you were prepared to accept the delay before having > anything working. I can provide copies of my scripts, hacked > version of libtool etc., if needed. I haven't yet tried to Well, it would be very nice if you could share your scripts. Cheers, Andreas > build Gtk+ 2.2.2 which I have a vague recollection is now based > on libtool 1.5 (or was that 2.3?). I know that I'm going to have > some serious problems with libtool 1.5, but these may not affect > you if you start from scratch. >=20 > HTH, --=-SzypHy/8vJxDvEyFeO9X Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQA/AybHHJdudm4KnO0RAhbWAKC8ZXrFY8L2ZkjtFXJazQKM4Ym/mACgvWc4 sESLrWjXu7mJe0pLdZTOowU= =K30f -----END PGP SIGNATURE----- --=-SzypHy/8vJxDvEyFeO9X-- From Valdis.Kletnieks@vt.edu Wed Jul 2 14:58:18 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from turing-police.cc.vt.edu (turing-police.cc.vt.edu [128.173.14.107]) by mail.gnome.org (Postfix) with ESMTP id BB2171840C for ; Wed, 2 Jul 2003 14:58:18 -0400 (EDT) Received: from turing-police.cc.vt.edu (localhost [127.0.0.1]) by turing-police.cc.vt.edu (8.12.10.Beta0/8.12.10.Beta0) with ESMTP id h62IwIp3002360; Wed, 2 Jul 2003 14:58:18 -0400 Message-Id: <200307021858.h62IwIp3002360@turing-police.cc.vt.edu> X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4+dev To: =?ISO-8859-1?Q?Jo=EBlle_Nakhl=E9?= Cc: gtk-list@gnome.org Subject: Re: problems with glibc -- please help In-Reply-To: Your message of "Wed, 02 Jul 2003 18:27:51 -0000." From: Valdis.Kletnieks@vt.edu References: Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_-1582654608P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Wed, 02 Jul 2003 14:58:17 -0400 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --==_Exmh_-1582654608P Content-Type: text/plain; charset=us-ascii On Wed, 02 Jul 2003 18:27:51 -0000, =?ISO-8859-1?Q?Jo=EBlle_Nakhl=E9?= said: > This is the config.log file after i do ./configure for pango-1.2.3: > configure:20272: checking for pkg-config > configure:20303: result: /usr/bin/pkg-config > configure:20326: checking for GLIB - version >= 2.1.3 > configure:20476: result: no Bad karma here. Most likely, you need to set the PKG_CONFIG_PATH environment variable so it can find your packages, if you didn't install into /usr/. > configure:20510: gcc -o conftest -g -O2 -Wall conftest.c >&5 > configure: In function `main': > configure:20521: `glib_major_version' undeclared (first use in this > function) So it's not finding the glib *.h files it needs, because 'pkg-config --cflags' didn't give a -I/where/glib/is flag, and the headers aren't in /usr/include. --==_Exmh_-1582654608P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) Comment: Exmh version 2.5 07/13/2001 iD8DBQE/AytJcC3lWbTT17ARAgBFAJoDOpGd6qnW6R4VS/iMXfOQAi07qACg5om9 ZVUMBe24GcbzW+ol4SOmgvU= =SxQ7 -----END PGP SIGNATURE----- --==_Exmh_-1582654608P-- From viniciusromao@pop.com.br Wed Jul 2 15:38:18 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from relay2.pop.com.br (relay2.pop.com.br [200.175.8.31]) by mail.gnome.org (Postfix) with ESMTP id C099718417 for ; Wed, 2 Jul 2003 15:38:17 -0400 (EDT) Received: from smtp.pop.com.br (webmail3.pop.com.br [200.175.8.18]) by relay2.pop.com.br (Postfix) with SMTP id 0A825175D4B for ; Wed, 2 Jul 2003 16:27:30 -0300 (BRT) Received: (qmail 29496 invoked by uid 89); 2 Jul 2003 14:54:38 -0300 Message-ID: <20030702175438.29495.qmail@webmail3.pop.com.br> From: "Vinicius M. Romao" To: gtk-list@gnome.org Subject: C++ x GTK, where can i find good material? Importance: normal Date: Wed, 02 Jul 2003 14:54:38 -0300 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello Friends, Somebody know where can I find a good material talking about interface between C++ programs and GTK. Vinicius -- POP. Nem parece internet grátis. Seja POP você também! Acesse: http://www.pop.com.br/pop_discador.php e baixe o POPdiscador. From pgasper@designadvantage.com Wed Jul 2 17:35:54 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from server18.pronicsolutions.com (server18.pronicsolutions.com [64.94.233.81]) by mail.gnome.org (Postfix) with ESMTP id 1ED2318F17 for ; Wed, 2 Jul 2003 17:35:54 -0400 (EDT) Received: from host-150-180-220-24.midco.net ([24.220.180.150] helo=WORKGROUP) by server18.pronicsolutions.com with esmtp (Exim 3.36 #1) id 19XpEp-0004IT-00; Wed, 02 Jul 2003 17:34:03 -0400 Subject: Re: C++ x GTK, where can i find good material? From: Peter Gasper To: "Vinicius M. Romao" Cc: gtk-list@gnome.org In-Reply-To: <20030702175438.29495.qmail@webmail3.pop.com.br> References: <20030702175438.29495.qmail@webmail3.pop.com.br> Content-Type: text/plain Organization: Message-Id: <1057181653.2243.343.camel@WORKGROUP> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2-3mdk Date: 02 Jul 2003 15:34:13 -0600 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server18.pronicsolutions.com X-AntiAbuse: Original Domain - gnome.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [0 0] X-AntiAbuse: Sender Address Domain - designadvantage.com Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I'm not exactly sure what your getting at but you could start at www.gtkmm.org, they've had lots of experience with that sort of thing. On Wed, 2003-07-02 at 11:54, Vinicius M. Romao wrote: > > Hello Friends, > > > Somebody know where can I find a good material talking about interface > between C++ programs and GTK. > > > Vinicius > > -- Peter Gasper From torriem@chem.byu.edu Wed Jul 2 17:38:22 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.chem.byu.edu (mailchem.byu.edu [128.187.28.163]) by mail.gnome.org (Postfix) with ESMTP id B0FC518F2A for ; Wed, 2 Jul 2003 17:38:21 -0400 (EDT) Received: from isengard.chem.byu.edu (gondor.chem.byu.edu [192.168.105.35]) by mail.chem.byu.edu (8.11.6/8.11.6) with ESMTP id h62La6216144; Wed, 2 Jul 2003 15:36:06 -0600 Received: from isengard.chem.byu.edu (isengard [127.0.0.1]) by isengard.chem.byu.edu (8.12.8/8.12.5) with ESMTP id h62Lbdbe013426; Wed, 2 Jul 2003 15:37:39 -0600 Received: (from torriem@localhost) by isengard.chem.byu.edu (8.12.8/8.12.8/Submit) id h62LbdTG013424; Wed, 2 Jul 2003 15:37:39 -0600 X-Authentication-Warning: isengard.chem.byu.edu: torriem set sender to torriem@chem.byu.edu using -f Subject: Re: C++ x GTK, where can i find good material? From: Michael L Torrie To: "Vinicius M. Romao" Cc: gtk-list@gnome.org In-Reply-To: <20030702175438.29495.qmail@webmail3.pop.com.br> References: <20030702175438.29495.qmail@webmail3.pop.com.br> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1057181858.13279.2.camel@isengard> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 02 Jul 2003 15:37:38 -0600 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Wed, 2003-07-02 at 11:54, Vinicius M. Romao wrote: > > Hello Friends, > > > Somebody know where can I find a good material talking about interface > between C++ programs and GTK. see http://www.gtk.org and look for "bindings." the 2 main bindings are GTKMM (or gtk--) at http://gtkmm.sourceforge.net and inti at http://init.sourceforge.net Michael > > > Vinicius > > -- Michael L Torrie From tudorv@eircom.net Wed Jul 2 18:54:55 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail06.svc.cra.dublin.eircom.net (mail06.svc.cra.dublin.eircom.net [159.134.118.22]) by mail.gnome.org (Postfix) with SMTP id 00160184E4 for ; Wed, 2 Jul 2003 18:54:54 -0400 (EDT) Received: (qmail 85502 messnum 162501 invoked from network[159.134.180.185/p185.as1.qkr.cork1.eircom.net]); 2 Jul 2003 22:54:53 -0000 Received: from p185.as1.qkr.cork1.eircom.net (HELO tudor-pc.home) (159.134.180.185) by mail06.svc.cra.dublin.eircom.net (qp 85502) with SMTP; 2 Jul 2003 22:54:53 -0000 Received: by tudor-pc.home (Postfix, from userid 1001) id 15FC7126013; Wed, 2 Jul 2003 23:54:32 +0100 (IST) Date: Wed, 2 Jul 2003 23:54:32 +0100 From: Tudor Vinereanu To: gtk-list@gnome.org Subject: GtkCellRenderer Message-ID: <20030702225432.GA492@tudor-pc.home> Mail-Followup-To: gtk-list@gnome.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi All, I've been searching through the archives of the list, but I couldn't find an appropriate answer... Are there any other GtkCellRenderers planned for the next GTK version (2.4, or maybe 2.6)? I find TreeView great, but I'd like to use other cell renderers as well (for example GtkAdjustment). Are there any plans to provide these as standard? I know there was a lot of discussion about GtkCellRenderer, and many people wrote their own, but wouldn't it make sense to have them part of the standard distibution? TIA, Tudor From edscott@imp.mx Wed Jul 2 23:11:26 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from www.imp.mx (www.imp.mx [192.100.181.86]) by mail.gnome.org (Postfix) with ESMTP id 4CA6918345 for ; Wed, 2 Jul 2003 23:11:26 -0400 (EDT) Received: from [192.168.122.241] (IDENT:edscott@[192.168.122.241]) by www.imp.mx (SGI-8.9.3p2/8.9.3) with ESMTP id WAA30402; Wed, 2 Jul 2003 22:11:22 -0500 (CDT) Subject: Re: Better accelerator keys support From: edscott wilson garcia To: Martin Stubenschrott , gtk-list@gnome.org In-Reply-To: <1244792268.20030630215447@gmx.net> References: <1244792268.20030630215447@gmx.net> Content-Type: text/plain; charset=ISO-8859-15 Message-Id: <1057201880.12124.856.camel@sagitario.eco.imp.mx> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 02 Jul 2003 22:11:21 -0500 Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: El lun, 30-06-2003 a las 14:54, Martin Stubenschrott escribió: > Hi, > > I am not sure if this is acutally a GTK+ or Gnome thing, but there's > is really one thing with keyboard accelerators which could be > massively improved. > > In GTK+, if you have a button "&Test" (sorry, i am/was only a windows > developer, by putting the '&' bevore the 'T' I meant that T was > underlinded for quick access), you can use by pressing "Alt-T". This > is not bad, but Windows does this much better (and faster) I think. If > the focus is on a button, checkbox or optionbutton, it is enough just > to press "T" for selecting the button. The Alt key is only necessary > if the focus is in an edit-field or listbox because than it is unclear > if you want to write a "T" or select a button "&Test". > > This probably sounds very unimportant, but for an advanced keyboard > user, it will speed things up extremely. > > I hope it is clear what I mean, and I am looking forward for your > comments. Using the space bar to select the button (gtk default) is easy and natural. Even so, you can define a "windowy" behaviour by using the key-pressed signal on the widget. Edscott > > Best regards, > > Martin > > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list From charlet@ACT-Europe.FR Thu Jul 3 04:10:48 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from dublin.ACT-Europe.FR (dublin.act-europe.fr [212.157.227.154]) by mail.gnome.org (Postfix) with ESMTP id A26031821B; Thu, 3 Jul 2003 04:10:47 -0400 (EDT) Received: by dublin.ACT-Europe.FR (Postfix, from userid 525) id 5BF4922A0D0; Thu, 3 Jul 2003 10:10:46 +0200 (MET DST) Date: Thu, 3 Jul 2003 10:10:46 +0200 From: Arnaud Charlet To: gnome-announce-list@gnome.org, gtk-list@gnome.org, gtk-app-devel-list@gnome.org Subject: ANNOUNCE: GtkAda 2.2.0 release Message-ID: <20030703101046.B4671@dublin.act-europe.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: GtkAda 2.2.0 release -------------------- GtkAda is an Ada95 graphical toolkit based on Gtk+. It allows you to develop graphical applications in Ada95 using Gtk+ and Gnome. The primary download site is http://libre.act-europe.fr/GtkAda This version represents a major update compared to GtkAda 2.0.0, and is suitable for use with Gtk+ 2.2.0 and above. A binary package is also provided with this release for Windows platforms. New features in 2.2.0: - Support for Glade2 - Support for GtkExtra - Support for libglade2 - New functions bound in Gtk.Label - New type UTF8_String to make it clearer when UTF8 strings are expected - New capabilities in GtkAda.MDI, see spec for details - Support for drad-n-drop in GtkAda.MDI - Bugs and memory leak fixes in GtkAda.MDI - New package Glib.Graphs (was actually in GtkAda 2.0.0, but not announced) - Update to GNOME 2.0 API - Memory leaks fixed in Glib.XML - Code clean ups - Fixed Gtk.Text_Buffer.Cut|Copy|Paste_Clipboard - Speed improvements and code clean up in Gtkada.Canvas - Full support for Pango (font handling and internationalization support) - New package Glib.Messages - New package Glib.Unicode From Daniel.Betaille@lure.u-psud.fr Thu Jul 3 04:39:40 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mailer.lure.u-psud.fr (masterdns.lure.u-psud.fr [193.55.24.134]) by mail.gnome.org (Postfix) with ESMTP id F17E6183AE for ; Thu, 3 Jul 2003 04:39:39 -0400 (EDT) Received: from desinfectant.lure.u-psud.fr (desinfectant.lure.u-psud.fr [193.55.24.123]) by mailer.lure.u-psud.fr (Postfix) with SMTP id 6846518F444 for ; Thu, 3 Jul 2003 10:39:39 +0200 (CEST) Received: by ploumix.lure.u-psud.fr (sSMTP sendmail emulation); Thu, 3 Jul 2003 10:39:39 +0200 Received: from (pcbetaille.lure.u-psud.fr [193.55.21.131]) by ploumix.lure.u-psud.fr via smap (V2.1) id xma011666; Thu, 3 Jul 03 10:39:30 +0200 Message-ID: <013301c3413e$9fd01d60$831537c1@lure.upsud.fr> Reply-To: "Daniel Betaille" From: "Daniel Betaille" To: "gtk" Subject: execution errors Date: Thu, 3 Jul 2003 10:39:31 +0200 Organization: LURE MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPartTM-000-4ab4e7c3-abed-11d7-91bf-00b0d03b119d" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is a multi-part message in MIME format. ------=_NextPartTM-000-4ab4e7c3-abed-11d7-91bf-00b0d03b119d Content-Type: multipart/alternative; boundary="----=_NextPart_000_0130_01C3414F.632692C0" ------=_NextPart_000_0130_01C3414F.632692C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, I just begin to use gtk so I try to understand the examples included in = the tutorial. I use GTK+2.0 on redhat 8.0. I compile the prog that uses "menu factory item", I get no errors at = compilation but when I execute it I get: < (menu2:16445): Gtk-CRITICAL **: file gtkaccelmap.c: line 135 = (gtk_accel_map_add_entry): assertion `_gtk_accel_path_is_valid = (accel_path)' failed (menu2:16445): Gtk-CRITICAL **: file gtkwidget.c: line 2809 = (gtk_widget_set_accel_path): assertion `_gtk_accel_path_is_valid = (accel_path)' failed (menu2:16445): Gtk-CRITICAL **: file gtkmenu.c: line 968 = (gtk_menu_set_accel_path): assertion `accel_path[0] =3D=3D '<' && strchr = (accel_path, '/')' failed > The execution seems to be correct but why that errors? If anybody can help me ...... Thanks Daniel BETAILLE Tel : 01-64-46-81-68 LURE-CNRS Fax:: 01-64-46-47-48 B=E2t 201A B. P. 34 91898 ORSAY Cedex ------=_NextPart_000_0130_01C3414F.632692C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello,
I just begin to use gtk so I try to = understand the=20 examples included in the tutorial.
I use GTK+2.0 on redhat = 8.0.
I compile the prog that uses "menu = factory item", I=20 get no errors at compilation but when I execute it I get:
<

(menu2:16445): Gtk-CRITICAL **: file gtkaccelmap.c: line 135=20 (gtk_accel_map_add_entry): assertion `_gtk_accel_path_is_valid = (accel_path)'=20 failed

(menu2:16445): Gtk-CRITICAL **: file gtkwidget.c: line 2809=20 (gtk_widget_set_accel_path): assertion `_gtk_accel_path_is_valid = (accel_path)'=20 failed

(menu2:16445): Gtk-CRITICAL **: file gtkmenu.c: line 968=20 (gtk_menu_set_accel_path): assertion `accel_path[0] =3D=3D '<' = && strchr=20 (accel_path, '/')' failed

>

The execution seems to be correct but why that errors?

If anybody can help me ......

Thanks

Daniel=20 BETAILLE           = ;  =20 Tel  :=20 01-64-46-81-68
LURE-CNRS       &nbs= p;            = ; =20 Fax:: 01-64-46-47-48
B=E2t 201A
B. P. 34
91898 ORSAY = Cedex

 

------=_NextPart_000_0130_01C3414F.632692C0-- ------=_NextPartTM-000-4ab4e7c3-abed-11d7-91bf-00b0d03b119d-- From ali@avrc.city.ac.uk Thu Jul 3 06:03:02 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mailgate.city.ac.uk (mailgate.city.ac.uk [138.40.12.3]) by mail.gnome.org (Postfix) with ESMTP id 87B8E18438 for ; Thu, 3 Jul 2003 06:03:01 -0400 (EDT) Received: from mailswitch.city.ac.uk ([138.40.12.12] helo=mailswitch) by mailgate.city.ac.uk with smtp (Exim 3.16 #2) id 19Y0ux-0007Dg-00 for gtk-list@gnome.org; Thu, 03 Jul 2003 11:02:19 +0100 Received: from optosun2.city.ac.uk ([138.40.167.2] helo=firewall.avrc.city.ac.uk) by mailswitch with esmtp (Exim 3.16 #5) id 19Y0vT-0007IL-00 for gtk-list@gnome.org; Thu, 03 Jul 2003 11:02:51 +0100 Received: from localhost.localdomain (tom [192.168.137.104]) by firewall.avrc.city.ac.uk (8.9.3/8.9.3) with ESMTP id MAA17509; Thu, 3 Jul 2003 12:18:01 +0100 Received: from tom (tom [127.0.0.1]) by localhost.localdomain (8.11.6/8.11.6) with ESMTP id h639tZp05732; Thu, 3 Jul 2003 10:55:39 +0100 Date: Thu, 3 Jul 2003 10:55:32 +0100 From: "J. Ali Harlow" To: Andreas Kostyrka Cc: gtk-list@gnome.org Subject: Re: gtk 2.2 for Windows with mingw32 hosted under Linux Message-ID: <20030703095532.GA6964@tom.avrc.city.ac.uk> References: <1057155653.3829.200.camel@andi-lap> <20030702142141.GC9307@tom.avrc.city.ac.uk> <1057171143.3829.202.camel@andi-lap> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="wac7ysb48OaltWcw" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1057171143.3829.202.camel@andi-lap>; from andreas@mtg.co.at on Wed, Jul 02, 2003 at 19:39:03 +0100 X-Mailer: Balsa 1.4.2 Lines: 175 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --wac7ysb48OaltWcw Content-Type: text/plain; charset=ISO-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit On 2003.07.02 19:39 Andreas Kostyrka wrote: > On Wed, 2003-07-02 at 16:21, J. Ali Harlow wrote: > > > I can provide copies of my scripts, hacked > > version of libtool etc., if needed. > > Well, it would be very nice if you could share your scripts. No problem. -- Ali Harlow Email: ali@avrc.city.ac.uk Research programmer Tel: (020) 7040 4348 Applied Vision Research Centre Intl: +44 20 7040 4348 City University Fax: (020) 7040 5515 London Intl: +44 20 7040 5515 --wac7ysb48OaltWcw Content-Type: application/x-gzip Content-Disposition: attachment; filename="gtk_scripts.tgz" Content-Transfer-Encoding: base64 H4sIACz9Az8CA+xdeXebyLLPv9Kn6GvrTixZgFgk2XKUN97ieK634zgn8854HsGAJGIEDCAv yc13f9ULCCQheZO3oJNYqKmu7q6urqruX9PwQsc3zfDaM4WzgWUbXN9yupeyxAe9Nw/1qYm1 mqIob2rwERsy/Wa/4SMpYvNNrdlo1CRZERW4LyoNWXmDam8e4TMIQs1H6I124evT6Uw/ePPq Pov/Es4sRwh6xcXiIiod+a4x0MMWirQClVBp12ihUeWoXiCRl5BUq8lCrS6IMhJXWpLSqjUQ liTavvJQifA86VkBCnTf8kLKJUBhz0SMFfJcP0Ruh6TFhZpXoek7mo08Wh+ecDo2O0GruFjo haHXEoSuM7i0HFwbd+DrZsf1uybvmKHgafq51jWDWLX5XtgHDlYH/YUWSuICaqMFzl9Af6/h Yp0igo9vksq18Y3CIvoD9AIZLqkWuUGIgp7VCYsdqxiYIeLMYuDrhuW3S2LRckCPbJv8kgTW uCKRrd9HnN9BpSFJsX8OfxHnJRMFf+CEVt+k1eS+Q01ZndIV1T1gh0q0aFq3uDx8f0k30qlr 6LRYOFo/+dgWBoEv2K6u2YLuu0HAha5rB7iSrRImwISbm22Wj+vqOkn5sLe+86mNNo+O2NXu waeT9b29Nr67t0UTOcflBo5hdizHNPCN9eOYEQyw4/WDvd2NOMXXHNs6Q+ufhjQB5RYn2AY6 2I9/OX20tbd3cni4FycZto3rj7Mdbvyx9Xn/KL7lnn0zBn0Pfdk92DreHhYC+mL4JimJF3TX 6VjdgW8ijuu50N2RSnIckR/6StVVGDjWFaPmuwMzCL5iBhzn+dDaq2QfIm6zPLkThAQv3CGY qACaAVLAjVjD3ZrRPYyE6BK7RjzpVL3Xdw3UrNcjNmWsm/dUgCky62vnZvle/DEHxORFsrFr BD0WCDw0g7Q3HrjQx7yWGiVwl1YhkbiGQOsMxCPO0fomelvB+d7C+PItJ0T/BdlaLvwy+oiN MRA3ER13jLrL/p9Rcrn45lf78KP+39FC68J8SPc/y/+LstyI/L9E6LD/r+f+//n5/1g5Jrj/ ZktebSmrN3T/lNPNvf88fTeuRPsr86hCptEf8fElnO3RPDwtLe1aSNoac9poipuOfDRzy5Ez xu4X7rWxn429K4p8aew8x71lhuNL+R5WuVGXkUiO/MANzHngVnJz/ij2/0ENf8L+1+v1LPsv S2Dsqf0X5YYovcEeoV7L7f+zs/+R4RdThr/ekmsteeWGhv92c7zLy0s+DgZhgicAkeZ59rXq aaHeM4OlcvFHsQBzP0QSwOwXCwVT77loHZNBgMpulMgX3KQ/OfABXg29Y+nYOkcUhuuYxZ9F 38TWh/DHZtd2nS52FtSVYI9RkhJ+JX2F69OxbJNUB8x5ifwo/cBfP6EdVrdYCGCatBAIJcz4 lBdKhClcLOBKJSjRe5q9iKcLKRa4JFbZh3ePF6Duluu0JV7klSKTdnthoRjJq/3VuzS+CuxO 0jnSG4Z5Ydq3849BT/OjOs3wkSMug2ZdQ8niwH/G2saVWHvWioWz75YHkzxDx4L+eLi/Pb5g IIzl48FK8GffJXA/2F5cdRAH86GL8QJwseXsKgpwew2lVJipoBkQV74ITIFG8PQO/m/4ECb5 vJ5Ou4CUKdS9MepeivpMC6CJYRD67nnMfJhI0mgGOghQzBoxhnEBlRRdzBNFjIasKSUVzeI0 2QxCl0YNN6HEYQkn8XWZhB9k4Ae9sdUqFCnRZFYpzbxn9sV0HS51Ubwth/tkTpcex+t3EsCd coOKJYmi5Q9KXBlnUBw3DkKF3crDs8eM//Zh0GHvMpf4b8r8vyY1a/H8vy7LNP4T8/jvUeK/ KTFfpBAT1/pFsQUXiZivSCxEqxBFimNGZNSqQgjUi+PKYlG33bMz028VPhweb24XC6Wl4/0y MQ3U9NB4okjutnLT8GDj37bOLPCiF/PF/xpT8L+6wtb/lLokNyS6/pfP/550/hdpBbUFt0by 4uw3muWNAXi++83UQ6iVe4kNUMB7Pe9/ur478FTLaEt1sdF8NXhekuc4mpejfY+G9kXTiftC ffOE9yZji3Bbh4AZlDiHFsehRWjAEFkkVimHFbP9/5zwv8Y0/K8mDf0/2/8j5vt/Xor/nwDl TXX/jwflTbboj4bjjXv2IYqXY3w5xvcc7f+88L9mNv4Hcz6R2H9JbEqi1CTrP4qU2/8XYv8f ZK4XCF0zDIFDGvvrOgMC+4HFACLXv47I8JZO+/HAwPnhayK/wuFYWExibKHrxUDaEHAr0eRJ kFt061mAbpFCJEG37nfLizA3VtcxMh4y82H3+yjGNkZ4D4zt1eNPTw4ALaIPMAADF7y6b2oB 9FZykYit5bpm4LwNo+iAUBBuBqLrPaMwUsW2nMFV5W4wUjIEy8OFTP8/V/ynMQ3/EaP5n1hv RP4/X/99dPxn1OfniM6vMP67eH1sbtjPDfBfRW6S57+aIswS5CbZ/9dUGvn4f8r4H2vF1Ge/ oj2ADaG2ikSxVW+2xPo9nv0iBU6eQRy4oUmmEBwwNBF56CvOS/LheAI5boiCgUduQKeGFolE fc23cECxWEBo3blGGkwf+lCd0EV6T3O6JpQOlXRME1fOxTl9HJgQxkJ3EFp2wOvosmfBdAAz sRzdHhhQ3o76ZfdAltStvb399d0DFewYvlYP1ve3oZJhzx2ESIMiuwPNNwKSecns8lW8DqNu /3l0eHxS5p8Ex6ImnC6W4eiOrZell8ko0chi2TBnMXIX+JbQg3hPYNIXcJg+jCuiQnGCE9oZ 5Gxe94yhNrhPBRQPBV3To26YMyh3dDR18e8FI3Nxaxa43dKPhE79FNhIQ9ENqjxx+kKy2Qvc F7vKbRjXjtaHgc/tjfDCrYwSIz5wTXjsgETUne2D/fXjTx/X99qlH6Oq/5NoDrYIXNd0+poP Ewv7hrhiYshQLNGwAu3MNjlmozLxRY6oF4dD8vYkxcuEH5PY3yndaMyZ6G0g/N/pEiFVXfiP EbHTcpuvlITf2o4rvCU1MdFC0Krw5pVZRqdLYMG8Qdg+/Upmlacl+vu/mOPboIqpTkvV6tvT r6dltLYW5xPXkO0gLohzxBeYYG0NLaK/1vd2/0abMEMM8QqSc45tr2/+A6YnBO4sG6Sdm6YX zRM56IWj48Od4/X9T6gHE/zrFunAd7fBN9+nhPNscE6Y8BL9kvga7+nJa7LZO9mT0EOcTVS7 NVHPf6NSiSlB31sTdD+iezdWGMgokfRwsGw2CnC6NAqyunEC1zNtz/Sx6tB0Twt76C2ZudKi zQoobzkHD+4b/88B+71B/C8ptfH4X87j/2cW/6ef/bxP+D8BMM6M/ucPFmfGv5Ng4pvGvEPq 2RHviwCgh8aerNqMBaxoVoh6f3z6GUSK6XAPz/G4KG+76wwmwua3w8wfLgogzeR84izx9T0C hcms7hlK3GqXQDI+oBsF8jjgwf3/PLD/yP/Xp+L/o/5fUho5/v+8/P9DOP7sNb5CtEsgBf6H 5xj8fw0ov8RLfALhZyYR0jjd7Xsww+dgfkh2RvCE6KVvASANnAz/00hIs63hY7fQ0UIqB3na dnwjQIrm3psAbrwH4FZbABbRPtYMuvaTjHQ7lg/pAYQkJqJTZdb1bO15ZHXp6YH8Z7CZ4SEf Js13AUzx/5PWFx94/l/Lxv9reP9fswb/63Vy/odSF+Xc/z82/p/0+ZMU4mb+v4jZqPqFCoLV z9Wu714G7dKPSamO+zMfic9i/M9t788N1v9qck2O4n+5Vm+S+D/H/592/Kee/Z495vmjj4cH /8u2CuUbh17c+GeBsTBzYjKP8d9sNIb+Xwb/L9VkKT//4UnH/0xFmGwYGi1ZShkGw+rA7O1A G/gG4vmEftElJ4Fs5hFGi0D81NtFjuNuwa1wMjDRH5qDpBWoL5iulrhKKl5cXl6eURTJu69d I9RAotTC/xo07++/I05eqTbRMvn7++9krgjTvCKiV30FcVsbn3f3tg4+729sH7dLpCBn0Afb ht6VfJ2cCva+VOJBXr/9VuQKEVBMk2CiFBASuLdcKP1gi+ERnPxzAhl58JckF5FpByatCX4I Ixz4Dupolj1IHazDCxpMvue6/W/W/l9Zkuj+X1FsNOpNfP6r3Kjl639Puv4HWnHHox9wzsdG 8u6xy+1pdrH9OWvzxCTe2FEndhNhuud58kSJNO/GG9qS29jy3WqzMMij/+yom4cHH3Z3VKpE E5VW8M67VNGj7pnvdrV8M9pTbEYbHWiPdsBGfgT/q5n/DeO/OW3/mnn+l1gXWfzXFJUaif/q jXz95wXEfxN2cj1F+Jdv5LrVSSKT9nJlxptRpDllt9dI/PbMt3bN3hZ1py1Qd4vNSlGcNevw lcm7yLIKmdh1+TEt+Wea/5/X9q+Z57+IDSk+/wUIMf4ji/n7f16A/89y9q9+P5fIS3xtuJ8L 5MCRJM42OrbWDV7HLi7crFtt4kpmyNjDlSR5vC1c9znGJd96lW+9euX+f67bP2af/yIpbP6v SDLGgrH/z/d/PTr+m/D5+YaOX2b8e5rTdeeKAM/Cf5V6dP6jIopk/5ciSjn++6TxP9GKOyLA NO8LwoBnoLQ3g2Jb2QDKq0Bph890xo9yviDg9rFRU/Js6CDwxFoWsBZF1NECZ5zNHYTcFRpe /5MDsc8aiL2HZk0ch3snwG//aHdvWwVlPvwMMVGWDsGcexk/WkubEo5t1bsRJjzROEGVx9tL Y4VsC5JcSuaY5DirjwXBxS9YuKE1uv+5IeMHhpihnj8hPC3+mw8CPOv9Dw16/geN/5oyjf/y /b8vIv6bgAA/Tfh3Bwz4F0Jqx2O3hwNvXy/oOfHUidflXVL2f04I4Cz8TxJrw/c/yOT8h4aU 7/95EfY/29i/CowvcWYDaSlB+bIeiUFJEhwCDxxLdw2TC6/C1wEI0gbeChJMZ8kABdNEz/Rk hxwVzFHBVzv/mycCOBv/a0T7fxWJnv/UUHL879Hxv5TPzxHAX2T8d5/8+U9FZus/EP0r9P0v eEkoH/9PGP937/z8Z/dlPf856y0HOTY4GxtM77tf+IWhwp2t/6hHu39ufP6gbjLoJvNtAsY5 51lXZ4MOpw/RmttjjSC8o4Oddho/xOALOXkhmfLNM7vpFA/m3UO4EmoEtrBrhm36ipUcdfyF UMf7PDr68NgdyN6/zlxjTabQqSdYxL4Z5OcC3yv+e6rnP2tyna3/NvADIDT+y9///gLiv0kn +b+Y5z/B+WU//Qk3c3zwqfFBFtossAcyaYf9TD2Lmb5hw9XCi0UWI7+FVYR5wNz75Z/H8v9P 9vynIjH8V5JE6v8lWczf//sC/H+Ws3915/XTfZZToN8ERQjTxv7ADi2YOnu2ds0oTqHABFVi +m+7mgHljnPCNFZf676WlwLglt3upQDJHFkvBUjSPNcnSu/+VoCxVaIch85x6If2/8/j+U+8 /7feEKn/z/d/PTr+282f//xF4//4+O9Zcc5cxn9drsXjv4mf/5QgRz7+n3T8Rydsxwox/ZTs TwMHfTI9hA/HlvAJ20odn5It3eSE7S+mATMBH0kygoxyowUXr+iE7Rc6/kfmHvPz/5JMznyM xn8Dn//UyN//9+zGPygEG8FwBVOSvuZx5DffI8P/g3mGxCaq1VpSvVVLDf9pWT/4Fh39dfwC AXG1pdSGo7+uVFfRMvyNRn8XL2FeWkbYW4t/9kyr2wvhd5FDaMc438VaiypEedcKBZgOrMNc CyjBJoR0ASCiAoMAH1TBrzsKNcvBaxFkV7t1BWObj24LxWUoa6DDdAFVzqwwyGDbN/uuf53B DLPBVR7gOluB2nF9qLiDWkiEuv/E7bmV1PXCSW9AX2sA9pK8lKWmJF9rMC1rWuqS0hKlodTF moyNLv5qELn/wBUHmR0RJrt9z/5CNgiAjD0btRHb9bC/fqTu7h/tqWBG4e6Se/bN1MPyWio3 qlz6MAEHoSXzoSV8vXW8/mV9Y287xQWXUebes1zAbbyXgRWm4t7TPqfuATM8ODzZRku0iCrq qnQJfGkBBKJSiag4o0rEonYsR7Ot72YL/ds7dRaqYOuh9xHjxRr4cWP3hFQ4qlAZqkSkJspY WUVRYlIjvQ0FUeY9zTFsUw3xZgrVB0W5MGmjM/kyjSZtgvaDS3LhT1c1tFCDFh983tsjwuiq VNDqwPHNDhYYZMByIlJQDzf+2N48UTf31j99QksezHidUNVtLQhAqlGTk531E8olrrfWxA2S iTZEzvcnbZfha5ekJVTutHFQqR6MDpAqqVdCwKxngEAdSiQAj+kNuwHfX6K/qjH/Kh2CrBvo yK+yET9yzzA9fA8PT2jF8kj5OBmKJ4N3atdYDhh60JHfJvUNZVmuMt6ki4io6qskTKlHovox ovOUfi1rHCWqSruU2Igq+gaSgN5Wzzy7ShUBX5LWTSRhfAgNGjFZrNWgezhQUS80W7U6Ko5X 0BJRqX9RnaqSv0yp5eZKVZShZU0Jf0daQHkwFSR8Ey3INgiJZKqVsUSxgsAwJ41nXTWuPtx7 MLCk8ZNIWCNRLA4gWFoiGoM4JJaRgFbQMlysxaOKUU0qKRLzUKIj7ARoEOZWUZgE8AL3kgVU tTVkoXeRW0LW8nKZBa6Y4hul+AYUUUXhF6bhqB7jdvxlVYYVXEbf/oZMfcv3Xf+vJdqpZZIb 6OLWYrK/SZ0TXBLVvx2bG5lQOthVneycUju+2yfGCeyncfVvoz1qRdOjF00ZYJFNVVbEqiii ZaVZj20QNg2sr3TXdn08viJrSBWR3aV91UYB2Ddevxq5S2sR376OTFbaXtFOuaHRImTMwPqu GxkoDDPQKlSjwoZ3cJYLKxjAaOyaoRpcB6HZR0swIKg9iwnZoFxOVpINg8QwfCijNiMQ0Qd+ 4PrDQGRgogP3AuEgAmZ/zZbczAz/RrKmAxFlJTX5EyViVvHXCut9sJ6bhMORb13g/XoVj16s pe6iCi0n0+LSuSeRYxVV+lpwPrS+w+gipoJfQzISYyQiQkaFeyMiosYoMtMRAS6L3mYG+uPm 5+NPh8eol6htxBUUqvIP/L9yfRVngkvoUnK5lg6Fh0OKslFZKvsVxcdEonWw52C4RHBY4jBM gfmtZQywf14S0bt3YOhWOGrr/r1SLuP/2OaxgCQpFDx+hpKMAzCgGsoKG51IvjHFcsyHKXGK TSy+WJhpJpFD47IcWrKObCihdhuJMINP1Cx5p0p6ayKzCW6L8i8nGeD8MFShgAn0uMxyujhM zAY1SopjqqeJRcKoEjLJyFBEi1bHgLhwR90+IMH11vbG5x3c6xYEi8RmGebZoKuSg2sRrT6h Ual2Mu/1gypQUyFDsrnKDHKB8rGuSbMaZZIC/gd8wjnpIviJDfRSpNdllO4c8OlQW+u6kk6m DjgzM9GJZDY6pAqRH75ijvgK/CydL8I18cQF2hjEwkZS+Stc+eZqmTZxVSRNXG3cvYlJHbtl A4cqTzIl7MVDNE6SJLCly5LUjE0qm5hS1teM9XUygrmOQ5gfUZRy5y5l+f+5gbySiVE8ll32 ZI1Yzi5uoozpJ/oeFzcbmByMspVliCVjwWNRn3VVmNhf9qzQZNKWm1iVJEViqvSIgr6DsNBQ WJHXoURJvyKsrBVvLyAijXqdSKNReyhp3EdtZukAlkLkcB9KCjPCqmjWG0dH+66DtkwdoVW8 rqbILUXKDKzGMqdDq7rckuqJ0EqpK2RmF11EUzsyVVN3tnbVD+u7e9tbEOp/Mm1TDw/JAsEC Xc4ZrnzHXYMHQODr8QyK+rp3bbRSjnoAk4w5R5ypnCZHBWrChArasK0wxCtpeHaBNHCcSEEg 7hUOuo5FrMSAxWZ6ybUNGvXiYBtPRs1wa3djE88VTnA6qaahV1GtCrJpVFGUAaIcsJS1yIxO kMQoKywNbP2xODIEgF1Gmdj5mGi6CGiGUUs+LgoHiWMy+P/2jrW3bRv4OfkVrNeH35EsJU7d JYBbp6mBNAGsrBswDJ5qy45RRzIkGXGA9r/vjkdSlC3HXZthxcZDi7riw+Tx3seT6WTbPGci /uUKbO+LQJB+Cn2vyEcfB0laoVwJ9C+Xi4xn8BqxV/FR47DNHYoB+VPmx0zn3IP2GeaTgeJn CfPnScSkXwWOEZtMkRnZR9o9DWNVhuy78Of4AzxNdjZLb4KYLQHNGHfFAOs0jpYwDIbu4r3p KOfOINdhNNvuOC87tr2V67Rha/wGw471mGq7TZY3/yCd2XeD80tGsezer1eDHkil1QDYjCIZ 0NjrXnfBF+iBW10U+Xy1EZlWTseaa7AeE1pkTgT4pfd6sPE7Aji6BzAd+gm5nZsMQctUHTbp RU2bH6QFf759iQpPMkLw7VOJVATMpeIJ3z6ZdNRwj7vjTcA0b0EQfkTaj9kiiCcYCwlHATih dwHsbT5XrHC2Sqm8bRBMgcPKpFarbLIMR5zl0ohRFId3j3mvJt36zPrgzXZfEqWg6pfgTx5i 1Nty8ANRNSfXxmk8vmmGb4ABES36s8E09Eg2W5wKvSBFomfl51qvePQaebfO3nd/u7i6PNc+ gOC2ZHic615hPqD1IGhNGhHchqhtdsu1C0XGlKj1RiBeA390wyjExeLojsTuPJjwUsAYh4PM LbZLcibJPcqpTQuYr0jYDKts4cKeX4l1F0wubBacVjdv1ufTJ9IUqhf4MewLe/s8UzULl9Ey YbEfAudHE1YK8azhvwmFskT+qoQKZk9KDAtNRNJ9YO6iTl3fAuk8rVE8LXJRABa/rw6O/6ic npbbjfIKIw6V53amjzHdxqmRLwY1RElbIq5th3inpUlRjVcOuIQHwe50LLfjHG+V8PmRupBv dSz409aFvFtvWSjj4V9Xz5mg/m1ksnu/sSOkmKUOmMwOUChQ0Ci094S9x6r5ZInowc9JAumC rc16PqWoXQtFymaiRg5c78BxH1SBFKuyjtbPVNVQVBwP0WgBkR+NZj4W1qpNoqQJ2Mifz0GS zRI+TRwkiyhMZrhDJFYuntD68bW8CiWtuGVw63+SCVf5FSjDcK4D1Buiflk7g5p2BmFwp6H+ Aw/IsioFZutk06xhRaC0qEmis6hNoDJrUogUaFSpo7ya5yJfameV8YNlg2QYC3eHR5DT+wVs oqKyOA9kEGVSqrYrychUBz476bj+++752dB71x2c9fSvIaThKjGyJPOEuDTRUpYPK/pXq2H0 Qf/Sj/dpMIziscoZX3ivh2/7A+9a7yWVeXY7IKcKMDmpB0JdRxjJWnIz+8YFylxX+YIy1EMn OPGX87Qj5fh0eOfHPNlfLj3I1R06/JNn41Kd6SZRRcnwLXMp6nxoCsmZwqgahlE6jFGHAaeV ZfsXGffTfQ2Oj6Oj+hHG9ayvymDusEElzeupuDvuDKMNk7XPZAIVw4q2RXFFW0pOXKfwbk6I FCuF6cdHtVvzeS9O5OtpL2I2PBSyDrbku+7A+N6Z5XpUi1axUz7Rrgk3IdHE2uwsXf6QENCO XpGPPNgnJ5ptk4sUt6xDpKiW7YpII0dLTq8QNVe2E1vtq4hte177iZAqnz8z4fF+6Hu/dC8k IjIxuXWKbAZiGdhww87lyFstHi9uOVqK/AEKGuZJCHTbkM8sqKiIkPKenLjosIOw8LAailW+ my/+HSot3PjfIVnogn8FFqQu5dEQSVjV//V98wfvfxbVpz3+/W/70HKy+59tC+9/O7Z5/8OP d/9TEIQqF2r6tzxEzS8htjH377bVTULlShWN0u98tzuO02kdZW6U67h068NRkWkMn2LVWala rZYYvvuA7fF74A3QRm8GV54nfjOjf3m+36DoNP8RCiyA72hVdE1BzNApHM8mmHotmKG2OaAD Njst4Y1Wpgci51UWaonC+T0TjsYtIHUeJNx3WYai7Ax2Hax8kIYBVstOY/82aZZwN7W9NFpi 8efmQmu0m4IVsadl+ji8uL7ovx50B/0zr6KXDPKXCEj+BZRdXHV7ZwPvhN6hhG9O4P2oQ6Pa nPt/CuQCUrCOlZVWT5+KUSXUfS9WRaNeMKoGhaH8AN1jVP3uoZUzrhEIhZcRkz/SneFpGY4f BZdILNuwqSinJo8/m1ASS/bgNsGXZOk9Nn7TBGb4b8r/4irmf6T+xxXvfyX530L53zo09/9/ MPmPBJEcbJAFJSmvRikDvw0v/7dAnOvBtK3j8jrAPu44mg6w6y54g3XuCjZ+kr+R9XOSghU9 TZo3p/u19af4kGUPRf148dMkjUYbTeNPqK7wqakLNGDAgAEDBgwYMGDAgAEDBgwYMGDAgAED BgwYMGDAgAEDBgwYMGDAgAEDBgwYMPBjwl+s/cnUABgBAA== --wac7ysb48OaltWcw-- From andreas@mtg.co.at Thu Jul 3 07:43:46 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from viefep11-int.chello.at (viefep11-int.chello.at [213.46.255.27]) by mail.gnome.org (Postfix) with ESMTP id 28E0E18135 for ; Thu, 3 Jul 2003 07:43:46 -0400 (EDT) Received: from andi-lap ([80.108.209.54]) by viefep11-int.chello.at (InterMail vM.5.01.05.17 201-253-122-126-117-20021021) with SMTP id <20030703114344.VHNG1403.viefep11-int.chello.at@andi-lap>; Thu, 3 Jul 2003 13:43:44 +0200 Received: by andi-lap (sSMTP sendmail emulation); Thu, 3 Jul 2003 13:43:44 +0200 Subject: Re: gtk 2.2 for Windows with mingw32 hosted under Linux From: Andreas Kostyrka To: "J. Ali Harlow" Cc: gtk-list@gnome.org In-Reply-To: <20030703095532.GA6964@tom.avrc.city.ac.uk> References: <1057155653.3829.200.camel@andi-lap> <20030702142141.GC9307@tom.avrc.city.ac.uk> <1057171143.3829.202.camel@andi-lap> <20030703095532.GA6964@tom.avrc.city.ac.uk> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-lebZM98/uFSrhmyuPRmU" Organization: Message-Id: <1057232624.998.210.camel@andi-lap> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 03 Jul 2003 13:43:44 +0200 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --=-lebZM98/uFSrhmyuPRmU Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-07-03 at 11:55, J. Ali Harlow wrote: > On 2003.07.02 19:39 Andreas Kostyrka wrote: > > On Wed, 2003-07-02 at 16:21, J. Ali Harlow wrote: > > > > > I can provide copies of my scripts, hacked > > > version of libtool etc., if needed. > > > > Well, it would be very nice if you could share your scripts. >=20 > No problem. Seems you forgot /usr/local/cross-tools/libtool/bin/libtool ;) Andreas --=-lebZM98/uFSrhmyuPRmU Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQA/BBbwHJdudm4KnO0RAvkhAJ96BviJmd6/F6IXcwO0VmjOMscqAwCfV+eW McAXZl0ZMFn+JB1oVEZadFo= =BSFM -----END PGP SIGNATURE----- --=-lebZM98/uFSrhmyuPRmU-- From ali@avrc.city.ac.uk Thu Jul 3 08:02:10 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mailgate.city.ac.uk (mailgate.city.ac.uk [138.40.12.3]) by mail.gnome.org (Postfix) with ESMTP id BE45F1818D for ; Thu, 3 Jul 2003 08:02:09 -0400 (EDT) Received: from mailswitch.city.ac.uk ([138.40.12.12] helo=mailswitch) by mailgate.city.ac.uk with smtp (Exim 3.16 #2) id 19Y2mK-0004f0-00 for gtk-list@gnome.org; Thu, 03 Jul 2003 13:01:32 +0100 Received: from optosun2.city.ac.uk ([138.40.167.2] helo=firewall.avrc.city.ac.uk) by mailswitch with esmtp (Exim 3.16 #5) id 19Y2mm-0003u6-00 for gtk-list@gnome.org; Thu, 03 Jul 2003 13:02:00 +0100 Received: from localhost.localdomain (tom [192.168.137.104]) by firewall.avrc.city.ac.uk (8.9.3/8.9.3) with ESMTP id OAA17667; Thu, 3 Jul 2003 14:17:10 +0100 Received: from tom (tom [127.0.0.1]) by localhost.localdomain (8.11.6/8.11.6) with ESMTP id h63Bsmp14878; Thu, 3 Jul 2003 12:54:48 +0100 Date: Thu, 3 Jul 2003 12:54:45 +0100 From: "J. Ali Harlow" To: Andreas Kostyrka Cc: gtk-list@gnome.org Subject: Re: gtk 2.2 for Windows with mingw32 hosted under Linux Message-ID: <20030703115445.GC6964@tom.avrc.city.ac.uk> References: <1057155653.3829.200.camel@andi-lap> <20030702142141.GC9307@tom.avrc.city.ac.uk> <1057171143.3829.202.camel@andi-lap> <20030703095532.GA6964@tom.avrc.city.ac.uk> <1057232624.998.210.camel@andi-lap> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Fba/0zbH8Xs+Fj9o" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1057232624.998.210.camel@andi-lap>; from andreas@mtg.co.at on Thu, Jul 03, 2003 at 12:43:44 +0100 X-Mailer: Balsa 1.4.2 Lines: 63 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --Fba/0zbH8Xs+Fj9o Content-Type: text/plain; charset=ISO-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit On 2003.07.03 12:43 Andreas Kostyrka wrote: > Seems you forgot /usr/local/cross-tools/libtool/bin/libtool ;) Please find attached my scripts for building a hacked version of libtool 1.4.2. Be aware that this is a hack and that a different approach will need to be taken with libtool 1.5. Oh, and if you think I've forgotten the scripts to bulid the cross-compiler, let me know so I can remember them :-) Seriously, I'm happy to send you these as well if you want them, but you might be better off trying to get the latest version of mingw32 to build as a cross-compiler. This will make it much easier to use libtool 1.5. I think I'd start by looking at the debian cross-compiler package for ideas. Cheers, -- Ali Harlow Email: ali@avrc.city.ac.uk Research programmer Tel: (020) 7040 4348 Applied Vision Research Centre Intl: +44 20 7040 4348 City University Fax: (020) 7040 5515 London Intl: +44 20 7040 5515 --Fba/0zbH8Xs+Fj9o Content-Type: application/x-gzip Content-Disposition: attachment; filename="libtool-1.4.2-7A.tgz" Content-Transfer-Encoding: base64 H4sIADgYBD8CA+1YbVPbRhD2V/QrtkYzKjWnN78oMSWDgekkGQgZoNPOQCLL0tlW0dvoJByH wm/vnnS2ealdwqQJmdHzRefdvb3T3urZPavaIPcDj0z8qGmqbFz7H6Abum5Z7ZqOMFrWnSfC NA2zpluddsc02i1LR3vDMqwa6LVvgJxlTgpQcwJ/pd1/6X9QrP+kDfxIY2NpXVqHXZ4L4ECR DXBJU+bHEcRDCPxBFseBKgnZtqG2VFNa9yMMXxB4frrdTyZeX7uUhUWZUdItAy1nqRbErhNo bhozRrhHpgnXUuJk7tgQboSQFMsQq3dfQNB6TBhNaOpkcaoWk0sX5mNdeNPICX2XeEEg5rvj MPaAHEPemPw5e2cyeyOpiFQaAkmHD5Wjz34CxHPh1wc6FTNMHX2Gv4Gn2qchEOln13tgtgXF LoAkBjqRy3hsPNrUXGb6vnf6elnw8Y26MjeAcwkQe3vboR+NJk2TjFwXesfzn7jz4967gze7 c0nqRLgY9E4WNky4OdifyzCf3h3Of0Uh7B8cnB4dHcxFGH6+FzHzaPft/u+H7+faePCXl4eJ 0KqaG0dDf5SnFAgZxywDYYg/CyKDPhtDaaSOcspYHzVJSof+J5AXybgsVuUyj4tY6FzQr+UH xNY28CN87bgXkI0pjGjE05t6i8/PmVyAcgVJ6kcZXIP2EQ9ME6vNxPX61my0Dme9gzcf4BS9 FdHaw9iEiR/QdGH0+ujk1EY/53U88vN6Ha4V4fFWwIrcF9uAV8s0ahYmUni5Sr1MJ9UqfAeo T6PaL67/nZa+rP4bptHC+t/WWx3DMjtGTTdxRqeq/98ChBC4d+DzrzVsqXjsa7+lPrzNIzAN MJpd80W3bYGJbZvUaDRWzL0/72XXbJbzdnaAmHrT3LSgIZ47OwXhwNYWf04p2yx4/ZeNUoxe Uyed2liwKbNZQt1tRb5CKRdc96k7jkG+SmlAHUavsdAyJE1CQWHa2Zn64YNGtJHSl684P+dD rAXXKpYdRSLcOZsyG13ZjDqpO7Z5updL9OW9PSyxnCVJqSRIWgzdj1KaQP1juS2fsm59sWad abcUmlYXwi0NtFG9LzW+4ZpykNnupc1XK5egiVN8xWIv92KeYCFdFfJZoGeBvxNovgEtmWhK f/V5qEtPo2LjZ8n/D/rkp9z/Op3WMv5vNnWL87/BK0FHx3uiYTVb7Yr/nwH/i7NfO8Rr4Ns8 AEAuf9ltWl39xaNqwN15rVa3bS5qgNFsdzYNAxqzAa8Ca14c0a2SgwCG/s1sqNSRzTAHbTf0 WF1wN/aonC//CDax/0euIUPsbTflOM+SPLP55QG7TJnFnK4KA1AEJ7quzZ2xiY8ZrZQu6KYi cyGNsnSKMiSxf/VUOOGGKMahP8AnA9mjCY5xMOux7WHgjNhNSflfvtXCdlccwXfZuAi9LO5s eJVy2LbcO8EBeik8zjwTQj+5Qe5RwqbhAG84ILZUSm0hVfhUOlyyv0J1KzywMjykVOLCyTJD VN08NVOWu/yRkmjFW1T59TXya2HH/w25bydaJd7gqM6dVHxW6aXcTq9nnDLKomXlo4hmA+Zh y1o1chUqVKhQoUKFChUqVKhQoUKFCkvwDwBcp/EAKAAA --Fba/0zbH8Xs+Fj9o-- From andreas@mtg.co.at Thu Jul 3 08:15:27 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from viefep12-int.chello.at (viefep12-int.chello.at [213.46.255.25]) by mail.gnome.org (Postfix) with ESMTP id D8D01183D8 for ; Thu, 3 Jul 2003 08:15:26 -0400 (EDT) Received: from andi-lap ([80.108.209.54]) by viefep12-int.chello.at (InterMail vM.5.01.05.17 201-253-122-126-117-20021021) with SMTP id <20030703121525.FLCZ109.viefep12-int.chello.at@andi-lap>; Thu, 3 Jul 2003 14:15:25 +0200 Received: by andi-lap (sSMTP sendmail emulation); Thu, 3 Jul 2003 14:15:25 +0200 Subject: Re: gtk 2.2 for Windows with mingw32 hosted under Linux From: Andreas Kostyrka To: "J. Ali Harlow" Cc: gtk-list@gnome.org In-Reply-To: <20030703115445.GC6964@tom.avrc.city.ac.uk> References: <1057155653.3829.200.camel@andi-lap> <20030702142141.GC9307@tom.avrc.city.ac.uk> <1057171143.3829.202.camel@andi-lap> <20030703095532.GA6964@tom.avrc.city.ac.uk> <1057232624.998.210.camel@andi-lap> <20030703115445.GC6964@tom.avrc.city.ac.uk> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-323niUcseZPzb4szPQ+G" Organization: Message-Id: <1057234525.3829.224.camel@andi-lap> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 03 Jul 2003 14:15:25 +0200 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --=-323niUcseZPzb4szPQ+G Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-07-03 at 13:54, J. Ali Harlow wrote: > On 2003.07.03 12:43 Andreas Kostyrka wrote: >=20 > > Seems you forgot /usr/local/cross-tools/libtool/bin/libtool ;) >=20 > Please find attached my scripts for building a hacked version of > libtool 1.4.2. Be aware that this is a hack and that a different > approach will need to be taken with libtool 1.5. >=20 > Oh, and if you think I've forgotten the scripts to bulid the > cross-compiler, let me know so I can remember them :-) >=20 > Seriously, I'm happy to send you these as well if you want them, > but you might be better off trying to get the latest version of > mingw32 to build as a cross-compiler. This will make it much Well, I thought I had such, I use the Debian provided mingw32 cross compiler package ;) Andreas --=-323niUcseZPzb4szPQ+G Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQA/BB5cHJdudm4KnO0RAiIuAKDFqcdy1m+v1T5pDWJB8vwMmXDdtQCfb9D8 wRuU5AeUPou6/gV6G+e8lXQ= =A+8y -----END PGP SIGNATURE----- --=-323niUcseZPzb4szPQ+G-- From murrayc@usa.net Thu Jul 3 09:02:00 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cmsrelay02.mx.net (cmsrelay02.mx.net [165.212.11.111]) by mail.gnome.org (Postfix) with SMTP id F2323186C6 for ; Thu, 3 Jul 2003 09:01:39 -0400 (EDT) Received: from uadvg130.cms.usa.net (165.212.11.130) by cmsoutbound.mx.net with SMTP; 3 Jul 2003 13:01:39 -0000 Received: from [172.16.1.251] [195.226.162.108] by uadvg130.cms.usa.net (ASMTP/murrayc@usa.net) via mtad (C8.MAIN.3.08F) with ESMTP id 104HgcNBI0492M30; Thu, 03 Jul 2003 13:01:36 GMT X-USANET-Auth: 195.226.162.108 AUTH murrayc@usa.net [172.16.1.251] Subject: Re: GtkCellRenderer From: Murray Cumming Reply-To: murrayc@usa.net To: Tudor Vinereanu Cc: gtk-list In-Reply-To: <20030702225432.GA492@tudor-pc.home> References: <20030702225432.GA492@tudor-pc.home> Content-Type: text/plain Organization: Message-Id: <1057237291.2111.80.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-5) Date: 03 Jul 2003 15:01:32 +0200 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Thu, 2003-07-03 at 00:54, Tudor Vinereanu wrote: > Hi All, > > I've been searching through the archives of the list, but I > couldn't find an appropriate answer... > > Are there any other GtkCellRenderers planned for the next GTK > version (2.4, or maybe 2.6)? I find TreeView great, but I'd > like to use other cell renderers as well (for example > GtkAdjustment). How would this work/look exactly? > Are there any plans to provide these as standard? > > I know there was a lot of discussion about GtkCellRenderer, and > many people wrote their own, but wouldn't it make sense to have > them part of the standard distibution? See also: http://bugzilla.gnome.org/show_bug.cgi?id=116552 -- Murray Cumming murray@usa.net www.murrayc.com From edscott@imp.mx Thu Jul 3 09:12:24 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from www.imp.mx (www.imp.mx [192.100.181.86]) by mail.gnome.org (Postfix) with ESMTP id 88FFC1862C for ; Thu, 3 Jul 2003 09:12:24 -0400 (EDT) Received: from [192.168.122.241] (IDENT:edscott@[192.168.122.241]) by www.imp.mx (SGI-8.9.3p2/8.9.3) with ESMTP id IAA86246; Thu, 3 Jul 2003 08:11:56 -0500 (CDT) Subject: Re: Re[2]: Better accelerator keys support From: edscott wilson garcia To: Martin Stubenschrott Cc: gtk-list@gnome.org In-Reply-To: <139827209.20030703121353@gmx.net> References: <1244792268.20030630215447@gmx.net> <1057201880.12124.856.camel@sagitario.eco.imp.mx> <139827209.20030703121353@gmx.net> Content-Type: text/plain; charset=ISO-8859-15 Message-Id: <1057237895.7872.16.camel@sagitario.eco.imp.mx> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 03 Jul 2003 08:11:35 -0500 Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: El jue, 03-07-2003 a las 05:13, Martin Stubenschrott escribió: > Well, if the widget has the focus, then the space bar is natural. > Sorry, I think I didn't specify this clearly enough. I mean, when the > focus is on one button I can activate any other button with the > Alt-key support. Space bar only works if the widget has the focus, and > switching to one control out of dozens can be very time consuming. > > What I meant, was that e.g. if the focus is on the button "&Sample > button" I could activate the button "&Another button" by just pressing > 'A' instead of Alt-'A'. (On american keyboard this is not so annoying > since you have a second Alt-button right to the space bar, but on a > german keyboard layout, I don't have this second Alt button, which > means that I often need both hands to activate a shortcut). The American keyboard has the same issue because the right-alt-key does not generate the same modifier as the left. > > This really made me wondering when I tried to switch to Linux since I > am a keyboard guy, and I always thougth linux was much better than > windows in this area, but actually I found out that Windows keyboard > accessibility support is even better than Linux's. It's not windows, but the window's application you are talking about, just as linux is far removed from a gtk application. To get the thing you want bind the keypressed signal to all the buttons where you want the behaviour described and write a small callback that will generate a buttonclick signal depending on which letter was typed. This here is an example where a keypress signal will do the effect of pressing a button (without an accelerator being defined): static gboolean treeview_key(GtkWidget *w, GdkEventKey *event,gpointer data){ switch (event->keyval){ case GDK_Print: tb_print((GtkButton *)w,NULL); return TRUE; case GDK_Execute: on_run_activate((GtkMenuItem *)w, NULL); return TRUE; } Look at Edscott > From stubenschrott@gmx.net Thu Jul 3 06:13:57 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mail.gnome.org (Postfix) with SMTP id 55890182A7 for ; Thu, 3 Jul 2003 06:13:57 -0400 (EDT) Received: (qmail 16130 invoked by uid 65534); 3 Jul 2003 10:13:56 -0000 Received: from unknown (EHLO 192.168.10.14) (193.170.62.106) by mail.gmx.net (mp026) with SMTP; 03 Jul 2003 12:13:56 +0200 Date: Thu, 3 Jul 2003 12:13:53 +0200 From: Martin Stubenschrott X-Mailer: The Bat! (v1.62r) Reply-To: Martin Stubenschrott X-Priority: 3 (Normal) Message-ID: <139827209.20030703121353@gmx.net> To: edscott wilson garcia , gtk-list@gnome.org Subject: Re[2]: Better accelerator keys support In-Reply-To: <1057201880.12124.856.camel@sagitario.eco.imp.mx> References: <1244792268.20030630215447@gmx.net> <1057201880.12124.856.camel@sagitario.eco.imp.mx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello edscott, Thursday, July 3, 2003, 5:11:21 AM, you wrote: ewg> Using the space bar to select the button (gtk default) is easy and ewg> natural. Even so, you can define a "windowy" behaviour by using the ewg> key-pressed signal on the widget. ewg> Edscott Well, if the widget has the focus, then the space bar is natural. Sorry, I think I didn't specify this clearly enough. I mean, when the focus is on one button I can activate any other button with the Alt-key support. Space bar only works if the widget has the focus, and switching to one control out of dozens can be very time consuming. What I meant, was that e.g. if the focus is on the button "&Sample button" I could activate the button "&Another button" by just pressing 'A' instead of Alt-'A'. (On american keyboard this is not so annoying since you have a second Alt-button right to the space bar, but on a german keyboard layout, I don't have this second Alt button, which means that I often need both hands to activate a shortcut). This really made me wondering when I tried to switch to Linux since I am a keyboard guy, and I always thougth linux was much better than windows in this area, but actually I found out that Windows keyboard accessibility support is even better than Linux's. -- Best regards, Martin mailto:stubenschrott@gmx.net From otaylor@redhat.com Thu Jul 3 09:40:47 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 7B55A18703 for ; Thu, 3 Jul 2003 09:40:47 -0400 (EDT) Received: from vpn50-17.rdu.redhat.com (vpn50-17.rdu.redhat.com [172.16.50.17]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h63DecK11953; Thu, 3 Jul 2003 09:40:38 -0400 Subject: Re: Re[2]: Better accelerator keys support From: Owen Taylor To: edscott wilson garcia Cc: Martin Stubenschrott , gtk-list@gnome.org In-Reply-To: <1057237895.7872.16.camel@sagitario.eco.imp.mx> References: <1244792268.20030630215447@gmx.net> <1057201880.12124.856.camel@sagitario.eco.imp.mx> <139827209.20030703121353@gmx.net> <1057237895.7872.16.camel@sagitario.eco.imp.mx> Content-Type: text/plain; charset=UTF-8 Organization: Message-Id: <1057239612.22424.34.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-0) Date: 03 Jul 2003 09:40:12 -0400 Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Thu, 2003-07-03 at 09:11, edscott wilson garcia wrote: > El jue, 03-07-2003 a las 05:13, Martin Stubenschrott escribió: > > > Well, if the widget has the focus, then the space bar is natural. > > Sorry, I think I didn't specify this clearly enough. I mean, when the > > focus is on one button I can activate any other button with the > > Alt-key support. Space bar only works if the widget has the focus, and > > switching to one control out of dozens can be very time consuming. > > > > What I meant, was that e.g. if the focus is on the button "&Sample > > button" I could activate the button "&Another button" by just pressing > > 'A' instead of Alt-'A'. (On american keyboard this is not so annoying > > since you have a second Alt-button right to the space bar, but on a > > german keyboard layout, I don't have this second Alt button, which > > means that I often need both hands to activate a shortcut). > > The American keyboard has the same issue because the right-alt-key does > not generate the same modifier as the left. Most American keyboard layouts do have the same *modifier* for both alt keys. (Different key symbols, but that doesn't matter.) > > This really made me wondering when I tried to switch to Linux since I > > am a keyboard guy, and I always thougth linux was much better than > > windows in this area, but actually I found out that Windows keyboard > > accessibility support is even better than Linux's. > > It's not windows, but the window's application you are talking about, > just as linux is far removed from a gtk application. > > To get the thing you want bind the keypressed signal to all the buttons > where you want the behaviour described and write a small callback that > will generate a buttonclick signal depending on which letter was typed. > This here is an example where a keypress signal will do the effect of > pressing a button (without an accelerator being defined): > > static gboolean treeview_key(GtkWidget *w, > GdkEventKey *event,gpointer data){ > switch (event->keyval){ > case GDK_Print: > tb_print((GtkButton *)w,NULL); > return TRUE; > case GDK_Execute: > on_run_activate((GtkMenuItem *)w, NULL); > return TRUE; > } Some discussion of a clean solution, and in fact, a patch is in: http://bugzilla.gnome.org/show_bug.cgi?id=53709 Regards, Owen From gnome-announce-list-admin@gnome.org Thu Jul 3 10:01:02 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mailhost.ens-lyon.fr (pluvier.ens-lyon.fr [140.77.167.5]) by mail.gnome.org (Postfix) with ESMTP id 035DE18F13; Thu, 3 Jul 2003 10:01:02 -0400 (EDT) Received: from oceanite.ens-lyon.fr ([140.77.1.22]) by mailhost.ens-lyon.fr with esmtp (Exim 3.35 #1 (Debian)) id 19Y4dx-0002fB-00; Thu, 03 Jul 2003 16:01:01 +0200 Received: by oceanite.ens-lyon.fr (Postfix, from userid 1502) id B41F632005F; Thu, 3 Jul 2003 16:00:59 +0200 (CEST) Received: from mailhost.ens-lyon.fr (pluvier.ens-lyon.fr [140.77.167.5]) by oceanite.ens-lyon.fr (Postfix) with SMTP id 8333D320058 for ; Thu, 3 Jul 2003 16:00:59 +0200 (CEST) Received: from moniker.gnome.org ([209.116.70.73] helo=mail.gnome.org) by mailhost.ens-lyon.fr with smtp (Exim 3.35 #1 (Debian)) id 19Y4dr-0002en-00 for ; Thu, 03 Jul 2003 16:00:55 +0200 Received: from moniker.gnome.org (moniker.gnome.org [127.0.0.1]) by mail.gnome.org (Postfix) with ESMTP id DA39E18F75; Thu, 3 Jul 2003 09:56:05 -0400 (EDT) Delivered-To: gnome-announce-list@gnome.org Received: from dublin.ACT-Europe.FR (dublin.act-europe.fr [212.157.227.154]) by mail.gnome.org (Postfix) with ESMTP id A26031821B; Thu, 3 Jul 2003 04:10:47 -0400 (EDT) Received: by dublin.ACT-Europe.FR (Postfix, from userid 525) id 5BF4922A0D0; Thu, 3 Jul 2003 10:10:46 +0200 (MET DST) From: Arnaud Charlet To: gnome-announce-list@gnome.org, gtk-list@gnome.org, gtk-app-devel-list@gnome.org Subject: ANNOUNCE: GtkAda 2.2.0 release Message-ID: <20030703101046.B4671@dublin.act-europe.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-BeenThere: gnome-announce-list@gnome.org X-Loop: gnome-announce-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk Reply-To: gnome-hackers@gnome.org Date: Thu, 3 Jul 2003 10:10:46 +0200 X-Spam-Status: No, hits=-3.4 required=5.0 tests=KNOWN_MAILING_LIST,USER_AGENT_MUTT,X_LOOP version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) X-Spam-Report: ---- Start SpamAssassin results -3.40 points, 5 required; * 0.0 -- Has a X-Loop header * -0.9 -- Email came from some known mailing list software * -2.5 -- User-Agent header indicates a non-spam MUA (Mutt) ---- End of SpamAssassin results Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: GtkAda 2.2.0 release -------------------- GtkAda is an Ada95 graphical toolkit based on Gtk+. It allows you to develop graphical applications in Ada95 using Gtk+ and Gnome. The primary download site is http://libre.act-europe.fr/GtkAda This version represents a major update compared to GtkAda 2.0.0, and is suitable for use with Gtk+ 2.2.0 and above. A binary package is also provided with this release for Windows platforms. New features in 2.2.0: - Support for Glade2 - Support for GtkExtra - Support for libglade2 - New functions bound in Gtk.Label - New type UTF8_String to make it clearer when UTF8 strings are expected - New capabilities in GtkAda.MDI, see spec for details - Support for drad-n-drop in GtkAda.MDI - Bugs and memory leak fixes in GtkAda.MDI - New package Glib.Graphs (was actually in GtkAda 2.0.0, but not announced) - Update to GNOME 2.0 API - Memory leaks fixed in Glib.XML - Code clean ups - Fixed Gtk.Text_Buffer.Cut|Copy|Paste_Clipboard - Speed improvements and code clean up in Gtkada.Canvas - Full support for Pango (font handling and internationalization support) - New package Glib.Messages - New package Glib.Unicode _______________________________________________ gnome-announce-list mailing list gnome-announce-list@gnome.org http://mail.gnome.org/mailman/listinfo/gnome-announce-list From stubenschrott@gmx.net Thu Jul 3 09:53:41 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mail.gnome.org (Postfix) with SMTP id 52F86181AA for ; Thu, 3 Jul 2003 09:53:41 -0400 (EDT) Received: (qmail 13595 invoked by uid 65534); 3 Jul 2003 13:53:40 -0000 Received: from unknown (EHLO 192.168.10.6) (193.170.62.106) by mail.gmx.net (mp010) with SMTP; 03 Jul 2003 15:53:40 +0200 Date: Thu, 3 Jul 2003 15:53:38 +0200 From: Martin Stubenschrott X-Mailer: The Bat! (v1.62r) Reply-To: Martin Stubenschrott X-Priority: 3 (Normal) Message-ID: <1708387422.20030703155338@gmx.net> To: Owen Taylor , gtk-list@gnome.org Subject: Re[4]: Better accelerator keys support In-Reply-To: <1057239612.22424.34.camel@localhost.localdomain> References: <1244792268.20030630215447@gmx.net> <1057201880.12124.856.camel@sagitario.eco.imp.mx> <139827209.20030703121353@gmx.net> <1057237895.7872.16.camel@sagitario.eco.imp.mx> <1057239612.22424.34.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello Owen, Thursday, July 3, 2003, 3:40:12 PM, you wrote: OT> Some discussion of a clean solution, and in fact, a patch is in: OT> http://bugzilla.gnome.org/show_bug.cgi?id=53709 OT> Regards, OT> Owen Wow that's cool, I haven't tried the patch yet, but it's very nice to see that it is actually possible with Gnome/GTK+! If this really comes with GTK+ 2.4 and if the linux kernel 2.6 is really so good with GUI speed because of the new scheduler I think I can finally make it to switch completely to linux. Thanks for the answer :) -- Best regards, Martin mailto:stubenschrott@gmx.net From daveb@idealab.com Fri Jul 4 04:08:22 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from idealab.com (il-la.la.idealab.com [63.251.211.5]) by mail.gnome.org (Postfix) with SMTP id D042318FE2 for ; Fri, 4 Jul 2003 04:08:20 -0400 (EDT) Received: (qmail 18720 invoked by uid 535); 4 Jul 2003 08:08:19 -0000 Date: Fri, 4 Jul 2003 01:08:19 -0700 From: Dave Benson To: gtk-list@gnome.org Subject: g_type_register_static and thread-safety Message-ID: <20030704010819.U2131@luca.pas.lab> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello, Almost all get_type() functions contain code like GType whatever_get_type (void) { static GType object_type = 0; if (!object_type) { static const GTypeInfo object_info = { ... }; object_type = g_type_register_static (G_TYPE_OBJECT, "Whatever", &object_info, 0); } return object_type; } Is this thread-safe? I cannot see any guards in g_type_register_static that prevent a second type-node from being allocated in the obvious race condition... Am i missing something? The gtype docuemtnation does not mention thread-safety of this function. thanks, dave From otaylor@redhat.com Fri Jul 4 10:51:46 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id A2C4E183A3 for ; Fri, 4 Jul 2003 10:51:46 -0400 (EDT) Received: from vpn50-9.rdu.redhat.com (vpn50-9.rdu.redhat.com [172.16.50.9]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h64EphK32253; Fri, 4 Jul 2003 10:51:43 -0400 Subject: Re: g_type_register_static and thread-safety From: Owen Taylor To: Dave Benson Cc: gtk-list@gnome.org In-Reply-To: <20030704010819.U2131@luca.pas.lab> References: <20030704010819.U2131@luca.pas.lab> Content-Type: text/plain Organization: Message-Id: <1057330278.26133.35.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-0) Date: 04 Jul 2003 10:51:19 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Fri, 2003-07-04 at 04:08, Dave Benson wrote: > Hello, > > Almost all get_type() functions contain code > like > > GType > whatever_get_type (void) > { > static GType object_type = 0; > > if (!object_type) > { > static const GTypeInfo object_info = > { ... }; > > object_type = g_type_register_static (G_TYPE_OBJECT, "Whatever", &object_info, 0); > } > > return object_type; > } > > Is this thread-safe? I cannot see any guards in > g_type_register_static that prevent a second type-node from > being allocated in the obvious race condition No, it's not thread safe. You could have two type nodes allocated or the second call to check_type_name_I() could fail. The fact that whatever_get_type() isn't thread safe if "whatever" is gtk_, but it is a problem for functions in libgobject, like g_closure_get_type(). A bug about this in bugzilla would be appreciated (I think we've noted this before, but having it tracked officially would be good). There are two relevant other bugs: - To fix the above without a fairly big speed penalty, you need GOnce: http://bugzilla.gnome.org/show_bug.cgi?id=69668 (The obvious fix, to make g_type_register_static() return the already registered type is the dubiously safe "double checked locking" idiom) - Fixing this for object types doesn't do you much good without also fixing: http://bugzilla.gnome.org/show_bug.cgi?id=64764 What people do currently when using GObject in threaded applications is to call g_type_class_ref (MY_TYPE_WHATEVER) for all their types before creating the first thread. Regards, Owen From andrej.prsa@guest.arnes.si Fri Jul 4 12:40:05 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from rigljica.arnes.si (rigljica.arnes.si [193.2.1.82]) by mail.gnome.org (Postfix) with ESMTP id 36BDE181A9 for ; Fri, 4 Jul 2003 12:40:05 -0400 (EDT) Received: from razor.arnes.si (razor.arnes.si [193.2.1.80]) by rigljica.arnes.si (Postfix) with ESMTP id 6CA196E522 for ; Fri, 4 Jul 2003 18:40:04 +0200 (MEST) Received: from gemma (unknown [193.2.110.237]) by razor.arnes.si (Postfix) with SMTP id D663E3994AF for ; Fri, 4 Jul 2003 18:40:03 +0200 (MEST) Date: Fri, 4 Jul 2003 18:38:07 +0200 From: Andrej Prsa To: GTK Mailing list Subject: Trouble with GtkTreeModel & co. Message-Id: <20030704183807.49f1ee0d.andrej.prsa@guest.arnes.si> Organization: Faculty of Mathematics and Physics X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, everyone! I am trying to "upgrade" from CLists to GtkTreeViews since my transition from 1.2 to 2.0. I have a spin button that declares how many rows a GtkTreeModel (with a GtkListStore) should contain; attached to the "changed" signal for a spin-button I have a callback that should do this. While I worked with CLists, I simply used clist->rows to obtain the number of rows already present and compared this value to the value in a spin-button - thus knowing how to change the CList structure. So how do I do this with GtkTreeModel & Co.? Specifically, how do I extract the number of rows already present? Thanks, Andrej From grzegol@pld.org.pl Fri Jul 4 13:52:29 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from poczta.fm (ph94.wroclaw.cvx.ppp.tpnet.pl [217.99.226.94]) by mail.gnome.org (Postfix) with ESMTP id CC5E418393 for ; Fri, 4 Jul 2003 13:52:27 -0400 (EDT) Received: from poczta.fm (localhost.localdomain [127.0.0.1]) by poczta.fm (8.12.7/8.12.5) with ESMTP id h64HptSg029487 for ; Fri, 4 Jul 2003 19:51:57 +0200 Received: (from grzegol@localhost) by poczta.fm (8.12.7/8.12.5/Submit) id h64HpAhX029430 for gtk-list@gnome.org; Fri, 4 Jul 2003 19:51:10 +0200 X-Authentication-Warning: localhost.localdomain: grzegol set sender to grzegol@pld.org.pl using -f Subject: Test From: Grzegorz =?iso-8859-2?Q?Go=B3awski?= To: gtk-list@gnome.org Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: quoted-printable Message-Id: <1057341069.29403.1.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.2.99 (Preview Release) Date: 04 Jul 2003 19:51:10 +0200 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Sorry. Testing new configuration. --=20 <=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D> $+>> Grzegorz Go=B3awski <<+$ $+>> grzegol@pld.org.pl <<+$ <=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D> From edscott@imp.mx Fri Jul 4 14:44:55 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from www.imp.mx (www.imp.mx [192.100.181.86]) by mail.gnome.org (Postfix) with ESMTP id 0C15B182A3 for ; Fri, 4 Jul 2003 14:44:55 -0400 (EDT) Received: from [192.168.122.241] (IDENT:edscott@[192.168.122.241]) by www.imp.mx (SGI-8.9.3p2/8.9.3) with ESMTP id NAA13799; Fri, 4 Jul 2003 13:44:51 -0500 (CDT) Subject: Re: Trouble with GtkTreeModel & co. From: edscott wilson garcia To: Andrej Prsa Cc: GTK Mailing list In-Reply-To: <20030704183807.49f1ee0d.andrej.prsa@guest.arnes.si> References: <20030704183807.49f1ee0d.andrej.prsa@guest.arnes.si> Content-Type: text/plain; charset=ISO-8859-15 Message-Id: <1057344289.7872.69.camel@sagitario.eco.imp.mx> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 04 Jul 2003 13:44:49 -0500 Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: El vie, 04-07-2003 a las 11:38, Andrej Prsa escribió: > Hi, everyone! > > I am trying to "upgrade" from CLists to GtkTreeViews since my transition > from 1.2 to 2.0. I have a spin button that declares how many rows a > GtkTreeModel (with a GtkListStore) should contain; attached to the > "changed" signal for a spin-button I have a callback that should do this. > While I worked with CLists, I simply used clist->rows to obtain the number > of rows already present and compared this value to the value in a > spin-button - thus knowing how to change the CList structure. So how do I > do this with GtkTreeModel & Co.? Specifically, how do I extract the number > of rows already present? My suggestion would be to run a gtk_tree_model_foreach () on the treeview with a counter++, but there is probably a more clever solution. Edscott > > Thanks, > > Andrej > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list > From andrej.prsa@guest.arnes.si Fri Jul 4 15:44:26 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from rigljica.arnes.si (rigljica.arnes.si [193.2.1.82]) by mail.gnome.org (Postfix) with ESMTP id 24E2B18341 for ; Fri, 4 Jul 2003 15:44:26 -0400 (EDT) Received: from razor.arnes.si (razor.arnes.si [193.2.1.80]) by rigljica.arnes.si (Postfix) with ESMTP id 9F3FC6E514 for ; Fri, 4 Jul 2003 21:44:25 +0200 (MEST) Received: from gemma (unknown [193.2.110.237]) by razor.arnes.si (Postfix) with SMTP id EEFBA39953C for ; Fri, 4 Jul 2003 21:44:24 +0200 (MEST) Date: Fri, 4 Jul 2003 21:42:28 +0200 From: Andrej Prsa To: gtk-list@gnome.org Subject: Re: Trouble with GtkTreeModel & co. Message-Id: <20030704214228.7865d4b2.andrej.prsa@guest.arnes.si> In-Reply-To: <1057344289.7872.69.camel@sagitario.eco.imp.mx> References: <20030704183807.49f1ee0d.andrej.prsa@guest.arnes.si> <1057344289.7872.69.camel@sagitario.eco.imp.mx> Organization: Faculty of Mathematics and Physics X-Mailer: Sylpheed version 0.9.3 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: He=E8llo! > El vie, 04-07-2003 a las 11:38, Andrej Prsa escribi=F3: > > Hi, everyone! > >=20 > > I am trying to "upgrade" from CLists to GtkTreeViews since my > > transition from 1.2 to 2.0. I have a spin button that declares how > > many rows a GtkTreeModel (with a GtkListStore) should contain; > > attached to the"changed" signal for a spin-button I have a callback > > that should do this. While I worked with CLists, I simply used > > clist->rows to obtain the number of rows already present and compared > > this value to the value in a spin-button - thus knowing how to change > > the CList structure. So how do I do this with GtkTreeModel & Co.? > > Specifically, how do I extract the number of rows already present? >=20 > My suggestion would be to run a gtk_tree_model_foreach () on the > treeview with a counter++, but there is probably a more clever solution. Yep, I did something similar: sprintf (path_str, "%d", count); while (gtk_tree_model_get_iter_from_string (GTK_TREE_MODEL (store), &iter, = path_str) =3D=3D TRUE) { count++; sprintf (path_str, "%d", count); } But it's just so DAMN ugly! ;( Thanks for feedback, Andrej From hp@redhat.com Fri Jul 4 19:03:30 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from devserv.devel.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 621261813D for ; Fri, 4 Jul 2003 19:03:30 -0400 (EDT) Received: (from hp@localhost) by devserv.devel.redhat.com (8.11.6/8.11.0) id h64N3Sc13834; Fri, 4 Jul 2003 19:03:28 -0400 Date: Fri, 4 Jul 2003 19:03:28 -0400 From: Havoc Pennington To: Andrej Prsa Cc: gtk-list@gnome.org Subject: Re: Trouble with GtkTreeModel & co. Message-ID: <20030704190328.G9002@devserv.devel.redhat.com> References: <20030704183807.49f1ee0d.andrej.prsa@guest.arnes.si> <1057344289.7872.69.camel@sagitario.eco.imp.mx> <20030704214228.7865d4b2.andrej.prsa@guest.arnes.si> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20030704214228.7865d4b2.andrej.prsa@guest.arnes.si> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Fri, Jul 04, 2003 at 09:42:28PM +0200, Andrej Prsa wrote: > Yep, I did something similar: > > sprintf (path_str, "%d", count); > while (gtk_tree_model_get_iter_from_string (GTK_TREE_MODEL (store), &iter, path_str) == TRUE) > { > count++; > sprintf (path_str, "%d", count); > } > > But it's just so DAMN ugly! ;( > Well, you could at least use gtk_tree_model_iter_nth_child() instead of the sprintf! ;-) I think gtk_tree_model_iter_n_children() does what you want though, it allows NULL if you want the number of children at the root of the model. Havoc From msuarezalvarez@arnet.com.ar Fri Jul 4 23:02:31 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp2.arnet.com.ar (smtp2.arnet.com.ar [200.45.191.5]) by mail.gnome.org (Postfix) with SMTP id 1BDF5180F9 for ; Fri, 4 Jul 2003 23:02:31 -0400 (EDT) Received: (qmail 27265 invoked from network); 5 Jul 2003 02:59:26 -0000 Received: from unknown (HELO grothendieck.dyndns.org) (200.82.62.47) by smtp2.arnet.com.ar with SMTP; 5 Jul 2003 02:59:22 -0000 Received: from grothendieck.dyndns.org (mariano@localhost [127.0.0.1]) by grothendieck.dyndns.org (8.12.9/8.12.9) with ESMTP id h6531pPF013066 for ; Sat, 5 Jul 2003 00:01:54 -0300 Received: from localhost (mariano@localhost) by grothendieck.dyndns.org (8.12.9/8.12.9/Submit) with ESMTP id h6531mwN013063 for ; Sat, 5 Jul 2003 00:01:51 -0300 Date: Sat, 5 Jul 2003 00:01:48 -0300 (ART) From: Mariano Suarez-Alvarez Reply-To: =?ISO-8859-1?Q?Mariano_Su=E1rez-Alvarez?= To: gtk-list -- General discussion on GTK+ Subject: Re: Trouble with GtkTreeModel & co. In-Reply-To: <20030704190328.G9002@devserv.devel.redhat.com> Message-ID: References: <20030704183807.49f1ee0d.andrej.prsa@guest.arnes.si> <1057344289.7872.69.camel@sagitario.eco.imp.mx> <20030704214228.7865d4b2.andrej.prsa@guest.arnes.si> <20030704190328.G9002@devserv.devel.redhat.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Fri, 4 Jul 2003, Havoc Pennington wrote: > On Fri, Jul 04, 2003 at 09:42:28PM +0200, Andrej Prsa wrote: > > > Yep, I did something similar: > > > > sprintf (path_str, "%d", count); > > while (gtk_tree_model_get_iter_from_string (GTK_TREE_MODEL (store), &it= er, path_str) =3D=3D TRUE) > > { > > count++; > > sprintf (path_str, "%d", count); > > } > > > > But it's just so DAMN ugly! ;( > > > > Well, you could at least use gtk_tree_model_iter_nth_child() instead > of the sprintf! ;-) Or even move the sprintf out of the loop ;) -- m ----------------------------------------------------------------------- Mariano Su=E1rez-Alvarez Departamento de Matematica - FCEyN - Universidad de Buenos Aires Ciudad Universitaria, Pab. I. (1428) Ciudad de Buenos Aires, Argentina http://mate.dm.uba.ar/~aldoc9 De la observaci=F3n de la irreductibilidad de las creencias =FAltimas he sacado la mayor lecci=F3n de mi vida. Aprend=ED a respetar las ideas ajenas, a detenerme ante el secreto de las conciencias, a entender antes de discutir, a discutir antes de condenar. Y como estoy en vena de confesiones, hago una m=E1s, quiz=E1s superflua: detesto con toda mi alma a los fan=E1ticos. Norberto Bobbio, Italia civil. ----------------------------------------------------------------------- From andrej.prsa@guest.arnes.si Sat Jul 5 05:12:03 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from rigljica.arnes.si (rigljica.arnes.si [193.2.1.82]) by mail.gnome.org (Postfix) with ESMTP id AE31B18204 for ; Sat, 5 Jul 2003 05:12:03 -0400 (EDT) Received: from razor.arnes.si (razor.arnes.si [193.2.1.80]) by rigljica.arnes.si (Postfix) with ESMTP id 30F496E9A5 for ; Sat, 5 Jul 2003 11:12:03 +0200 (MEST) Received: from gemma (ar16-311i.dial-up.arnes.si [194.249.7.71]) by razor.arnes.si (Postfix) with SMTP id C17273994A6 for ; Sat, 5 Jul 2003 11:11:58 +0200 (MEST) Date: Sat, 5 Jul 2003 11:09:06 +0200 From: Andrej Prsa To: gtk-list@gnome.org Subject: Re: Trouble with GtkTreeModel & co. Message-Id: <20030705110906.40737573.andrej.prsa@guest.arnes.si> In-Reply-To: <20030704190328.G9002@devserv.devel.redhat.com> References: <20030704183807.49f1ee0d.andrej.prsa@guest.arnes.si> <1057344289.7872.69.camel@sagitario.eco.imp.mx> <20030704214228.7865d4b2.andrej.prsa@guest.arnes.si> <20030704190328.G9002@devserv.devel.redhat.com> Organization: Faculty of Mathematics and Physics X-Mailer: Sylpheed version 0.9.3 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi! > > Yep, I did something similar: > > > > sprintf (path_str, "%d", count); > > while (gtk_tree_model_get_iter_from_string (GTK_TREE_MODEL (store), > > &iter, path_str) == TRUE) > > { > > count++; > > sprintf (path_str, "%d", count); > > } > > > > But it's just so DAMN ugly! ;( > > > > Well, you could at least use gtk_tree_model_iter_nth_child() instead > of the sprintf! ;-) > > I think gtk_tree_model_iter_n_children() does what you want though, > it allows NULL if you want the number of children at the root of the > model. Yep, works like a charm! Thanks! :) Andrej From tomf@sjpc.org Sat Jul 5 08:41:30 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from front3.mail.megapathdsl.net (front3.mail.megapathdsl.net [66.80.60.32]) by mail.gnome.org (Postfix) with ESMTP id 351B11847B for ; Sat, 5 Jul 2003 08:41:30 -0400 (EDT) Received: from [66.80.61.166] (HELO [192.168.1.100]) by front3.mail.megapathdsl.net (CommuniGate Pro SMTP 3.5.8) with ESMTP id 85614991; Sat, 05 Jul 2003 05:38:12 -0700 Subject: What replaces GtkHTML in GTK2 From: Thomas Frayne To: gtk-list , redhat mailing list Content-Type: text/plain Organization: Message-Id: <1057408888.15799.30.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-5) Date: 05 Jul 2003 05:41:28 -0700 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I am using Redhat 9, Gnome 2.2. GtkHTML is defined in gtkhtml-types.h in GTK1, but I could not find a GTK2 header file containing GtkHTML. Am I missing a GTK2 header file? Is there a GTK2 replacement for GtkHTML? It would also help if I could find a function that used GtkHTML in GTK1 and was ported to GTK2 using some other feature. From tudorv@eircom.net Sat Jul 5 10:31:51 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail00.svc.cra.dublin.eircom.net (mail00.svc.cra.dublin.eircom.net [159.134.118.16]) by mail.gnome.org (Postfix) with SMTP id 51118185A0 for ; Sat, 5 Jul 2003 10:31:51 -0400 (EDT) Received: (qmail 61425 messnum 1710895 invoked from network[159.134.180.195/p195.as1.qkr.cork1.eircom.net]); 5 Jul 2003 14:31:50 -0000 Received: from p195.as1.qkr.cork1.eircom.net (HELO tudor-pc.home) (159.134.180.195) by mail00.svc.cra.dublin.eircom.net (qp 61425) with SMTP; 5 Jul 2003 14:31:50 -0000 Received: by tudor-pc.home (Postfix, from userid 1001) id B2664126013; Sat, 5 Jul 2003 15:31:13 +0100 (IST) Date: Sat, 5 Jul 2003 15:31:13 +0100 From: Tudor Vinereanu To: gtk-list Subject: Re: GtkCellRenderer Message-ID: <20030705143113.GA364@tudor-pc.home> Mail-Followup-To: gtk-list References: <20030702225432.GA492@tudor-pc.home> <1057237291.2111.80.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1057237291.2111.80.camel@localhost.localdomain> User-Agent: Mutt/1.5.4i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi again, > > Are there any other GtkCellRenderers planned for the next GTK > > version (2.4, or maybe 2.6)? I find TreeView great, but I'd > > like to use other cell renderers as well (for example > > GtkAdjustment). > > How would this work/look exactly? Sorry, what I meant there was GtkSpinButton... Basically I'm trying to go from a table containing GtkLabel, GtkEntry, GtkSpinButton, GtkCheckButton and GtkMenu, to a GtkTreeView. What is the best way to do it? I'm new to Gtk, but from what I've read it seems I would need custom CellRenderers for GtkSpinButton and GtkMenu. What is the reason behind having GtkCellRendererText and not having GtkCellRendererSpinButton, for example? Is it only a question of time, or there are some other reasons (like GtkTreeView being meant to be used in dedicated ways)? > > I know there was a lot of discussion about GtkCellRenderer, and > > many people wrote their own, but wouldn't it make sense to have > > them part of the standard distibution? > > See also: > http://bugzilla.gnome.org/show_bug.cgi?id=116552 Thanks for that! All the best, Tudor From Dexter.Filmore@gmx.de Sat Jul 5 16:11:22 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mail.gnome.org (Postfix) with SMTP id C57FB18718 for ; Sat, 5 Jul 2003 16:11:21 -0400 (EDT) Received: (qmail 13454 invoked by uid 65534); 5 Jul 2003 20:11:20 -0000 Received: from pD952D36A.dip.t-dialin.net (EHLO shodan.citadel) (217.82.211.106) by mail.gmx.net (mp002) with SMTP; 05 Jul 2003 22:11:20 +0200 Date: Sat, 5 Jul 2003 22:11:18 +0200 From: Dexter Filmore To: gtk-list@gnome.org Subject: gtk+1.x themes gone in Gnome2.2 Message-Id: <20030705221118.10af31e7.Dexter.Filmore@gmx.de> Organization: SCHWA Corporation X-Mailer: Sylpheed version 0.9.0claws (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Just upgraded Gnome from 2.0 to 2.2. Now my gtk-1.2 theme is gone and standard theme is used, which doesn't look too nice among my all-Aqua desktop. Is there any way to bring back the old theme? Dex -- -----BEGIN GEEK CODE BLOCK----- Version: 3.12 GCS d--(+)@ s-:+ a-- C++(+++) UL>+++ P+>++ L++>++++ E-- W++ N+ o? K- w--(---) !O M-- V- PS+ PE(+) Y+>++ PGP- t+(++) 5 X+(++) R++ tv--(+)@ b++(+++) DI+++ D G++(--) e* h r%>* y? ------END GEEK CODE BLOCK------ Against TCPA - nothing fights like the opposition http://www.againsttcpa.com From nthomas@cise.ufl.edu Sun Jul 6 17:06:18 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.cise.ufl.edu (beach.cise.ufl.edu [128.227.205.211]) by mail.gnome.org (Postfix) with ESMTP id 920601891F for ; Sun, 6 Jul 2003 17:06:18 -0400 (EDT) Received: from shine.cise.ufl.edu (shine.cise.ufl.edu [128.227.205.20]) by mail.cise.ufl.edu (Postfix) with ESMTP id 3220869C4 for ; Sun, 6 Jul 2003 17:06:18 -0400 (EDT) Received: (from nthomas@localhost) by shine.cise.ufl.edu (8.9.1a/8.9.1) id RAA02706 for gtk-list@gnome.org; Sun, 6 Jul 2003 17:06:18 -0400 (EDT) Date: Sun, 6 Jul 2003 17:06:18 -0400 From: "N. Thomas" To: gtk-list@gnome.org Subject: GLib gdate.c assertion error Message-ID: <20030706210617.GH4915@cise.ufl.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Relevant info: glib: glib-2.2.2 OS: Solaris 8 cc: gcc 3.1.1 The following code works as expected: #include #include int main (int argc, char*argv[]) { GDate *gdate; gdate = g_date_new_dmy (6, 7, 2003); if (g_date_valid(gdate)) printf ("date is good\n"); else printf ("date is bad\n"); return(0); } It outputs "date is good". However, when I change the input to g_date_new_dmy() to an invalid date, like this: gdate = g_date_new_dmy (56, 7, 2003); I get the following: $ ./datetest (process:2444): GLib-CRITICAL **: file gdate.c: line 57 (g_date_new_dmy): assertion `g_date_valid_dmy (day, m, y)' failed (process:2444): GLib-CRITICAL **: file gdate.c: line 102 (g_date_valid): assertion `d != NULL' failed date is bad Are the above GLib-CRITICAL statements supposed to be there? The main reason I am calling g_date_valid() is to check the validity of the inputted date, it doesn't seem to make sense that g_date_new_dmy() should barf when I feed it a bad date. Thomas -- N. Thomas nthomas@cise.ufl.edu http://www.cise.ufl.edu/~nthomas/ Etiamsi occiderit me, in ipso sperabo From salonj@hotmail.com Sun Jul 6 21:31:02 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hotmail.com (bay7-f75.bay7.hotmail.com [64.4.11.75]) by mail.gnome.org (Postfix) with ESMTP id DC72D180E8 for ; Sun, 6 Jul 2003 21:31:01 -0400 (EDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 6 Jul 2003 18:31:00 -0700 Received: from 61.183.77.196 by by7fd.bay7.hotmail.msn.com with HTTP; Mon, 07 Jul 2003 01:31:00 GMT X-Originating-IP: [61.183.77.196] X-Originating-Email: [salonj@hotmail.com] From: "salon j" To: gtk-list@gnome.org Subject: install glib-2.2.2 Date: Mon, 07 Jul 2003 01:31:00 +0000 Mime-Version: 1.0 Content-Type: text/plain; charset=gb2312; format=flowed Message-ID: X-OriginalArrivalTime: 07 Jul 2003 01:31:00.0728 (UTC) FILETIME=[6C437780:01C34427] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: i want to install glib-2.2.2 , but do i need gcc first? i have install pkg-config. i use cc compile first but it has many error ,it said "make all in trio ....cc Error trionan.c line 80 error must be compiled with option -ieee" why ? my os is alhpa tru64. _________________________________________________________________ ÓëÁª»úµÄÅóÓѽøÐн»Á÷£¬ÇëʹÓà MSN Messenger: http://messenger.msn.com/cn From hp@redhat.com Sun Jul 6 22:36:29 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from devserv.devel.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 33E5E18170 for ; Sun, 6 Jul 2003 22:36:29 -0400 (EDT) Received: (from hp@localhost) by devserv.devel.redhat.com (8.11.6/8.11.0) id h672aQV16847; Sun, 6 Jul 2003 22:36:26 -0400 Date: Sun, 6 Jul 2003 22:36:26 -0400 From: Havoc Pennington To: "N. Thomas" Cc: gtk-list@gnome.org Subject: Re: GLib gdate.c assertion error Message-ID: <20030706223626.M19769@devserv.devel.redhat.com> References: <20030706210617.GH4915@cise.ufl.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20030706210617.GH4915@cise.ufl.edu> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Sun, Jul 06, 2003 at 05:06:18PM -0400, N. Thomas wrote: > The main reason I am calling g_date_valid() is to check the validity of > the inputted date, it doesn't seem to make sense that g_date_new_dmy() > should barf when I feed it a bad date. To validate a dmy triplet use g_date_valid_dmy() instead. There's a family of valid_* functions. g_date_valid() is basically just used with g_date_parse it looks like. Kind of bizarre, granted. Havoc From jason.vowell@murraystate.edu Sun Jul 6 23:38:35 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from imf17aec.bellsouth.net (imf17aec.mail.bellsouth.net [205.152.59.65]) by mail.gnome.org (Postfix) with ESMTP id 496A918199 for ; Sun, 6 Jul 2003 23:38:35 -0400 (EDT) Received: from murraystate.edu ([66.156.147.167]) by imf17aec.bellsouth.net (InterMail vM.5.01.05.27 201-253-122-126-127-20021220) with ESMTP id <20030707033834.WTAD3647.imf17aec.bellsouth.net@murraystate.edu> for ; Sun, 6 Jul 2003 23:38:34 -0400 Date: Sun, 6 Jul 2003 22:38:34 -0500 Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: GNU license question From: Jason Vowell To: gtk-list@gnome.org Content-Transfer-Encoding: 7bit Message-Id: <7C4953F0-B02C-11D7-961E-000393B4AD32@murraystate.edu> X-Mailer: Apple Mail (2.552) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I want to write a proprietary application that utilizes the GTK toolkit in order to create the GUI interface. I do not wish to modify nor chance the GTK library in anyway. Can I legally sell this application under the GTK license? --thank you Jason Vowell From v_atekor@yahoo.fr Mon Jul 7 05:36:07 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp014.mail.yahoo.com (smtp014.mail.yahoo.com [216.136.173.58]) by mail.gnome.org (Postfix) with SMTP id B0716180E1 for ; Mon, 7 Jul 2003 05:36:06 -0400 (EDT) Received: from unknown (HELO pcroqueta.lirmm.fr) (v?atekor@193.49.108.127 with login) by smtp.mail.vip.sc5.yahoo.com with SMTP; 7 Jul 2003 09:36:05 -0000 From: Vincent ROQUETA Reply-To: v_atekor@yahoo.fr To: gtk-list@gnome.org Subject: Re: GNU license question Date: Mon, 7 Jul 2003 11:36:05 +0200 User-Agent: KMail/1.5 References: <7C4953F0-B02C-11D7-961E-000393B4AD32@murraystate.edu> In-Reply-To: <7C4953F0-B02C-11D7-961E-000393B4AD32@murraystate.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307071136.05949.v_atekor@yahoo.fr> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: short answer: Yes From rah@atc.ll.mit.edu Mon Jul 7 11:03:42 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from dfw-sun0.ATC.LL.MIT.EDU (dfw-sun0.ATC.LL.MIT.EDU [129.55.42.24]) by mail.gnome.org (Postfix) with ESMTP id 323D618AA6 for ; Mon, 7 Jul 2003 11:03:42 -0400 (EDT) Received: from draco.ll.g41g42 (draco [129.55.43.36]) by dfw-sun0.ATC.LL.MIT.EDU (8.12.9/8.12.6) with ESMTP id h67F3f3s025129 for ; Mon, 7 Jul 2003 11:03:41 -0400 (EDT) Received: from draco (draco [129.55.43.36]) by draco.ll.g41g42 (8.11.6+Sun/8.9.1) with SMTP id h67F3fo09712 for ; Mon, 7 Jul 2003 11:03:41 -0400 (EDT) Message-Id: <200307071503.h67F3fo09712@draco.ll.g41g42> Date: Mon, 7 Jul 2003 11:03:41 -0400 (EDT) From: "Richard A. Hogaboom" Reply-To: "Richard A. Hogaboom" Subject: Selection Color in GtkCTree To: gtk-list@gnome.org MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Content-MD5: WE/RNKLNSQG1wZpjSntfbQ== X-Mailer: dtmail 1.3.0 @(#)CDE Version 1.4.2 SunOS 5.8 sun4u sparc Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I want to have a GtkCTree(GTK 1.2+) that has multiple selections of different colors that are all set programatically. I've tried gdk_gc_set_foreground(style->fg_gc[GTK_STATE_SELECTED], &color_red); gtk_ctree_select(tree, widget); gdk_gc_set_foreground(style->fg_gc[GTK_STATE_SELECTED], &color_green); gtk_ctree_select(tree, other_widget); but this only changes all the selected widgets to the last color(green). There are 5 states, 7 gc's in a style, and both fore/back ground colors. Some combination must actually do it. Has anybody tried this? with maybe some example code? Dick ------------- Richard Hogaboom MIT / Lincoln Laboratory 244 Wood St. Lexington, MA 02173-9108 voice: (781)-981-0276 fax: (781)-981-3220 hogaboom@ll.mit.edu From roger@whinlatter.uklinux.net Mon Jul 7 15:00:15 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from zinc.btinternet.com (zinc.btinternet.com [194.73.73.148]) by mail.gnome.org (Postfix) with ESMTP id 7AC581812B for ; Mon, 7 Jul 2003 15:00:15 -0400 (EDT) Received: from dial81-135-105-176.in-addr.btopenworld.com ([81.135.105.176] helo=whinlatter.uklinux.net) by zinc.btinternet.com with esmtp (Exim 3.22 #23) id 19ZbDf-0003UH-00 for gtk-list@gnome.org; Mon, 07 Jul 2003 20:00:12 +0100 Received: from roger by whinlatter.uklinux.net with local (Exim 3.36 #1 (Debian)) id 19ZbEz-0001DB-00 for ; Mon, 07 Jul 2003 20:01:33 +0100 To: gtk-list@gnome.org Subject: Converting from GTK+ to Gtkmm From: Roger Leigh Date: Mon, 07 Jul 2003 20:01:33 +0100 Message-ID: <87k7auqhyq.fsf@whinlatter.uklinux.net> User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello, I have written a program in C using GTK+ and libglade. Its callbacks do things like this: void cb_reset( GtkWidget *widget, gpointer data ) { GladeXML *xml; GtkWidget *pg_val; GtkWidget *ri_val; GtkWidget *cf_val; GtkWidget *og_result; GtkWidget *abv_result; xml = glade_get_widget_tree (GTK_WIDGET (widget)); pg_val = glade_xml_get_widget (xml, "pg_entry"); ri_val = glade_xml_get_widget (xml, "ri_entry"); cf_val = glade_xml_get_widget (xml, "cf_entry"); og_result = glade_xml_get_widget (xml, "og_result"); abv_result = glade_xml_get_widget (xml, "abv_result"); gtk_spin_button_set_value (GTK_SPIN_BUTTON(pg_val), 0.0); [...] gtk_label_set_text (GTK_LABEL(abv_result), ""); gtk_widget_grab_focus (pg_val); } The callbacks have two parts: 1. Getting the XML tree and getting the widgets required from the tree. 2. Performing some actions using those widgets. This means that all of the interface construction is done entirely with Glade, and only the callbacks are in the C source file (no need to bung the widgets in a structure and pass them in as "gpointer data" like I did before). Looking at Glademm, it seems can do this, but I'm not sure how to get the XML tree (Gnome::Glade::Xml) from within the callback. Is it possible? The example callbacks I've seen didn't usually take arguments. In an ideal world, I'd like the callbacks to be set-up automatically by libglademm, like I get with glade_xml_signal_autoconnect(). Could this be done? Should using gtkmm/libglademm result in cleaner code than libgtk/libglade? From the little I've seen of it so far, things like signals actually look more complex, but I'm not yet as experienced with C++ as I am with C. Thanks, Roger -- Roger Leigh Printing on GNU/Linux? http://gimp-print.sourceforge.net/ GPG Public Key: 0x25BFB848 available on public keyservers From shaunm@wolfram.com Mon Jul 7 15:23:37 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from wolfram.com (wri-dns0.wolfram.com [140.177.205.10]) by mail.gnome.org (Postfix) with ESMTP id 849341835D for ; Mon, 7 Jul 2003 15:23:37 -0400 (EDT) Received: from shaunmlx.wolfram.com (shaunmlx.wolfram.com [140.177.4.220]) by wolfram.com (8.11.2/8.11.2) with ESMTP id h67JNYj06172; Mon, 7 Jul 2003 14:23:34 -0500 Subject: Re: What replaces GtkHTML in GTK2 From: Shaun McCance To: Thomas Frayne Cc: gtk-list In-Reply-To: <1057408888.15799.30.camel@localhost.localdomain> References: <1057408888.15799.30.camel@localhost.localdomain> Content-Type: text/plain Organization: Wolfram Research, Inc. Message-Id: <1057605753.23923.7.camel@shaunmlx.wolfram.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.1 Date: 07 Jul 2003 14:22:34 -0500 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: GtkHTML1 is replaced by GtkHTML2. GtkHTML2 is typically packaged separately from GTK2. On my system, the GtkHTML2 header files are located in /usr/include/gtkhtml-2.0/libgtkhtml. GtkHTML1 and GtkHTML2 are quite different. Yelp has both a GtkHTML1 backend and a GtkHTML2 backend. Take a look at Yelp's source to get an idea of how to use them, and how they're different. -- Shaun On Sat, 2003-07-05 at 07:41, Thomas Frayne wrote: > I am using Redhat 9, Gnome 2.2. > > GtkHTML is defined in gtkhtml-types.h in GTK1, but I could not find a > GTK2 header file containing GtkHTML. Am I missing a GTK2 header file? > Is there a GTK2 replacement for GtkHTML? > > It would also help if I could find a function that used GtkHTML in GTK1 > and was ported to GTK2 using some other feature. > > > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list From kdilip_s@yahoo.co.in Tue Jul 8 09:14:38 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from web8004.mail.in.yahoo.com (web8004.mail.in.yahoo.com [203.199.70.64]) by mail.gnome.org (Postfix) with SMTP id 2E8A9189C0 for ; Tue, 8 Jul 2003 09:14:38 -0400 (EDT) Message-ID: <20030708131435.19886.qmail@web8004.mail.in.yahoo.com> Received: from [193.166.111.227] by web8004.mail.in.yahoo.com via HTTP; Tue, 08 Jul 2003 14:14:35 BST Date: Tue, 8 Jul 2003 14:14:35 +0100 (BST) From: =?iso-8859-1?q?dilip=20kumar?= Subject: unsubcribe To: gtk-list@gnome.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: From froschi.der.grosse@web.de Sun Jul 6 15:26:51 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mailgate5.cinetic.de (mailgate5.cinetic.de [217.72.192.165]) by mail.gnome.org (Postfix) with ESMTP id 0B51D1836C for ; Sun, 6 Jul 2003 15:26:51 -0400 (EDT) Received: from web.de (fmomail02.dlan.cinetic.de [172.20.1.46]) by mailgate5.cinetic.de (8.11.6p2/8.11.2/SuSE Linux 8.11.0-0.4) with SMTP id h66JQnQ02089 for gtk-list@gnome.org; Sun, 6 Jul 2003 21:26:50 +0200 Date: Sun, 6 Jul 2003 21:26:50 +0200 Message-Id: <200307061926.h66JQnQ02089@mailgate5.cinetic.de> MIME-Version: 1.0 Organization: http://freemail.web.de/ From: =?iso-8859-1?Q? "Nase=20Wei=DF" ?= To: gtk-list@gnome.org Subject: Precedence: fm-user Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: hi. I would like to ask wether anyone could pleas send me the GTK+ 2.0 - Tutorial as a .zip or gz - file. Thank you.M ______________________________________________________________________________ Jetzt 52 verschiedene Briefpapiere fur Ihre E-Mails bei WEB.DE FreeMail - http://freemail.web.de/features/?mc=021140 From andrej.prsa@guest.arnes.si Tue Jul 8 12:26:28 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from rigljica.arnes.si (rigljica.arnes.si [193.2.1.82]) by mail.gnome.org (Postfix) with ESMTP id 8B618185E0 for ; Tue, 8 Jul 2003 12:26:28 -0400 (EDT) Received: from razor.arnes.si (razor.arnes.si [193.2.1.80]) by rigljica.arnes.si (Postfix) with ESMTP id E18006E7C9 for ; Tue, 8 Jul 2003 18:26:27 +0200 (MEST) Received: from gemma (unknown [193.2.110.237]) by razor.arnes.si (Postfix) with SMTP id D3A95399459 for ; Tue, 8 Jul 2003 18:26:26 +0200 (MEST) Date: Tue, 8 Jul 2003 18:24:34 +0200 From: Andrej Prsa To: GTK Mailing list Subject: Geting a GtkTreeModel out of GtkTreeViewColumn Message-Id: <20030708182434.320a7c4b.andrej.prsa@guest.arnes.si> Organization: Faculty of Mathematics and Physics X-Mailer: Sylpheed version 0.9.3 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello, everyone! Could anyone please tell me if it's possible to extract the parent GtkTreeModel out of GtkTreeViewColumn? Or, if someone could maybe suggest a better way to extract the data from the selected column in a function where GtkTreeViewColumn *column and int row are arguments, e.g. char *get_cell_contents (GtkTreeViewColumn *column, int row) { ??? } Thanks, Andrej From edscott@imp.mx Tue Jul 8 21:54:56 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from www.imp.mx (www.imp.mx [192.100.181.86]) by mail.gnome.org (Postfix) with ESMTP id C7B0818662 for ; Tue, 8 Jul 2003 21:54:54 -0400 (EDT) Received: from [192.168.122.241] (IDENT:edscott@[192.168.122.241]) by www.imp.mx (SGI-8.9.3p2/8.9.3) with ESMTP id UAA04961; Tue, 8 Jul 2003 20:54:48 -0500 (CDT) Subject: Re: Geting a GtkTreeModel out of GtkTreeViewColumn From: edscott wilson garcia To: andrej.prsa@guest.arnes.si, gtk-list@gnome.org In-Reply-To: <20030708182434.320a7c4b.andrej.prsa@guest.arnes.si> References: <20030708182434.320a7c4b.andrej.prsa@guest.arnes.si> Content-Type: text/plain; charset=ISO-8859-15 Message-Id: <1057715686.30875.23.camel@sagitario.eco.imp.mx> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 08 Jul 2003 20:54:46 -0500 Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: El mar, 08-07-2003 a las 11:24, Andrej Prsa escribió: > Hello, everyone! > > Could anyone please tell me if it's possible to extract the parent > GtkTreeModel out of GtkTreeViewColumn? > > Or, if someone could maybe suggest a better way to extract the data from > the selected column in a function where GtkTreeViewColumn *column and int > row are arguments, e.g. > > char *get_cell_contents (GtkTreeViewColumn *column, int row) > { > ??? > } > I would use g_object_set_data to associate the treemodel pointer with the treeviewcolumn upon creation of the treeviewcolumn, and then use g_object_get_data to retrieve the treemodel upon entering *get_cell_contents(). Although this is based on the "least effort" criteria, there is probably a simpler way (there always is). Edscott > Thanks, > > Andrej > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list > From diego@otello.alma.unibo.it Wed Jul 9 02:18:47 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from otello.alma.unibo.it (otello.alma.unibo.it [137.204.24.163]) by mail.gnome.org (Postfix) with ESMTP id E9ED018634 for ; Wed, 9 Jul 2003 02:18:46 -0400 (EDT) Received: from otello.alma.unibo.it (unknown [137.204.24.167]) by otello.alma.unibo.it (Postfix) with ESMTP id C0DFB6C3 for ; Wed, 9 Jul 2003 03:53:56 -0400 (EDT) Message-ID: <3F0BD05F.38CFFC36@otello.alma.unibo.it> Date: Wed, 09 Jul 2003 08:20:47 +0000 From: Diego Zuccato X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.21-rc6-ac2 i686) X-Accept-Language: it, en MIME-Version: 1.0 To: GtkList Subject: Re: Geting a GtkTreeModel out of GtkTreeViewColumn References: <20030708182434.320a7c4b.andrej.prsa@guest.arnes.si> <1057715686.30875.23.camel@sagitario.eco.imp.mx> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: edscott wilson garcia wrote: > I would use g_object_set_data to associate the treemodel pointer with > the treeviewcolumn upon creation of the treeviewcolumn, and then use > g_object_get_data to retrieve the treemodel upon entering > *get_cell_contents(). Although this is based on the "least effort" > criteria, there is probably a simpler way (there always is). Uhm... The GtkTreeViewColumn KNOWS in which GtkTreeView it is (column->tree_view), so no need to use set_data, except for a "conceptual" design issue (it's not good to access internal data directly - this usually is due to a missing API function). BYtE, Diego. From cvatavu@skim.com Wed Jul 9 05:34:47 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from spf13.us4.outblaze.com (205-158-62-67.outblaze.com [205.158.62.67]) by mail.gnome.org (Postfix) with ESMTP id 2BF6718D4A for ; Wed, 9 Jul 2003 05:34:47 -0400 (EDT) Received: from 205-158-62-68.outblaze.com (205-158-62-68.outblaze.com [205.158.62.68]) by spf13.us4.outblaze.com (Postfix) with QMQP id E5563181AA21 for ; Wed, 9 Jul 2003 09:34:45 +0000 (GMT) Received: (qmail 63826 invoked from network); 9 Jul 2003 09:34:45 -0000 Received: from unknown (HELO ws5-7.us4.outblaze.com) (205.158.62.156) by 205-158-62-153.outblaze.com with SMTP; 9 Jul 2003 09:34:45 -0000 Received: (qmail 8858 invoked by uid 1001); 9 Jul 2003 09:36:04 -0000 Message-ID: <20030709093604.8855.qmail@skim.com> Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-Mailer: MIME-tools 5.41 (Entity 5.404) Received: from [163.242.237.119] by ws5-7.us4.outblaze.com with http for cvatavu@skim.com; Wed, 09 Jul 2003 17:36:03 +0800 From: "cvatavu ::skim.com::" To: gtk-list@gnome.org Date: Wed, 09 Jul 2003 17:36:03 +0800 Subject: win32 problems... X-Originating-Ip: 163.242.237.119 X-Originating-Server: ws5-7.us4.outblaze.com Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi list. I have tried for several days to use the giochannels in win32, but without any success. The thread that should receive data through the channel doesn't receive anything at all (gtk_main) and the sender thread block after some time (buffer full?). (I'm using g_io_add_watch on a channel created with g_io_channel_unix_new on a pipe fd[0].) Then I downloaded the glib-2.2.2 for win32. This one can't even create a channel on a pipe()d fd: GLib-WARNING **: giowin32.c:1500: 3 is neither a file descriptor or a socket At giowin32.c:1500 there's a fstat() which should return 0!!! Then I tried to compile glib-2.2.2 myself (using MSVC) but again no success. Where's _g_trio_printf defined anyway ? Is glib-2.2.2 compilable on Win32 (I'm using WinNT SP6) ? Finally, is there another portable way to signal gtk_main from another thread besides g_io_add_watch ? Please enlighten me, and please excuse me if this has been reported allready. Thanks, Calin -- _______________________________________________ Get your free email from http://mymail.skim.com From Tottimyong@netscape.net Wed Jul 9 06:59:56 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from imo-r01.mx.aol.com (imo-r01.mx.aol.com [152.163.225.97]) by mail.gnome.org (Postfix) with ESMTP id BD2D218329; Wed, 9 Jul 2003 06:59:55 -0400 (EDT) Received: from Tottimyong@netscape.net by imo-r01.mx.aol.com (mail_out_v36_r1.1.) id h.ed.93baab5 (16227); Wed, 9 Jul 2003 06:59:47 -0400 (EDT) Received: from netscape.net ([218.87.60.39]) by air-in02.mx.aol.com (v94.1) with ESMTP id MAILININ23-3f633f0bf5a063; Wed, 09 Jul 2003 06:59:46 -0400 Message-ID: <3F0BF549.50701@netscape.net> Date: Wed, 09 Jul 2003 18:58:17 +0800 From: myong User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-devel-list , gtk-list Subject: about transparent Content-Type: text/plain; charset=gb18030; format=flowed Content-Transfer-Encoding: 7bit X-Mailer: Unknown (No Version) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello, We know the gnome-terminal and xchat can display transparent effect that we can see the desktop background. I want to know how to use gtk to do it? From andrej.prsa@guest.arnes.si Wed Jul 9 11:32:37 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from rigljica.arnes.si (rigljica.arnes.si [193.2.1.82]) by mail.gnome.org (Postfix) with ESMTP id A51B31813B for ; Wed, 9 Jul 2003 11:32:37 -0400 (EDT) Received: from razor.arnes.si (razor.arnes.si [193.2.1.80]) by rigljica.arnes.si (Postfix) with ESMTP id DEA626E705 for ; Wed, 9 Jul 2003 17:32:36 +0200 (MEST) Received: from gemma (ar16-140i.dial-up.arnes.si [194.249.11.140]) by razor.arnes.si (Postfix) with SMTP id 9C8A33994C1 for ; Wed, 9 Jul 2003 17:32:34 +0200 (MEST) Date: Wed, 9 Jul 2003 17:00:47 +0200 From: Andrej Prsa To: GTK Mailing list Subject: Getting column index out of GtkTreeViewColumn Message-Id: <20030709170047.701f7173.andrej.prsa@guest.arnes.si> Organization: Faculty of Mathematics and Physics X-Mailer: Sylpheed version 0.9.3 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi! I really missed a function that would return the index of a GtkTreeViewColumn given as an argument, so I wrote (a very inefficient and probably even messy but functional) routine myself; maybe someone would use it too, so here it goes: gint gtk_tree_view_column_get_index (GtkTreeViewColumn *column) { GtkTreeView *tree = GTK_TREE_VIEW (column->tree_view); GList *cols = gtk_tree_view_get_columns (tree); int counter = 0; while (cols != NULL) { if (column == GTK_TREE_VIEW_COLUMN (cols->data)) { g_list_free (cols); return counter; } cols = cols->next; counter++; } g_list_free (cols); return -1; } Best regards, Andrej From mrroach@okmaybe.com Wed Jul 9 11:53:58 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from flamingo.mail.pas.earthlink.net (flamingo.mail.pas.earthlink.net [207.217.120.232]) by mail.gnome.org (Postfix) with ESMTP id E6A9818E12 for ; Wed, 9 Jul 2003 11:53:57 -0400 (EDT) Received: from user-0cald46.cable.mindspring.com ([24.170.180.134] helo=localhost) by flamingo.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 19aHGU-0001qU-00 for gtk-list@gnome.org; Wed, 09 Jul 2003 08:53:55 -0700 Received: from localhost ([127.0.0.1] helo=[192.168.150.13]) by localhost with asmtp (Exim 3.35 #1 (Debian)) id 19aHGT-0000T3-00 for ; Wed, 09 Jul 2003 10:53:53 -0500 Subject: incremental image scaling with gdkpixbuf From: Mark Roach To: gtk-list@gnome.org Content-Type: text/plain Message-Id: <1057765761.14173.58.camel@flmrroach> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 09 Jul 2003 11:49:21 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I am using gdkpixbuf to scale some very large tiff images and am running into performance issues on some slower computers. The most important goal is for users to be able to switch "pages" quickly, so my thought was to do something similar to EOG and perform a low quality scale (NEAREST, I guess) and queue the BILINEAR scale in an idle handler, but I am unsure how to do this. EOG seems to make use of libart for this, but libart seems linked to X and this is a windows application. Can anyone give me some pointers on how I might do this with just GdkPixbuf? Thanks, Mark Roach From bdkr@highsidecafe.com Wed Jul 9 18:20:11 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cedar.phpwebhosting.com (unknown [64.239.37.230]) by mail.gnome.org (Postfix) with SMTP id CBBC0180F5 for ; Wed, 9 Jul 2003 18:20:10 -0400 (EDT) Received: (qmail 7739 invoked by uid 454); 9 Jul 2003 22:20:10 -0000 Received: from unknown (HELO highsidecafe.com) (200.62.21.142) by cedar.phpwebhosting.com with SMTP; 9 Jul 2003 22:20:10 -0000 Message-ID: <3F0C93FF.6030107@highsidecafe.com> Date: Wed, 09 Jul 2003 18:15:27 -0400 From: BDKR Organization: Highside Cafe User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.2.1) Gecko/20030225 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: Configure woes Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I'm sorry if this is somehow stupid, but is anybody else expereincing a problem with the configuration script? The first problem appears (in other words, I really don't know :-^) to be at line 3353. 3353 and 3354 are below. PHP_GTK_ARG_ENABLE(debug, whether to include debugging symbols, --enable-debug Compile with debugging symbols., no) I commented both of them out and the script continued past without any complaint. However, I later see this... checking for working mkdir -p... yes mkdir: too few arguments Try `mkdir --help' for more information. It seems the script isn't passing something too the mkdir command, however, I'm at a loss to see what it is. Anybody have any knowledge of this problem? Cheers, BDKR From Murray.Cumming@Comneon.com Thu Jul 10 03:59:26 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mx-in-01.simplementehosting.net (mx-in-01.simplementehosting.net [66.216.79.177]) by mail.gnome.org (Postfix) with ESMTP id 33C5F18147 for ; Thu, 10 Jul 2003 03:59:26 -0400 (EDT) Received: from smtp1.infineon.com (smtp1.infineon.com [194.175.117.76]) by mx-in-01.simplementehosting.net (Postfix) with ESMTP id 98FF1234054 for ; Thu, 10 Jul 2003 02:59:24 -0500 (CDT) Received: from vihsx03a.vih.infineon.com (vih.ifx-mail3.com [172.31.163.97]) by smtp1.infineon.com (8.12.9/8.12.9) with ESMTP id h6A7w3mS006185; Thu, 10 Jul 2003 09:58:03 +0200 (MEST) Received: by vihsx03a.vih.infineon.com with Internet Mail Service (5.5.2653.19) id ; Thu, 10 Jul 2003 09:59:49 +0200 Message-ID: <258B0164D480D5118D900800062B3858011C5E20@vihsx09a.vih.infineon.com> From: Murray.Cumming@Comneon.com To: bdkr@highsidecafe.com, gtk-list@gnome.org Subject: RE: Configure woes Date: Thu, 10 Jul 2003 09:59:02 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > From: BDKR [mailto:bdkr@highsidecafe.com] > I'm sorry if this is somehow stupid, but is anybody else > expereincing a > problem with the configuration script? For GTK+? What version? What linux/unix distro are you using? > The first problem appears (in other words, I really don't > know :-^) to > be at line 3353. 3353 and 3354 are below. > > PHP_GTK_ARG_ENABLE(debug, whether to include debugging symbols, > --enable-debug Compile with debugging symbols., no) > > I commented both of them out and the script continued past > without any > complaint. However, I later see this... > > checking for working mkdir -p... yes > mkdir: too few arguments > Try `mkdir --help' for more information. > > It seems the script isn't passing something too the mkdir command, > however, I'm at a loss to see what it is. Anybody have any > knowledge of > this problem? Murray Cumming murrayc@usa.net www.murrayc.com Remember to use the "Reply To All" feature with mailing lists. From andrew@solvo.ru Thu Jul 10 04:40:17 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mx-in-01.simplementehosting.net (mx-in-01.simplementehosting.net [66.216.79.177]) by mail.gnome.org (Postfix) with ESMTP id B6AB01818F; Thu, 10 Jul 2003 04:40:17 -0400 (EDT) Received: from gate.solvo.ru (gate.solvo.ru [195.201.44.1]) by mx-in-01.simplementehosting.net (Postfix) with ESMTP id D8D69234056; Thu, 10 Jul 2003 03:40:02 -0500 (CDT) Received: from tiger.solvo.ru (IDENT:postfix@tiger.solvo.ru [195.201.44.204]) by gate.solvo.ru (8.11.6/8.11.6) with ESMTP id h6A8csO19109; Thu, 10 Jul 2003 12:38:54 +0400 Received: by tiger.solvo.ru (Postfix, from userid 504) id 12DA590701; Thu, 10 Jul 2003 12:38:48 +0400 (MSD) Received: from solvo.ru (phoenix.solvo.ru [195.201.44.78]) by tiger.solvo.ru (Postfix) with ESMTP id B214A90700; Thu, 10 Jul 2003 12:38:47 +0400 (MSD) Message-ID: <3F0D26FC.3080601@solvo.ru> Date: Thu, 10 Jul 2003 12:42:36 +0400 From: "Andrew E. Makeev" Organization: Solvo Ltd. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225 X-Accept-Language: ru, en MIME-Version: 1.0 To: gtkmm-main , GTK-MAIN Subject: How to remove child_anchor from TextView? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Milter: Spamilter Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi all, How could I remove child_anchor from TextView buffer? I've tried that way: Gtk::TextIter iter = textBuffer->get_iter_at_child_anchor (myAnchor); textBuffer->erase (iter, iter); Any suggestion? Hopefully, I will get answer from GTKMM list... thanks in advance, -andrew From salonj@hotmail.com Thu Jul 10 04:40:23 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mx-in-01.simplementehosting.net (mx-in-01.simplementehosting.net [66.216.79.177]) by mail.gnome.org (Postfix) with ESMTP id 9FF9B1818F for ; Thu, 10 Jul 2003 04:40:23 -0400 (EDT) Received: from hotmail.com (bay7-f75.bay7.hotmail.com [64.4.11.75]) by mx-in-01.simplementehosting.net (Postfix) with ESMTP id C1450234054 for ; Thu, 10 Jul 2003 03:40:12 -0500 (CDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 10 Jul 2003 01:39:48 -0700 Received: from 219.140.158.53 by by7fd.bay7.hotmail.msn.com with HTTP; Thu, 10 Jul 2003 08:39:48 GMT X-Originating-IP: [219.140.158.53] X-Originating-Email: [salonj@hotmail.com] From: "salon j" To: gtk-list@gnome.org Subject: help....,urgent Date: Thu, 10 Jul 2003 08:39:48 +0000 Mime-Version: 1.0 Content-Type: text/plain; charset=gb2312; format=flowed Message-ID: X-OriginalArrivalTime: 10 Jul 2003 08:39:48.0699 (UTC) FILETIME=[D2918AB0:01C346BE] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: when i use gdk_pixmap_create_from_xpm()create pixmap, i return the NULL value. why, before i use i had unref the pixmap. _________________________________________________________________ ÓëÁª»úµÄÅóÓѽøÐн»Á÷£¬ÇëʹÓà MSN Messenger: http://messenger.msn.com/cn From bdkr@highsidecafe.com Thu Jul 10 08:00:11 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cedar.phpwebhosting.com (unknown [64.239.37.230]) by mail.gnome.org (Postfix) with SMTP id 03CD9182BD for ; Thu, 10 Jul 2003 08:00:11 -0400 (EDT) Received: (qmail 27562 invoked by uid 454); 10 Jul 2003 12:00:08 -0000 Received: from unknown (HELO highsidecafe.com) (200.62.21.142) by cedar.phpwebhosting.com with SMTP; 10 Jul 2003 12:00:08 -0000 Message-ID: <3F0D542F.6090005@highsidecafe.com> Date: Thu, 10 Jul 2003 07:55:27 -0400 From: BDKR Organization: Highside Cafe User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.2.1) Gecko/20030225 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Murray.Cumming@Comneon.com Cc: gtk-list@gnome.org Subject: Re: Configure woes References: <258B0164D480D5118D900800062B3858011C5E20@vihsx09a.vih.infineon.com> In-Reply-To: <258B0164D480D5118D900800062B3858011C5E20@vihsx09a.vih.infineon.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Murray.Cumming@Comneon.com wrote: >>From: BDKR [mailto:bdkr@highsidecafe.com] >>I'm sorry if this is somehow stupid, but is anybody else >>expereincing a >>problem with the configuration script? >> >> > >For GTK+? What version? > >What linux/unix distro are you using? > > > >>The first problem appears (in other words, I really don't >>know :-^) to >>be at line 3353. 3353 and 3354 are below. >> >>PHP_GTK_ARG_ENABLE(debug, whether to include debugging symbols, >>--enable-debug Compile with debugging symbols., no) >> >>I commented both of them out and the script continued past >>without any >>complaint. However, I later see this... >> >>checking for working mkdir -p... yes >>mkdir: too few arguments >>Try `mkdir --help' for more information. >> >>It seems the script isn't passing something too the mkdir command, >>however, I'm at a loss to see what it is. Anybody have any >>knowledge of >>this problem? >> >> > >Murray Cumming >murrayc@usa.net >www.murrayc.com >Remember to use the "Reply To All" feature with mailing lists. >_______________________________________________ >gtk-list mailing list >gtk-list@gnome.org >http://mail.gnome.org/mailman/listinfo/gtk-list > > > > Sorry about not supplying version info. RH9 and PHP-GTK 0.5.2 Cheers, BDKR From yanggolf@yeah.net Thu Jul 10 08:11:54 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from yeah.net (unknown [202.108.36.216]) by mail.gnome.org (Postfix) with SMTP id E6E7C1810A for ; Thu, 10 Jul 2003 08:11:53 -0400 (EDT) Received: from jetta (unknown [61.233.7.119]) by 192.168.1.216 (Coremail) with SMTP id T3wGAAdYDT9cAAd3.1 for ; Thu, 10 Jul 2003 20:11:52 +0800 (CST) X-Originating-IP: [61.233.7.119] From: "yangxiaoli" To: gdk-list Subject: gdk_gc_set_line_attribute does not work X-mailer: Foxmail 4.2 [cn] Mime-Version: 1.0 Content-Type: text/plain; charset="GB2312" Content-Transfer-Encoding: 7bit Date: Thu, 10 Jul 2003 20:10:8 +0800 Message-Id: <20030710121153.E6E7C1810A@mail.gnome.org> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: in my program I want to draw wide line ,but the wide of line drawed is only 1,not the value I set using "gdk_gc_set_line_attribute" why? GdkDrawable *pixmap; .... gc = gdk_gc_new (pixmap); gdk_gc_set_foreground(gc, (GdkColor *)color); gdk_gc_set_line_attributes(gc,9, GDK_LINE_SOLID,0,0); ... ========================= yangxiaoli yanggolf@yeah.net 2003-07-10 From Murray.Cumming@Comneon.com Thu Jul 10 08:16:54 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp1.infineon.com (smtp1.infineon.com [194.175.117.76]) by mail.gnome.org (Postfix) with ESMTP id C25481832A for ; Thu, 10 Jul 2003 08:16:53 -0400 (EDT) Received: from vihsx03a.vih.infineon.com (vih.ifx-mail3.com [172.31.163.97]) by smtp1.infineon.com (8.12.9/8.12.9) with ESMTP id h6ACFrmS025320; Thu, 10 Jul 2003 14:15:53 +0200 (MEST) Received: by vihsx03a.vih.infineon.com with Internet Mail Service (5.5.2653.19) id ; Thu, 10 Jul 2003 14:17:38 +0200 Message-ID: <258B0164D480D5118D900800062B3858011C5E45@vihsx09a.vih.infineon.com> From: Murray.Cumming@Comneon.com To: bdkr@highsidecafe.com Cc: gtk-list@gnome.org Subject: RE: Configure woes Date: Thu, 10 Jul 2003 14:16:51 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > Sorry about not supplying version info. > > RH9 and PHP-GTK 0.5.2 Isn't there a PHP-GTK mailing list? Murray Cumming murrayc@usa.net www.murrayc.com Remember to use the "Reply To All" feature with mailing lists. From bdkr@highsidecafe.com Thu Jul 10 08:23:55 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cedar.phpwebhosting.com (unknown [64.239.37.230]) by mail.gnome.org (Postfix) with SMTP id 8DE9D1831F for ; Thu, 10 Jul 2003 08:23:55 -0400 (EDT) Received: (qmail 29880 invoked by uid 454); 10 Jul 2003 12:23:53 -0000 Received: from unknown (HELO highsidecafe.com) (200.62.21.142) by cedar.phpwebhosting.com with SMTP; 10 Jul 2003 12:23:53 -0000 Message-ID: <3F0D59C1.1000700@highsidecafe.com> Date: Thu, 10 Jul 2003 08:19:13 -0400 From: BDKR Organization: Highside Cafe User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.2.1) Gecko/20030225 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Murray.Cumming@Comneon.com Cc: gtk-list@gnome.org Subject: Re: Configure woes References: <258B0164D480D5118D900800062B3858011C5E45@vihsx09a.vih.infineon.com> In-Reply-To: <258B0164D480D5118D900800062B3858011C5E45@vihsx09a.vih.infineon.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Murray.Cumming@Comneon.com wrote: >>Sorry about not supplying version info. >> >>RH9 and PHP-GTK 0.5.2 >> >> > >Isn't there a PHP-GTK mailing list? > >Murray Cumming >murrayc@usa.net >www.murrayc.com >Remember to use the "Reply To All" feature with mailing lists. > > > > I followed a sign up process on gtk.php.net. I must have mis-grokked something. Sorrry about that. I'll check again. Cheers, BDKR From Nicholas.Gortari@gdds.com Thu Jul 10 15:55:09 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from az25ege01.gd-decisionsystems.com (mail.gdds.com [63.226.32.21]) by mail.gnome.org (Postfix) with SMTP id 5C33718714 for ; Thu, 10 Jul 2003 15:55:08 -0400 (EDT) Received: from az25egi01.gddsi.com ([10.240.12.60]) by az25ege01 with InterScan Messaging Security Suite; Thu, 10 Jul 2003 12:59:19 -0700 Received: from az25exf01.gddsi.com ([10.240.12.50]) by 10.240.12.60 with InterScan Messaging Security Suite; Thu, 10 Jul 2003 12:51:23 -0700 Received: from AZ25EXM01N2.gddsi.com ([10.240.12.42]) by az25exf01.gddsi.com with Microsoft SMTPSVC(5.0.2195.5329); Thu, 10 Jul 2003 12:52:34 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: Internal Data Date: Thu, 10 Jul 2003 12:52:33 -0700 Message-ID: <5F5C6B5ACAB8CE4E8BB6D37A18CD45590264ABF7@AZ25EXM01N2.gddsi.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Internal Data Thread-Index: AcNHHM5De4l0a5YXTYuwSdVN+WdxCw== From: "Gortari Nicholas-p56512" To: X-OriginalArrivalTime: 10 Jul 2003 19:52:34.0348 (UTC) FILETIME=[CE5EC6C0:01C3471C] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Is there any way to add a widget or some sort of object to a window that = will hold internal/hidden data? I am writing a dialog that receives an = integer value on creation and then passes that same value to a = on_button_clicked callback. Ideas? From douglas@camelot.mssm.edu Thu Jul 10 16:14:10 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from camelot.mssm.edu (camelot.mssm.edu [146.203.28.32]) by mail.gnome.org (Postfix) with ESMTP id BDE3318440 for ; Thu, 10 Jul 2003 16:14:09 -0400 (EDT) Received: from SPIKE2 ([146.203.2.154]) by camelot.mssm.edu (8.11.6/8.11.2) with SMTP id h6AJsgD16729 for ; Thu, 10 Jul 2003 15:54:42 -0400 Message-ID: <001101c3471f$df388f50$9a02cb92@SPIKE2> From: "Doug Ehlenberger" To: Subject: g_type_class_unref() Date: Thu, 10 Jul 2003 16:14:27 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000E_01C346FE.562FDA40" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is a multi-part message in MIME format. ------=_NextPart_000_000E_01C346FE.562FDA40 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Can anyone explain the usage of g_type_class_unref()? I need to clean up = dynamically allocated memory within class structures. Thanks.=20 Doug ------=_NextPart_000_000E_01C346FE.562FDA40 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Can anyone explain the usage of=20 g_type_class_unref()? I need to clean up dynamically allocated memory = within=20 class structures. Thanks.
 
Doug
------=_NextPart_000_000E_01C346FE.562FDA40-- From david@davemalcolm.demon.co.uk Thu Jul 10 18:11:02 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from anchor-post-39.mail.demon.net (anchor-post-39.mail.demon.net [194.217.242.80]) by mail.gnome.org (Postfix) with ESMTP id 01145186AD for ; Thu, 10 Jul 2003 18:11:01 -0400 (EDT) Received: from davemalcolm.demon.co.uk ([80.177.172.172] helo=[192.168.0.2]) by anchor-post-39.mail.demon.net with esmtp (Exim 3.36 #2) id 19ajcw-0005oQ-0U; Thu, 10 Jul 2003 23:10:58 +0100 Subject: Re: Internal Data From: Dave Malcolm To: Gortari Nicholas-p56512 Cc: gtk-list@gnome.org In-Reply-To: <5F5C6B5ACAB8CE4E8BB6D37A18CD45590264ABF7@AZ25EXM01N2.gddsi.com> References: <5F5C6B5ACAB8CE4E8BB6D37A18CD45590264ABF7@AZ25EXM01N2.gddsi.com> Content-Type: text/plain Organization: Message-Id: <1057878739.2203.2021.camel@shirehorse1> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-5) Date: 10 Jul 2003 23:12:20 +0000 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Thu, 2003-07-10 at 19:52, Gortari Nicholas-p56512 wrote: > Is there any way to add a widget or some sort of object to a window that will hold internal/hidden data? I am writing a dialog that receives an integer value on creation and then passes that same value to a on_button_clicked callback. Ideas? You have at least three options: (i) Set the data as the user_data when you connect to the signal; it will get passed as a parameter to the callback - though only to that callback. (ii) If the data is shared between multiple callbacks, you can attach it as generic data to the dialog. Under GTK 2.* , look at g_object_set_data and g_object_get_data; under GTK 1.*, look at gtk_object_set_data, gtk_object_get_data (IIRC). This is good if you've got data shared between several callbacks. (iii) Create a custom dialog subclass. Do this if you've got lots of data, with complicated semantics. But it can be pain. I tend to go for method (ii) Good luck! Dave Malcolm From decio.alex@bol.com.br Thu Jul 10 23:00:38 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from sankara1.bol.com.br (sankara1.bol.com.br [200.221.24.109]) by mail.gnome.org (Postfix) with ESMTP id B4F53187B4 for ; Thu, 10 Jul 2003 23:00:37 -0400 (EDT) Received: from thot (unknown [172.26.5.200]) by sankara1.bol.com.br (Postfix) with SMTP id DAFC47D48 for ; Fri, 11 Jul 2003 00:00:32 -0300 (BRT) Message-ID: <001b01c34759$6e1a88c0$0100a8c0@thot> From: "Decio Alexandre" To: Subject: GTK and PHP Web Applications Date: Thu, 10 Jul 2003 23:56:39 -0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0009_01C3473E.E78ABEC0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Sender-IP: 200.149.11.43 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is a multi-part message in MIME format. ------=_NextPart_000_0009_01C3473E.E78ABEC0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi everyone! My name is Decio and i am new to the list as well as to PHP GTK. I live = in Brazil and I am primarily a designer but do love to do some = programing in my spare time. Well I have a question, and maybe you can help me. Me and my fiancee have been developping a web application to help = technicians manage their clients over the web. We are just about a week = or so from finishing it, just for the fun of it, actually. Well the = thing is that a few days ago her brother asked us if there was a way to = use this application offline, like a windows application. That's when I came to try and discover what PHP GTk was all about and i = have just loved it. But I am wondering if there's any way I can port my = application when it's finished to PHP GTk, or if I will have to do the = job all over again. In any of the two situations, what are the main aspects I should = consider and have to keep in mind before doing it? variable, functions, = MySQL interaction and all? Is there any tools in the web that could help = me do the work? Thanks for your help. D=E9cio --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.497 / Virus Database: 296 - Release Date: 04/07/03 ------=_NextPart_000_0009_01C3473E.E78ABEC0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi everyone!
 
My name is Decio and i am new to the = list as well=20 as to PHP GTK. I live in Brazil and I am primarily a designer but do = love to do=20 some programing in my spare time.
 
Well I have a question, and maybe you = can help=20 me.
 
Me and my fiancee have been = developping a web=20 application to help technicians manage their clients over the web. We = are just=20 about a week or so from finishing it, just for the fun of it, actually. = Well the=20 thing is that a few days ago her brother asked us if there was a way to = use this=20 application offline, like a windows application.
 
That's when I came to try and discover = what PHP GTk=20 was all about and i have just loved it. But I am wondering if there's = any way I=20 can port my application when it's finished to PHP GTk, or if I will have = to do=20 the job all over again.
 
In any of the two situations, what are = the main=20 aspects I should consider and have to keep in mind before doing it? = variable,=20 functions, MySQL interaction and all? Is there any tools in the web that = could=20 help me do the work?
 
Thanks for your help.
 
D=E9cio
 

---
Outgoing mail is certified = Virus=20 Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: = 6.0.497 /=20 Virus Database: 296 - Release Date: 04/07/03
------=_NextPart_000_0009_01C3473E.E78ABEC0-- From david.hansen@gmx.net Fri Jul 11 07:20:49 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mail.gnome.org (Postfix) with SMTP id B4FB618A2E for ; Fri, 11 Jul 2003 07:20:48 -0400 (EDT) Received: (qmail 16778 invoked by uid 65534); 11 Jul 2003 11:20:47 -0000 Received: from pD9E76EF7.dip.t-dialin.net (EHLO robotron.kosmorama) (217.231.110.247) by mail.gmx.net (mp002) with SMTP; 11 Jul 2003 13:20:47 +0200 Received: from dhansen by robotron.kosmorama with local (Exim 3.35 #1 (Debian)) id 19avxF-0000fN-00 for ; Fri, 11 Jul 2003 13:20:45 +0200 Date: Fri, 11 Jul 2003 13:20:45 +0200 From: David Hansen To: gtk-list@gnome.org Subject: Re: GTK and PHP Web Applications Message-ID: <20030711112045.GA872@robotron.ath.cx> Mail-Followup-To: gtk-list@gnome.org References: <001b01c34759$6e1a88c0$0100a8c0@thot> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="AhhlLboLdkugWU4S" Content-Disposition: inline In-Reply-To: <001b01c34759$6e1a88c0$0100a8c0@thot> User-Agent: Mutt/1.5.4i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --AhhlLboLdkugWU4S Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Jul 10 at 4:56+0200 Decio Alexandre wrote: > Me and my fiancee have been developping a web application to help technicians > manage their clients over the web. We are just about a week or so from > finishing it, just for the fun of it, actually. Well the thing is that a few > days ago her brother asked us if there was a way to use this application > offline, like a windows application. Why not just installing a local Web Server? David --AhhlLboLdkugWU4S Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/Dp2Nv64TGJeASRURAkl4AKCl6r3pK4ecHYSDqgatsNEx0xxHIgCfWJSf NTBTPGx803xA5RnAPgoFtVU= =HEB7 -----END PGP SIGNATURE----- --AhhlLboLdkugWU4S-- From decio.osiris@bol.com.br Fri Jul 11 13:03:18 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from sidney6.bol.com.br (sidney6.bol.com.br [200.221.24.124]) by mail.gnome.org (Postfix) with ESMTP id 6185918639 for ; Fri, 11 Jul 2003 13:03:12 -0400 (EDT) Received: from bol.com.br (200.221.24.138) by sidney6.bol.com.br (5.1.071) id 3EF03383001C1D24 for gtk-list@gnome.org; Fri, 11 Jul 2003 14:03:05 -0300 Date: Fri, 11 Jul 2003 14:03:05 -0300 Message-Id: Subject: Re:gtk-list digest, Vol 1 #1605 - 5 msgs MIME-Version: 1.0 Content-Type: text/plain;charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable From: "decio.osiris" To: gtk-list@gnome.org X-XaM3-API-Version: 2.4 R3 ( B4 ) X-SenderIP: 200.148.50.137 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: For the Moderators, I am a member of this list, but every time I try to send a message I get a reply saying I am not a member.. what is wrong? David... The problem is that, if this application starts paying off all the time we spent on it and we sell it to anyone it will be really a nightmare to install a web server, a MySql server and the php in there and hope that nothing ever goes wrong. Am I not right? So that`s when I begun wondering if php gtk was something worth studying and developping in. Thanks in advance. Decio > > Message: 5 > Date: Fri, 11 Jul 2003 13:20:45 +0200 > From: David Hansen > To: gtk-list@gnome.org > Subject: Re: GTK and PHP Web Applications > > On Thu, Jul 10 at 4:56+0200 Decio Alexandre wrote: > > Me and my fiancee have been developping a web applicat ion to help technicians > > manage their clients over the web. We are just about a week or so from > > finishing it, just for the fun of it, actually. Well t he thing is that a few > > days ago her brother asked us if there was a way to us e this application > > offline, like a windows application. > > Why not just installing a local Web Server? > > David > __________________________________________________________________________ Acabe com aquelas janelinhas que pulam na sua tela. AntiPop-up UOL - =C9 gr=E1tis! http://antipopup.uol.com.br/ From number6@ip120.gte16.rb1.bel.nwlink.com Fri Jul 11 13:34:59 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from ip120.gte16.rb1.bel.nwlink.com (ip120.gte16.rb1.bel.nwlink.com [207.202.156.120]) by mail.gnome.org (Postfix) with ESMTP id 396FE18690 for ; Fri, 11 Jul 2003 13:34:59 -0400 (EDT) Received: from localhost (number6@localhost) by ip120.gte16.rb1.bel.nwlink.com (8.9.3/8.9.3) with ESMTP id KAA19602; Fri, 11 Jul 2003 10:34:57 -0700 Date: Fri, 11 Jul 2003 10:34:56 -0700 (PDT) From: "no6@pobox.com" X-Sender: number6@robin.cybersafe.com To: gtk-list@gnome.org Cc: "decio.osiris" Subject: Re:gtk-list digest, Vol 1 #1605 - 5 msgs In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Fri, 11 Jul 2003, decio.osiris wrote: > For the Moderators, I am a member of this list, but every > time I try to send a message I get a reply saying I am > not a member.. what is wrong? > > > David... > David: I had the same trouble for quite a long time. My trouble was the e-mail address I registered did not match the one I was posting to the list with. My public address is no6@pobox.com, but this is NOT the address my mail sent from. Once I registered the address my outbound mail is sent from with the gtk-list, my posts then worked without requiring moderator intervention. Perhaps you have something similar occuring? Adam --- Adam Bernstein no6@pobox.com http://mpgedit.org/~number6 "Who are you? The new Number 2. Who is Number 1? You are, Number 6. I am not a number, I am a free man! Aha ha ha ha ha..." Key fingerprint = DD 2B 08 4C 51 B6 2B FF 18 41 84 E8 93 8A 27 8D From otaylor@redhat.com Fri Jul 11 14:30:58 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 06A6418113 for ; Fri, 11 Jul 2003 14:30:58 -0400 (EDT) Received: from poincare.devel.redhat.com (poincare.devel.redhat.com [172.16.58.30]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h6BITvK18442; Fri, 11 Jul 2003 14:29:57 -0400 Subject: Re: Re:gtk-list digest, Vol 1 #1605 - 5 msgs From: Owen Taylor To: "decio.osiris" Cc: gtk-list@gnome.org In-Reply-To: References: Content-Type: text/plain Message-Id: <1057948196.13280.27.camel@poincare.devel.redhat.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.92 (1.3.92-1) (Preview Release) Date: 11 Jul 2003 14:29:57 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Fri, 2003-07-11 at 13:03, decio.osiris wrote: > For the Moderators, I am a member of this list, but every > time I try to send a message I get a reply saying I am > not a member.. what is wrong? I bet that this message went through without moderation. The message you sent yesterday was from decio.alex@bol.com.br, which doesn't match your subscription address. http://mail.gnome.org/mailman/listinfo/post-only may be useful if you want to be able to post from multiple addresses. Regards, Owen From umesh@analytica-india.com Sat Jul 12 03:31:51 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from analytica-india.com (unknown [216.117.186.134]) by mail.gnome.org (Postfix) with ESMTP id D9E3218902 for ; Sat, 12 Jul 2003 03:31:50 -0400 (EDT) Received: from rhea (analytica.co.in [202.9.170.3]) by analytica-india.com (8.12.9/8.12.8) with SMTP id h6C7VgB3022999 for ; Sat, 12 Jul 2003 03:31:48 -0400 Message-ID: <003601c34847$5eaa1ab0$8001a8c0@milkyway.analytica.co.in> From: "umesh" To: Date: Sat, 12 Jul 2003 12:59:39 +0530 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_002D_01C34875.742FD090" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Subject: (no subject) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is a multi-part message in MIME format. ------=_NextPart_000_002D_01C34875.742FD090 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi,=20 I have designed GUI in wGLADE2. I am able to open source files = generated by glade in devC++. Problem is i am unable to create source = files in .cpp. In project options .C++ option is disabled. The only = available option is .C. Could u please help me in this regard. Regards Umesh ------=_NextPart_000_002D_01C34875.742FD090 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
 I have designed GUI in wGLADE2. I = am able to=20 open source files generated by glade in devC++. Problem is i am unable = to create=20 source files in .cpp. In project options .C++ option is disabled. The = only=20 available option is .C. Could u please help me in this = regard.
 
Regards
Umesh
------=_NextPart_000_002D_01C34875.742FD090-- From andrej.prsa@guest.arnes.si Sat Jul 12 05:27:37 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from rigljica.arnes.si (rigljica.arnes.si [193.2.1.82]) by mail.gnome.org (Postfix) with ESMTP id BF4EA18105 for ; Sat, 12 Jul 2003 05:27:36 -0400 (EDT) Received: from razor.arnes.si (razor.arnes.si [193.2.1.80]) by rigljica.arnes.si (Postfix) with ESMTP id E96616E98E for ; Sat, 12 Jul 2003 11:27:35 +0200 (MEST) Received: from gemma (ar16-369i.dial-up.arnes.si [194.249.20.73]) by razor.arnes.si (Postfix) with SMTP id 8FCA239941C for ; Sat, 12 Jul 2003 11:27:33 +0200 (MEST) Date: Sat, 12 Jul 2003 11:25:43 +0200 From: Andrej Prsa To: GTK Mailing list Subject: GtkCellEditable or a better way? Message-Id: <20030712112543.4d30d2dc.andrej.prsa@guest.arnes.si> Organization: Faculty of Mathematics and Physics X-Mailer: Sylpheed version 0.9.3 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi! I'm still struggling with GtkTreeView & co. I'm going to explain my problem and then perhaps someone may drop a hint... I need a GtkListStore of six columns: 1 ... a string (filter name) 2 ... a checkbox (should data be plotted) 3 ... a checkbox (should lines be drawn) 4 ... a pixbuf (choose the data color) 5 ... a pixbuf (choose the line color) 6 ... a double (vertical offset) These columns should be editable - the user should be able to change them directly within GtkTreeView. So far I have tried to create only the first two columns to get at least the toggle button working. I tried it like this: plot_lc_data_info_list_store = gtk_list_store_new (2, G_TYPE_STRING, G_TYPE_BOOLEAN); plot_lc_data_info_list_table = gtk_tree_view_new_with_model (GTK_TREE_MODEL (plot_lc_data_info_list_store)); plot_lc_data_info_list_renderer_text = gtk_cell_renderer_text_new (); plot_lc_data_info_list_renderer_toggle = gtk_cell_renderer_toggle_new (); plot_lc_data_info_list_column_1 = gtk_tree_view_column_new (); gtk_tree_view_column_set_alignment (plot_lc_data_info_list_column_1, 0.5); gtk_tree_view_column_set_title (plot_lc_data_info_list_column_1, "Filter"); gtk_tree_view_column_pack_start (plot_lc_data_info_list_column_1, plot_lc_data_info_list_renderer_text, FALSE); gtk_tree_view_column_add_attribute (plot_lc_data_info_list_column_1, plot_lc_data_info_list_renderer_text, "text", 0); gtk_tree_view_column_set_resizable (plot_lc_data_info_list_column_1, TRUE); gtk_tree_view_append_column (GTK_TREE_VIEW (plot_lc_data_info_list_table), plot_lc_data_info_list_column_1); plot_lc_data_info_list_column_2 = gtk_tree_view_column_new (); g_object_set_data (G_OBJECT (PHOEBE), "plot_lc_data_info_list_column_2", plot_lc_data_info_list_column_2); gtk_tree_view_column_set_alignment (plot_lc_data_info_list_column_2, 0.5); gtk_tree_view_column_set_title (plot_lc_data_info_list_column_2, "Plot experimental?"); gtk_tree_view_column_pack_start (plot_lc_data_info_list_column_2, plot_lc_data_info_list_renderer_toggle, FALSE); gtk_tree_view_column_add_attribute (plot_lc_data_info_list_column_2, plot_lc_data_info_list_renderer_toggle, "activatable", 1); gtk_tree_view_column_set_resizable (plot_lc_data_info_list_column_2, TRUE); gtk_tree_view_append_column (GTK_TREE_VIEW (plot_lc_data_info_list_table), plot_lc_data_info_list_column_2); gtk_list_store_append (plot_lc_data_info_list_store, &iter); gtk_list_store_set (plot_lc_data_info_list_store, &iter, 0, "Filter name", -1); gtk_list_store_set (plot_lc_data_info_list_store, &iter, 1, TRUE, -1); (I apologize for WAY too long lines above). This works in showing the rows properly, but I don't have a clue on how to make a checkbox editable. Help? Thanks, Andrej From manuel.op.de.coul@eon-benelux.com Sat Jul 12 09:17:45 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp.eon-benelux.com (unknown [137.174.153.60]) by mail.gnome.org (Postfix) with ESMTP id A25021816A for ; Sat, 12 Jul 2003 09:17:44 -0400 (EDT) Received: from SRV25.office.novaterra.nl ([137.174.153.68]) by smtp.eon-benelux.com with Microsoft SMTPSVC(5.0.2195.4453); Sat, 12 Jul 2003 15:17:06 +0200 Received: from Unknown [137.174.112.70] by SRV25.office.novaterra.nl - SurfControl E-mail Filter (4.6); Saturday, 12 July 2003, 15:17:42 Message-ID: From: "Manuel Op de Coul" To: gtk-list@gnome.org Date: Sat, 12 Jul 2003 15:17:39 +0200 Subject: Vscale MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Lotus Notes Release 5.0.3 (Intl) 21 March 2000 X-MIMETrack: Serialize by Router on domino2/EZH(Release 5.0.8 |June 18, 2001) at 07/12/2003 03:17:42 PM X-OriginalArrivalTime: 12 Jul 2003 13:17:06.0078 (UTC) FILETIME=[E40B9BE0:01C34877] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I recently started replacing Gtk 1.2 with Gtk 2.2 and I thought the problem of GtkVscale only working the opposite way (up=lower) was solved, but I don't see how this works? I'd like it to work the straight way: up=higher. Thanks, Manuel From randhol@pvv.org Sat Jul 12 10:26:41 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from kiuk0152.chembio.ntnu.no (kiuk0152.chembio.ntnu.no [129.241.83.78]) by mail.gnome.org (Postfix) with ESMTP id 5317118A39 for ; Sat, 12 Jul 2003 10:26:41 -0400 (EDT) Received: from randhol by kiuk0152.chembio.ntnu.no with local (Exim 3.35 #1 (Debian)) id 19bLKX-0001TA-00; Sat, 12 Jul 2003 16:26:29 +0200 Date: Sat, 12 Jul 2003 16:26:28 +0200 From: Preben Randhol To: Manuel Op de Coul Cc: gtk-list@gnome.org Subject: Re: Vscale Message-ID: <20030712142628.GC5201@pvv.org> Mail-Followup-To: Manuel Op de Coul , gtk-list@gnome.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.3.28i Organization: PVV Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Manuel Op de Coul wrote on 12/07/2003 (15:19) : > I recently started replacing Gtk 1.2 with Gtk 2.2 and I thought > the problem of GtkVscale only working the opposite way (up=lower) > was solved, but I don't see how this works? I'd like it to work > the straight way: up=higher. Can you switch start and end points? -- Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 -- «For me, Ada95 puts back the joy in programming.» From number6@ip120.gte16.rb1.bel.nwlink.com Sat Jul 12 11:27:40 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from ip120.gte16.rb1.bel.nwlink.com (ip120.gte16.rb1.bel.nwlink.com [207.202.156.120]) by mail.gnome.org (Postfix) with ESMTP id A69B618A5E for ; Sat, 12 Jul 2003 11:27:39 -0400 (EDT) Received: from localhost (number6@localhost) by ip120.gte16.rb1.bel.nwlink.com (8.9.3/8.9.3) with ESMTP id IAA23857 for ; Sat, 12 Jul 2003 08:27:36 -0700 Date: Sat, 12 Jul 2003 08:27:35 -0700 (PDT) From: "no6@pobox.com" X-Sender: number6@robin.cybersafe.com To: gtk-list@gnome.org Subject: Making menu item unselectable Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: How do I make a menu item that appears on a menu not selectable? I want it to be in that half visable, grayed out state, but you can't select that menu item. I also need to be able to change its state back to selectable. There must be a property that controls this, but I can't seem to find it. Thanks, Adam --- Adam Bernstein no6@pobox.com http://mpgedit.org/~number6 "Who are you? The new Number 2. Who is Number 1? You are, Number 6. I am not a number, I am a free man! Aha ha ha ha ha..." Key fingerprint = DD 2B 08 4C 51 B6 2B FF 18 41 84 E8 93 8A 27 8D From otaylor@redhat.com Sat Jul 12 11:31:30 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id C2F0A18A58 for ; Sat, 12 Jul 2003 11:31:29 -0400 (EDT) Received: from vpn50-42.rdu.redhat.com (vpn50-42.rdu.redhat.com [172.16.50.42]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h6CFVRK07193; Sat, 12 Jul 2003 11:31:28 -0400 Subject: Re: Vscale From: Owen Taylor To: Manuel Op de Coul Cc: gtk-list@gnome.org In-Reply-To: References: Content-Type: text/plain Organization: Message-Id: <1058023858.8475.57.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-0) Date: 12 Jul 2003 11:30:58 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Sat, 2003-07-12 at 09:17, Manuel Op de Coul wrote: > I recently started replacing Gtk 1.2 with Gtk 2.2 and I thought > the problem of GtkVscale only working the opposite way (up=lower) > was solved, but I don't see how this works? I'd like it to work > the straight way: up=higher. void gtk_range_set_inverted (GtkRange *range, gboolean setting); Regards, Owen From nlevitt@columbia.edu Sat Jul 12 11:36:13 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from computer.cc.columbia.edu (computer.cc.columbia.edu [128.59.31.237]) by mail.gnome.org (Postfix) with ESMTP id 0E4BF18798 for ; Sat, 12 Jul 2003 11:36:13 -0400 (EDT) Received: from nlevitt by computer.cc.columbia.edu with local (Exim 3.36 #1) id 19bMPv-0004tu-00; Sat, 12 Jul 2003 11:36:07 -0400 Date: Sat, 12 Jul 2003 11:36:07 -0400 From: Noah Levitt To: "no6@pobox.com" Cc: gtk-list@gnome.org Subject: Re: Making menu item unselectable Message-ID: <20030712153607.GA18829@columbia.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Secret-NSA-Message-ID: 3b026257dfe9ed894171dbbb76f5b2ba User-Agent: Mutt/1.5.4i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: gtk_widget_set_sensitive? On Sat, Jul 12, 2003 at 8:27:35 -0700, no6@pobox.com wrote: > How do I make a menu item that appears on a menu not selectable? I want > it to be in that half visable, grayed out state, but you can't select > that menu item. I also need to be able to change its state back to > selectable. There must be a property that controls this, but I can't seem > to find it. > > Thanks, > Adam From sandmann@daimi.au.dk Sat Jul 12 11:40:15 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from localhost.localdomain (unknown [62.199.202.21]) by mail.gnome.org (Postfix) with ESMTP id 06F47188C0 for ; Sat, 12 Jul 2003 11:40:14 -0400 (EDT) Received: (from ssp@localhost) by localhost.localdomain (8.11.6/8.11.6) id h6CFpL901624; Sat, 12 Jul 2003 17:51:21 +0200 X-Authentication-Warning: localhost.localdomain: ssp set sender to sandmann@daimi.au.dk using -f Subject: Re: Making menu item unselectable From: Soeren Sandmann To: "no6@pobox.com" Cc: gtk-list@gnome.org In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1058025081.1551.0.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 12 Jul 2003 17:51:21 +0200 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Sat, 2003-07-12 at 17:27, no6@pobox.com wrote: > How do I make a menu item that appears on a menu not selectable? I want > it to be in that half visable, grayed out state, but you can't select > that menu item. I also need to be able to change its state back to > selectable. There must be a property that controls this, but I can't seem > to find it. Use gtk_widget_set_sensitive (GTK_WIDGET (menu_item), FALSE)); Soeren From number6@ip120.gte16.rb1.bel.nwlink.com Sat Jul 12 11:45:19 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from ip120.gte16.rb1.bel.nwlink.com (ip120.gte16.rb1.bel.nwlink.com [207.202.156.120]) by mail.gnome.org (Postfix) with ESMTP id DD07F18A45 for ; Sat, 12 Jul 2003 11:45:18 -0400 (EDT) Received: from localhost (number6@localhost) by ip120.gte16.rb1.bel.nwlink.com (8.9.3/8.9.3) with ESMTP id IAA23951; Sat, 12 Jul 2003 08:45:16 -0700 Date: Sat, 12 Jul 2003 08:45:15 -0700 (PDT) From: "no6@pobox.com" X-Sender: number6@robin.cybersafe.com To: Noah Levitt Cc: gtk-list@gnome.org Subject: Re: Making menu item unselectable In-Reply-To: <20030712153607.GA18829@columbia.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > > How do I make a menu item that appears on a menu not selectable? I want On Sat, 12 Jul 2003, Noah Levitt wrote: > gtk_widget_set_sensitive? > That's it. Thanks, Adam --- Adam Bernstein no6@pobox.com http://mpgedit.org/~number6 "Who are you? The new Number 2. Who is Number 1? You are, Number 6. I am not a number, I am a free man! Aha ha ha ha ha..." Key fingerprint = DD 2B 08 4C 51 B6 2B FF 18 41 84 E8 93 8A 27 8D From Murray.Cumming@Comneon.com Sat Jul 12 12:05:41 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp1.infineon.com (smtp1.infineon.com [194.175.117.76]) by mail.gnome.org (Postfix) with ESMTP id 6024618187 for ; Sat, 12 Jul 2003 12:05:41 -0400 (EDT) Received: from vihsx03a.vih.infineon.com (vih.ifx-mail3.com [172.31.163.97]) by smtp1.infineon.com (8.12.9/8.12.9) with ESMTP id h6CG4emR013091; Sat, 12 Jul 2003 18:04:40 +0200 (MEST) Received: by vihsx03a.vih.infineon.com with Internet Mail Service (5.5.2653.19) id ; Sat, 12 Jul 2003 18:06:27 +0200 Message-ID: <258B0164D480D5118D900800062B3858011C5EDC@vihsx09a.vih.infineon.com> From: Murray.Cumming@Comneon.com To: andrej.prsa@guest.arnes.si, gtk-list@gnome.org Subject: RE: GtkCellEditable or a better way? Date: Sat, 12 Jul 2003 18:05:34 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > From: Andrej Prsa [mailto:andrej.prsa@guest.arnes.si] [snip] > This works in > showing the rows > properly, but I don't have a clue on how to make a checkbox editable. You have to connect your own callbacks to the CellRenders and set the new data in the model. It's tedious. See the editable_cells part of the gtk-demo, in the GTK+ tarball. It's much easier in gtkmm. We have Gtk::TreeView::append_column_editable(): http://www.gtkmm.org/gtkmm2/docs/tutorial/html/ch08s02.html#id2877740 Murray Cumming murrayc@usa.net www.murrayc.com From bdkr@highsidecafe.com Sat Jul 12 12:34:43 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cedar.phpwebhosting.com (unknown [64.239.37.230]) by mail.gnome.org (Postfix) with SMTP id E0822180DB for ; Sat, 12 Jul 2003 12:34:42 -0400 (EDT) Received: (qmail 14056 invoked by uid 454); 12 Jul 2003 16:34:41 -0000 Received: from unknown (HELO highsidecafe.com) (200.62.21.142) by cedar.phpwebhosting.com with SMTP; 12 Jul 2003 16:34:41 -0000 Message-ID: <3F103790.1060107@highsidecafe.com> Date: Sat, 12 Jul 2003 12:30:08 -0400 From: BDKR Organization: Highside Cafe User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.2.1) Gecko/20030225 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: (no subject) Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: From mus47@voila.fr Sat Jul 12 08:13:46 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mailsmtp5.ftmms (smtp-out.voila.wanadooportails.com [193.252.117.74]) by mail.gnome.org (Postfix) with ESMTP id 6463E189A9 for ; Sat, 12 Jul 2003 08:13:46 -0400 (EDT) Received: from voila.fr (10.3.7.82) by mailsmtp5.ftmms (6.7.015) id 3EBFD5AE00910B99 for gtk-list@gnome.org; Sat, 12 Jul 2003 14:13:06 +0200 Date: Sat, 12 Jul 2003 14:13:06 +0200 Message-Id: MIME-Version: 1.0 X-Sensitivity: 3 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable From: "=?utf-8?Q?mus47@voila.fr?=" To: "=?iso-8859-1?Q?gtk-list?=" X-XaM3-API-Version: 3.2 R27 (B52-pl4) X-type: 0 X-SenderIP: 212.217.51.7 Subject: (no subject) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi=0D=0AI have a problem when using gtk2.0 in Mandrake 9.1 :=0D=0A- In g= tk-demo and precisely in the Text Widget part the arabic =0D=0A charact= ers are not connected =0D=0AThank you.=0D=0A-----------------------------= -------------=0D=0A=0D=0AFaites un voeu et puis Voila ! www.voila.fr =0D=0A= From Murray.Cumming@Comneon.com Sun Jul 13 09:46:45 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp1.infineon.com (smtp1.infineon.com [194.175.117.76]) by mail.gnome.org (Postfix) with ESMTP id 5D17B1835C for ; Sun, 13 Jul 2003 09:46:31 -0400 (EDT) Received: from vihsx03a.vih.infineon.com (vih.ifx-mail3.com [172.31.163.97]) by smtp1.infineon.com (8.12.9/8.12.9) with ESMTP id h6DDjTmR004494; Sun, 13 Jul 2003 15:45:29 +0200 (MEST) Received: by vihsx03a.vih.infineon.com with Internet Mail Service (5.5.2653.19) id ; Sun, 13 Jul 2003 15:47:17 +0200 Message-ID: <258B0164D480D5118D900800062B3858011C5EEC@vihsx09a.vih.infineon.com> From: Murray.Cumming@Comneon.com To: andrej.prsa@guest.arnes.si Cc: gtk-list@gnome.org Subject: RE: GtkCellEditable or a better way? Date: Sun, 13 Jul 2003 15:46:24 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > From: Andrej Prsa [mailto:andrej.prsa@guest.arnes.si]=20 > > You have to connect your own callbacks to the CellRenders=20 > and set the > > new data in the model. It's tedious. See the editable_cells=20 > part of the > > gtk-demo, in the GTK+ tarball. >=20 > I see; so why is there a GtkCellRendererMode > GTK_CELL_RENDERER_MODE_EDITAB=C8LE? You just can't make a=20 > widget within a > tree editable simply by somehow attaching a property of some=20 > kind e.g. "mode")? I don't really understand the question. I've said that it's not that = simple in plain GTK+. Maybe you need to mark it as editable somehow too. Have = you looked at the demo code yet? Murray Cumming murrayc@usa.net www.murrayc.com Remember to use the "Reply To All" feature with mailing lists. From igorbounov@voronezh.serw.ru Mon Jul 14 02:08:03 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.serw.ru (igate-main.serw.ru [213.129.120.3]) by mail.gnome.org (Postfix) with ESMTP id 7292318445; Mon, 14 Jul 2003 02:07:58 -0400 (EDT) Received: from mail-58000.voronezh.serw.mps (unknown [10.58.0.61]) by mail.serw.ru (Postfix) with ESMTP id B3826C711; Mon, 14 Jul 2003 09:50:02 +0300 (EEST) Received: from voronezh.serw.ru ([10.58.5.9]) by mail-58000.voronezh.serw.mps with Microsoft SMTPSVC(5.0.2195.5329); Mon, 14 Jul 2003 10:07:57 +0400 Message-ID: <3F1248BB.7060008@voronezh.serw.ru> Date: Mon, 14 Jul 2003 10:07:55 +0400 From: Igor Gorbounov Reply-To: igorbounov@voronezh.serw.ru User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030619 X-Accept-Language: ru, en MIME-Version: 1.0 To: gtk-list@gnome.org, gtkmm-list@gnome.org Subject: Printing in GTK+ environment Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 14 Jul 2003 06:07:57.0004 (UTC) FILETIME=[453A38C0:01C349CE] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, All! I need a hint about printing. I need some ways of printing for my plots (build by using GtkDrawingArea) and reports (build and viewed through GtkTreeView). No idea where to dig to... Hopefully, Igor Gorbounov From Murray.Cumming@Comneon.com Mon Jul 14 02:14:38 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp1.infineon.com (smtp1.infineon.com [194.175.117.76]) by mail.gnome.org (Postfix) with ESMTP id CB8D2183F2; Mon, 14 Jul 2003 02:14:37 -0400 (EDT) Received: from vihsx03a.vih.infineon.com (vih.ifx-mail3.com [172.31.163.97]) by smtp1.infineon.com (8.12.9/8.12.9) with ESMTP id h6E6DZmR024681; Mon, 14 Jul 2003 08:13:35 +0200 (MEST) Received: by vihsx03a.vih.infineon.com with Internet Mail Service (5.5.2653.19) id ; Mon, 14 Jul 2003 08:15:24 +0200 Message-ID: <258B0164D480D5118D900800062B3858011C5F15@vihsx09a.vih.infineon.com> From: Murray.Cumming@Comneon.com To: igorbounov@voronezh.serw.ru, gtk-list@gnome.org, gtkmm-list@gnome.org Subject: RE: [gtkmm] Printing in GTK+ environment Date: Mon, 14 Jul 2003 08:14:34 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > From: Igor Gorbounov [mailto:igorbounov@voronezh.serw.ru] > > Hi, All! > I need a hint about printing. I need some ways of printing > for my plots > (build > by using GtkDrawingArea) and reports (build and viewed > through GtkTreeView). > No idea where to dig to... > Hopefully, > Igor Gorbounov I would investigate libgnomeprint and libgnomeprintui. Murray Cumming murrayc@usa.net www.murrayc.com Remember to use the "Reply To All" feature with mailing lists. From manuel.op.de.coul@eon-benelux.com Mon Jul 14 05:00:06 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp.eon-benelux.com (unknown [137.174.153.60]) by mail.gnome.org (Postfix) with ESMTP id 78BA118BDF for ; Mon, 14 Jul 2003 05:00:05 -0400 (EDT) Received: from SRV25.office.novaterra.nl ([137.174.153.68]) by smtp.eon-benelux.com with Microsoft SMTPSVC(5.0.2195.4453); Mon, 14 Jul 2003 10:59:22 +0200 Received: from Unknown [137.174.112.70] by SRV25.office.novaterra.nl - SurfControl E-mail Filter (4.6); Monday, 14 July 2003, 10:59:58 Message-ID: From: "Manuel Op de Coul" To: gtk-list@gnome.org Date: Mon, 14 Jul 2003 10:59:57 +0200 Subject: Menu item label MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Mailer: Lotus Notes Release 5.0.10 March 22, 2002 X-MIMETrack: Serialize by Router on domino2/EZH(Release 5.0.8 |June 18, 2001) at 07/14/2003 10:59:58 AM, Serialize complete at 07/14/2003 10:59:58 AM X-OriginalArrivalTime: 14 Jul 2003 08:59:22.0281 (UTC) FILETIME=[37BAF190:01C349E6] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Thanks for the responses. I have another question, when the label of a menu item is changed to one with a mnemonic, the label becomes centre-justified instead of left-justified. Is there a rationale for this, and how can I set it back to left-justified again? Manuel From igorbounov@voronezh.serw.ru Mon Jul 14 07:02:48 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.serw.ru (igate-main.serw.ru [213.129.120.3]) by mail.gnome.org (Postfix) with ESMTP id 3610E18577; Mon, 14 Jul 2003 07:02:42 -0400 (EDT) Received: from mail-58000.voronezh.serw.mps (unknown [10.58.0.61]) by mail.serw.ru (Postfix) with ESMTP id 3FA65C731; Mon, 14 Jul 2003 14:44:46 +0300 (EEST) Received: from voronezh.serw.ru ([10.58.5.9]) by mail-58000.voronezh.serw.mps with Microsoft SMTPSVC(5.0.2195.5329); Mon, 14 Jul 2003 15:02:39 +0400 Message-ID: <3F128DCF.2010307@voronezh.serw.ru> Date: Mon, 14 Jul 2003 15:02:39 +0400 From: Igor Gorbounov Reply-To: igorbounov@voronezh.serw.ru User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030619 X-Accept-Language: ru, en MIME-Version: 1.0 To: Murray.Cumming@Comneon.com Cc: igorbounov@voronezh.serw.mps, gtk-list@gnome.org, gtkmm-list@gnome.org Subject: Re: [gtkmm] Printing in GTK+ environment References: <258B0164D480D5118D900800062B3858011C5F15@vihsx09a.vih.infineon.com> In-Reply-To: <258B0164D480D5118D900800062B3858011C5F15@vihsx09a.vih.infineon.com> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 14 Jul 2003 11:02:39.0909 (UTC) FILETIME=[710F6550:01C349F7] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Murray.Cumming@Comneon.com wrote: >>From: Igor Gorbounov [mailto:igorbounov@voronezh.serw.ru] >> >>Hi, All! >>I need a hint about printing. I need some ways of printing >>for my plots >>(build >>by using GtkDrawingArea) and reports (build and viewed >>through GtkTreeView). >>No idea where to dig to... >> Hopefully, >> Igor Gorbounov >> >> > >I would investigate libgnomeprint and libgnomeprintui. > >Murray Cumming > > So it's not wraped for C++ yet... Igor Gorbounov > > > From Murray.Cumming@Comneon.com Mon Jul 14 07:32:44 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp1.infineon.com (smtp1.infineon.com [194.175.117.76]) by mail.gnome.org (Postfix) with ESMTP id CDFAA181C8 for ; Mon, 14 Jul 2003 07:32:43 -0400 (EDT) Received: from vihsx03a.vih.infineon.com (vih.ifx-mail3.com [172.31.163.97]) by smtp1.infineon.com (8.12.9/8.12.9) with ESMTP id h6EBVfmR009886; Mon, 14 Jul 2003 13:31:41 +0200 (MEST) Received: by vihsx03a.vih.infineon.com with Internet Mail Service (5.5.2653.19) id ; Mon, 14 Jul 2003 13:33:30 +0200 Message-ID: <258B0164D480D5118D900800062B3858011C5F4B@vihsx09a.vih.infineon.com> From: Murray.Cumming@Comneon.com To: igorbounov@voronezh.serw.ru Cc: igorbounov@voronezh.serw.mps, gtk-list@gnome.org Subject: RE: [gtkmm] Printing in GTK+ environment Date: Mon, 14 Jul 2003 13:32:40 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > From: Igor Gorbounov [mailto:igorbounov@voronezh.serw.ru] >> >I would investigate libgnomeprint and libgnomeprintui. > > > So it's not wraped for C++ yet... > Igor Gorbounov No, it's not. That should be quite easy to do, by looking at existing *mm projects. Murray Cumming murrayc@usa.net www.murrayc.com From john@cellform.com.au Mon Jul 14 19:54:17 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from freyja.cellform.com (ns1.cellform.com [202.61.130.74]) by mail.gnome.org (Postfix) with ESMTP id 40E941820E for ; Mon, 14 Jul 2003 19:54:12 -0400 (EDT) Received: from marilyn.intra (john@marilyn.intra [192.168.0.2]) by freyja.cellform.com (8.12.3/8.12.3/Debian-6.4) with SMTP id h6ENrove003493 for ; Tue, 15 Jul 2003 07:54:07 +0800 Received: by marilyn.intra (sSMTP sendmail emulation); Tue, 15 Jul 2003 07:53:50 +0800 From: "John Darrington" Date: Tue, 15 Jul 2003 07:53:50 +0800 To: gtk-list@gnome.org Subject: UTF-8 Internationalisation Message-ID: <20030714235350.GB17049@cellform.com.au> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="NDin8bjvE/0mNLFQ" Content-Disposition: inline User-Agent: Mutt/1.3.28i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --NDin8bjvE/0mNLFQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable OK. =20 So I've just ported my application from gtk-1.2 to gtk-2.0, but I can't sort out the internationalisation business with UTF8 charsets I've run iconv -f iso-8859-1 -t utf-8 on all the po files. and I've changed the charset=3D"iso-8859-1" to charset=3D"utf8". But when I set LANG to (say) de, as soon as the application has to print a non ascii character it says: Gtk-WARNING **: Invalid input string What else am I supposed to do. BTW. Is there a recommended editor that one can edit po files in UTF8 ?? --- emacs, vi and all my others can't handle it. --=20 PGP Public key ID: 1024D/2DE827B3=20 fingerprint =3D 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 See http://wwwkeys.pgp.net or any PGP keyserver for public key. --NDin8bjvE/0mNLFQ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE/E0KOimdxnC3oJ7MRAjfsAJ9ByRoLehYxcTR1Abll+M5iMSYOmgCfSy6E Df3fERq2TxX3atj/+s9CA0w= =meXs -----END PGP SIGNATURE----- --NDin8bjvE/0mNLFQ-- From ptrottier@invers.fi Tue Jul 15 04:26:59 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp.tele.fi (smtp.tele.fi [192.89.123.25]) by mail.gnome.org (Postfix) with ESMTP id 3386D1811D for ; Tue, 15 Jul 2003 04:26:59 -0400 (EDT) Received: from invers.fi (unknown [194.252.160.219]) by smtp.tele.fi (Postfix) with ESMTP id B2E3E3843A for ; Tue, 15 Jul 2003 11:26:58 +0300 (EEST) Date: Tue, 15 Jul 2003 11:26:57 +0300 Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: powerpc-apple-darwin6.6 From: Philippe Trottier To: gtk-list@gnome.org Content-Transfer-Encoding: 7bit Message-Id: <19535D4C-B69E-11D7-A7C4-003065B31A30@invers.fi> X-Mailer: Apple Mail (2.552) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello, I have succeded to compile and make glib-2.2.2 gtk+-2.2.2 behave on mac osx with X11. for some reason, The support things I had to install: pkg-config-0.15.0 pango-1.2.3 gettext-0.12.1 jpeg-6b libiconv-1.8 atk-1.3.4 few oups : -libintl and libiconv have the same calls, so I had to remove one of them... -there is problems to install the packages in other locations. I have added to most of my other project something like this in configure.ac/in. I do that mainly for development project and been able to relocate and test with different versions of libraries just using proper shell variables. AC_MSG_CHECKING([prefix for libraries and headers]) AC_ARG_ENABLE([search-prefix], AC_HELP_STRING([--enable-search-prefix], [search installation location for libraries and headers\ . [[Default=yes]]]), , enableval="yes" ) if test "$enableval" = "yes" ; then AC_MSG_RESULT([yes]) AC_MSG_CHECKING([Headers directory at]) test -d ${includedir} && CPPFLAGS="-I${includedir} $CPPFLAGS" && AC_MSG_RESULT($includedir) AC_MSG_CHECKING([Library directory at]) test -d ${libdir} && LDFLAGS="-L${libdir} $LDFLAGS" && AC_MSG_RESULT($libdir) else AC_MSG_RESULT([no]) fi -getc_unlocked is not available on darwin6.6 in one of the demos... I could send some non intrusive patch later on, I need to redo the process once more with my notes and get it clean. So far so good it works, Philippe Trottier From anukeey@yahoo.com.tw Tue Jul 15 08:25:47 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from web16310.mail.tpe.yahoo.com (web16310.mail.tpe.yahoo.com [202.1.238.196]) by mail.gnome.org (Postfix) with SMTP id 02AE618280 for ; Tue, 15 Jul 2003 08:25:46 -0400 (EDT) Message-ID: <20030715122543.55156.qmail@web16310.mail.tpe.yahoo.com> Received: from [202.145.83.27] by web16310.mail.tpe.yahoo.com via HTTP; Tue, 15 Jul 2003 20:25:43 CST Date: Tue, 15 Jul 2003 20:25:43 +0800 (CST) From: =?big5?q?anukeey?= Reply-To: anukeey@yahoo.com.tw Subject: Is it possible? To: gtk-list@gnome.org MIME-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi all: I have a question with gtk+ programming. Now I had created a notebook container and added five pages. How could I add these pages independently? I mean could I make these pages as share libraries and add them one by one, then I can design my page as an independent source and decrease the side effects between these pages. Is it possible? Or any suggestion to this case? Thanks for kindly help of everybody. anukeey ----------------------------------------------------------------- ¨C¤Ñ³£ Yahoo!©_¼¯ ¸Ó´«¤u§@¤F¶Ü? - À°§Aºâ¥X³Ì¦X¾Aªº¨D¾¤è¦V http://fate.yahoo.com.tw/ From pmesquita@atech.br Tue Jul 15 09:31:50 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from amazonas.atech.br (unknown [200.178.5.5]) by mail.gnome.org (Postfix) with ESMTP id 29FCE1823F for ; Tue, 15 Jul 2003 09:31:50 -0400 (EDT) Received: by AMAZONAS with Internet Mail Service (5.5.2653.19) id ; Tue, 15 Jul 2003 10:28:46 -0300 Message-ID: <343A2EB3C881D711AA1700508B6517511E65E3@AMAZONAS> From: Paulo Ricardo Batista Mesquita To: "'gtk-list@gnome.org'" Subject: Doubts about gtk 2.0 Date: Tue, 15 Jul 2003 10:28:46 -0300 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi dears, I am a newbie using GTK+. I installed the sources, and now I am trying to write a simple application. I included the line #include and I tried to compile this using gcc -g -s testeGTK.c -o testeGTK 'pkg-config --cflags --libs gtk+-2.0'. As a result, I got errors messages which told me that the header files couldn't be find. I changed the include line to #include "/usr/include/gtk-2.0/gtk/gtk.h" after that, I tried to compile, when I got a message error telling me that the directory 'pkg-config --cflags --libs gtk+-2.0' couldn't be found. I checked the archive gtk+-2.0.pc, and the environment variables are corrects. May someone give me a help, please? Thanks, Paulo Ricardo From nlevitt@columbia.edu Tue Jul 15 09:47:07 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from computer.cc.columbia.edu (computer.cc.columbia.edu [128.59.31.237]) by mail.gnome.org (Postfix) with ESMTP id C1814182B2 for ; Tue, 15 Jul 2003 09:47:07 -0400 (EDT) Received: from nlevitt by computer.cc.columbia.edu with local (Exim 3.36 #1) id 19cQ3y-0001dH-00; Tue, 15 Jul 2003 09:41:50 -0400 Date: Tue, 15 Jul 2003 09:41:50 -0400 From: Noah Levitt To: Paulo Ricardo Batista Mesquita Cc: "'gtk-list@gnome.org'" Subject: Re: Doubts about gtk 2.0 Message-ID: <20030715134150.GC6199@columbia.edu> References: <343A2EB3C881D711AA1700508B6517511E65E3@AMAZONAS> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <343A2EB3C881D711AA1700508B6517511E65E3@AMAZONAS> Secret-NSA-Message-ID: 3b026257dfe9ed894171dbbb76f5b2ba User-Agent: Mutt/1.5.4i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Tue, Jul 15, 2003 at 10:28:46 -0300, Paulo Ricardo Batista Mesquita wrote: > > #include #include > > gcc -g -s testeGTK.c -o testeGTK 'pkg-config --cflags --libs gtk+-2.0'. gcc -g -s testeGTK.c -o testeGTK `pkg-config --cflags --libs gtk+-2.0` Those are backticks, not single quotes. (What's -s?) Noah From otaylor@redhat.com Tue Jul 15 09:52:29 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id ABEFA182B2 for ; Tue, 15 Jul 2003 09:52:28 -0400 (EDT) Received: from poincare.devel.redhat.com (poincare.devel.redhat.com [172.16.58.30]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h6FDpFK32299; Tue, 15 Jul 2003 09:51:15 -0400 Subject: Re: Doubts about gtk 2.0 From: Owen Taylor To: Paulo Ricardo Batista Mesquita Cc: "'gtk-list@gnome.org'" In-Reply-To: <343A2EB3C881D711AA1700508B6517511E65E3@AMAZONAS> References: <343A2EB3C881D711AA1700508B6517511E65E3@AMAZONAS> Content-Type: text/plain Message-Id: <1058277074.7496.25.camel@poincare.devel.redhat.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.92 (1.3.92-1) (Preview Release) Date: 15 Jul 2003 09:51:14 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Tue, 2003-07-15 at 09:28, Paulo Ricardo Batista Mesquita wrote: > Hi dears, > > I am a newbie using GTK+. > > I installed the sources, and now I am trying to write a simple application. > I included the line > > #include > > and I tried to compile this using > > gcc -g -s testeGTK.c -o testeGTK 'pkg-config --cflags --libs gtk+-2.0'. http://developer.gnome.org/doc/API/2.0/gtk/gtk-compiling.html The simplest way to compile a program is to use the "backticks" feature of the shell. If you enclose a command in backticks (not single quotes), then its output will be substituted into the command line before execution. So to compile a GTK+ Hello, World, you would type the following: $ cc `pkg-config --cflags --libs gtk+-2.0` hello.c -o Note: "not single quotes" Regards, Owen From sremington@saberlogic.com Tue Jul 15 09:54:42 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from morpheus.saberlogic.com (rrcs-central-24-123-247-26.biz.rr.com [24.123.247.26]) by mail.gnome.org (Postfix) with ESMTP id A69B0182D4 for ; Tue, 15 Jul 2003 09:54:42 -0400 (EDT) Received: from morpheus.saberlogic.com (morpheus.saberlogic.com [127.0.0.1]) by morpheus.saberlogic.com (8.12.8/8.12.8) with ESMTP id h6FDtkHr009640; Tue, 15 Jul 2003 09:56:26 -0400 Received: from localhost (sremington@localhost) by morpheus.saberlogic.com (8.12.8/8.12.8/Submit) with ESMTP id h6FDtY16009636; Tue, 15 Jul 2003 09:55:46 -0400 Date: Tue, 15 Jul 2003 09:55:34 -0400 (EDT) From: Seth Remington To: Paulo Ricardo Batista Mesquita Cc: "'gtk-list@gnome.org'" Subject: Re: Doubts about gtk 2.0 In-Reply-To: <343A2EB3C881D711AA1700508B6517511E65E3@AMAZONAS> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Tue, 15 Jul 2003, Paulo Ricardo Batista Mesquita wrote: > I included the line > > #include Use a forward slash instead of a backslash. > > and I tried to compile this using > > gcc -g -s testeGTK.c -o testeGTK 'pkg-config --cflags --libs gtk+-2.0'. Use the backtick (`) instead of single quotes ('). It's a common newbie error. The backtick operator is special. It sends the command(s) it encloses to the shell and returns the output in-line. -Seth -- Seth Remington SaberLogic, LLC 661-B Weber Drive Wadsworth, Ohio 44281 Phone: (330)335-6442 Fax: (330)336-8559 From sandmann@daimi.au.dk Tue Jul 15 09:55:15 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from horse09.daimi.au.dk (horse09.daimi.au.dk [130.225.18.249]) by mail.gnome.org (Postfix) with ESMTP id C960A182D8 for ; Tue, 15 Jul 2003 09:55:14 -0400 (EDT) Received: (from sandmann@localhost) by horse09.daimi.au.dk (8.11.6/8.11.6) id h6FDpp513179; Tue, 15 Jul 2003 15:51:51 +0200 To: Paulo Ricardo Batista Mesquita Cc: "'gtk-list@gnome.org'" Subject: Re: Doubts about gtk 2.0 References: <343A2EB3C881D711AA1700508B6517511E65E3@AMAZONAS> From: Soeren Sandmann Date: 15 Jul 2003 15:51:51 +0200 In-Reply-To: <343A2EB3C881D711AA1700508B6517511E65E3@AMAZONAS> Message-ID: Lines: 17 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Paulo Ricardo Batista Mesquita writes: > and I tried to compile this using > > gcc -g -s testeGTK.c -o testeGTK 'pkg-config --cflags --libs gtk+-2.0'. The quotes around the pkg-config bit are wrong. It has to be: `pkg-config --cflags --libs gtk+-2.0` not 'pkg-config --cflags --libs gtk+-2.0' On unix putting things into `-quotes (backpings) means "execute this command and put its output here". From chris.wareham@iosystems.co.uk Tue Jul 15 09:56:57 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.io (www.iosystems.co.uk [217.33.203.130]) by mail.gnome.org (Postfix) with SMTP id 90A1A182D0 for ; Tue, 15 Jul 2003 09:56:56 -0400 (EDT) Received: (qmail 9551 invoked from network); 15 Jul 2003 13:56:55 -0000 Received: from chrisw.io (HELO iosystems.co.uk) (128.0.0.222) by 0 with SMTP; 15 Jul 2003 13:56:55 -0000 Message-ID: <3F1409FB.4040906@iosystems.co.uk> Date: Tue, 15 Jul 2003 15:04:43 +0100 From: Chris Wareham Organization: Io Systems Ltd User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030703 X-Accept-Language: en MIME-Version: 1.0 To: Noah Levitt Cc: "'gtk-list@gnome.org'" Subject: Re: Doubts about gtk 2.0 References: <343A2EB3C881D711AA1700508B6517511E65E3@AMAZONAS> <20030715134150.GC6199@columbia.edu> In-Reply-To: <20030715134150.GC6199@columbia.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Noah Levitt wrote: > > gcc -g -s testeGTK.c -o testeGTK `pkg-config --cflags --libs gtk+-2.0` > Those are backticks, not single quotes. (What's -s?) > -s means strip the binary, pretty daft if you're including -g for debugging symbols. Chris -- chris.wareham@iosystems.co.uk (work) chris.wareham@btopenworld.com (home) From trashbox777@hotmail.com Tue Jul 15 13:15:23 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hotmail.com (law9-f115.law9.hotmail.com [64.4.9.115]) by mail.gnome.org (Postfix) with ESMTP id 741591829E for ; Tue, 15 Jul 2003 13:15:23 -0400 (EDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 15 Jul 2003 10:15:23 -0700 Received: from 128.156.10.12 by lw9fd.law9.hotmail.msn.com with HTTP; Tue, 15 Jul 2003 17:15:23 GMT X-Originating-IP: [128.156.10.12] X-Originating-Email: [trashbox777@hotmail.com] From: "Billy Bob" To: gtk-list@gnome.org Subject: Compile problem with ld Date: Tue, 15 Jul 2003 17:15:23 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 15 Jul 2003 17:15:23.0288 (UTC) FILETIME=[AD15F980:01C34AF4] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I am having trouble compling GTK, and any help would be appreciated: I am trying to install GTK on: Linux version 2.4.20-18.8 (bhcompile@daffy.perf.redhat.com) (gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #1 Thu May 29 07:40:27 EDT 2003 It is a little complicated by the fact that I do not have access to root, so everything I install is in $HOME/usr. I have downloaded glib-2.2.0, pango-1.2.3, atk-1.2.4, jpeg-6b, tiff-v3.5.7 and installed them all in my $HOME/usr directory ($HOME/usr/bin, $HOME/usr/lib, ect..). I downloaded gtk+-2.2.2, and used ./configure --prefix=$HOME/usr/local --exec-prefix=$HOME/usr but, to get the configure script to recgonize everything I had to create the following environment variables: LD_LIBRARY_PATH=$HOME/usr/lib:/usr/lib:/usr/kerberos/lib:/usr/X11R6/lib:/usr/lib/sane C_INCLUDE_PATH=$HOME/usr/include CPLUS_INCLUDE_PATH=$HOME/usr/include LDFLAGS=-L $HOME/usr/lib So then the configure script works fine, but when I type make, it gets to the gtk+-2.2.2/gdk-pixbuf/pixops/ folder and prints the following: make[3]: Entering directory `/home/s03bpa/usr/src/gtk/gtk+-2.2.2/gdk-pixbuf/pixops' /bin/sh ../../libtool --mode=link gcc -g -O2 -Wall -L /home/s03bpa/usr/lib -o timescale timescale.o libpixops.la -Wl,--export-dynamic -pthread -L/home/s03bpa/usr//lib -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 -lm gcc -g -O2 -Wall /home/s03bpa/usr/lib -o timescale timescale.o -Wl,--export-dynamic -pthread -L/home/s03bpa/usr/src/gtk/gtk+-2.2.2/gdk-pixbuf/pixops ./.libs/libpixops.a -L/home/s03bpa/usr//lib /home/s03bpa/usr//lib/libgobject-2.0.so /home/s03bpa/usr//lib/libgmodule-2.0.so -ldl /home/s03bpa/usr//lib/libgthread-2.0.so -lpthread /home/s03bpa/usr//lib/libglib-2.0.so -lm -Wl,--rpath -Wl,/home/s03bpa/usr//lib -Wl,--rpath -Wl,/home/s03bpa/usr//lib /home/s03bpa/usr/lib: file not recognized: Is a directory collect2: ld returned 1 exit status make[3]: *** [timescale] Error 1 make[3]: Leaving directory `/home/s03bpa/usr/src/gtk/gtk+-2.2.2/gdk-pixbuf/pixops' Can anyone see what I've done wrong, or why this error appears? I cannot decipher it. Thanks Brian _________________________________________________________________ MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus From mhadasht@freefluid.dyndns.org Tue Jul 15 13:43:46 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from freefluid.dyndns.org (m92.net195-132-237.noos.fr [195.132.237.92]) by mail.gnome.org (Postfix) with ESMTP id B8C6C183EC for ; Tue, 15 Jul 2003 13:43:45 -0400 (EDT) Received: (from mhadasht@localhost) by freefluid.dyndns.org (8.9.3/8.9.3) id TAA14169; Tue, 15 Jul 2003 19:43:45 +0200 Date: Tue, 15 Jul 2003 19:40:32 +0200 Message-ID: In-Reply-To: References: User-Agent: XetPan/0.0.23 libEtPan!/0.0.0 To: gtk-list@gnome.org From: Melvin Hadasht Subject: Re: Compile problem with ld MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi Billy, You wrote: > LDFLAGS=-L $HOME/usr/lib There must not be a space between -L and the directory, so it should read: LDFLAGS=-L$HOME/usr/lib HTH -- Melvin Hadasht From nagaraja@ncoretech.com Wed Jul 16 04:11:44 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from vsnl-1.ncoretech.com (vsnl-1.ncoretech.com [203.197.173.75]) by mail.gnome.org (Postfix) with ESMTP id 981091836D for ; Wed, 16 Jul 2003 04:11:43 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by vsnl-1.ncoretech.com (Postfix) with ESMTP id 1213CFA58 for ; Wed, 16 Jul 2003 13:41:51 +0530 (IST) Received: from vsnl-1.ncoretech.com ([127.0.0.1]) by localhost (vsnl-1.ncoretech.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 15553-03-14 for ; Wed, 16 Jul 2003 13:41:50 +0530 (IST) Received: from gateway.ncoretech.com (gateway.ncoretech.com [164.164.42.6]) by vsnl-1.ncoretech.com (Postfix) with ESMTP id 87A77FA45 for ; Wed, 16 Jul 2003 13:41:50 +0530 (IST) Received: from mail.ncoretech.com (mail.ncoretech.com [192.168.1.3]) by gateway.ncoretech.com (Postfix) with ESMTP id 99CED11E39 for ; Wed, 16 Jul 2003 13:44:58 +0530 (IST) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.ncoretech.com (Postfix) with ESMTP id 09E7214087 for ; Wed, 16 Jul 2003 13:58:48 +0530 (IST) Received: from mail.ncoretech.com ([127.0.0.1]) by localhost (mail.ncoretech.com [127.0.0.1]) (amavisd-new) with ESMTP id 05191-09 for ; Wed, 16 Jul 2003 13:58:47 -0000 (IST) Received: from ncoretech.com (ws168.ncoretech.com [192.168.1.168]) by mail.ncoretech.com (Postfix) with ESMTP id 9DB551402A for ; Wed, 16 Jul 2003 13:58:47 +0530 (IST) Message-ID: <3F150A35.9080809@ncoretech.com> Date: Wed, 16 Jul 2003 13:47:57 +0530 From: Nagaraja User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020830 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: glib-1.2.10 make error ? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at ncoretech.com Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi All, I am trying to compile gtk-1.2.10 ,while configuring it stop with error : configure: error: *** GLIB 1.2.8 or better is required. The latest version of GLIB my present GLIB is 1.2.7. So I tried recompiling glib-1.2.10 and got this error: Making all in gthread make[2]: Entering directory `/home/BUILD/glib-1.2.10/gthread' /bin/sh ../libtool --mode=link gcc -g -O2 -Wall -D_REENTRANT -o testgthread testgthread.o ../libglib.la libgthread.la gcc -g -O2 -Wall -D_REENTRANT -o .libs/testgthread testgthread.o ../.libs/libglib.so .libs/libgthread.so testgthread.o: In function `new_thread': /home/BUILD/glib-1.2.10/gthread/testgthread.c:89: undefined reference to `pthread_create' testgthread.o: In function `test_private': /home/BUILD/glib-1.2.10/gthread/testgthread.c:197: undefined reference to `pthread_join' .libs/libgthread.so: undefined reference to `pthread_getspecific' .libs/libgthread.so: undefined reference to `pthread_key_create' .libs/libgthread.so: undefined reference to `pthread_mutex_trylock' .libs/libgthread.so: undefined reference to `pthread_cond_timedwait' .libs/libgthread.so: undefined reference to `pthread_setspecific' collect2: ld returned 1 exit status make[2]: *** [testgthread] Error 1 make[2]: Leaving directory `/home/BUILD/glib-1.2.10/gthread' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/BUILD/glib-1.2.10' make: *** [all-recursive-am] Error 2 Could anyone please tell me as to what this error message would signify. my host machine is armsa1110 using binutils-2.10.91 gcc-2.95.3 and glibc-2.2.2 . My build enviroment seems to be OK since I manage to build a new toolchain with binutils-2.13.2.1 gcc-2.95.3 and glibc-2.2.5 Thanks in advance Nagaraj From Tottimyong@netscape.net Wed Jul 16 04:17:25 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from imo-d01.mx.aol.com (imo-d01.mx.aol.com [205.188.157.33]) by mail.gnome.org (Postfix) with ESMTP id 3876B18396 for ; Wed, 16 Jul 2003 04:17:25 -0400 (EDT) Received: from Tottimyong@netscape.net by imo-d01.mx.aol.com (mail_out_v36_r1.1.) id h.1b7.6cbb27d (16228) for ; Wed, 16 Jul 2003 04:17:20 -0400 (EDT) Received: from netscape.net ([218.87.61.35]) by air-in02.mx.aol.com (v94.1) with ESMTP id MAILININ24-3f643f150a0a109; Wed, 16 Jul 2003 04:17:19 -0400 Message-ID: <3F150998.10401@netscape.net> Date: Wed, 16 Jul 2003 16:15:20 +0800 From: myong User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list Subject: about gdktarget Content-Type: text/plain; charset=gb18030; format=flowed Content-Transfer-Encoding: 7bit X-Mailer: Unknown (No Version) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello, By using --with-gdktarget argument, I can select running platform at configuring and compiling of gtk lib(default is X11). I want to run programme at both X11 and framebuffer mode. if I use "configure --with-gdktarget=linux-fb" configure gtk lib, can I arrive above target? From andrej.prsa@guest.arnes.si Wed Jul 16 07:19:36 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from rigljica.arnes.si (rigljica.arnes.si [193.2.1.82]) by mail.gnome.org (Postfix) with ESMTP id F0CFE18615 for ; Wed, 16 Jul 2003 07:19:35 -0400 (EDT) Received: from razor.arnes.si (razor.arnes.si [193.2.1.80]) by rigljica.arnes.si (Postfix) with ESMTP id A53AB6F191 for ; Wed, 16 Jul 2003 13:19:35 +0200 (MEST) Received: from gemma (unknown [193.2.110.237]) by razor.arnes.si (Postfix) with SMTP id E5BEF3995A0 for ; Wed, 16 Jul 2003 13:19:34 +0200 (MEST) Date: Wed, 16 Jul 2003 13:17:46 +0200 From: Andrej Prsa To: GTK Mailing list Subject: GtkCellRendererPixbuf and signals Message-Id: <20030716131747.2df141f5.andrej.prsa@guest.arnes.si> Organization: Faculty of Mathematics and Physics X-Mailer: Sylpheed version 0.9.3 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello! Could anyone please give me a hint on how to attach a "clicked" signal to the pixbuf that is in the GtkTreeView? GtkCellRendererPixbuf doesn't have any signals? Thanks, Andrej PS. Thanks, Murray, for your answer(s); I worked my way through editable cells! From info@rwonder.com Wed Jul 16 17:39:11 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail15.atl.registeredsite.com (mail15.atl.registeredsite.com [64.224.219.99]) by mail.gnome.org (Postfix) with ESMTP id 60D5E1854A for ; Wed, 16 Jul 2003 17:39:11 -0400 (EDT) Received: from imta02a2.registeredsite.com (imta02a2.registeredsite.com [64.225.255.11]) by mail15.atl.registeredsite.com (8.12.9/8.12.9) with ESMTP id h6GLdA3C007716 for ; Wed, 16 Jul 2003 17:39:11 -0400 Received: from newdell.rwonder.com ([162.84.161.198]) by imta02a2.registeredsite.com with ESMTP id <20030716213909.ZOWM16584.imta02a2.registeredsite.com@newdell.rwonder.com> for ; Wed, 16 Jul 2003 17:39:09 -0400 Message-Id: <5.2.1.1.0.20030716173936.025fa1d0@pop.registeredsite.com> X-Sender: usr243@rwonder.com@pop.registeredsite.com X-Mailer: QUALCOMM Windows Eudora Version 5.2.1 Date: Wed, 16 Jul 2003 17:40:01 -0400 To: gtk-list@gnome.org From: "richard wonder & associates, inc" Subject: gtk-list digest, Vol 1 #1610 - 5 msgs Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Send gtk-list mailing list submissions to gtk-list@gnome.org To subscribe or unsubscribe via the World Wide Web, visit http://mail.gnome.org/mailman/listinfo/gtk-list or, via email, send a message with subject or body 'help' to gtk-list-request@gnome.org You can reach the person managing the list at gtk-list-admin@gnome.org When replying, please edit your Subject line so it is more specific than "Re: Contents of gtk-list digest..." Today's Topics: 1. Compile problem with ld (Billy Bob) 2. Re: Compile problem with ld (Melvin Hadasht) 3. glib-1.2.10 make error ? (Nagaraja) 4. about gdktarget (myong) 5. GtkCellRendererPixbuf and signals (Andrej Prsa) --__--__-- Message: 1 From: "Billy Bob" To: gtk-list@gnome.org Subject: Compile problem with ld Date: Tue, 15 Jul 2003 17:15:23 +0000 I am having trouble compling GTK, and any help would be appreciated: I am trying to install GTK on: Linux version 2.4.20-18.8 (bhcompile@daffy.perf.redhat.com) (gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #1 Thu May 29 07:40:27 EDT 2003 It is a little complicated by the fact that I do not have access to root, so everything I install is in $HOME/usr. I have downloaded glib-2.2.0, pango-1.2.3, atk-1.2.4, jpeg-6b, tiff-v3.5.7 and installed them all in my $HOME/usr directory ($HOME/usr/bin, $HOME/usr/lib, ect..). I downloaded gtk+-2.2.2, and used ./configure --prefix=$HOME/usr/local --exec-prefix=$HOME/usr but, to get the configure script to recgonize everything I had to create the following environment variables: LD_LIBRARY_PATH=$HOME/usr/lib:/usr/lib:/usr/kerberos/lib:/usr/X11R6/lib:/usr/lib/sane C_INCLUDE_PATH=$HOME/usr/include CPLUS_INCLUDE_PATH=$HOME/usr/include LDFLAGS=-L $HOME/usr/lib So then the configure script works fine, but when I type make, it gets to the gtk+-2.2.2/gdk-pixbuf/pixops/ folder and prints the following: make[3]: Entering directory `/home/s03bpa/usr/src/gtk/gtk+-2.2.2/gdk-pixbuf/pixops' /bin/sh ../../libtool --mode=link gcc -g -O2 -Wall -L /home/s03bpa/usr/lib -o timescale timescale.o libpixops.la -Wl,--export-dynamic -pthread -L/home/s03bpa/usr//lib -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 -lm gcc -g -O2 -Wall /home/s03bpa/usr/lib -o timescale timescale.o -Wl,--export-dynamic -pthread -L/home/s03bpa/usr/src/gtk/gtk+-2.2.2/gdk-pixbuf/pixops ./.libs/libpixops.a -L/home/s03bpa/usr//lib /home/s03bpa/usr//lib/libgobject-2.0.so /home/s03bpa/usr//lib/libgmodule-2.0.so -ldl /home/s03bpa/usr//lib/libgthread-2.0.so -lpthread /home/s03bpa/usr//lib/libglib-2.0.so -lm -Wl,--rpath -Wl,/home/s03bpa/usr//lib -Wl,--rpath -Wl,/home/s03bpa/usr//lib /home/s03bpa/usr/lib: file not recognized: Is a directory collect2: ld returned 1 exit status make[3]: *** [timescale] Error 1 make[3]: Leaving directory `/home/s03bpa/usr/src/gtk/gtk+-2.2.2/gdk-pixbuf/pixops' Can anyone see what I've done wrong, or why this error appears? I cannot decipher it. Thanks Brian _________________________________________________________________ MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus --__--__-- Message: 2 Date: Tue, 15 Jul 2003 19:40:32 +0200 To: gtk-list@gnome.org From: Melvin Hadasht Subject: Re: Compile problem with ld Hi Billy, You wrote: > LDFLAGS=-L $HOME/usr/lib There must not be a space between -L and the directory, so it should read: LDFLAGS=-L$HOME/usr/lib HTH -- Melvin Hadasht --__--__-- Message: 3 Date: Wed, 16 Jul 2003 13:47:57 +0530 From: Nagaraja To: gtk-list@gnome.org Subject: glib-1.2.10 make error ? Hi All, I am trying to compile gtk-1.2.10 ,while configuring it stop with error : configure: error: *** GLIB 1.2.8 or better is required. The latest version of GLIB my present GLIB is 1.2.7. So I tried recompiling glib-1.2.10 and got this error: Making all in gthread make[2]: Entering directory `/home/BUILD/glib-1.2.10/gthread' /bin/sh ../libtool --mode=link gcc -g -O2 -Wall -D_REENTRANT -o testgthread testgthread.o ../libglib.la libgthread.la gcc -g -O2 -Wall -D_REENTRANT -o .libs/testgthread testgthread.o ../.libs/libglib.so .libs/libgthread.so testgthread.o: In function `new_thread': /home/BUILD/glib-1.2.10/gthread/testgthread.c:89: undefined reference to `pthread_create' testgthread.o: In function `test_private': /home/BUILD/glib-1.2.10/gthread/testgthread.c:197: undefined reference to `pthread_join' .libs/libgthread.so: undefined reference to `pthread_getspecific' .libs/libgthread.so: undefined reference to `pthread_key_create' .libs/libgthread.so: undefined reference to `pthread_mutex_trylock' .libs/libgthread.so: undefined reference to `pthread_cond_timedwait' .libs/libgthread.so: undefined reference to `pthread_setspecific' collect2: ld returned 1 exit status make[2]: *** [testgthread] Error 1 make[2]: Leaving directory `/home/BUILD/glib-1.2.10/gthread' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/BUILD/glib-1.2.10' make: *** [all-recursive-am] Error 2 Could anyone please tell me as to what this error message would signify. my host machine is armsa1110 using binutils-2.10.91 gcc-2.95.3 and glibc-2.2.2 . My build enviroment seems to be OK since I manage to build a new toolchain with binutils-2.13.2.1 gcc-2.95.3 and glibc-2.2.5 Thanks in advance Nagaraj --__--__-- Message: 4 Date: Wed, 16 Jul 2003 16:15:20 +0800 From: myong To: gtk-list Subject: about gdktarget Hello, By using --with-gdktarget argument, I can select running platform at configuring and compiling of gtk lib(default is X11). I want to run programme at both X11 and framebuffer mode. if I use "configure --with-gdktarget=linux-fb" configure gtk lib, can I arrive above target? --__--__-- Message: 5 Date: Wed, 16 Jul 2003 13:17:46 +0200 From: Andrej Prsa To: GTK Mailing list Subject: GtkCellRendererPixbuf and signals Organization: Faculty of Mathematics and Physics Hello! Could anyone please give me a hint on how to attach a "clicked" signal to the pixbuf that is in the GtkTreeView? GtkCellRendererPixbuf doesn't have any signals? Thanks, Andrej PS. Thanks, Murray, for your answer(s); I worked my way through editable cells! --__--__-- _______________________________________________ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list End of gtk-list Digest From valkadesh@libero.it Wed Jul 16 07:58:14 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from vsmtp2.tin.it (vsmtp2.tin.it [212.216.176.222]) by mail.gnome.org (Postfix) with ESMTP id 6AAFE1898F for ; Wed, 16 Jul 2003 07:58:14 -0400 (EDT) Received: from [80.116.242.17] (80.116.242.17) by vsmtp2.tin.it (6.7.016) id 3EE0613200FB3AF8 for gtk-list@gnome.org; Wed, 16 Jul 2003 13:58:14 +0200 Subject: Obtaining all instances of a GType From: Giovanni Corriga To: gtk-list@gnome.org Content-Type: text/plain Message-Id: <1058356628.2937.20.camel@rincewind> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.3 Date: 16 Jul 2003 13:57:09 +0200 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi all. In Smalltalk, I usually send the 'allInstances' message to a Class instance to obtain a collection of all the instances of that class. I use this technique, for example, to obtain all the Window objects with a given title. Is there something similar for the GObject system? Something like GList* instances = g_type_get_all_instances(gtk_window_get_type()); Thanks Giovanni From hp@redhat.com Wed Jul 16 21:59:51 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from devserv.devel.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 8EA14180FF for ; Wed, 16 Jul 2003 21:59:51 -0400 (EDT) Received: (from hp@localhost) by devserv.devel.redhat.com (8.11.6/8.11.0) id h6H1xoo03814; Wed, 16 Jul 2003 21:59:50 -0400 Date: Wed, 16 Jul 2003 21:59:50 -0400 From: Havoc Pennington To: Giovanni Corriga Cc: gtk-list@gnome.org Subject: Re: Obtaining all instances of a GType Message-ID: <20030716215950.C32223@devserv.devel.redhat.com> References: <1058356628.2937.20.camel@rincewind> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <1058356628.2937.20.camel@rincewind> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Wed, Jul 16, 2003 at 01:57:09PM +0200, Giovanni Corriga wrote: > Is there something similar for the GObject system? Something like > > GList* instances = g_type_get_all_instances(gtk_window_get_type()); No, a list of instances isn't kept. However GtkWindow instances specifically are tracked by GTK, see gtk_window_list_toplevels(). Havoc From dav@cs.utah.edu Wed Jul 16 20:32:41 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail-svr1.cs.utah.edu (mail-svr1.cs.utah.edu [155.99.198.200]) by mail.gnome.org (Postfix) with ESMTP id 35DCF185EE for ; Wed, 16 Jul 2003 20:32:41 -0400 (EDT) Received: from faith.cs.utah.edu (faith.cs.utah.edu [155.99.198.108]) by mail-svr1.cs.utah.edu (Postfix) with ESMTP id DD19A3476D; Wed, 16 Jul 2003 18:32:40 -0600 (MDT) Received: (from dav@localhost) by faith.cs.utah.edu (8.11.6+Sun/8.11.1) id h6H0Weo15323; Wed, 16 Jul 2003 18:32:40 -0600 (MDT) Date: Wed, 16 Jul 2003 18:32:40 -0600 (MDT) Message-Id: <200307170032.h6H0Weo15323@faith.cs.utah.edu> X-Authentication-Warning: faith.cs.utah.edu: dav set sender to dav@cs.utah.edu using -f From: "J. Davison de St. Germain" To: gtk-list@gnome.org, dav@cs.utah.edu Subject: Installing local/individual GTK Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, I'm trying to build the newest GTK (and the myriad of packages it requires). There are some badly installed, older versions of GTK (and its support packages) on my system, therefore I am installing all of the files for the new versions into my home directory, but some of the system files are apparently still visible. After hacking on most of support packages' build systems for hours I finally, I think, got them installed. (In ~/gtk_stuff.) Now, when I try to build GTK itself, the pkg-manager thing keeps dieing with various errors about system libs. It doesn't seem to be able to figure out that I only want it to look at the ones I've installed myself in my home dir. Here is one of the errors I get from configure: checking for XOpenDisplay in -lX11... no configure: error: *** libX11 not found. Check 'config.log' for more details. I've tracked this down to the fact that in the compile line, there is a "-L" with no path on it, thus clearing out all paths. I'm not sure why this is getting set this way, but it appears to be some problem in the configure script with $PKG_CONFIG either not being set or being used to early. (Note, I also get errors like this from configure: checking for libpng12... ./configure[22890]: --exists: not found. Again, this seems to be some bug with the GTK configure (I did run autoconf (2.53) on it.) It seems to be a heck of an ordeal to compile and install GTK. I would appreciate any help you can give me in addressing all of these issues. (BTW, I am trying to install this on a IRIX SGI.) Thanks, Dave PS. Please respond via email in addition to posting to the list. ----------------------------------------------------------------------- - J. Davison de St. Germain dav@cs.utah.edu (801) 581-4078 - - Chief Software Engineer http://www.cs.utah.edu/~dav - - SCI Institute, SE C-SAFE University of Utah - ----------------------------------------------------------------------- From dav@cs.utah.edu Wed Jul 16 20:44:49 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail-svr1.cs.utah.edu (mail-svr1.cs.utah.edu [155.99.198.200]) by mail.gnome.org (Postfix) with ESMTP id 39000180EE for ; Wed, 16 Jul 2003 20:44:49 -0400 (EDT) Received: from faith.cs.utah.edu (faith.cs.utah.edu [155.99.198.108]) by mail-svr1.cs.utah.edu (Postfix) with ESMTP id 7BBCB34767 for ; Wed, 16 Jul 2003 18:44:49 -0600 (MDT) Received: (from dav@localhost) by faith.cs.utah.edu (8.11.6+Sun/8.11.1) id h6H0inG15635; Wed, 16 Jul 2003 18:44:49 -0600 (MDT) Date: Wed, 16 Jul 2003 18:44:49 -0600 (MDT) Message-Id: <200307170044.h6H0inG15635@faith.cs.utah.edu> X-Authentication-Warning: faith.cs.utah.edu: dav set sender to dav@cs.utah.edu using -f From: "J. Davison de St. Germain" To: gtk-list@gnome.org Subject: Font problem Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, Perhaps it would be easier to use the older system version of gtk. We have tried using it, but whenever we run our application, it freezes for 5-10 minutes, then crashes with this error: No fonts found; this probably means that the fontconfig library is not correctly configured. You may need to edit the fonts.conf configuration file. More information about fontconfig can be found in the fontconfig(3) manual page and on http://fontconfig.org I've browsed the lists and google, and tried some of the suggestions on how to get the fonts to show up, but I've had no success. I have a ~/.fonts.conf file. A .fonts.cache-1 file is created with: "/usr/local/lib/pango/1.2.0/modules" 0 104269593 ".dir" in it. That dir has a lot of what I guess must be fonts (bunch of .so's) Any help with this would be much appreciated. Again this is running on an IRIX SGI system. Thanks, Dave PS. Please email reponse in addition to posting. ----------------------------------------------------------------------- - J. Davison de St. Germain dav@cs.utah.edu (801) 581-4078 - - Chief Software Engineer http://www.cs.utah.edu/~dav - - SCI Institute, SE C-SAFE University of Utah - ----------------------------------------------------------------------- From nliu@cienettechnologies.com Thu Jul 17 05:26:42 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.cienettechnologies.com (unknown [218.106.171.118]) by mail.gnome.org (Postfix) with SMTP id 0BC1018734 for ; Thu, 17 Jul 2003 05:26:41 -0400 (EDT) Received: (qmail 10815 invoked from network); 17 Jul 2003 09:40:22 -0000 Received: from unknown (HELO nliu) (nliu@218.106.171.126) by 0 with SMTP; 17 Jul 2003 09:40:22 -0000 Message-ID: <002701c34c45$2e8fdb60$5502a8c0@cienetmotorola.local> From: "Liu, Nian(Neo)" To: Subject: two questions about themes(urgent) Date: Thu, 17 Jul 2003 17:24:11 +0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0024_01C34C88.3CAE3960" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is a multi-part message in MIME format. ------=_NextPart_000_0024_01C34C88.3CAE3960 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable hi, folks, i have two questions here and since the time is really limited, your = quick response will be greatly appreciated. 1. as i know, .gtkrc file works on widget(s), can I specify it to a = specific application. in other words, can i use different theme for = different applications? 2. since gtk2.x can run in gnome1.x which is based on gtk1.x, i want to = know how to assign the rc file for gtk2. and, please reply to me DIRECTLY since i'm not a member of the list at = present. thanks in advance and best regards, Liu, Nian ------=_NextPart_000_0024_01C34C88.3CAE3960 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
hi, folks,
 
i have two questions here and since the = time is=20 really limited, your quick response will be greatly = appreciated.
 
1. as i know, .gtkrc file works on = widget(s), can I=20 specify it to a specific application. in other words, can i use = different theme=20 for different applications?
 
2. since gtk2.x can run in gnome1.x = which is based=20 on gtk1.x, i want to know how to assign the rc file for = gtk2.
 
and, please reply to me DIRECTLY since = i'm not a=20 member of the list at present.
 
thanks in advance and best = regards,
 
Liu, Nian
------=_NextPart_000_0024_01C34C88.3CAE3960-- From sachin_kulkarni@persistent.co.in Thu Jul 17 06:35:31 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp.pspl.co.in (unknown [202.54.11.65]) by mail.gnome.org (Postfix) with ESMTP id E4B89180E9 for ; Thu, 17 Jul 2003 06:35:30 -0400 (EDT) Received: (from root@localhost) by smtp.pspl.co.in (8.12.9/8.12.9) id h6HAdQlX005805 for ; Thu, 17 Jul 2003 16:09:26 +0530 Received: from ps0130 (PS0130.intranet.pspl.co.in [192.168.2.130]) (authenticated bits=0) by smtp.pspl.co.in (8.12.9/8.12.9) with ESMTP id h6HAdPuf005792 for ; Thu, 17 Jul 2003 16:09:25 +0530 Message-ID: <000801c34c4f$5fdea520$8202a8c0@persistent.co.in> From: "Sachin Kulkarni" To: Subject: building ui on hp-ux Date: Thu, 17 Jul 2003 16:06:59 +0530 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C34C7D.740EB610" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 X-Spam-Status: No, hits=0.6 required=6.0 tests=HTML_50_60,HTML_MESSAGE version=2.54 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.54 (1.174.2.17-2003-05-11-exp) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C34C7D.740EB610 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I want to build a user interface on hp-ux. Will it be ok to use gtk = for that. or i should use SWING? what r the other options available for = me? regards, -Sachin ------=_NextPart_000_0005_01C34C7D.740EB610 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
  I want to build a user interface = on hp-ux.=20 Will it be ok to use gtk for that. or i should use SWING? what r the = other=20 options available for me?
 
regards,
-Sachin
------=_NextPart_000_0005_01C34C7D.740EB610-- From firefly@diku.dk Thu Jul 17 08:38:47 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hugin.diku.dk (hugin.diku.dk [130.225.96.144]) by mail.gnome.org (Postfix) with SMTP id 70A5F187F6 for ; Thu, 17 Jul 2003 08:38:46 -0400 (EDT) Received: (qmail 30971 invoked from network); 17 Jul 2003 12:38:45 -0000 Received: from ask.diku.dk (firefly@130.225.96.225) by hugin.diku.dk with QMQP; 17 Jul 2003 12:38:45 -0000 Date: Thu, 17 Jul 2003 14:38:45 +0200 (MEST) From: "Peter \"Firefly\" Lund" To: Sachin Kulkarni Cc: gtk-list@gnome.org Subject: Re: building ui on hp-ux In-Reply-To: <000801c34c4f$5fdea520$8202a8c0@persistent.co.in> Message-ID: References: <000801c34c4f$5fdea520$8202a8c0@persistent.co.in> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Thu, 17 Jul 2003, Sachin Kulkarni wrote: > Hi, > I want to build a user interface on hp-ux. Will it be ok to use gtk It should be possible - but the HPUX C compiler might not like you. > for that. or i should use SWING? what r the other options available for > me? Oh, you are talking about Java? You could also try Tcl/Tk -- or Tk in other languages than Tcl. Or you could try FLTK. Or KDE. Or curses. Or s-lang. ;) -Peter From trashbox777@hotmail.com Thu Jul 17 09:36:28 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hotmail.com (law9-f105.law9.hotmail.com [64.4.9.105]) by mail.gnome.org (Postfix) with ESMTP id 1CAFF1885A for ; Thu, 17 Jul 2003 09:36:28 -0400 (EDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 17 Jul 2003 06:36:28 -0700 Received: from 128.156.10.11 by lw9fd.law9.hotmail.msn.com with HTTP; Thu, 17 Jul 2003 13:36:27 GMT X-Originating-IP: [128.156.10.11] X-Originating-Email: [trashbox777@hotmail.com] From: "Billy Bob" To: gtk-list@gnome.org Subject: Re: gtk-list digest, Vol 1 #1610 - 5 msgs Date: Thu, 17 Jul 2003 13:36:27 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 17 Jul 2003 13:36:28.0112 (UTC) FILETIME=[6CBCAD00:01C34C68] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Thanks Melvin, that worked. B >From: gtk-list-request@gnome.org >Reply-To: gtk-list@gnome.org >To: gtk-list@gnome.org >Subject: gtk-list digest, Vol 1 #1610 - 5 msgs >Date: Wed, 16 Jul 2003 12:00:09 -0400 > >Send gtk-list mailing list submissions to > gtk-list@gnome.org > >To subscribe or unsubscribe via the World Wide Web, visit > http://mail.gnome.org/mailman/listinfo/gtk-list >or, via email, send a message with subject or body 'help' to > gtk-list-request@gnome.org > >You can reach the person managing the list at > gtk-list-admin@gnome.org > >When replying, please edit your Subject line so it is more specific >than "Re: Contents of gtk-list digest..." > > >Today's Topics: > > 1. Compile problem with ld (Billy Bob) > 2. Re: Compile problem with ld (Melvin Hadasht) > 3. glib-1.2.10 make error ? (Nagaraja) > 4. about gdktarget (myong) > 5. GtkCellRendererPixbuf and signals (Andrej Prsa) > >--__--__-- > >Message: 1 >From: "Billy Bob" >To: gtk-list@gnome.org >Subject: Compile problem with ld >Date: Tue, 15 Jul 2003 17:15:23 +0000 > >I am having trouble compling GTK, and any help would be appreciated: > >I am trying to install GTK on: > >Linux version 2.4.20-18.8 (bhcompile@daffy.perf.redhat.com) (gcc version >3.2 >20020903 (Red Hat Linux 8.0 3.2-7)) #1 Thu May 29 07:40:27 EDT 2003 > >It is a little complicated by the fact that I do not have access to root, >so >everything I install is in $HOME/usr. > >I have downloaded glib-2.2.0, pango-1.2.3, atk-1.2.4, jpeg-6b, tiff-v3.5.7 >and installed them all in my $HOME/usr directory ($HOME/usr/bin, >$HOME/usr/lib, ect..). > >I downloaded gtk+-2.2.2, and used ./configure --prefix=$HOME/usr/local >--exec-prefix=$HOME/usr > >but, to get the configure script to recgonize everything I had to create >the >following environment variables: > >LD_LIBRARY_PATH=$HOME/usr/lib:/usr/lib:/usr/kerberos/lib:/usr/X11R6/lib:/usr/lib/sane >C_INCLUDE_PATH=$HOME/usr/include >CPLUS_INCLUDE_PATH=$HOME/usr/include >LDFLAGS=-L $HOME/usr/lib > >So then the configure script works fine, but when I type make, it gets to >the gtk+-2.2.2/gdk-pixbuf/pixops/ folder and prints the following: > >make[3]: Entering directory >`/home/s03bpa/usr/src/gtk/gtk+-2.2.2/gdk-pixbuf/pixops' >/bin/sh ../../libtool --mode=link gcc -g -O2 -Wall -L /home/s03bpa/usr/lib >-o timescale timescale.o libpixops.la -Wl,--export-dynamic -pthread >-L/home/s03bpa/usr//lib -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 >-lglib-2.0 -lm >gcc -g -O2 -Wall /home/s03bpa/usr/lib -o timescale timescale.o >-Wl,--export-dynamic -pthread >-L/home/s03bpa/usr/src/gtk/gtk+-2.2.2/gdk-pixbuf/pixops ./.libs/libpixops.a >-L/home/s03bpa/usr//lib /home/s03bpa/usr//lib/libgobject-2.0.so >/home/s03bpa/usr//lib/libgmodule-2.0.so -ldl >/home/s03bpa/usr//lib/libgthread-2.0.so -lpthread >/home/s03bpa/usr//lib/libglib-2.0.so -lm -Wl,--rpath >-Wl,/home/s03bpa/usr//lib -Wl,--rpath -Wl,/home/s03bpa/usr//lib >/home/s03bpa/usr/lib: file not recognized: Is a directory >collect2: ld returned 1 exit status >make[3]: *** [timescale] Error 1 >make[3]: Leaving directory >`/home/s03bpa/usr/src/gtk/gtk+-2.2.2/gdk-pixbuf/pixops' > > >Can anyone see what I've done wrong, or why this error appears? I cannot >decipher it. > >Thanks >Brian > >_________________________________________________________________ >MSN 8 with e-mail virus protection service: 2 months FREE* >http://join.msn.com/?page=features/virus > > >--__--__-- > >Message: 2 >Date: Tue, 15 Jul 2003 19:40:32 +0200 >To: gtk-list@gnome.org >From: Melvin Hadasht >Subject: Re: Compile problem with ld > >Hi Billy, > >You wrote: > > LDFLAGS=-L $HOME/usr/lib > >There must not be a space between -L and the directory, >so it should read: >LDFLAGS=-L$HOME/usr/lib > >HTH > >-- >Melvin Hadasht > >--__--__-- > >Message: 3 >Date: Wed, 16 Jul 2003 13:47:57 +0530 >From: Nagaraja >To: gtk-list@gnome.org >Subject: glib-1.2.10 make error ? > >Hi All, > >I am trying to compile gtk-1.2.10 ,while configuring it stop with error : > >configure: error: >*** GLIB 1.2.8 or better is required. The latest version of GLIB > >my present GLIB is 1.2.7. So I tried recompiling glib-1.2.10 and got >this error: > >Making all in gthread >make[2]: Entering directory `/home/BUILD/glib-1.2.10/gthread' >/bin/sh ../libtool --mode=link gcc -g -O2 -Wall -D_REENTRANT -o >testgthread testgthread.o ../libglib.la libgthread.la >gcc -g -O2 -Wall -D_REENTRANT -o .libs/testgthread testgthread.o >../.libs/libglib.so .libs/libgthread.so >testgthread.o: In function `new_thread': >/home/BUILD/glib-1.2.10/gthread/testgthread.c:89: undefined reference to >`pthread_create' >testgthread.o: In function `test_private': >/home/BUILD/glib-1.2.10/gthread/testgthread.c:197: undefined reference >to `pthread_join' >.libs/libgthread.so: undefined reference to `pthread_getspecific' >.libs/libgthread.so: undefined reference to `pthread_key_create' >.libs/libgthread.so: undefined reference to `pthread_mutex_trylock' >.libs/libgthread.so: undefined reference to `pthread_cond_timedwait' >.libs/libgthread.so: undefined reference to `pthread_setspecific' >collect2: ld returned 1 exit status >make[2]: *** [testgthread] Error 1 >make[2]: Leaving directory `/home/BUILD/glib-1.2.10/gthread' >make[1]: *** [all-recursive] Error 1 >make[1]: Leaving directory `/home/BUILD/glib-1.2.10' >make: *** [all-recursive-am] Error 2 > >Could anyone please tell me as to what this error message would signify. > >my host machine is armsa1110 using binutils-2.10.91 gcc-2.95.3 and >glibc-2.2.2 . > >My build enviroment seems to be OK since I manage to build a new >toolchain with binutils-2.13.2.1 gcc-2.95.3 and glibc-2.2.5 > >Thanks in advance >Nagaraj > > >--__--__-- > >Message: 4 >Date: Wed, 16 Jul 2003 16:15:20 +0800 >From: myong >To: gtk-list >Subject: about gdktarget > >Hello, > > By using --with-gdktarget argument, I can select running platform at >configuring and compiling of gtk lib(default is X11). I want to run >programme at both X11 and framebuffer mode. > > if I use "configure --with-gdktarget=linux-fb" configure gtk lib, >can I arrive above target? > > > > >--__--__-- > >Message: 5 >Date: Wed, 16 Jul 2003 13:17:46 +0200 >From: Andrej Prsa >To: GTK Mailing list >Subject: GtkCellRendererPixbuf and signals >Organization: Faculty of Mathematics and Physics > >Hello! > >Could anyone please give me a hint on how to attach a "clicked" signal to >the pixbuf that is in the GtkTreeView? GtkCellRendererPixbuf doesn't have >any signals? > >Thanks, > >Andrej > >PS. Thanks, Murray, for your answer(s); I worked my way through editable >cells! > > > > >--__--__-- > >_______________________________________________ >gtk-list mailing list >gtk-list@gnome.org >http://mail.gnome.org/mailman/listinfo/gtk-list > > >End of gtk-list Digest _________________________________________________________________ Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail From robert@valiant.us Thu Jul 17 11:59:23 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from harrier.mail.pas.earthlink.net (harrier.mail.pas.earthlink.net [207.217.120.12]) by mail.gnome.org (Postfix) with ESMTP id 0DB24189C9 for ; Thu, 17 Jul 2003 11:59:23 -0400 (EDT) Received: from h-69-3-238-129.sttnwaho.covad.net ([69.3.238.129] helo=10.0.1.2) by harrier.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 19dBAA-0006H8-00 for gtk-list@gnome.org; Thu, 17 Jul 2003 08:59:22 -0700 From: "Robert G. Valiant" Organization: Valiant Group To: gtk-list@gnome.org Subject: Help for possible botched GTK2 install? Date: Thu, 17 Jul 2003 08:58:24 -0700 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307170858.24787.robert@valiant.us> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello -- I apologize if this is the wrong place to ask this question. I'm very new with GTK2 (I'm a user, not a coder) and I'm trying to figure out what I have done wrong in my install. I installed GTK2 and dependencies from tarballs as specified on the install page. When running a program, I get the following segfault: =================================================== Program received signal SIGSEGV, Segmentation fault. g_type_check_instance_cast (type_instance=0x20323030, iface_type=269431656) at gtype.c:2771 2771 if (type_instance->g_class) (gdb) bt #0 g_type_check_instance_cast (type_instance=0x20323030, iface_type=269431656) at gtype.c:2771 #1 0x0fb4eed4 in g_type_check_instance_cast (type_instance=0x100f4990, iface_type=268763136) at gtype.c:2768 #2 0x0f6e8f0c in __libc_start_main () from /lib/libc.so.6 ==================================================== Being a simpleton, I can't tell if the program is botched or if I have a problem with my setup -- I'm using PPC Mandrake 9.1 which seems to have some GTK2 "issues." Before installing from tarballs, I removed all RPMs that I could find that related to GTK2. Thank you, and again -- my apologies if my message is burdensome. Bob in Seattle From jeff@purple.com Thu Jul 17 13:40:35 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from ftp.ece.villanova.edu (ftp.ece.villanova.edu [153.104.63.227]) by mail.gnome.org (Postfix) with ESMTP id 490D918A63 for ; Thu, 17 Jul 2003 13:40:35 -0400 (EDT) X-AntiVirus-Scanned: by ftp.ece.villanova.edu - http://safeinternetemail.com/ Received: (from Ustyx@localhost) by ftp.ece.villanova.edu (8.11.7/8.11.7) with UUCP id h6HHe5Q26296 for gtk-list@gnome.org; Thu, 17 Jul 2003 13:40:05 -0400 (EDT) Received: from asterix.purple.com ([192.168.0.6]) by diderot.purple.com (8.12.3/8.12.3/Debian -4) with ESMTP id h6HHZxRJ006584 for ; Thu, 17 Jul 2003 13:35:59 -0400 Received: from jeff by asterix.purple.com with local (Exim 3.36 #1 (Debian)) id 19dCff-00053t-00 for ; Thu, 17 Jul 2003 13:35:59 -0400 Date: Thu, 17 Jul 2003 13:35:59 -0400 From: Jeff Abrahamson To: gtk-list@gnome.org Subject: glade-perl and killing a window Message-ID: <20030717173559.GQ30412@purple.com> Mail-Followup-To: gtk-list@gnome.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline User-Agent: Mutt/1.5.4i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: A gtk question, said in perl: I have an app, push a button on its main window, a new window comes up. The new window let's me do some stuff, then I dismiss it. I'm not quitting the new window correctly. Here's the code: Press "pda" from main window: sub on_pda_button_clicked { my ($class, $data, $object, $instance, $event) = @_; my $me = __PACKAGE__."->on_button1_clicked"; # Get ref to hash of all widgets on our form my $form = $__PACKAGE__::all_forms->{$instance}; pda_window->run(); return; } Press "dismiss" from pda_window: Gtk->main_quit; $class->parent()->parent()->destroy(); That last is a kludge, because if the user hits dismiss twice from the parent window, the whole app quits (kill two nested event loops). Can someone point me in the right direction? Thanks. -- Jeff Jeff Abrahamson GPG fingerprint: 1A1A BA95 D082 A558 A276 63C6 16BF 8C4C 0D1D AE4B From dav@cs.utah.edu Thu Jul 17 14:21:10 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail-svr1.cs.utah.edu (brahma.cs.utah.edu [155.99.198.200]) by mail.gnome.org (Postfix) with ESMTP id 319AF181EA for ; Thu, 17 Jul 2003 14:21:10 -0400 (EDT) Received: from faith.cs.utah.edu (faith.cs.utah.edu [155.99.198.108]) by mail-svr1.cs.utah.edu (Postfix) with ESMTP id 8454634766 for ; Thu, 17 Jul 2003 12:21:10 -0600 (MDT) Received: (from dav@localhost) by faith.cs.utah.edu (8.11.6+Sun/8.11.1) id h6HILAk05960; Thu, 17 Jul 2003 12:21:10 -0600 (MDT) Date: Thu, 17 Jul 2003 12:21:10 -0600 (MDT) Message-Id: <200307171821.h6HILAk05960@faith.cs.utah.edu> X-Authentication-Warning: faith.cs.utah.edu: dav set sender to dav@cs.utah.edu using -f From: "J. Davison de St. Germain" To: gtk-list@gnome.org Subject: Re: Installing local/individual GTK Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: [I'm sending this email again as the last one seemed to get trapped in moderator limbo.] Hi, I'm trying to build the newest GTK (and the myriad of packages it requires). On my current computer, there are some badly installed and/or older versions of GTK (and its support packages), therefore I am trying to install all of the files for the new versions into my home directory. (However some of the system installed libraries are apparently still visible.) After hacking on most of support packages' build systems for hours I finally, I think, got them installed. (In ~/gtk_stuff.) Now, when I try to build GTK itself, the pkg-manager thing keeps dieing with various errors about system libs. It doesn't seem to be able to figure out that I only want it to look at the ones I've installed myself in my home dir. It seems to be a heck of an ordeal to compile and install GTK. I would appreciate any help you can give me in creating a installation of GTK in my home directory. (BTW, I am trying to install this on a IRIX SGI.) Thanks, Dave PS. Please respond via email in addition to posting to the list. PPS. I'm trying to install it locally because our program that links against the older/system installed libs exhibits strange behavior and also to learn about the GTK system. The strange behavior is this: The program comes up but when I try to bring up a menu (which needs a font) it "freezes" up. After about 4 minutes, it returns printing out a message that says something like "font not found, please look at your .fonts.conf file... etc." I have /usr/local/lib/pango/1.2.0/modules (which have a bunch of .so's in it) in my .fonts.conf file. (BTW, a .fonts.cahce-1 files is created with that path in it.) I've searched the web trying to find out how to make this work, but I can't find anything. It is unclear to me how all these pieces fit together and I can't find a lot of docs on all the different pieces. Perhaps solving this problem is easier than the installing of GTK. Any help on this problem is also greatly appreciated. Thanks again in advance. ----------------------------------------------------------------------- - J. Davison de St. Germain dav@cs.utah.edu (801) 581-4078 - - Chief Software Engineer http://www.cs.utah.edu/~dav - - SCI Institute, SE C-SAFE University of Utah - ----------------------------------------------------------------------- From sven@gimp.org Thu Jul 17 14:40:25 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.convergence.de (mail.convergence.de [212.84.236.4]) by mail.gnome.org (Postfix) with ESMTP id C078918859 for ; Thu, 17 Jul 2003 14:40:25 -0400 (EDT) Received: from [10.1.1.145] (helo=blixa) by mail.convergence.de with esmtp (Exim 4.14) id 19dDg0-0006QB-4g; Thu, 17 Jul 2003 20:40:24 +0200 Received: from neo by blixa with local (Exim 3.36 #1 (Debian)) id 19dDfz-00081r-00; Thu, 17 Jul 2003 20:40:23 +0200 To: "J. Davison de St. Germain" Cc: gtk-list@gnome.org Subject: Re: Installing local/individual GTK References: <200307171821.h6HILAk05960@faith.cs.utah.edu> From: Sven Neumann Date: Thu, 17 Jul 2003 20:40:23 +0200 In-Reply-To: <200307171821.h6HILAk05960@faith.cs.utah.edu> (J. Davison de St. Germain's message of "Thu, 17 Jul 2003 12:21:10 -0600 (MDT)") Message-ID: User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, "J. Davison de St. Germain" writes: > PPS. I'm trying to install it locally because our program that links > against the older/system installed libs exhibits strange behavior and > also to learn about the GTK system. The strange behavior is this: > > The program comes up but when I try to bring up a menu (which needs a > font) it "freezes" up. After about 4 minutes, it returns printing out > a message that says something like "font not found, please look at > your .fonts.conf file... etc." I have > /usr/local/lib/pango/1.2.0/modules (which have a bunch of .so's in it) > in my .fonts.conf file. (BTW, a .fonts.cahce-1 files is created with > that path in it.) I've searched the web trying to find out how > to make this work, but I can't find anything. It is unclear to me how > all these pieces fit together and I can't find a lot of docs on all > the different pieces. Perhaps solving this problem is easier than the > installing of GTK. Any help on this problem is also greatly > appreciated. Thanks again in advance. It should be sufficient to make sure that there is at least one useable font installed in the directory configured in /etc/fonts/fonts.conf or ~/.fonts.conf. You also need to run fc-cache once (as root for globally installed font files). Sven From dav@cs.utah.edu Thu Jul 17 15:47:59 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail-svr1.cs.utah.edu (mail-svr1.cs.utah.edu [155.99.198.200]) by mail.gnome.org (Postfix) with ESMTP id 74BA0181F1 for ; Thu, 17 Jul 2003 15:47:59 -0400 (EDT) Received: from faith.cs.utah.edu (faith.cs.utah.edu [155.99.198.108]) by mail-svr1.cs.utah.edu (Postfix) with ESMTP id 8233B3476B for ; Thu, 17 Jul 2003 13:47:59 -0600 (MDT) Received: (from dav@localhost) by faith.cs.utah.edu (8.11.6+Sun/8.11.1) id h6HJlxg08743; Thu, 17 Jul 2003 13:47:59 -0600 (MDT) Date: Thu, 17 Jul 2003 13:47:59 -0600 (MDT) Message-Id: <200307171947.h6HJlxg08743@faith.cs.utah.edu> X-Authentication-Warning: faith.cs.utah.edu: dav set sender to dav@cs.utah.edu using -f From: "J. Davison de St. Germain" To: gtk-list@gnome.org Subject: Re: Installing local/individual GTK Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > > The program comes up but when I try to bring up a menu (which needs a > > font) it "freezes" up. After about 4 minutes, it returns printing out > > a message that says something like "font not found, please look at > > your .fonts.conf file... etc." I have > > /usr/local/lib/pango/1.2.0/modules (which have a bunch of .so's in it) > > ... > > It should be sufficient to make sure that there is at least one > useable font installed in the directory configured in > /etc/fonts/fonts.conf or ~/.fonts.conf. You also need to run fc-cache > once (as root for globally installed font files). Hi, I did try running fc-cache, but as me... I don't have root. Must one run it as root? Is there a way to install it such that you don't have to be root. Also, here is a list of files in the pango modules dir: > ls /usr/local/lib/pango/1.2.0/modules/ pango-arabic-ft2.la pango-arabic-ft2.so pango-arabic-x.la pango-arabic-x.so pango-arabic-xft.la pango-arabic-xft.so pango-basic-ft2.la pango-basic-ft2.so pango-basic-x.la pango-basic-x.so pango-basic-xft.la pango-basic-xft.so ... I assume that at least one of those is a "usable font". Thanks again for your help. - Dave ----------------------------------------------------------------------- - J. Davison de St. Germain dav@cs.utah.edu (801) 581-4078 - - Chief Software Engineer http://www.cs.utah.edu/~dav - - SCI Institute, SE C-SAFE University of Utah - ----------------------------------------------------------------------- From nlevitt@columbia.edu Thu Jul 17 15:54:06 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from computer.cc.columbia.edu (computer.cc.columbia.edu [128.59.31.237]) by mail.gnome.org (Postfix) with ESMTP id 3CB7618AAA for ; Thu, 17 Jul 2003 15:54:06 -0400 (EDT) Received: from nlevitt by computer.cc.columbia.edu with local (Exim 3.36 #1) id 19dEoi-0001Mm-00; Thu, 17 Jul 2003 15:53:28 -0400 Date: Thu, 17 Jul 2003 15:53:28 -0400 From: Noah Levitt To: "J. Davison de St. Germain" Cc: gtk-list@gnome.org Subject: Re: Installing local/individual GTK Message-ID: <20030717195328.GD4458@columbia.edu> References: <200307171947.h6HJlxg08743@faith.cs.utah.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200307171947.h6HJlxg08743@faith.cs.utah.edu> Secret-NSA-Message-ID: 3b026257dfe9ed894171dbbb76f5b2ba User-Agent: Mutt/1.5.4i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Thu, Jul 17, 2003 at 13:47:59 -0600, J. Davison de St. Germain wrote: > > Also, here is a list of files in the pango modules dir: > [...] > > I assume that at least one of those is a "usable font". Thanks again > for your help. Those aren't fonts. It seems like you don't have any. Easiest thing to do is download the bitstream vera fonts from http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/1.10/ and put them in ~/.fonts. That might not work depending on your fontconfig setup, but I'd say odds are in your favor. Noah From vadim@berezniker.com Thu Jul 17 22:54:05 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from gorlovka.vmpn.net (unknown [216.254.75.9]) by mail.gnome.org (Postfix) with SMTP id A35F4181C4 for ; Thu, 17 Jul 2003 22:54:05 -0400 (EDT) Received: (qmail 4420 invoked from network); 18 Jul 2003 02:54:06 -0000 Received: from vadim.homenetwork (HELO berezniker.com) (10.0.1.25) by www.75.254.216.in-addr.arpa with SMTP; 18 Jul 2003 02:54:06 -0000 Message-ID: <3F176128.901@berezniker.com> Date: Thu, 17 Jul 2003 22:53:28 -0400 From: Vadim Berezniker User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030714 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: pango layout extents (ok under linux, problems under win32) X-Enigmail-Version: 0.76.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Using pango 1.2.1 and gtk 2.2.1 in 'English' locale. (For both windows and linux). I create a new label, set the text and then attempt to calculate extents using the various extents functions availabe. i.e. I tried retrieving the extents via the appropriate pango function, tried iterating over the lines of the layout and calculating their individual extents, etc and under all these circumstances the extents returned are smaller in width than the actual width of the text. The contents of the label is a mix of English and Japanese. (Which I guess attributes to the problem). (The same code works perfectly under Linux) From vivek@lantana.tenet.res.in Fri Jul 18 01:13:14 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lantana.iitm.ernet.in (lantana.tenet.res.in [202.144.28.166]) by mail.gnome.org (Postfix) with ESMTP id 50E7118584 for ; Fri, 18 Jul 2003 01:13:12 -0400 (EDT) Received: from dodo.lli.tenet.res.in (aster [144.16.241.214]) by lantana.iitm.ernet.in (8.11.6/8.11.6) with ESMTP id h6I5Cxe17320 for ; Fri, 18 Jul 2003 10:43:00 +0530 Subject: UTF-8 characters From: Viveka Nathan K To: gtk-list@gnome.org Content-Type: multipart/alternative; boundary="=-hSdchi0eJM7i6pOMwzXJ" Organization: TeNeT Group Message-Id: <1058505119.877.10.camel@dodo.lli.tenet.res.in> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-4) Date: 18 Jul 2003 10:41:59 +0530 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --=-hSdchi0eJM7i6pOMwzXJ Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi all. I am using the function g_utf8_get_char() to read Unicode values from a text file. The strings are fetched by using fscanf() function. It fetches upto SPACE or NEWLINE. But both these characters are returned as NULL. How can I fetch the SPACE as SPACE and NEWLINE as NEWLINE ? -- Viveka Nathan K TeNeT Group --=-hSdchi0eJM7i6pOMwzXJ Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit Hi all.
  I am using the function g_utf8_get_char() to read Unicode values from a text file. The strings are
fetched by using fscanf() function. It fetches upto SPACE or NEWLINE. But both these characters
are returned as NULL. How can I fetch the SPACE as SPACE and NEWLINE as NEWLINE ?
--
Viveka Nathan K <vivek@lantana.tenet.res.in>
TeNeT Group
--=-hSdchi0eJM7i6pOMwzXJ-- From john@cellform.com.au Fri Jul 18 01:50:09 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from freyja.cellform.com (ns1.cellform.com [202.61.130.74]) by mail.gnome.org (Postfix) with ESMTP id ECE2618E0D for ; Fri, 18 Jul 2003 01:50:07 -0400 (EDT) Received: from marilyn.intra (john@marilyn.intra [192.168.0.2]) by freyja.cellform.com (8.12.3/8.12.3/Debian-6.4) with SMTP id h6I5nkve016613; Fri, 18 Jul 2003 13:50:02 +0800 Received: by marilyn.intra (sSMTP sendmail emulation); Fri, 18 Jul 2003 13:49:46 +0800 From: "John Darrington" Date: Fri, 18 Jul 2003 13:49:46 +0800 To: Viveka Nathan K Cc: gtk-list@gnome.org Subject: Re: UTF-8 characters Message-ID: <20030718054946.GA359@cellform.com.au> References: <1058505119.877.10.camel@dodo.lli.tenet.res.in> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pf9I7BMVVzbSWLtt" Content-Disposition: inline In-Reply-To: <1058505119.877.10.camel@dodo.lli.tenet.res.in> User-Agent: Mutt/1.3.28i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --pf9I7BMVVzbSWLtt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 18, 2003 at 10:41:59AM +0530, Viveka Nathan K wrote: Hi all. I am using the function g_utf8_get_char() to read Unicode values from a text file. The strings are fetched by using fscanf() function. It fetches upto SPACE or NEWLINE. But both these characters are returned as NULL. How can I fetch the SPACE as SPACE and NEWLINE as NEWLINE ? As I understand it, that's what scanf is supposed to do. Unicode or no unicode. If you want everything to be interpreted literally, then why not use fgets ?? J' --=20 PGP Public key ID: 1024D/2DE827B3=20 fingerprint =3D 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 See http://wwwkeys.pgp.net or any PGP keyserver for public key. --pf9I7BMVVzbSWLtt Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE/F4p6imdxnC3oJ7MRAjkwAJ49BE9t2Yucc8QcQTnuY3I3sQyjIwCfcqp8 UlvyzSx9Ei44PKliM1TYiCU= =5Ag3 -----END PGP SIGNATURE----- --pf9I7BMVVzbSWLtt-- From leen.toelen@cropdesign.com Fri Jul 18 08:44:16 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cropdesign.com (212-123-24-116.iFiber.telenet-ops.be [212.123.24.116]) by mail.gnome.org (Postfix) with ESMTP id 01D9518A76 for ; Fri, 18 Jul 2003 08:44:15 -0400 (EDT) Received: from cropdesign.com by cropdesign.com (MDaemon.PRO.v6.8.4.R) with ESMTP id 33-md50000000018.tmp for ; Fri, 18 Jul 2003 14:43:50 +0200 Message-ID: <3F17EB85.2040308@cropdesign.com> Date: Fri, 18 Jul 2003 14:43:49 +0200 From: Leen Toelen User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030702 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: group buttons Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Processed: cropdesign.com, Fri, 18 Jul 2003 14:43:50 +0200 (not processed: message from valid local sender) X-Return-Path: leen.toelen@cropdesign.com X-MDaemon-Deliver-To: gtk-list@gnome.org Reply-To: leen.toelen@cropdesign.com Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, I am trying to figure out if it is possible to group some buttons in gtk together. In Aqua this is possible, eg safari uses it for the back/next buttons, and iCal for the back/day/week/month/next. This works by cutting the edges off the middle buttons, and only showing those at the ends of the groups. The results is that those buttons are visually bound to each other. I find this much more elegant than the current evolution setup, and would love to use this in gtk as well. Thanks, Leen Toelen From swalker@caspercollege.edu Fri Jul 18 09:30:59 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.caspercollege.edu (mail.caspercollege.edu [63.227.163.240]) by mail.gnome.org (Postfix) with ESMTP id 5AF38180E7 for ; Fri, 18 Jul 2003 09:30:59 -0400 (EDT) Received: from admin.cc.whecn.edu (admin.cc.whecn.edu [137.84.130.10]) by mail.caspercollege.edu (8.11.6/8.11.6) with SMTP id h6IDACp04635 for ; Fri, 18 Jul 2003 07:10:12 -0600 Received: from ADMIN/SpoolDir by admin.cc.whecn.edu (Mercury 1.48); 18 Jul 03 07:31:04 -0700 Received: from SpoolDir by ADMIN (Mercury 1.48); 18 Jul 03 07:30:39 -0700 Received: from CC53814 (137.84.128.234) by admin.cc.whecn.edu (Mercury 1.48) with ESMTP; 18 Jul 03 07:30:36 -0700 From: "Stewart Walker" Organization: Casper College To: gtk-list@gnome.org Date: Fri, 18 Jul 2003 07:30:35 -0600 MIME-Version: 1.0 Subject: glib 1.2.8 & gtk+ make problems in cgywin Message-ID: <3F17A21D.24207.1828EF@localhost> Priority: normal X-mailer: Pegasus Mail for Windows (v4.01) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Sorry if this is covered ground. Did scan the archives but didn't find anything pretaining to this Trying to get the gimp up and running on an I386 running a fresh install of cgywin (selected all). glib 1.2.8 ./configure runs and doesn't display any problems /* .. done updating cache ./config.cache creating ./config.status creating glib.spec creating Makefile creating glib-config creating gmodule/gmoduleconf.h creating gmodule/Makefile creating gthread/Makefile creating docs/Makefile creating docs/glib-config.1 creating tests/Makefile creating config.h creating glibconfig.h glibconfig.h is unchanged /* glib 1.2.8 make /* make all-recursive make[1]: Entering directory `/home/root/progs/gimp/glib-1.2.8' Making all in . make[2]: Entering directory `/home/root/progs/gimp/glib-1.2.8' /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN= g_log_domain_glib -g -O2 -Wall -D_REENTRANT -c gstrfuncs.c gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -g -O2 -Wall -D _REENTRANT -c gstrfuncs.c -o gstrfuncs.o gstrfuncs.c: In function `g_strsignal': gstrfuncs.c:674: conflicting types for `strsignal' /usr/include/string.h:75: previous declaration of `strsignal' gstrfuncs.c:674: warning: extern declaration of `strsignal' doesn't match global one make[2]: *** [gstrfuncs.lo] Error 1 make[2]: Leaving directory `/home/root/progs/gimp/glib-1.2.8' Any help would be greatly appreciated. Thanks Stew make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/root/progs/gimp/glib-1.2.8' make: *** [all-recursive-am] Error 2 /* From dav@cs.utah.edu Fri Jul 18 13:49:17 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail-svr1.cs.utah.edu (mail-svr1.cs.utah.edu [155.99.198.200]) by mail.gnome.org (Postfix) with ESMTP id 14DDD18200 for ; Fri, 18 Jul 2003 13:49:17 -0400 (EDT) Received: from faith.cs.utah.edu (faith.cs.utah.edu [155.99.198.108]) by mail-svr1.cs.utah.edu (Postfix) with ESMTP id 10DB234765 for ; Fri, 18 Jul 2003 11:49:17 -0600 (MDT) Received: (from dav@localhost) by faith.cs.utah.edu (8.11.6+Sun/8.11.1) id h6IHnGj11648; Fri, 18 Jul 2003 11:49:16 -0600 (MDT) Date: Fri, 18 Jul 2003 11:49:16 -0600 (MDT) Message-Id: <200307181749.h6IHnGj11648@faith.cs.utah.edu> X-Authentication-Warning: faith.cs.utah.edu: dav set sender to dav@cs.utah.edu using -f From: "J. Davison de St. Germain" To: gtk-list@gnome.org Subject: Re: Installing local/individual GTK Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > > Also, here is a list of files in the pango modules dir: > [...] > > I assume that at least one of those is a "usable font". Thanks again > > for your help. > > Those aren't fonts. It seems like you don't have any. > Easiest thing to do is download the bitstream vera fonts > from http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/1.10/ > and put them in ~/.fonts. That might not work depending on > your fontconfig setup, but I'd say odds are in your favor. After downloading those fonts and trimming the .fonts.conf file down to a very minimum (just the dir for the fonts), my program now works. I also experimented with putting the X11 fonts dir in the .fonts.conf file and running fc-cache (as root) and it seems to now let me use some of the fonts in the X11 installation dir. I appreciate your help immensely. Thanks, Dav ----------------------------------------------------------------------- - J. Davison de St. Germain dav@cs.utah.edu (801) 581-4078 - - Chief Software Engineer http://www.cs.utah.edu/~dav - - SCI Institute, SE C-SAFE University of Utah - ----------------------------------------------------------------------- From galaviel@bezeqint.net.il Fri Jul 18 14:27:18 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from ogi.bezeqint.net (unknown [192.115.106.14]) by mail.gnome.org (Postfix) with ESMTP id 3085B18B8E for ; Fri, 18 Jul 2003 14:27:18 -0400 (EDT) Received: from bezeqint.net.il (bzq-218-211-18.red.bezeqint.net [81.218.211.18]) by ogi.bezeqint.net (Bezeq International SMTP out Mail Server) with ESMTP id 04CB845D2 for ; Fri, 18 Jul 2003 21:19:50 +0300 (IDT) Message-ID: <3F182DF6.8050702@bezeqint.net.il> Date: Fri, 18 Jul 2003 20:27:18 +0300 From: Gal Aviel User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: [Fwd: GtkSocket - howto set initial size] Content-Type: multipart/mixed; boundary="------------090407000502040206060705" Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is a multi-part message in MIME format. --------------090407000502040206060705 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit --------------090407000502040206060705 Content-Type: message/rfc822; name="GtkSocket - howto set initial size" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="GtkSocket - howto set initial size" Message-ID: <3F182C16.8050105@bezeqint.net.il> Date: Fri, 18 Jul 2003 20:19:18 +0300 From: Gal Aviel User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-app-devel@gnome.org Subject: GtkSocket - howto set initial size Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi All, How can I set the initial size of a GtkSocket (I'm using Gtk 2.2.2 on RH8 x86)? I want to set the *initial* size of the socket to the size specified by the WM_HINTS/PSIZE that the embedee sets on its toplevel window (PSIZE is currently un-used in gtksocket.c at all). However I *do* want the user to be able to shrink the socket/embedded window below and above that initial size. I'm looking for something similar to gtk_window_set_default_size() but for a widget. This is important for me, since I'm embedding NEdit (the text editor), where one of the user preferences is the initial size of the nedit window (expressed as rows x cols). NEdit takes this preference and after considering the size of the menu etc sets PSIZE. Any thoughts ? Thanks in advance, Gal. --------------090407000502040206060705-- From galaviel@bezeqint.net.il Fri Jul 18 18:22:04 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from nils.bezeqint.net (nils.bezeqint.net [192.115.106.38]) by mail.gnome.org (Postfix) with ESMTP id ED55518DB8 for ; Fri, 18 Jul 2003 18:22:03 -0400 (EDT) Received: from bezeqint.net.il (bzq-218-211-18.red.bezeqint.net [81.218.211.18]) by nils.bezeqint.net (Bezeq International SMTP out Mail Server) with ESMTP id B1F72716; Sat, 19 Jul 2003 01:14:01 +0300 (IDT) Message-ID: <3F1864FC.70308@bezeqint.net.il> Date: Sat, 19 Jul 2003 00:22:04 +0300 From: Gal Aviel User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jane Young Cc: gtk-list@gnome.org Subject: Re: GTK+ and Xlib References: <3EF8E273.7020102@attbi.com> <1056505078.30100.1.camel@localhost.localdomain> <013d01c33c06$a5c30e40$d2ada8c0@itres.com> In-Reply-To: <013d01c33c06$a5c30e40$d2ada8c0@itres.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: If your situation is, that you already have some existing application written using plain xlib calls, and you would like to intergate it into a Gtk application (wrap it in Gtk), then you should use a GtkSocket object. Is this your situation ? Gal. Jane Young wrote: >I am new to GUI programming as well as Xlib and GTK+, so bear with me >while I ask a newbieish question or two. > >I am wondering if somehow the existing Xlib code could be integrated into a >GTK+ framework. > >Thank you for you help. > >Jane > >_______________________________________________ >gtk-list mailing list >gtk-list@gnome.org >http://mail.gnome.org/mailman/listinfo/gtk-list > > > From galaviel@bezeqint.net.il Fri Jul 18 18:24:26 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from ogi.bezeqint.net (unknown [192.115.106.14]) by mail.gnome.org (Postfix) with ESMTP id 0B46718DF7 for ; Fri, 18 Jul 2003 18:24:26 -0400 (EDT) Received: from bezeqint.net.il (bzq-218-211-18.red.bezeqint.net [81.218.211.18]) by ogi.bezeqint.net (Bezeq International SMTP out Mail Server) with ESMTP id 70D013666 for ; Sat, 19 Jul 2003 01:16:58 +0300 (IDT) Message-ID: <3F18658B.5080302@bezeqint.net.il> Date: Sat, 19 Jul 2003 00:24:27 +0300 From: Gal Aviel User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: test Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: pls ignore. From farryp@cognitcorp.com Fri Jul 18 19:41:13 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cognitcorp.com (cognitcorp02.inc.sunysb.edu [129.49.198.32]) by mail.gnome.org (Postfix) with ESMTP id 08FC518339 for ; Fri, 18 Jul 2003 19:41:13 -0400 (EDT) Received: from https://email.cognitcorp.com (sbcorp-1.cognitcorp.com [192.168.250.5]) by cognitcorp.com (Postfix) with ESMTP id C69341A36FB for ; Fri, 18 Jul 2003 19:52:31 -0400 (EDT) X-Originating-IP: [192.168.250.250] From: "Farryp =?iso-8859-1?Q?Philippe=2DAuguste?=" To: gtk-list@gnome.org Subject: gtk2 application using glade and postgres Date: Fri, 18 Jul 2003 23:52:31 +0000 Message-ID: <20030718.Bls.73835100@https://email.cognitcorp.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Content-Disposition: inline X-Mailer: AngleMail for phpGroupWare (http://www.phpgroupware.org) v 0.9.14.003 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi all I'm a newbie in Postgres and glade. I'm writing a database application using glade python and postgresql. I would like to know if there is a good tutorial that would cover all 3 components or an Open source project that I can look at the code to teach myself on how to use python glade and Postgres. Best Regards --Farry From peter@softintegration.com Sat Jul 19 03:00:11 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.softintegration.com (unknown [216.205.91.90]) by mail.gnome.org (Postfix) with ESMTP id E381C18BAB for ; Sat, 19 Jul 2003 03:00:10 -0400 (EDT) Received: by mail.softintegration.com (Postfix, from userid 12372) id 201B1FD1F; Sat, 19 Jul 2003 02:12:48 -0400 (EDT) Subject: GTK+ book To: gtk-list@gnome.org Date: Sat, 19 Jul 2003 02:12:48 -0400 (EDT) X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20030719061248.201B1FD1F@mail.softintegration.com> From: peter@softintegration.com (Peter Wu) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello, Does anybody know the most popular GTK+ book? Could it be "GTK+ Programming in C" by Syd Logan? FYI, We tested all code contained in this book in our Ch C interpreter last month. Here is our report including bugs: http://www.softintegration.com/docs/books/gtk/ Best regards, Peter Wu http://www.softintegration.com Ch: C/C++ interpreter for cross-platform scripting, shell programming, 2D/3D plotting, numerical computing, and embedded scripting From galaviel@bezeqint.net.il Sat Jul 19 09:35:14 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from marco.bezeqint.net (marco.bezeqint.net [192.115.106.37]) by mail.gnome.org (Postfix) with ESMTP id 378FB1822B for ; Sat, 19 Jul 2003 09:35:14 -0400 (EDT) Received: from bezeqint.net.il (bzq-218-115-214.red.bezeqint.net [81.218.115.214]) by marco.bezeqint.net (Bezeq International SMTP out Mail Server) with ESMTP id 1E8D26B6 for ; Sat, 19 Jul 2003 19:26:41 +0300 (IDT) Message-ID: <3F193AFE.1030603@bezeqint.net.il> Date: Sat, 19 Jul 2003 15:35:10 +0300 From: Gal Aviel User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: Howto set initial size of Widget (a GtkSocket Widget) Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi All, How can I set the initial size of a GtkSocket (I'm using Gtk 2.2.2 on RH8 x86)? I want to set the *initial* size of the socket to the size specified by the WM_HINTS/PSIZE that the embedee sets on its toplevel window (PSIZE is currently un-used in gtksocket.c). However I *do* want the user to be able to shrink the socket/embedded window below and above that initial size during runtime. I'm looking for something similar to gtk_window_set_default_size() but for a widget rather than for a window. This is important for me, since I'm embedding NEdit (the text editor), where one of the user preferences is the initial size of the nedit window (expressed as rows x cols). NEdit takes this preference and after considering the size of the menu etc sets PSIZE. Any thoughts ? Thanks in advance, Gal. From wedge__@fastmail.fm Sat Jul 19 09:58:15 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mail.gnome.org (Postfix) with ESMTP id 4CE5618448 for ; Sat, 19 Jul 2003 09:58:15 -0400 (EDT) Received: from smtp.us2.messagingengine.com (localhost [127.0.0.1]) by localhost.localdomain (Postfix) with ESMTP id 4F79B451F1 for ; Sat, 19 Jul 2003 09:58:15 -0400 (EDT) Received: from 10.202.2.133 ([10.202.2.133] helo=smtp.us2.messagingengine.com) by messagingengine.com with SMTP; Sat, 19 Jul 2003 09:58:15 -0400 Received: by smtp.us2.messagingengine.com (Postfix, from userid 99) id 59B9F731F1; Sat, 19 Jul 2003 09:58:14 -0400 (EDT) Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.2 (F2.71; T1.001; A1.51; B2.12; Q2.03) From: "Wedge_" To: gtk-list@gnome.org Date: Sat, 19 Jul 2003 13:58:14 +0000 X-Epoch: 1058623095 X-Sasl-enc: xfErNhTQpYWW15o7ZmQ7yA Subject: GTK2 problems after power cut Message-Id: <20030719135814.59B9F731F1@smtp.us2.messagingengine.com> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is a slightly strange problem, but I hope someone can help. Yesterday, for no apparent reason, all the lights in my house went off for about half a second. When I checked my comp, it had reset itself. I logged back in, and everything seemed fine, but none of the programs I use which were compiled with gtk2 support will work anymore, and they all fail with a similar error, which I have no idea how to fix. Running gkrellm2 gives: ** (gkrellm2:4455): CRITICAL **: file pango-color.c: line 952 (pango_color_parse): assertion `spec != NULL' failed -:2: Invalid color constant '(null)' -:2: error: invalid string constant "#eee1b3", expected valid string constant Segmentation fault while gvim 6.2 with gtk2 support gives: ** (gvim:4458): CRITICAL **: file pango-color.c: line 952 (pango_color_parse): assertion `spec != NULL' failed -:2: Invalid color constant '(null)' -:2: error: invalid string constant "#eee1b3", expected valid string constant Vim: Caught deadly signal SEGV Vim: Finished. Segmentation fault The same version of gvim works fine if I don't use gtk2, and all other non-gtk2 programs are still working fine. I've removed pango, atk, and gtk+ and installed them again, I've tried a couple of different versions of each, and I've recompiled the programs that don't work, but it doesn't seem to be making any difference. Does anyone have any idea what's wrong? Andrew -- http://www.fastmail.fm - The professional email service From mathieu@gnu.org Sat Jul 19 07:14:42 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mail.gnome.org (Postfix) with ESMTP id 513E318773 for ; Sat, 19 Jul 2003 07:14:42 -0400 (EDT) Received: from [192.168.1.100] mathieu_lacage@smtp-send.myrealbox.com [195.154.36.206] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.35 $ on Novell NetWare; Sat, 19 Jul 2003 05:14:41 -0600 Subject: latest version of GObject documentation From: Mathieu Lacage To: gtk-list@gnome.org Cc: Takuro Ashie , Takeshi AIHANA In-Reply-To: <1057496862.752.65.camel@mikeforce2.sog.or.jp> References: <1057233003.3085.12.camel@mathieu> <1057496862.752.65.camel@mikeforce2.sog.or.jp> Content-Type: text/plain Organization: Message-Id: <1058613913.2074.18.camel@mathieu> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-4) Date: 19 Jul 2003 13:25:14 +0200 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: hi all, I just released the latest version of my GObject documentation: it can be found at http://www.gnome.org/~mathieu/gobject/index.html. I'd like to thank all the people who contributed comments on this documentation since last version and who made this version (I hope) better. As a side note, it seems Takuro Ashie and Takeshi Aihana, both CCed on this email, have undertook the task of translating this documentation to Japanese. I hope they can complete this scary task. Kudos to them. regards, Mathieu -- Mathieu Lacage From rperini@email.it Sat Jul 19 13:30:12 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail1c.webmessenger.it (mail2.webmessenger.it [193.70.193.55]) by mail.gnome.org (Postfix) with ESMTP id 13A671813B for ; Sat, 19 Jul 2003 13:30:12 -0400 (EDT) Received: from overtheclock.email.it (151.27.172.206) by mail1c.webmessenger.it (6.7.016) (authenticated as rperini@email.it) id 3EFAE5EF00B8B374 for gtk-list@gnome.org; Sat, 19 Jul 2003 19:30:09 +0200 Message-Id: <5.2.0.9.0.20030719192812.00b20f58@popmail.email.it> X-Sender: rperini@popmail.email.it X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Sat, 19 Jul 2003 19:30:14 +0200 To: gtk-list@gnome.org From: Renato Perini Subject: Re: GTK+ book In-Reply-To: <20030719061248.201B1FD1F@mail.softintegration.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: At 02.12 19/07/2003 -0400, you wrote: >Hello, > >Does anybody know the most popular GTK+ book? >Could it be "GTK+ Programming in C" by Syd Logan? > >FYI, We tested all code contained in this book in our >Ch C interpreter last month. Here is our report including bugs: >http://www.softintegration.com/docs/books/gtk/ > >Best regards, > >Peter Wu >http://www.softintegration.com >Ch: C/C++ interpreter for cross-platform scripting, shell programming, > 2D/3D plotting, numerical computing, and embedded scripting >_______________________________________________ >gtk-list mailing list >gtk-list@gnome.org >http://mail.gnome.org/mailman/listinfo/gtk-list I think those books are all pretty old... I own "Sams teach yourself GTK+ Programming" by Donna O. Martins. A good book, but out of dated. -- Email.it, the professional e-mail, gratis per te: http://www.email.it/f Sponsor: Fenomenale!! Da oggi si naviga 7 giorni su 7 senza scatti al minuto. Scopri come... Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=1679&d=19-7 From davecindysmith@comcast.net Sat Jul 19 15:50:57 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mail.gnome.org (Postfix) with ESMTP id 75D9018790 for ; Sat, 19 Jul 2003 15:50:57 -0400 (EDT) Received: from laptop (h00087404740b.ne.client2.attbi.com[24.61.150.80](untrusted sender)) by comcast.net (sccrmhc13) with SMTP id <20030719195058016000s0jae>; Sat, 19 Jul 2003 19:50:58 +0000 Content-Type: text/plain; charset="iso-8859-1" From: Dave Smith Reply-To: davecindysmith@comcast.net To: Renato Perini , gtk-list@gnome.org Subject: Re: GTK+ book Date: Sat, 19 Jul 2003 15:49:48 -0400 User-Agent: KMail/1.4.3 References: <5.2.0.9.0.20030719192812.00b20f58@popmail.email.it> In-Reply-To: <5.2.0.9.0.20030719192812.00b20f58@popmail.email.it> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200307191549.48566.davecindysmith@comcast.net> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Saturday 19 July 2003 13:30, Renato Perini wrote: > >Does anybody know the most popular GTK+ book? > >Could it be "GTK+ Programming in C" by Syd Logan? ___________________________________________ > > I think those books are all pretty old... > I own "Sams teach yourself GTK+ Programming" by Donna O. Martins. A goo= d > book, but out of dated. I own both if the above, plus "Developing Linux Applications with GTK+ an= d=20 GDK" by Harlow and "GNOME/GTK+ Programming Bible" by Griffith. I found e= ach=20 book helpful by giving a different approach to the same subject. Studyin= g=20 the same subject multiple times may seem like a waste of time, but for a=20 newbie I found that the repetition helped me gain a more well rounded=20 perspective on the subject. Unfortunately, these books were all written = for=20 GTK+ 1.2. I have found references to a new book "Programming with GTK+" by Tim Jani= k -=20 O'Reilly & Associates, May 2003, ISBN 1565926242. This book is supposed = to=20 cover gtk+2.0, but it was apparently never actually published (at least=20 according to O'Reilly). Does anyone have any more information on the sta= tus=20 of this book? Dave Smith From rperini@email.it Sat Jul 19 16:57:45 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail1c.webmessenger.it (mail2.webmessenger.it [193.70.193.55]) by mail.gnome.org (Postfix) with ESMTP id F073A1839D for ; Sat, 19 Jul 2003 16:57:44 -0400 (EDT) Received: from overtheclock.email.it (151.27.172.206) by mail1c.webmessenger.it (6.7.016) (authenticated as rperini@email.it) id 3EFAE5EF00B98F07 for gtk-list@gnome.org; Sat, 19 Jul 2003 22:57:42 +0200 Message-Id: <5.2.0.9.0.20030719225736.00b25808@popmail.email.it> X-Sender: rperini@popmail.email.it X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Sat, 19 Jul 2003 22:57:49 +0200 To: gtk-list@gnome.org From: Renato Perini Subject: Re: GTK+ book Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: At 15.49 19/07/2003 -0400, you wrote: >On Saturday 19 July 2003 13:30, Renato Perini wrote: > > > >Does anybody know the most popular GTK+ book? > > >Could it be "GTK+ Programming in C" by Syd Logan? >___________________________________________ > > > > I think those books are all pretty old... > > I own "Sams teach yourself GTK+ Programming" by Donna O. Martins. A good > > book, but out of dated. > >I own both if the above, plus "Developing Linux Applications with GTK+ and >GDK" by Harlow and "GNOME/GTK+ Programming Bible" by Griffith. I found each >book helpful by giving a different approach to the same subject. Studying >the same subject multiple times may seem like a waste of time, but for a >newbie I found that the repetition helped me gain a more well rounded >perspective on the subject. Unfortunately, these books were all written for >GTK+ 1.2. > >I have found references to a new book "Programming with GTK+" by Tim Janik - >O'Reilly & Associates, May 2003, ISBN 1565926242. This book is supposed to >cover gtk+2.0, but it was apparently never actually published (at least >according to O'Reilly). Does anyone have any more information on the status >of this book? > >Dave Smith I totally agree with you. "Repetita iuvant" said latins :-) I was very interested in Janik's book, but, unfortunately, I couldn't find any information about it. No doubt it will cover GTK+ 2.x . O'Reilly website do not mention it either. -- Email.it, the professional e-mail, gratis per te: http://www.email.it/f Sponsor: Da Peraga un giro del mondo gastronomico tra un acquisto è l'altro... fai un salto al Ristoro Sunflower. Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=1477&d=19-7 From mow@onlinehome.de Sat Jul 19 18:08:07 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from moutvdom.kundenserver.de (moutvdom.kundenserver.de [212.227.126.251]) by mail.gnome.org (Postfix) with ESMTP id 888C8188FC for ; Sat, 19 Jul 2003 18:08:06 -0400 (EDT) Received: from [212.227.126.223] (helo=mrvdomng.kundenserver.de) by moutvdom.kundenserver.de with esmtp (Exim 3.35 #1) id 19dzs6-0002tW-00 for gtk-list@gnome.org; Sun, 20 Jul 2003 00:08:06 +0200 Received: from [80.128.78.4] (helo=eco) by mrvdomng.kundenserver.de with esmtp (Exim 3.35 #1) id 19dzs5-00077t-00 for gtk-list@gnome.org; Sun, 20 Jul 2003 00:08:05 +0200 Received: by eco (Postfix, from userid 1000) id 1E5481233C; Sun, 20 Jul 2003 00:11:14 +0200 (CEST) From: Morus Walter MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="vbRjoWg1lQ" Content-Transfer-Encoding: 7bit Message-ID: <16153.49666.47323.114691@onlinehome.de> Date: Sun, 20 Jul 2003 00:11:14 +0200 To: gtk-list@gnome.org Subject: mixing wrap-modes in text view X-Mailer: VM 7.07 under 21.4 (patch 6) "Common Lisp" XEmacs Lucid Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --vbRjoWg1lQ Content-Type: text/plain; charset=us-ascii Content-Description: message body text Content-Transfer-Encoding: 7bit Hi, is this possible? I would like to protect certain terms (consisting of multiple words) against word wrap in a gtk text view. I thought this might be possible by creating a 'nowrap' tag an a 'wrap' tag and insert the protected terms with nowrap and the rest of the text with the wrap tag. The nowrap sections should then be treated as one word. Unfortunately this does not work as expected. What I see is that the text view uses the wrap mode of the first text in a line for the whole line, even if text with other wrap modes is following. So if a line starts with text with the nowrap tag, the line isn't wrapped, if the line starts with text tagged with 'wrap', even text tagged with nowrap is wrapped. Is this intentional? Further: I'd like to enable wrapping between two texts in nowrap mode. Should that be supported? I thought about adding a unicode zero width nonjoiner (x200C) in wrap mode... I added a test program (sorry, C++ based on gtkmm) and a screenshot (I hope an attachment is ok for the mailing list) of what I get. I'm using gtk+ 2.2.1, pango 1.2.1, gtkmm 2.2.1 and pangomm 2.2.1 with gcc 3.2 on linux. greetings Morus PS: I would like to add that besides these difficulties text view is a great and impressing tool. Thanks to everyone who worked at it. --vbRjoWg1lQ Content-Type: image/gif Content-Disposition: inline; filename="textview.gif" Content-Transfer-Encoding: base64 R0lGODdhhgKoAfcAAAAAAAAA+FBUUGD8oKioqNDQ0NhEGOjs6Pj8+GxsTg0NE0BACAgIDHR0 ABcXAAgIADAIqPV08f8X/78Iv8EA7EMAqwMABEAAQAAB9gAAfAAAFwAACNANgKj/ThQAEwgA CFwbDFO2AA0AAEAAAAB1zvY8SCkDA0BAQADYSwB+AAAXAAAIAACobADy8gD//wC/v7gESPMA AP8AAL8AABTxztc6SAQDAwgES3QAABcAAAgAAAAIbAB08gAX/wAIvzBISPXzAP//AL+/AAB1 ptc8kQQDB7wcCGx9dA0XF0AICADIgwDyAAD/QAC/AugE6PMA8f8A/78AvzfxHto6kgUDBwhA CEm8CAJsdEANFwJACAgIgxcXQAgIAugIQPN0ev8XF78ICM0wS2c/AAMDAEBAAAgIECJASQJ6 AEAXAAIIACgAEvQAAEsw4Hg/mAgDBy0IgCB0TgwXEwgICABADAB6ADigCPR+8nnSJpQ+mQC8 wABsogANFgBACNAIAfR0AP8XAL8IAAi8CMBs8jYN/0BAv2GbAdmBmQUGBwgDDQAggAB8TgAX EwAICGhcKPQC8rOAUqyBjAcGBwFAKAB6+IbcKAJ88qjSrAE+jAADBwC8QABsoAF0AMxIAPTz ANCzwPSMhP8GBb9ACNS4KPR5+IIguAB89EAX/wIIv2hcOPQC9fOYkqyMjAcGBQi8DcBsADYN AIZgAALNAAASAKhfAQHNAAAMAGQAmPQAjP8ABr8AQABgBADNAABwCADzdAD/FwC/CDCI+PXz 8v///7+/v64MdZnYPAcEAwhAQGC46M15fBIXF/EgeA588gwX/wgIvwAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAhgKoAQAI/gAHCBxIsGBBAwYTKlzIsKHD hxAjSpxIsaLFixgzatzIsaPHjyBDihxJMiPCiwRSqlzJcqWAAy1jypxJs6bNmzhz6tzJs6fP n0CDCh1KtKjRo0iTKl3KFOjLnggJCJhKtarVq1izat3KtavXr2DDih1LtqzZs2jTql3Ltq3b t3Djyp1LtyuBqC8P6N3Lt++BvH4D6wUsuLDhw4gTK17MuLHjx5AjS55MubLly5gza97MuXNi wp8bg0b8FC/MnE9Rn27KurXr17Bjy55Nu7bt2zdT49Sde3XvuwOk+rbJm/hw3MiTK1/OvLnz 59B5Fq85nWb1maWDX5e5PWb36ODD/ot3XaDA+PPo07f8zpK9y+PWYZrW6V5lffX48w8tv9+8 Tv76BSggcvcJR99q8Elln3zaJcidg95BOOCEFNYEYFAXVqjhhrgV6CGC3C0InIGqsdSXAO1J yOGKAZbnon8qvRgjjATw9+KFGeKYYUoy8kjjjiwGOWFxJ6YoE3y6JYhiStmReNiS0622pIhC VkkhkADq6ONKO+b4I401+pfll1aWGWCU9hnZ0l8RqqSkiPMRACGUx502JZVm5plel2T6yGdL Y7LkJZfm2VgomHomCh2aCqppYqPvuRkikww6aR2lMcF0J6aKdhodnzf2SSigYoLpZahhpgqk p6x2CJ+m/uvVyWSsknoHZ4Mp/bUVpyZuymurwOL2p0w9zhhTscYmK+ihqQbrbG3VsUnro7NG muukBsa525vTPuttbIE222y4W4qLbLnKGorqt+y2dp2vJLpplaPcZotrifi2qy9TyN6Irrhh Djtjv8WSu+/BRn14YK3r3Rrvb/kiLPHEFFfsKMTbypuVwwpHbPHHIIfcascZl6gtxiiLrPLK LHNIcsrUVfqycS3XbPPN6s0c88IGGDCVrmAB/ZXQdRVt9NFIJ6300kw37fTTTxPdldRcUb3V Xwj9hcDWXHft9ddghy322GSXbfbZaKet9tpst+3223DHLffcdNdt99145633/t58j62XQFL1 LfjghBdu+OGIJ6744ow37rjiMn8dwOOUV2755ZhnrvnmnHded+ReT2636J6XbvrpqKeu+uqs ow1616TTHXvrtNdu++2456673yMKsHUAwCNAOvDBSy588b8Tn/zsw3Mt+uTFE9+88l4DwLX1 W2NvPQDac489Attzv/v45Jdv/vmORx798+xL3v7xyf9uvPz0I79+/PB3/f3+2e/fff8ARJ8A B0jAAhqQbOqDHf0W6DwFCs+Bs3vgAp8nNgo2UH/XyyD4xKY9DB7wgyAMoQhbl8ALxi6CJ2Sg BUNXvws6T3oq/FoHN5i96nlvhjUcoQ53yMMeQq53/hJsoQuHuEIJRtCIE4Rd84LIxBzi8Hvg 4x8Nc+jDKlrxilhkWwmFyMAYMrGIDYReEFNoQgdicHtThKIaqTjFLLrxjXC0ovredz8WmpCO YVuiCun4vuppkI3ii2IAAxnHQhrykAQEnfKGRz07TrCR+TMjGV8IPTFC0oNthGIUw7dB7yHy k6AM5e1eh7oj0k2TokylKlepOVKezpRzQyUrZ0nLWhbOlaaDpdxkacte+vKXcMMlMIdJzGIe UpjGTKYylzlCZMaNkGvzn9ukyTZZ8jJx1qxcNim3zcd103HfbFw4GTfOxZXzc0C82zXPhsO2 tZOdf8Sk4qToR3LG856I/qOnPLGJzzbyk439NJw+A1q4gQI0n/1cp9yc+TaFlu2d0TzoQwlq T4mCk6LmxOg8NfpPf3KTowi1qDhBajfQ3VB/0Dzp9QLpyf6psaUu7SQhYbrJl6IRpiqN6SZr iNOVopKeHWRpT2mq0/ABFZpUlCIna5pBou5Upkf96R+D2r2ZPhWlVI2qDKfK06ryz6ktNepU kZpGDS41p2K1YVbHKtWkdtWlXyVrWK/qv7aWVaZwbapcWUpXn27VrXhlald/ytee6pRukRMq YBV7V6AO8n+CvCsNGUvZlQ7SrJaN7BPr2VhqUtaulZUsYCfrWcjKNbN8Fa1kIatZ04LWtKMd /i1rPxtATIZ2oI6NbGsf+9fdTvaeuZ2pa2s71suqNril5S1nbwtcruqWtrotrmZjGzdcshZs 103jOtv5xO0C0qLZ1ecMySpbkXK3t2skbdiCy8HvLteD2XXub9frXtvCl7j2dWJ7M4ne+0Y3 v/PFbn3lO1/yrta8A47teHnJXvry972Y/a98IRrhg4rXiQ7VYjpvWFesCle8KVVpem3q4fNm Eq1WdW+H/7rZEidYtN3dZot9mloLxzPGAg6wJjn84gtrV8bU5fGDAaxj8o4XuCLeJ4yTamT9 AlTI6SUyjlkc5CTj08crrueM4WpiKTM5w2lLLG5na0MLk/nBhK2t/omp6c8aj7jMWlawUpWM ZTj7F8QV9midUUplGM/5yjd+clu3nOIoE/idp9Uxn51sYxXbOcJ4ZrSeA93mQcs5z6D1b2bv fOM/NxrNj64uEA0taUv3udQSXbOmSa3oPNv4ppRGNYQl/epOxjrAk3Y0Z5tq6wF3+dCf5jUa fd1jSttV2EvGdH9dPWlYE3vIwM71GXsN7V8rONg8pbahrZ3sY4saL75VKmwZLW7lutmsw52u uSv8ZtVeG7Xp9nKrZ31ic2ca0gm9NXQTDWp3J9ve+O02dd8NcAnv2aD/Dnd8D55vX6eb3+1G uI8LDnFOi1TD4N6pUEm88U5zvKq4pqkn/jvOXfF13LLtviq9d2zymxrY5Kt++a017nIGD5vc Mk/wyGu+3psXmcEz3zlUe95vlcvbrzB3KgBTrvSE03zo2PX5lJctaE6mVYZS/7KDof30q5eZ 6QZ2G0OZ2VvNgTmjnDv7RtPeObV3NHNjJ7uSL+f2kG6u7ofDu0DbzvfNxV3uF/dm3+8+eLMX PnN6J9zfAc/4xjvec4t/vOQnT/nERX6XORZ82Ue6+YrumvOf9/zc1x56tJee9KN/O0kRm869 SRz05yxow00fe8K93vO1H9ztaZ950udecLtXfOv1hvCLBt73iF+97I/f0cTzrfiwTz7z7e58 dOKFvRuPK2HX/qr1WVM1r4PFOvd/TPXvCxbqWA1/9wFsfrQa/alXz/KE33p+rxe1r4edf2Dd D9bCpvj92OdVerV96kd+3kd//LdX4yd/5bV/Q6WABciAB+aAVtV/C+hXfCMzyAVvymVb44Zb ziVcBeeBxgWCi5VcvkWC6maCncWBKShdqcWC5UZxr1WCzXWCLshYKhiDN9iCNIheH9iDM6hw AYeCWzaBIkiEyxWETxaCRrhwOThwJdU7DZZjrHZwQLdY+3WFxhZwDXhN3IaFW+dppyZtEZeF jbWFdNaFEvaFaghoupZzaehgXBiHaEiGcQaH/SaHeKhpZnhnd8hsyrZyGDY4iUVu/mpVY3/I bk02b1xWbLr2fgWGZHOlh2AHZMdlZZ92iVZYZZW4iTGHiWP2iYuIc6JIiYp4b6bYiZlIiqr4 c6w4iqlIdbDYZ7IYhmwoiVMIbkcGSGT4iohmapEWcrQYjLbYaYMobyx3jL6YjNG2jHk4jLgY iUWIiJs2jUVXjY5YaGtIjQZnjWoGidn4jdv4i8UoaMxYb7KmjKF2N4fobNUmjikHaPC4bfLo h7V2c/bIdQIXerA2ccRIiNKGbACJjfOYjwlnkPjYbNomTwrJbFJVjw55jxC5VRKZi6WIawhZ kBRJax61i9pBcEpYcfiWavr2cMAIjkc3kinpiNH2gwJ5/oQiuW8tKZMJiZLn6JIziZMxKYUF yZPs6G8/OYLP6JMnSZTvZpPWF5JOJ3T2h3KhOIb75JS6CHOMGIiUKEhPuXRRmXmkRpVNZ5Wr 6JVT2XLo93VdmZNIx3NRV3RhGXRmuZVamZYCuZZnyWecSJZZmXQvl3UGqJYxxZc255Zhx3oZ 11CHhznVB3yJSXeNaTmL2TeR+Xypc3lbZ3hsl5mEp5mYuZme2ZmmY5m9J32fSZqgaZqoqZiP qU2VOXyV95qwGZuG6JqyWZu2eZtiR5uuN5qip3yU2Xmml3p2J5x5x5vB6Zu7CZyoh5zEZ5wZ qJt2E3zN55zL95GTiZgmiXvU/ml7s4d8ylmdvyeZ3Tmd36k3ohlR01ec6bl36wmepHmd0cmc 4tme3Emfuiefv/mRiKOBIdhaFQiB6CeBAQh+dwl/+AeA/Zl9Ayh+EYiB7IeAD0iAAeqg+ndW EcqgE5p/bqigBYiB8UehGyqAHXp/hoWgWsihBTpXJQpWCSqiKep/WnWAFKh9GPqhGoo3/ImD MLmDvdhmTpiDULhux/WjOwqDPbpjRMqSQGiDTaijSrqETOqjTkqTS7qCQohuQKqN4RZkSUql UGqlTeqDT8qjKomET6ilzGWfYUaF/UmH3biHWKmRfliTXoiEbwiKkBanFLaORdmGduqmlgiI UumR/s6YlHVahWVIp36KqHmIp07Gh4LIp4a6qG3Kio5aYPDJO7xYplD2pnkZjaj4kGMJqlU3 iz15o5NYqqJai6Raaa6YkxKYqq5qqkEpiUeaiKs6dRY3q7m6frvKcq96qrbKqZqYkbqaN4dY joXaj5tWkuoYkLWqjYRmjsIqrZcmqcxqrX62rHvWrI+KjNjardoqjR2pkYk2rdyKkeSIruGq rud6rdDap97qjqNmaxzJj+K6kfpWrhAVkQ2JkYq6hhdJjQFLj/9KsLDaef+4r/iqrgypjxPZ sN74sAnJr9hmrxUrseNIsfdahxubqV9jUkephEG5e9sGlH1qsg6JspOq/rLgCl0lO3sni5T9 6LLNSLIpK7MrS7MMl53VxrI1q7MvG28567Mzi7Mti59mI7I6F5dV6Zex2pROG5ZQC6IvGZhs iXWEGaeuOpdUu7WDWnVe25dgq5diK5hE96l1ibUFypVXGbZdi7ZtqbYr2XVPW7aAabdfS7c4 Cp1pA7LqtJofxZmp6ZiEq5qH2znneXqsmbiQKbiaV5qIK7mGezqLS5zGR7mP67iNq7mde5qT G5p+i5ukW7qmiwCXe7qqu7rLlLroybhmw2avW5hkI7tqY7tj6Ha0Oza4W7uJ17vwVKexO69o A7zDK7wThby1S7zB66fDqbTxWZ5mtJ+jG0vj/nm7ahqpxZu9hAqofws3e8q74Mu9coq9+rm9 5xu81Re+6ju+6Vuf1hl90jtEc6NLXuO6x/u+1US+7Hu865ue/bud/vu67sS/Bqy/y4vA4qvA d1rADOy9vDe5zme/bEPBXJOjaYiiT6mi/5dTKjdydCVyIZa1HizCJGzC6Rd/IxygKBzCK4x0 LkxiMZx+MIxTI8xxLuxhKTzDFArCNmxTOPzDOlzDHzbEgcnD+efDRSyjFvqfEmqjJprBLrrB MMpWSiRGy3NElXRC1HNJYoPBQ+ilZKpe6kbGbjZuZtxdxpXGTLbGD0ekZ+zGbVzGbyykRSbH W6qj+wbHdZzHbGym/hTHx3Y8g3s8yIYcpmEMtEbIpVOqyFF4V3VUR0qEP5HsOmyqhRBcsFga sVmIVAe5yQ5biJzsrZ8sygEVXgtpyuCFX2C3wK3cwHuKyozoyjFHy7MMy6v8X69cfgimsWcY tuHbq2RMRF40vUUERpoakrfqYr4cikucjUJ2oCGHYuIazSU6zdVMzR73zPNozf9XU1nWzTes aj1crCUnxAQ7zukMxOScxObsi+gMzY14hJ0aqG+bjsBKq/IKU2Q0ScT8RV2UzIGzzOHYzHmK ZJH4zWV8x+hImAj9se2s0HHc0LsMjWxm0Qupg+3sggF50XD2yRo9sSEN0QVd0R+d0cII/q7x OqnzStDPZbGV5kX+LNMQZMmbOrDQnLASy3TdyNNw6NONVsoR3dMz19FFTWiJmp3drNRzKpKy holPbalGndRuSdSC6K8QC7A6LbAHm9PVmkP9PL00XUZnw7Q/y7NsGFp/vMiiPNHn5sdq3ceE rMZ0PMdvHddoTNd3ndebXMg+6NdxfchrzddtLdd9LdeEHdhGu7NIG7SLPbQdWLQ0FMl99M+V XNYbBpdWd7eceHJHfGJNvMOg7Z+i/XHuPGwy/NmmLc1C98FWudrX3NoofM4pDHK0bZcaB8+k DcOjjdsg3Ntsm9vA/XTCDdsrfNt5C5Zky7dOrdyDqbaLREla/ixJkIQ8Au077su62i13gBu9 54O/3b3d4p1F4X1KAgTe453exlTe1os++Kve8B3fbvTe8l3f9q1D9J25mFud+w2//X2f88vf 0Fs34enfA27eAW7g5PtDh7k60kl9AsyYPuudsAvg8audCZ6cFx7BFS7hG446+U2elcve03Tg gbvgeQN9GD7i79niuCMzekRB62M/xxNBA1p/AFjFvhqiBErFF3ijN56AT3ygLHqiU5zjPx7F c6bBSN6gQN6iPd7kGarkmMXkFujkVK5fVg6gUFzkUhzlVz7lXr7kR950GKcdMY4/+UPZTHym 5JjHMgjKYmyknNqljiykcW7Kc27X/i4NyEXK53XeyGiN51eq53cO54U+zHuuXVGKpILe2Gyd 54oOtG0D4y6EzGTdRYza1KcKqd270jWrp73ssb9stsEM0/Hlhpms055evu1qh8A86p4qqKYu 6/b8qKJ+vsKc6n8q1ZNZQivEPDAE0K2az7tutbJq7KiO7H1ez5d6rN+qqsuOqs3+zsKqdNUe rLWK7cSq7fs8z56ozyzN7S7p7Ma649HOqy9W6UBkQXoUSceMz4sG6vn6rtv66uNo7+Rq0LSm 7yp97PPurC+Vrt7o7zdL7+6a0gcP8C2tktx46+aq8M/K8OP67+t+5oFjSWNkzMVMkAxL6hlt kV291F/N/rEfP+sV6Uc4TfLRqq/PBvIpP21ZjbAlj9UZC/MeafMdi/I5L/Iz79Utb/Iv/98I lE7vzsWUXNlXu+g9u+FHC7OS3U1PT7RJ+9g3C/VV7/SMjfWOrfWQ/YJZL/VbT/VdL/Zfr4NR b7bqyPVNb/ZXT/bsnnFHHzrBU/c1DrfAOrbPTZd169xpy/dXq7fLDfjNPbWDf8/Jbfh7j/hr K/iLP6qN7/dzS/hSu9l7S/kA6fh/z/h9r/iGyZRvY8ElzrmD67mlD7qVi/qba/q52eBtI/oO zPr6Xbirr/qfS/u3H7qfHzhwA/v7S/qRa/unj/vDr/vGn/q7j933vfzMX0gh/t780B/9L+6a BW7hRD+fHS7gKI7g2a/gD4z915+f4a/h49+cGe7hRJ+sHy7i5U/g16ue6w/h55/i78+e8Q// 1W/+92//+U//E142AHGAgIEBBAQgAIBAYUKFDR0+hBhR4kSKCBsyrJhR40aHGDFyBBnyoUeR JUuSNJlyI0qVLSeydBmz40WZNWkutGkTZs6WO0sKJGgQwFCcQ1kahXi0KEOjJJGOJGrxqcWF UWfixJowalOaUy9uRWjVo9WbVKlqZToV7ceqTMMeJYvVrNutat8mBWu3bdKydNOKvQvVL1y2 c2+ibes0buC1fRcrlfpXceGnjeV6vXw4bOKuj/MC/t47su9SzkspfybMN3Pk0pFPD3Zc2CHQ ggfHVs1advXZ25t9P/6K+6xuw1l71xV+9bfb4qONB1+e3LFw5mZ3p4WO3Ldy7dXZQhaLPbpo 6sx3gj8uHnj53HKvJ+8unrv63e+3x5d+mX5z++HZb5/ut/qakw8/APWjbsDZBqqNP/NkI9A9 8j6iTLcHJQLvJfcq3PC5iDLEsEPyrLvwQ+cgHI44Bz1UrTgUq7OuvhJbROlFEbm7Sr4Ra9SQ RBpzzM+5FE30cUcgDxQSxgmVEzLFxfrrkcIfNUMSItoMWnGuJ80jrikYOSxyLNm4lNDLG5v0 bsv2YjSzSBypDGxJ/t4C/ktFmNIcc83vuHITTf3yHHLPypiU8U8ivROsTgmzFPPQAduU0kg4 MWvvPD4jfVNPNQNN9MspNUURgStts7BMDhGFbsgYGYVKNVThO7NQNk+VkUc7S53V1VrhXPVO U3V10NZFfc1VzjuF7RXXPYE9llcwI13WWAuRffbIVKlsds1kRYz2yGxVrZbXKhUaldURu5IK V23D1XbYdIld91NV3dUqy3glbTfZeuEFV14l9U33TE/xnRfgegWO1VxC37W3X4L/rXBfdR3O tOCIA+5z4Ioh5ktihPuUFUwrGcSS2Fc37kg9HUNWsGED1wuzZX5fZtdJFV1WOUiTZZ6YZn/1 /iQy45yR3HlOWf/TDmVOf85uaKVP9rPp/57mWeChYYa2ZXJJPmizrENj+ivELMMrZrAfFszr OFv9em2lxVabUtzalrvhu4gim21r6+b37n2fVHtSwPtGCm+3g6N78In9dg3Dg0ENMdbC/4bQ cMErX3zyxj98PFDFJcebcsfNPnzBoLrmSaRQUz+JdZ1cr2l12DmSfXaNare9Itxz75F3k3b3 vcXcyw2+9+JBAv74RZXXnXnknacd+pWkv536jJJXHnuViKde++K9Dx5838Xnnfzczbcd/dnV h519193PiHvr56e/fvvvxz9//ffnX3n5+wdgAAU4QAIW0IAH7N///tYXNOsBan4ObCADuydB 6UFwgsK74LkyuDDoWXB4XEvfzeDXuuWNUHUizKAHj+eTVa0QhRV8YQdj6DwWmjAkNTyeAnnC wggur4ct/KENXcLDFOaPiDD0YRHxd8TgjSpDdQEMpQall8M9UTKdeY1pYvMpv7Qmb6EhW6Pw 1UU6YREvsDHUGElTRi2mbXNaYhcZ+fRGuL1RjJmSo12kiJotqpE1bKQjGON0xyStcY5fZMwg 64hHQ+rRM2iEo+2ceKL0TC1AdToPJaU2nvkkaE7o2WTSLkkmNmkSaSvTkiczuRr/jAdr+1ml iyrJyVECjZH3udqzYNklU7oSlbOEGihP/qmzUD6qlz7b0S6TKJNJsjJKCyva51z0zFtxK0hQ ihymooZKbDqqmmaTJrLk5C5rjgtE3iQnODHnzGxCU1nXjBAQKbZNeJ4TWOn8WjjFZa1tqZN3 5SKloBTVz8QBKpiXcmc5SxfQTiWsaAu1pdgGWjM8edNSg/pmQS3aJYRmdG+bOihG8flRgz6q oyO93EZNJVKCklSls2IpRdMIO4BG9D4OfWfKmDUtZzGtW9ji6b2oplNpbYhaPm1VUUl0VLQV y1tBnSfLiPpUo/a0qT+tFFQ1Rs+pArWqQuXqtbL61agqDJ41qanHMoZThd5KrdrcqlTd+VYm xdWs9MIYXNlK/jq35rWue21bXx+nV5Dd1WAuAyw/8TrYvxb2oYJFrGNzOle/Tral+xTi1k53 NF8Ss5w4tNowr1o1oYl2qKAtbWdHazScmZarqIVrLpHK2pnJdrWwrattTxvD2LpWqrgNqoF2 u8yYEI9woQsk4lwaNG0yDpFzW27Y9mI4vnWuoswllOaeGzjIYZejYysddz23TpBpN7yW6650 nXte6860qXCj7uDaG0nvrjRu8iUd3zKH3O2id7ySBGFP+pdZmRA4JgYe4oAVzD8EC5jBBdTh DRe8vwarpMIpufDvJqy/DJOQwhAOsIU3bMQRL7HE9+vwCR+84gFGGIEvhnGMZTxj/hrXuH4u tnGOdbxjHvfYxzDG8Q4pKEMMTiQAP35dkYmsQSQyeckcpOGQo6zkKTs5JUE+8AyZh9qKHDkn XqYxl7es5eyR2YUlVKKVw2fm77HZJFhOMHGrLD4w16TOMmbinEks5zHzucx+PrM8m2zgZk4T ipM5Yxvpe0vEABKRUwTN2gIwaQSAedKUhsiRL+2QS3t505xuiKUVomlPf7rSlcY0o5cTxUcq mpBQOrQZ3RjGRRbyj4esIh/dC+srKrqOtD4br72Ya0i+Op6NxvUei11rYTua2K5mdkgKXSNg /rKYnzymbmu5NEx3u9SZ/jaqR+3pTIfa3OIed7rRner+/lTbs640JivdTbRrx5LaobQ20uIt S3y/uzv7vrdoX6lKXsq73/TWN7YNLnBdEhzQIzudPcd52UqRV5z8lClvHlJncp8b1Ofm+KjL LXKS3/njIVd1Oz2KLYvv06qnbXm+Xv7amBds5r+t+b9ubi59yhysOI/cNFWO0oq7pKZLk6hd Hyo3hqYsprONE8pR/vGSnzwiHRc1pztNcq57FaYThTrTbUonpU9W7EhPTNkVevaQgn21EEU7 2ROb0p2u1O1DhXvb1Z5fwG3k6CcDTXPvuh7AMxXvwpE61T1+asZXfeQdbzy6GT91r1PI8GH1 bOF3/liEa/7ng6dVsDZv2c7v/urznCe86cuK+tB/a++BHZdG0lrZtmZcZEWhPV9tr5rEL77r kJ/81U+t6cX3vuu4Z6xld89kic1s7vm6WPJrD3XIOl+ybV1sZAXP+cNaf/uk737Pnm+xKwe4 tr7lOW9zi/5o3sTb6mb37+EPfKpT/v3rNnlrVTvcFp5//69Vv+ByGgBEs9D6v98KwK8SLgLs v57RNgQswNRaQAgUtIowrv0Cr+riu5qDqfuqnPkipE2zNFNTvBFkt/hrPMpDNVIbPhTkrPXS QI2qrw6Mrw/cwKBrLvOKweh6r+kSHc65wRkUFA8cHRlULx3ELyPsQRhMQh4UCThrHhZDsozI v9g5/jH7STEJk8I9+zD6gUKKyMLnmUKNqMICu8L6CcPo2UITW0Po+ULj4cIxpIgyzLI2xMIz pJ80nB47ZJ43lMM/BMRAFMRB5DE/JMRDRMREVMRF7MMQOx8p6zM1+zNJDDQoi0RLnERMrMSb qTJNbDMqu0ROpClHZB0xm0QV+sQGHDRIHB83a8UI1DNQfEVVXDJUXDNY/CdSTJ08i0Q97B1f xEEuBMYZRENRXEU2rMBYpJ5p04xY8zVBoiIpOpFVQ7RZU6RgOzZqlDWngzZstKJhU7ZurKJp dMbkgrTU8CNkc6QssqNo+0ZnC8d29EZy7DVz1LVFszV1ZDV2BLZxdKZy/ny0ezQ2nmBGFkGm ThIQheM3hqMRZSqlhVOtgUtIezuMeZNITCq4hYzIhpvIjAy4jWxIh3tIjTzIbQumbGO/evPI ijy4i2y6fLRIjsTIh/sJrpE4jJutnrO508spndQ5nvysnEui1/MWoZQnomS5YPS51etJo7SR 6/On+vpJpgxKpdxJqoxKLhrK8ZuR2fk7k3q6t2M7sLy7sBrLTzopivuvuvs6pEwvqmpLrty1 sYpLqFTCymsou3RCuhQot1xLpepLucRHvHS6spSrurGJrxQ9oOSr0ltMrIS91HtMv1QSyXQ9 wcQqmyEryvwVwJwqznQqwoQVvRQXy9QqzEwq/ri0vNHDPtPcTNTsqtSZPenTPerLPu9LqMYM v4/5PuzbzbUiTejrmNwLrOWjLNosTtv8TcLqTd2MPu3LTdhbzsZqTul8TtxcOeEcxc3SvwlM vwjsrQP8TloMT+9sP/BcP/E8T/JMT/PsyQRcqpT8LPhcTfV8T/QUQEuiQAcqzwHcTyEkKvec T5p8QvPDQCIEwruMGvj6wbJR0BdEQht8ULuJ0CLcSwjlL/YKwiPM0B2kOw7NwCb80CWs0AS9 UArtUBF9y7fxweSCrhFlHUOUxQfCQxrlwzys0R/isBy9HxmlRB2NwyBFxh29URvtwiMVIB/1 xA0SUhTj0SYjUiRt/tI7JCAlZcQrxdIs1dItNZ0G4dIvBdMwFdNFtFIV+9FbPNNZXFI1NcZN JND2YUU3TUY0XdPyidNUrFO00kUhw8VTvNMQ6tNAs8VZHFQ7DdRULNRHPFQ0TVRApUXfKdPq eVNFnVM/RcZhlJdinFRHxVSC0dRKFdT5KcjhAMhnk0d/NLR6DMhlm8d/VFVT7UdpdFVwbLVT ldVUpVV+vEZU5ZFSjcdYxZpmfNVf3dVb7dVhrVVgjaNG2sdEs9VgzQ1fTdZi7Ts9jTiUtM+E o0iDfMBU6sgywVYBhTeF/MiSRJBvHcly7VZgAjiWZMhkEsnvCFf/9NaZTFd3BUl4RVd5/oVI c63Xl2y3lpRJgJVNm5zGoVPLrkw5dEpYFklHaiI6J3FKiG1YjZPKrQxOibXKqQRNbspGhF0+ n8TY6izKjR3Z6CzZiz1K2KzWxAQhgoUUlIVRvsxLkp1ZzaxLm11Rmi3Mjo02nA3MjL0uz+xZ 2Mw7svRZbATampXZnV3aohXauXzapDNaxLTWBgHYwGvaeXHN+GTMyGy904za0OTZ0dRZrg3b 1xzbzMzay5OrzFO9pBWrqb2ptU1N0azbs63MtPVayFSsljW6l2UY3txajhENulI+5bxO8bNb 5htc4NTbdEIX5MTJt6s+xo3cfppc6MxO8jtc4qzcw7tNzC1c/slFPs6NWMN1nQs0QHHNJ/oM UHpdT/5sT9m9T/bMT1r6T+ny19kFUIHNSdgF3tsS3nflP9rNXVHa3R7s3dslMNYtrxSV0BM9 rhCd3ptFUeu1UOytXgR1UOo90BrcXqfNXu/VG+4N3wY9X/LtXvE1UfQFHe19X/ZNXxcVr6Fd 3T3VQikd0in91CgFYP/F0SLFn0jt1KAL4P5VYCclYCZdYCptMf0VQ/5lYAqG4ASuYAy+YAHO n0gd0w8G4RAWYS+U4BE24RNG4RQuHg9WwzQ1VBem1Dx1VBleoBlV4RseRBYGQ1d84Uat4Uft xT/9YR/G4SKeQh3+RWFU4ktdYiN2/mIsHdU8alZrjEZoJVVk1dUqXtZbW0dnVVat5OIp5sZn 3WJ9rMYx/uInVmMki2L4WFeVBNd+fWNtXUlulc9x3VaLzVeEtFd+Jck5xuM2XeNBfrE2XtnG FdlDzlyPvUnWzMqHBdmcnNhIvq0DJuRLvtqSGbuY7Vz8xVu5a9yjRcuwxLuzvCjDVBhT/i5U XjrAxeRXDiDFvMxQhtvJNNpanuVFvtuyzdvSJVu61dpO7kxYJmYDmk3UrdjbYxjsTF3TXWbS FWbNPV1mTuYiaz5obmZpLuZtTiADbV3bHVDcVUBwBqfi3WMGRN5x1s/xTGevdV3V5OZ4BiDo zUHpHd+//iRRe55ffGZRJrxe+o1f89WpCW1f9R3oE5XnhBbVEt5DC/5fDgZShZZoHTPgJ30y iHbgidboGavoBoZSjP7ojRZpIGPokTbpk0bpTEadlGbplnbpmuTOl5bpmabpLsWSmsbpnE5p JNbpnvZpE+bpnxbqof7SoCbqo0bqRDTqpGbqph7DpXbqqJZqG4PqqbbqqzbmksbqreZqitbq rgbrsEagqhbrsjZrSP3qs1brtV7omGbrt4brG0vruKbrui5Yt7brvNbr/MXrvfbrv24Jsgbs wVZrwSbsww5rw0bsxcZqxWbsx45qx4bsyUZqyabsy/5py8bszcZpzebsz35p/s8G7dFGadEm 7dPeaNNG7dVOaNVm7dcuZteG7dm+ZNmm7dt+YtvG7d2+Yd3m7d8G6rkG7uFObeEm7uNubeNG 7uWObeVm7ueubeeG7unObemm7uvubevG7u0O7r7m7u9eY98G7/HeMfEm7/OmMfNG7/UuZO1m 7/dGRPWG7/meZ/em7/t+avvG7/3uMfnm7/9eRv0G8AGXMf8m8ANHa+9G8AX/MQNn8AcnSAGH 8AnvYAmn8AsnYQXH8A3Pag3n8A+PZQsH8RHPRQ8n8RO3HwdH8RUXFRFn8RcvLheH8Rl/Mxmn 8RvnCBXH8Q3X8R2/8B738QkH8iB/8CEn8gU38iM//vAkV/IBZ/Im/+8nh/L9lvIpv+8qt/L5 xvIsf+8t5/L19vIvP+8wF/PxJvMy/+4zR/PtVvM1v+42d/PphvM4f+45p/PltvM7P+481/Ph 5vM+/+0/B/TdFvRBv+1CN/TZRvREf+1FZ/TVdvRHP+1Il/TRpvRK/+xLx/TN1vRNv+xO9/TJ BvVQf+xRJ/XFNvVTP+xUV/XBZvVW/+tXh/W9lvVZz+tat/W6xvVcj+td5/W39vVfX+tgF/az JvZiL+tjR/bEtvFlZ29ld3auhvZob+xmp3bynvZrn+ps1/bItvZu525uB3emFvdxr+xvN3fq Lvd0H+p1Z/fMRvd3Z253/pd3nab3eu/seMd34r73fZ/pfvf30Nb3gOdtgCd4ljb4gy/tgVd4 2k74hh/ph4f44jbxiUdvibd4icb4jE/uiud48N74j+fmkBf55vb4ksdukkf5V1b5lY/uk3d5 6G75mA9vhqf5T7f5mxf1nNf5Uuf5nkf1nwf6VRf6oXf1ojf6WEf6pKf1pWf6W3f6p9f1qJf6 Xqf6qgf2q8f6Ydf6rTf2rvf6ZAf7sGd2mCd7SB/7s5f2tFf7ajf7trd0tof7bZf7uff2t7d7 Tq/7vCf3vef7c8f7v9/5wBd8nyf8wg/6w0d8olf8xT/6xnd8pYf8yG/6yad8qLf8y5/6zNd8 /qvn/M7P+s8Hfa4X/dH/+tI3fbFH/dQvey9lfcoGCgMQgJV+/VIXAII4ANqvfVQ/gAFw/d1n 7JkHfh8T/uEvRL83/ohH/uSn+N9nfsAu/uevseiXfo5e/urveOfHfszX/u3f/O73fs8H//AP /fEnf9I3//M//fRXf9Vn//ZvfQI4gPmn//q3//vH//zX//3n//73//8HiAMCBxIsaPAgwoQK FzJs6PAhxIgSJ1KsaPEixowaN3Ls6PEjyIQEDAwgYPIkypQoBRxQ6fIlzJgyZ9KsafMmzpw6 d/Ls6fMn0KBChxItavQo0qQ9Weo04PQp1KhSSU6tavUq1qxat3LtGur1K9iwYseSLWv2LNq0 ateybev2rdoBYQMCADs= --vbRjoWg1lQ Content-Type: application/octet-stream Content-Disposition: attachment; filename="textview.cc" Content-Transfer-Encoding: base64 I2luY2x1ZGUgPGd0a21tL21haW4uaD4KI2luY2x1ZGUgPGd0a21tL3dpbmRvdy5oPgojaW5j bHVkZSA8Z3RrbW0vYm94Lmg+CiNpbmNsdWRlIDxndGttbS9tZW51Lmg+CiNpbmNsdWRlIDxn dGttbS9tZW51YmFyLmg+CiNpbmNsdWRlIDxndGttbS9wYW5lZC5oPgojaW5jbHVkZSA8Z3Rr bW0vZHJhd2luZ2FyZWEuaD4KI2luY2x1ZGUgPGd0a21tL25vdGVib29rLmg+CiNpbmNsdWRl IDxndGttbS9sYWJlbC5oPgojaW5jbHVkZSA8Z3RrbW0vdHJlZXZpZXcuaD4KI2luY2x1ZGUg PGd0a21tL3Njcm9sbGVkd2luZG93Lmg+CiNpbmNsdWRlIDxndGttbS9saXN0c3RvcmUuaD4K I2luY2x1ZGUgPGd0a21tL3N0YXR1c2Jhci5oPgojaW5jbHVkZSA8Z3RrbW0vdGFibGUuaD4K I2luY2x1ZGUgPGd0a21tL29wdGlvbm1lbnUuaD4KI2luY2x1ZGUgPGd0a21tL2VudHJ5Lmg+ CiNpbmNsdWRlIDxndGttbS9jb21iby5oPgojaW5jbHVkZSA8Z3RrbW0vdGV4dHZpZXcuaD4K CgojaW5jbHVkZSA8cGFuZ29tbS9sYXlvdXQuaD4KCiNpbmNsdWRlIDxwYW5nby9wYW5nby5o PgojaW5jbHVkZSA8Z2xpYi5oPgoKI2luY2x1ZGUgPHN0cmluZz4KI2luY2x1ZGUgPGlvc3Ry ZWFtPgoKI2luY2x1ZGUgPGxpc3Q+CgojaW5jbHVkZSA8c3RkaW8uaD4KCnVzaW5nIG5hbWVz cGFjZSBHdGs7CnVzaW5nIG5hbWVzcGFjZSBzdGQ7CgpjbGFzcyBBcHBXaW5kb3cgOiBwdWJs aWMgR3RrOjpXaW5kb3cKewpwdWJsaWM6IAogICAgQXBwV2luZG93KCk7CiAgICB+QXBwV2lu ZG93KCk7Cgpwcm90ZWN0ZWQ6Cn07CgpBcHBXaW5kb3c6OkFwcFdpbmRvdygpCnsKICAgIAog ICAgLyogU2V0cyB0aGUgYm9yZGVyIHdpZHRoIG9mIHRoZSB3aW5kb3cuICovCiAgICBzZXRf Ym9yZGVyX3dpZHRoICgwKTsKCgogICAgR3RrOjpUZXh0VmlldyogdGV4dCA9IG1hbmFnZSgg bmV3IEd0azo6VGV4dFZpZXcoKSApOwogICAgdGV4dC0+c2V0X3NpemVfcmVxdWVzdCg2NDAs NDAwKTsKCgogICAgR2xpYjo6UmVmUHRyPEd0azo6VGV4dEJ1ZmZlcj4gcmVmQnVmZmVyID0g dGV4dC0+Z2V0X2J1ZmZlcigpOwoKICAgIC8vIGNyZWF0ZSB0YWdzCiAgICBHbGliOjpSZWZQ dHI8R3RrOjpUZXh0QnVmZmVyOjpUYWc+IHJlZlRhZ05vV3JhcCA9IHJlZkJ1ZmZlci0+Y3Jl YXRlX3RhZygibm93cmFwIik7CiAgICByZWZUYWdOb1dyYXAtPnByb3BlcnR5X2ZvcmVncm91 bmQoKS5zZXRfdmFsdWUoImJsdWUiKTsKICAgIHJlZlRhZ05vV3JhcC0+cHJvcGVydHlfZWRp dGFibGUoKS5zZXRfdmFsdWUoZmFsc2UpOwogICAgcmVmVGFnTm9XcmFwLT5wcm9wZXJ0eV9l ZGl0YWJsZV9zZXQoKS5zZXRfdmFsdWUodHJ1ZSk7CgogICAgcmVmVGFnTm9XcmFwLT5wcm9w ZXJ0eV93cmFwX21vZGVfc2V0KCkuc2V0X3ZhbHVlKHRydWUpOwogICAgcmVmVGFnTm9XcmFw LT5wcm9wZXJ0eV93cmFwX21vZGUoKS5zZXRfdmFsdWUoR3RrOjpXUkFQX05PTkUpOwoKICAg IEdsaWI6OlJlZlB0cjxHdGs6OlRleHRCdWZmZXI6OlRhZz4gcmVmVGFnV3JhcCA9IHJlZkJ1 ZmZlci0+Y3JlYXRlX3RhZygid3JhcCIpOwogICAgcmVmVGFnV3JhcC0+cHJvcGVydHlfZm9y ZWdyb3VuZCgpLnNldF92YWx1ZSgiYmxhY2siKTsKICAgIHJlZlRhZ1dyYXAtPnByb3BlcnR5 X2VkaXRhYmxlKCkuc2V0X3ZhbHVlKHRydWUpOwogICAgcmVmVGFnV3JhcC0+cHJvcGVydHlf ZWRpdGFibGVfc2V0KCkuc2V0X3ZhbHVlKHRydWUpOwogICAgcmVmVGFnV3JhcC0+cHJvcGVy dHlfd3JhcF9tb2RlX3NldCgpLnNldF92YWx1ZSh0cnVlKTsKICAgIHJlZlRhZ1dyYXAtPnBy b3BlcnR5X3dyYXBfbW9kZSgpLnNldF92YWx1ZShHdGs6OldSQVBfV09SRCk7CiAKCiAgICAv LyBpbnNlcnQgdGV4dCAKICAgIHRleHQtPnNldF93cmFwX21vZGUoR3RrOjpXUkFQX1dPUkQp OwoKICAgIEd0azo6VGV4dEl0ZXIgaXRlciA9IHJlZkJ1ZmZlci0+Z2V0X2l0ZXJfYXRfb2Zm c2V0KDApOwoKICAgIGl0ZXIgPSByZWZCdWZmZXItPmluc2VydF93aXRoX3RhZyhpdGVyLCAi ZG8gbm90IHdyYXAiLCAibm93cmFwIik7CiAgICBpdGVyID0gcmVmQnVmZmVyLT5pbnNlcnRf d2l0aF90YWcoaXRlciwgIiB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRo aXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3 cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAg dGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlz IHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3Jh cCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRo aXMgd3JhcCB0aGlzIiwgIndyYXAiKTsKICAgIGl0ZXIgPSByZWZCdWZmZXItPmluc2VydF93 aXRoX3RhZyhpdGVyLCAiZG8gbm90IHdyYXAiLCAibm93cmFwIik7CiAgICBpdGVyID0gcmVm QnVmZmVyLT5pbnNlcnRfd2l0aF90YWcoaXRlciwgIiB3cmFwIHRoaXMgd3JhcCB0aGlzIHdy YXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0 aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMg d3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFw IHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhp cyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdy YXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIiwgIndyYXAiKTsKICAgIGl0ZXIgPSByZWZC dWZmZXItPmluc2VydF93aXRoX3RhZyhpdGVyLCAiZG8gbm90IHdyYXAiLCAibm93cmFwIik7 CiAgICBpdGVyID0gcmVmQnVmZmVyLT5pbnNlcnRfd2l0aF90YWcoaXRlciwgIiB3cmFwIHRo aXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3 cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAg dGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlz IHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3Jh cCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRo aXMgd3JhcCB0aGlzIHdyYXAgdGhpcyB3cmFwIHRoaXMgd3JhcCB0aGlzIiwgIndyYXAiKTsK CiAgICBHdGs6OlNjcm9sbGVkV2luZG93ICp0ZXh0X3dpbmRvdyA9IG1hbmFnZSggbmV3IEd0 azo6U2Nyb2xsZWRXaW5kb3coKSApOwogICAgdGV4dF93aW5kb3ctPnNldF9wb2xpY3koR3Rr OjpQT0xJQ1lfQVVUT01BVElDLCBHdGs6OlBPTElDWV9BVVRPTUFUSUMpOwogICAgdGV4dF93 aW5kb3ctPmFkZCgqdGV4dCk7CgogICAgYWRkKCp0ZXh0X3dpbmRvdyk7CgogICAgc2hvd19h bGwoKTsKfQoKCkFwcFdpbmRvdzo6fkFwcFdpbmRvdygpIHt9CgppbnQgbWFpbiggaW50ICAg YXJnYywKICAgICAgICAgIGNoYXIgKmFyZ3ZbXSApCnsKICAvKiBJbml0aWFsaXNlIEdUSyAq LwogIEd0azo6TWFpbiBraXQoJmFyZ2MsICZhcmd2KTsKCiAgLyogQ3JlYXRlIGEgbmV3IHdp bmRvdyAqLwogIEFwcFdpbmRvdyBhcHA7CgogIC8qIEVudGVyIHRoZSBldmVudCBsb29wICov CiAgR3RrOjpNYWluOjpydW4oYXBwKTsKCiAgcmV0dXJuIDA7Cn0KCg== --vbRjoWg1lQ-- From hp@redhat.com Sat Jul 19 18:48:43 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from devserv.devel.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id BC64B18B54 for ; Sat, 19 Jul 2003 18:48:43 -0400 (EDT) Received: (from hp@localhost) by devserv.devel.redhat.com (8.11.6/8.11.0) id h6JMmhE27133; Sat, 19 Jul 2003 18:48:43 -0400 Date: Sat, 19 Jul 2003 18:48:43 -0400 From: Havoc Pennington To: Morus Walter Cc: gtk-list@gnome.org Subject: Re: mixing wrap-modes in text view Message-ID: <20030719184843.Y23018@devserv.devel.redhat.com> References: <16153.49666.47323.114691@onlinehome.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <16153.49666.47323.114691@onlinehome.de> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Sun, Jul 20, 2003 at 12:11:14AM +0200, Morus Walter wrote: > Unfortunately this does not work as expected. What I see is that > the text view uses the wrap mode of the first text in a line for the > whole line, even if text with other wrap modes is following. > So if a line starts with text with the nowrap tag, the line isn't wrapped, > if the line starts with text tagged with 'wrap', even text tagged with nowrap > is wrapped. > > Is this intentional? Yes, the wrap mode is a paragraph-wide attribute. To prevent line breaks you may be able to use a nonbreaking space character, I think Unicode has that, it's even likely Pango honors it. > Further: I'd like to enable wrapping between two texts in nowrap mode. > Should that be supported? I thought about adding a unicode zero width > nonjoiner (x200C) in wrap mode... That's not going to work, no. In nowrap mode, no width is supplied to Pango and no wrapping ever happens. You can maybe put in an explicit line break though; there's a Unicode character called "LINE SEPARATOR" that may work. Havoc From yanggolf@yeah.net Sat Jul 19 19:38:03 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from yeah.net (unknown [202.108.36.216]) by mail.gnome.org (Postfix) with SMTP id EC3D41844E for ; Sat, 19 Jul 2003 19:38:02 -0400 (EDT) Received: from jetta (unknown [61.233.7.94]) by 192.168.1.216 (Coremail) with SMTP id Ni8BAFjWGT8DAAde.1 for ; Sun, 20 Jul 2003 07:38:01 +0800 (CST) X-Originating-IP: [61.233.7.94] From: "yangxiaoli" To: gdk-list Subject: how to display a moving object on pixmap? X-mailer: Foxmail 4.2 [cn] Mime-Version: 1.0 Content-Type: text/plain; charset="GB2312" Content-Transfer-Encoding: 7bit Date: Sun, 20 Jul 2003 7:36:5 +0800 Message-Id: <20030719233802.EC3D41844E@mail.gnome.org> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: hi: I draw lines icons points on pixmap , it displays well, but afterward I will also display a moving icon or an object I draw on the pixmap, it means that the latter will change display position on pixmap inconstantly,but cannot affect the pixmap when it move to another position.I search the function gdk_gc_set_foreground(gc,GDK_AND) may do the effect,but I don't know how to use it. can anyone explain it ? I really appreciated . regards ========================= yangxiaoli yanggolf@yeah.net 2003-07-20 From otaylor@redhat.com Sat Jul 19 22:35:41 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 824621818E for ; Sat, 19 Jul 2003 22:35:41 -0400 (EDT) Received: from vpn50-7.rdu.redhat.com (vpn50-7.rdu.redhat.com [172.16.50.7]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h6K2ZdK07117; Sat, 19 Jul 2003 22:35:39 -0400 Subject: Re: GTK+ book From: Owen Taylor To: davecindysmith@comcast.net Cc: Renato Perini , gtk-list@gnome.org In-Reply-To: <200307191549.48566.davecindysmith@comcast.net> References: <5.2.0.9.0.20030719192812.00b20f58@popmail.email.it> <200307191549.48566.davecindysmith@comcast.net> Content-Type: text/plain Organization: Message-Id: <1058668499.4521.71.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-0) Date: 19 Jul 2003 22:35:00 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Sat, 2003-07-19 at 15:49, Dave Smith wrote: > I have found references to a new book "Programming with GTK+" by Tim Janik - > O'Reilly & Associates, May 2003, ISBN 1565926242. This book is supposed to > cover gtk+2.0, but it was apparently never actually published (at least > according to O'Reilly). Does anyone have any more information on the status > of this book? This book won't be published - it was a project that I was working on with Tim and Ian Main (since 1997 or so...) but it eventually became clear that we weren't devoted enough authors to get a book done while dealing with jobs/school/GTK+ maintenance/etc. You can find bits and pieces of it in the 'gtk-book' module in GNOME cvs, but even what's there is rather out of date; much of it was never updated to the final GTK+-2.0. Regards, Owen From sven@gimp.org Sun Jul 20 06:28:05 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.convergence.de (mail.convergence.de [212.84.236.4]) by mail.gnome.org (Postfix) with ESMTP id 1DD9918B77 for ; Sun, 20 Jul 2003 06:28:05 -0400 (EDT) Received: from [10.1.1.145] (helo=blixa) by mail.convergence.de with esmtp (Exim 4.14) id 19eBQA-0006gL-Pg; Sun, 20 Jul 2003 12:28:02 +0200 Received: from neo by blixa with local (Exim 3.36 #1 (Debian)) id 19eBQA-0000eC-00; Sun, 20 Jul 2003 12:28:02 +0200 To: "Wedge_" Cc: gtk-list@gnome.org Subject: Re: GTK2 problems after power cut References: <20030719135814.59B9F731F1@smtp.us2.messagingengine.com> From: Sven Neumann Date: Sun, 20 Jul 2003 12:28:02 +0200 In-Reply-To: <20030719135814.59B9F731F1@smtp.us2.messagingengine.com> (wedge__@fastmail.fm's message of "Sat, 19 Jul 2003 13:58:14 +0000") Message-ID: User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, "Wedge_" writes: > This is a slightly strange problem, but I hope someone can help. > Yesterday, for no apparent reason, all the lights in my house went off > for about half a second. When I checked my comp, it had reset itself. I > logged back in, and everything seemed fine, but none of the programs I > use which were compiled with gtk2 support will work anymore, and they all > fail with a similar error, which I have no idea how to fix. Running > gkrellm2 gives: > > ** (gkrellm2:4455): CRITICAL **: file pango-color.c: line 952 > (pango_color_parse): assertion `spec != NULL' failed > -:2: Invalid color constant '(null)' > -:2: error: invalid string constant "#eee1b3", expected valid string > constant > Segmentation fault Looks like a corrupted gtkrc-2.0 file. Sven From mow@onlinehome.de Sun Jul 20 07:19:58 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from moutvdom.kundenserver.de (moutvdom.kundenserver.de [212.227.126.249]) by mail.gnome.org (Postfix) with ESMTP id 7B92B18142 for ; Sun, 20 Jul 2003 07:19:58 -0400 (EDT) Received: from [212.227.126.223] (helo=mrvdomng.kundenserver.de) by moutvdom.kundenserver.de with esmtp (Exim 3.35 #1) id 19eCER-0000h8-00; Sun, 20 Jul 2003 13:19:59 +0200 Received: from [80.128.68.174] (helo=eco) by mrvdomng.kundenserver.de with esmtp (Exim 3.35 #1) id 19eCEQ-0008WE-00; Sun, 20 Jul 2003 13:19:58 +0200 Received: by eco (Postfix, from userid 1000) id 722DA1230E; Sun, 20 Jul 2003 13:23:19 +0200 (CEST) From: Morus Walter MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16154.31655.328324.701877@onlinehome.de> Date: Sun, 20 Jul 2003 13:23:19 +0200 To: gtk-list@gnome.org Subject: Re: mixing wrap-modes in text view Cc: Havoc Pennington In-Reply-To: <20030719184843.Y23018@devserv.devel.redhat.com> References: <16153.49666.47323.114691@onlinehome.de> <20030719184843.Y23018@devserv.devel.redhat.com> X-Mailer: VM 7.07 under 21.4 (patch 6) "Common Lisp" XEmacs Lucid Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Havoc Pennington writes: > Yes, the wrap mode is a paragraph-wide attribute. To prevent line > breaks you may be able to use a nonbreaking space character, I think > Unicode has that, it's even likely Pango honors it. > Ok. Thanks for the clarification. Of course there's a nonbreaking space, it's even in iso latin1 (xA0). However my original problem were word wraps at /. (e.g. broke to ). I found that in this case as zero width joiner (x200D) does the trick. Great :-) OTOH I think the zero width nonjoiner (x200C) should allow word wraps at positions where pango would see no word end otherwise. Unfortunately it doesn't. Wouldn't that make sense? Could that be changed in pango? > That's not going to work, no. In nowrap mode, no width is supplied to > Pango and no wrapping ever happens. You can maybe put in an explicit > line break though; there's a Unicode character called "LINE SEPARATOR" > that may work. > Ok. But then I would have to calculate widths myself in order to know where to insert the link separator. Not a tempting option. Morus From wedge__@fastmail.fm Sun Jul 20 10:43:07 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mail.gnome.org (Postfix) with ESMTP id 146511816D for ; Sun, 20 Jul 2003 10:43:02 -0400 (EDT) Received: from smtp.us2.messagingengine.com (localhost [127.0.0.1]) by localhost.localdomain (Postfix) with ESMTP id CB06749781 for ; Sun, 20 Jul 2003 10:43:01 -0400 (EDT) Received: from 10.202.2.133 ([10.202.2.133] helo=smtp.us2.messagingengine.com) by messagingengine.com with SMTP; Sun, 20 Jul 2003 10:43:01 -0400 Received: by smtp.us2.messagingengine.com (Postfix, from userid 99) id CA26F73D90; Sun, 20 Jul 2003 10:43:00 -0400 (EDT) Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.2 (F2.71; T1.001; A1.51; B2.12; Q2.03) From: "Wedge_" To: gtk-list@gnome.org Date: Sun, 20 Jul 2003 14:43:00 +0000 X-Epoch: 1058712181 X-Sasl-enc: t12o/kMhFSQ2A17IqUSHBQ Subject: Re: GTK2 problems after power cut References: <20030719135814.59B9F731F1@smtp.us2.messagingengine.com> In-Reply-To: Message-Id: <20030720144300.CA26F73D90@smtp.us2.messagingengine.com> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > > ** (gkrellm2:4455): CRITICAL **: file pango-color.c: line 952 > > (pango_color_parse): assertion `spec != NULL' failed > > -:2: Invalid color constant '(null)' > > -:2: error: invalid string constant "#eee1b3", expected valid string > > constant > > Segmentation fault > > Looks like a corrupted gtkrc-2.0 file. > > > Sven > I thought it must be a corrupted file somewhere, but I don't have a gtkrc-2.0 file or a ~/.gtkrc. I always just used the defaults. Andrew -- http://www.fastmail.fm From hp@redhat.com Sun Jul 20 11:15:58 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from devserv.devel.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 21FB71810B for ; Sun, 20 Jul 2003 11:15:57 -0400 (EDT) Received: (from hp@localhost) by devserv.devel.redhat.com (8.11.6/8.11.0) id h6KFFvu18723; Sun, 20 Jul 2003 11:15:57 -0400 Date: Sun, 20 Jul 2003 11:15:57 -0400 From: Havoc Pennington To: Morus Walter Cc: gtk-list@gnome.org Subject: Re: mixing wrap-modes in text view Message-ID: <20030720111557.C23018@devserv.devel.redhat.com> References: <16153.49666.47323.114691@onlinehome.de> <20030719184843.Y23018@devserv.devel.redhat.com> <16154.31655.328324.701877@onlinehome.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <16154.31655.328324.701877@onlinehome.de> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Sun, Jul 20, 2003 at 01:23:19PM +0200, Morus Walter wrote: > OTOH I think the zero width nonjoiner (x200C) should allow word wraps at > positions where pango would see no word end otherwise. > Unfortunately it doesn't. > Wouldn't that make sense? Could that be changed in pango? I would expect it to work; see pango/pango/break.c If it doesn't work I guess we'd have to debug it and see why not. > > That's not going to work, no. In nowrap mode, no width is supplied to > > Pango and no wrapping ever happens. You can maybe put in an explicit > > line break though; there's a Unicode character called "LINE SEPARATOR" > > that may work. > > > Ok. But then I would have to calculate widths myself in order to know > where to insert the link separator. Not a tempting option. > I don't really see a good change to the current codebase to address this, really. Maybe if you dive into it you could come up with something. Havoc From otaylor@redhat.com Sun Jul 20 13:36:58 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (nat-pool-rdu.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id CBD0618247 for ; Sun, 20 Jul 2003 13:36:57 -0400 (EDT) Received: from vpn50-8.rdu.redhat.com (vpn50-8.rdu.redhat.com [172.16.50.8]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h6KHauK31734; Sun, 20 Jul 2003 13:36:56 -0400 Subject: Re: mixing wrap-modes in text view From: Owen Taylor To: Havoc Pennington Cc: Morus Walter , gtk-list@gnome.org In-Reply-To: <20030720111557.C23018@devserv.devel.redhat.com> References: <16153.49666.47323.114691@onlinehome.de> <20030719184843.Y23018@devserv.devel.redhat.com> <16154.31655.328324.701877@onlinehome.de> <20030720111557.C23018@devserv.devel.redhat.com> Content-Type: text/plain Organization: Message-Id: <1058719060.5586.41.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-0) Date: 20 Jul 2003 13:36:26 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Sun, 2003-07-20 at 11:15, Havoc Pennington wrote: > On Sun, Jul 20, 2003 at 01:23:19PM +0200, Morus Walter wrote: > > OTOH I think the zero width nonjoiner (x200C) should allow word wraps at > > positions where pango would see no word end otherwise. > > Unfortunately it doesn't. > > Wouldn't that make sense? Could that be changed in pango? I don't think ZWNJ is an allowed break position; it's typically used within a word to suppress a ligature. Try ZWS (zero width space; U+200B) > I would expect it to work; see pango/pango/break.c > > If it doesn't work I guess we'd have to debug it and see why not. > > > > That's not going to work, no. In nowrap mode, no width is supplied to > > > Pango and no wrapping ever happens. You can maybe put in an explicit > > > line break though; there's a Unicode character called "LINE SEPARATOR" > > > that may work. > > > > > Ok. But then I would have to calculate widths myself in order to know > > where to insert the link separator. Not a tempting option. > > > > I don't really see a good change to the current codebase to address > this, really. Maybe if you dive into it you could come up with something. People seem to want to customize beak rules within GtkTextView quite frequently, for instance, to make URL's single words. It may be that some general facility for this makes sense, though I don't know what exactly what it would look like. Regards, Owen From david@davemalcolm.demon.co.uk Sun Jul 20 17:17:09 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from anchor-post-34.mail.demon.net (anchor-post-34.mail.demon.net [194.217.242.92]) by mail.gnome.org (Postfix) with ESMTP id 204531846B for ; Sun, 20 Jul 2003 17:17:09 -0400 (EDT) Received: from davemalcolm.demon.co.uk ([80.177.172.172] helo=[192.168.0.2]) by anchor-post-34.mail.demon.net with esmtp (Exim 3.35 #1) id 19eLYL-0002Ah-0Y; Sun, 20 Jul 2003 22:17:09 +0100 Subject: Re: latest version of GObject documentation From: Dave Malcolm To: Mathieu Lacage Cc: gtk-list@gnome.org In-Reply-To: <1058613913.2074.18.camel@mathieu> References: <1057233003.3085.12.camel@mathieu> <1057496862.752.65.camel@mikeforce2.sog.or.jp> <1058613913.2074.18.camel@mathieu> Content-Type: text/plain Organization: Message-Id: <1058739527.2184.1.camel@shirehorse1> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-5) Date: 20 Jul 2003 22:18:47 +0000 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Sat, 2003-07-19 at 11:25, Mathieu Lacage wrote: > hi all, > > I just released the latest version of my GObject documentation: it can > be found at http://www.gnome.org/~mathieu/gobject/index.html. I'd like > to thank all the people who contributed comments on this documentation > since last version and who made this version (I hope) better. Thanks! Good stuff. -- David Malcolm www.conglomerate.org From vidhya@siptech.co.in Mon Jul 21 08:01:56 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from turaco.siptech.co.in (unknown [202.54.64.126]) by mail.gnome.org (Postfix) with ESMTP id 5A772185AA for ; Mon, 21 Jul 2003 08:01:54 -0400 (EDT) Received: from hornet.siptech.co.in (hornet [192.168.64.13]) by turaco.siptech.co.in (8.12.8/8.12.8) with ESMTP id h6LC5mes002803 for ; Mon, 21 Jul 2003 17:35:48 +0530 Received: from siptech.co.in ([192.168.64.193]) by hornet.siptech.co.in (8.11.0/8.11.0) with ESMTP id h6LNVah08915 for ; Tue, 22 Jul 2003 05:01:36 +0530 Message-ID: <3F1C23E7.649137EE@siptech.co.in> Date: Mon, 21 Jul 2003 17:33:27 +0000 From: Vidhya CS Organization: Sip Tech X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.18-3 i686) X-Accept-Language: en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: Glib not detected Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi , I have already installed glib2.0 in my system . now I am trying to install atk-1.0.3 , which needs glib to be present , but when it(atk-1.0.3)checks for glib during ./configure , it says configure: error: *** GLIB 2.0.0 or better is required. The latest version of *** GLIB is always available from ftp://ftp.gtk.org/. I also tried installing glib-2.0.7 and then ran the ./configure to install atk-1.0.3 it throws the following error while running ./configure checking for GLIB - version >= 2.0.0... *** 'pkg-config --modversion glib-2.0' returned 2.0.7, but GLIB (2.0.1) *** was found! If pkg-config was correct, then it is best *** to remove the old version of GLib. You may also be able to fix the error *** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing *** /etc/ld.so.conf. Make sure you have run ldconfig if that is *** required on your system. *** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH *** to point to the correct configuration files configure: error: *** GLIB 2.0.0 or better is required. The latest version of *** GLIB is always available from ftp://ftp.gtk.org/. I also tried setting LD_LIBRARY_PATH and PKG_CONFIG_PATH to glib-2.0.pc how should I set the LIBRARY_PATH or PKG_CONFIG_PATH so that atk-1.0.3 recognises glib-2.0.7 any input or suggestion is highly appreciated Thanks Vidhya. From stephane.wirtel@belgacom.net Mon Jul 21 09:14:54 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mirapoint3.brutele.be (mirapoint3.brutele.be [212.68.203.242]) by mail.gnome.org (Postfix) with ESMTP id E30CC18100 for ; Mon, 21 Jul 2003 09:14:53 -0400 (EDT) Received: from brutele.be (213.213.206.2.brutele.be [213.213.206.2] (may be forged)) by mirapoint3.brutele.be (Mirapoint Messaging Server MOS 3.3.2-CR) with SMTP id ASN18328; Mon, 21 Jul 2003 15:14:53 +0200 (CEST) Date: Mon, 21 Jul 2003 15:14:57 +0200 From: Stephane Wirtel To: Gtk-List Subject: How to lock the size of a paned ? Message-ID: <20030721131457.GA18419@gentoo> Mail-Followup-To: Gtk-List Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Operating-System: Linux gentoo 2.6.0-test1-ac2 X-LUG: Linux Users Group Mons ( Linux-Mons ) X-URL: http://www.linux-mons.be Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi all I look for a function to lock the size ( width or height ) of a paned, because this paned moves all time, and i would like to lock it. in the api reference of gtk+-2.2.2, i did not find a solution. thanks Stephane Wirtel -- Stephane Wirtel GPG ID : 1024D/C9C16DA7 | 5331 0B5B 21F0 0363 EACD B73E 3D11 E5BC C9C1 6DA7 From galaviel@bezeqint.net.il Mon Jul 21 11:33:43 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from marco.bezeqint.net (marco.bezeqint.net [192.115.106.37]) by mail.gnome.org (Postfix) with ESMTP id 200EB189C3 for ; Mon, 21 Jul 2003 11:33:43 -0400 (EDT) Received: from bezeqint.net.il (bzq-218-244-96.red.bezeqint.net [81.218.244.96]) by marco.bezeqint.net (Bezeq International SMTP out Mail Server) with ESMTP id 6C3EC847 for ; Mon, 21 Jul 2003 21:25:02 +0300 (IDT) Message-ID: <3F1BF9B8.9090709@bezeqint.net.il> Date: Mon, 21 Jul 2003 17:33:28 +0300 From: Gal Aviel User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: No gdk_window_add_filter_after ? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi All, Is there no such function ? I'm interested in intercepting WM_NAME property changes on a Gtk 2.2.2 socket->plug_window. I'm embedding my gtksocket into a notebook, and I'd like to set the label on the notebook page to the WM_NAME property of the embedded window. However the current filter function which is defined in gtksocket.c, removes PropertyNotify events it doesn't like. Therefor I want to add my custom filter function *before* the gtksocket.c filter. However, there is no GDK function to prepend a filter, only append. Therefor I have to emulate a prepend by removing the old filter, installing my filter, then re-installing the old filter. The problem is, that the old filter is defined as a static function in gtksocket.c and is not accessible from my user code, so I can't do the above ... How can I accomplish this ? Any thoughts (maybe add a special signal to a GtkSocket like GTK_SOCKET_PROP_CHANGED) ? Thanks, Gal. From rjshaw@iprimus.com.au Mon Jul 21 12:39:44 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.52]) by mail.gnome.org (Postfix) with ESMTP id 72C9D18175; Mon, 21 Jul 2003 12:39:44 -0400 (EDT) Received: from iprimus.com.au (203.134.138.9) by smtp01.syd.iprimus.net.au (7.0.018) (authenticated as rjshaw@iprimus.com.au) id 3F146D0A0016DA21; Tue, 22 Jul 2003 02:39:44 +1000 Message-ID: <3F1C16A8.9090702@iprimus.com.au> Date: Tue, 22 Jul 2003 02:36:56 +1000 From: Russell Shaw User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030311 Debian/1.2.1-10 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-doc-list@gnome.org, gtk-list@gnome.org, gtk-devel-list@gnome.org, gtk-app-devel-list-request@gnome.org Subject: Printer friendly docs Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, I downloaded the gtk+ and glib 2.2.2 packages. The documentation gets built as html (from sgml/xml) to be viewed online. Because i'm learning the package, it's too tedious to read all the documentation on the monitor. What's the best way to get a printable output preferably with a table of contents and page numbers? (ps, pdf, dvi etc) From rjshaw@iprimus.com.au Mon Jul 21 12:55:10 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp02.syd.iprimus.net.au (smtp02.syd.iprimus.net.au [210.50.76.52]) by mail.gnome.org (Postfix) with ESMTP id 1B3C618DF9; Mon, 21 Jul 2003 12:55:10 -0400 (EDT) Received: from iprimus.com.au (203.134.138.9) by smtp02.syd.iprimus.net.au (7.0.018) (authenticated as rjshaw@iprimus.com.au) id 3F13130D00154ECC; Tue, 22 Jul 2003 02:55:08 +1000 Message-ID: <3F1C1A3D.2060406@iprimus.com.au> Date: Tue, 22 Jul 2003 02:52:13 +1000 From: Russell Shaw User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030311 Debian/1.2.1-10 X-Accept-Language: en-us, en MIME-Version: 1.0 Cc: gtk-doc-list@gnome.org, gtk-list@gnome.org, gtk-devel-list@gnome.org, gtk-app-devel-list@gnome.org Subject: Printer friendly docs References: <3F1C16A8.9090702@iprimus.com.au> In-Reply-To: <3F1C16A8.9090702@iprimus.com.au> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, I downloaded the gtk+ and glib 2.2.2 packages. The documentation gets built as html (from sgml/xml) to be viewed online. Because i'm learning the package, it's too tedious to read all the documentation on the monitor. What's the best way to get a printable output preferably with a table of contents and page numbers? (ps, pdf, dvi etc) From decio.osiris@bol.com.br Mon Jul 21 13:25:07 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from sidney6.bol.com.br (sidney6.bol.com.br [200.221.24.124]) by mail.gnome.org (Postfix) with ESMTP id 786C81816C for ; Mon, 21 Jul 2003 13:25:07 -0400 (EDT) Received: from bol.com.br (200.221.24.131) by sidney6.bol.com.br (5.1.071) id 3EF0338300273434 for gtk-list@gnome.org; Mon, 21 Jul 2003 14:25:06 -0300 Date: Mon, 21 Jul 2003 14:25:06 -0300 Message-Id: Subject: printing in php-gtk and php-gtk 2 MIME-Version: 1.0 Content-Type: text/plain;charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable From: "decio.osiris" To: gtk-list@gnome.org X-XaM3-API-Version: 2.4 R3 ( B4 ) X-SenderIP: 200.148.51.219 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi... Well, in my last message here I`ve already mentioned how new I am to php gtk. And since I can only get my hands on it on spare time, I haven`t been able to explore it really well. And since I haven`t so far seen any note on the php manual about printing with php gtk, I was wondering if is it possible at all or does it have it`s complications to do it? Also, I was wondering about some people mentions php-gtk 2.0. But since I haven`t seen it on php gtk main page I was wondering if is it already out or not, if it is too different from the 0.52 version I just downloaded from the official site and its advantages. Somethings I have been having problems understanding is gtks use of relative positioning instead of absolute ones, the difficulties to specify and lock the sizes of certain widgets, the use of images on the applications (like iconized buttons like in winzip or iexplorer itself) as well as how (or if) we can control the aspect of some widgets (for example, making flat buttons, instead of embossed ones; altering the scroll bar etc). And since the manual, unfortunatelly lacks a lot of more in-depth information on many widgets, I couldn`t find the answer so far. If anyone could help me with these subjects I would very much appreciate it. Thanks! Decio __________________________________________________________________________ Acabe com aquelas janelinhas que pulam na sua tela. AntiPop-up UOL - =C9 gr=E1tis! http://antipopup.uol.com.br/ From sven@gimp.org Mon Jul 21 13:33:03 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.convergence.de (mail.convergence.de [212.84.236.4]) by mail.gnome.org (Postfix) with ESMTP id 263E31837E; Mon, 21 Jul 2003 13:33:03 -0400 (EDT) Received: from [10.1.1.145] (helo=blixa) by mail.convergence.de with esmtp (Exim 4.14) id 19eeWq-000062-Uu; Mon, 21 Jul 2003 19:32:52 +0200 Received: from neo by blixa with local (Exim 3.36 #1 (Debian)) id 19eeWq-0004re-00; Mon, 21 Jul 2003 19:32:52 +0200 To: Russell Shaw Cc: gtk-devel-list@gnome.org, gtk-list@gnome.org Subject: Re: Printer friendly docs References: <3F1C16A8.9090702@iprimus.com.au> <3F1C1A3D.2060406@iprimus.com.au> From: Sven Neumann Date: Mon, 21 Jul 2003 19:32:51 +0200 In-Reply-To: <3F1C1A3D.2060406@iprimus.com.au> (Russell Shaw's message of "Tue, 22 Jul 2003 02:52:13 +1000") Message-ID: User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, Cross-posting to four lists is very bad style. Please read up on netiquette and how to use mailing lists. > Because i'm learning the package, it's too tedious to read all the > documentation on the monitor. What's the best way to get a printable > output preferably with a table of contents and page numbers? I made good experience with xmlto but keep in mind that the output is _huge_. You will need a lot of paper to print all this. Sven From house.83@tiscali.it Mon Jul 21 16:23:49 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail-1.tiscali.it (mail-1.tiscali.it [195.130.225.147]) by mail.gnome.org (Postfix) with ESMTP id 45397181F8 for ; Mon, 21 Jul 2003 16:23:49 -0400 (EDT) Received: from tiscali.it (62.10.68.42) by mail-1.tiscali.it (6.7.019) id 3F1BF1770002E00C for gtk-list@gnome.org; Mon, 21 Jul 2003 22:23:49 +0200 Message-ID: <3F1C4BD4.1020504@tiscali.it> Date: Mon, 21 Jul 2003 22:23:48 +0200 From: Roberto User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020623 Debian/1.0.0-0.woody.1 X-Accept-Language: it MIME-Version: 1.0 To: gtk list Subject: Rulers and max_size Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I am not able to understand the meaning of the field "max_size" in gtk_ruler_set_range.... can you teacj it to me? Thank you From vivek@lantana.tenet.res.in Mon Jul 21 23:56:41 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lantana.iitm.ernet.in (lantana.tenet.res.in [202.144.28.166]) by mail.gnome.org (Postfix) with ESMTP id 74A5D18184 for ; Mon, 21 Jul 2003 23:56:39 -0400 (EDT) Received: from dodo.lli.tenet.res.in (aster [144.16.241.214]) by lantana.iitm.ernet.in (8.11.6/8.11.6) with ESMTP id h6M3tva29906 for ; Tue, 22 Jul 2003 09:25:59 +0530 Subject: Re: Glib not detected From: Viveka Nathan K To: gtk-list@gnome.org Content-Type: multipart/mixed; boundary="=-8bWNUW9R8CACR74QqBhc" Organization: TeNeT Group Message-Id: <1058846115.892.7.camel@dodo.lli.tenet.res.in> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-4) Date: 22 Jul 2003 09:25:15 +0530 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --=-8bWNUW9R8CACR74QqBhc Content-Type: multipart/alternative; boundary="=-1H6WgYJ9r3tpdq6Fs2Du" --=-1H6WgYJ9r3tpdq6Fs2Du Content-Type: text/plain Content-Transfer-Encoding: 7bit A simple way to do that is, just edit the file in /usr/lib/pkgconfig/glib-2.0.pc and change the version to as it needs. I also faced the similar problem once and it has been recovered after editing that file ;) > Hi , > I have already installed glib2.0 in my system . > now I am trying to install atk-1.0.3 , which needs glib to be present , > but when it(atk-1.0.3)checks for glib during ./configure , it says > configure: > > error: > *** GLIB 2.0.0 or better is required. The latest version of > *** GLIB is always available from ftp://ftp.gtk.org/. > > I also tried installing glib-2.0.7 and then ran the ./configure to > install atk-1.0.3 > > it throws the following error while running ./configure > > checking for GLIB - version >= 2.0.0... > *** 'pkg-config --modversion glib-2.0' returned 2.0.7, but GLIB (2.0.1) > *** was found! If pkg-config was correct, then it is best > *** to remove the old version of GLib. You may also be able to fix the > error > *** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing > > *** /etc/ld.so.conf. Make sure you have run ldconfig if that is > *** required on your system. > *** If pkg-config was wrong, set the environment variable > PKG_CONFIG_PATH > *** to point to the correct configuration files > configure: error: > *** GLIB 2.0.0 or better is required. The latest version of > *** GLIB is always available from ftp://ftp.gtk.org/. > > I also tried setting LD_LIBRARY_PATH and PKG_CONFIG_PATH to glib-2.0.pc > > how should I set the LIBRARY_PATH or PKG_CONFIG_PATH so that > > atk-1.0.3 recognises glib-2.0.7 > any input or suggestion is highly appreciated > > Thanks > Vidhya. > > > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list -- Viveka Nathan K TeNeT Group --=-1H6WgYJ9r3tpdq6Fs2Du Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit
A simple way to do that is, just edit the file in
/usr/lib/pkgconfig/glib-2.0.pc
and change the version to as it needs.

I also faced the similar problem once and it has been recovered after editing that file ;)

Hi ,
I have already installed glib2.0 in my system .
now I am trying to install atk-1.0.3 , which needs glib to be present ,
but when it(atk-1.0.3)checks for glib during ./configure , it says
configure:

error:
*** GLIB 2.0.0 or better is required. The latest version of
*** GLIB is always available from ftp://ftp.gtk.org/.

I also tried installing glib-2.0.7  and then ran the ./configure to
install atk-1.0.3

it throws the following error while running ./configure

checking for GLIB - version >= 2.0.0...
*** 'pkg-config --modversion glib-2.0' returned 2.0.7, but GLIB (2.0.1)
*** was found! If pkg-config was correct, then it is best
*** to remove the old version of GLib. You may also be able to fix the
error
*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing

*** /etc/ld.so.conf. Make sure you have run ldconfig if that is
*** required on your system.
*** If pkg-config was wrong, set the environment variable
PKG_CONFIG_PATH
*** to point to the correct configuration files
configure: error:
*** GLIB 2.0.0 or better is required. The latest version of
*** GLIB is always available from ftp://ftp.gtk.org/.

I also tried setting LD_LIBRARY_PATH and PKG_CONFIG_PATH to glib-2.0.pc

how should I set the LIBRARY_PATH or PKG_CONFIG_PATH so that

atk-1.0.3 recognises glib-2.0.7
any input or suggestion is  highly appreciated

Thanks
Vidhya.


_______________________________________________
gtk-list mailing list
gtk-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-list


--

Viveka Nathan K <vivek@lantana.tenet.res.in>

TeNeT Group
--=-1H6WgYJ9r3tpdq6Fs2Du-- --=-8bWNUW9R8CACR74QqBhc Content-ID: <1058846026.892.3.camel@dodo.lli.tenet.res.in> Content-Disposition: attachment; filename=smiley-4.png Content-Type: image/png; name=smiley-4.png Content-Transfer-Encoding: base64 iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAC/UlEQVR42n2Tf2iUdRzHX9/v8zy3 u91ulnO5pXGXUUsK1yIY9ke0CDQiodbQKCOnNieaIkKI/yRhf0QgCeEqViKUYgUOnTE9G5WtjlqB TV1bsnl0tV93u93ux3PP93meb/8sKBNf8P7jw/v9+fz1/sD/iQI7gB7AWdApoGPB+w/ihvnI/bHK bfu2NLF2zUrMcAw8G2d+mIGBi+w/nGE46XQBnTc7cOFAZ+MTO1/bgDBCuIVxnPwIQhgYwXqMQA2q MMahd+O8fWLmAvAkgLGw/MGbOx55fueuF/FKKVRxHF/NIaQFgO+kcQtjgGZ1cwyjOLXiuyG7DuiV QLSx4fat2zvX4dmTeOVphDCwvUqkWcVk2mfDnkGEtPCdLEJabH95CfctN7YBUQk83XNoMUJaTE+M cuT476x9pZfmZ3sI1D7D8fMeP/2a4a3uGaqWt6Ly1zBDdbzadhvAowLomrn0eocqXMeoqCVU+xga E2mYlKb6sSINtG58gzOnTzGf/BR7+hukWUni52u07p04aS5bdudmAN/NURZ3oSe+RBhhhLTQGsqZ BKd7Pic3fhSVGwLAtaeoX2IAPGem02kQJrP5EHJRHYb0CHhZtG+CdtFeiezIO2h3Hu17OI6Dqxzy RR8AadvlXu0WqDSm6O87xkzWx6p+AF/l8N08vmejvRLaV7jKJjNnEwwvJTXtASQk0FecOEsoUs/6 9RuJx8+RGOgjuLgZK7ISzBo8X9L/w1+07RnmnqZ2RpNlrg7lAU4IILrq3sh437GnMCruIFD9IL8M fsvQpUE+OiO4fGWYRVUGhw+2sablIZJXPiN+cYwPT2b4LaUb/mli94Etsfatm5pwi0kisU1Y4RUI IfHsSTQalR/lcuJj/ph0Od8/y9G46gI6/13lrzrW1bTs3RwmEKxGyAp8lWN2rkShpCkrzfU/FYkf 53j/rPM18PjNnqn77jrZ/kJLFasaQ4SDglJZk533GUspvjiXZSTFJ8BL3IIosBv4HlBAGrgKvAc8 fGP4b4kpTGRKdd96AAAAAElFTkSuQmCC --=-8bWNUW9R8CACR74QqBhc-- From murrayc@usa.net Tue Jul 22 03:00:15 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cmsrelay03.mx.net (cmsrelay03.mx.net [165.212.11.112]) by mail.gnome.org (Postfix) with SMTP id B560718385 for ; Tue, 22 Jul 2003 03:00:14 -0400 (EDT) Received: from uadvg129.cms.usa.net (165.212.11.129) by cmsoutbound.mx.net with SMTP; 22 Jul 2003 07:00:15 -0000 Received: from localhost.localdomain [195.226.162.108] by uadvg129.cms.usa.net (ASMTP/murrayc@usa.net) via mtad (C8.MAIN.3.08F) with ESMTP id 256HgVHam0395M29; Tue, 22 Jul 2003 07:00:12 GMT X-USANET-Auth: 195.226.162.108 AUTH murrayc@usa.net localhost.localdomain Subject: Re: Glib not detected From: Murray Cumming Reply-To: murrayc@usa.net To: Vidhya CS Cc: gtk-list In-Reply-To: <3F1C23E7.649137EE@siptech.co.in> References: <3F1C23E7.649137EE@siptech.co.in> Content-Type: text/plain Message-Id: <1058857210.2400.15.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.3 Date: 22 Jul 2003 09:00:10 +0200 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Mon, 2003-07-21 at 19:33, Vidhya CS wrote: > checking for GLIB - version >= 2.0.0... > *** 'pkg-config --modversion glib-2.0' returned 2.0.7, but GLIB (2.0.1) > *** was found! If pkg-config was correct, then it is best > *** to remove the old version of GLib. You may also be able to fix the > error > *** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing > > *** /etc/ld.so.conf. Make sure you have run ldconfig if that is > *** required on your system. > *** If pkg-config was wrong, set the environment variable > PKG_CONFIG_PATH > *** to point to the correct configuration files > configure: error: > *** GLIB 2.0.0 or better is required. The latest version of > *** GLIB is always available from ftp://ftp.gtk.org/. > > I also tried setting LD_LIBRARY_PATH and PKG_CONFIG_PATH to glib-2.0.pc It's a path to the directory containing .pc files, not a particular file. There should be lots of information about it in the archives or google. -- Murray Cumming murray@usa.net www.murrayc.com From vidhya@siptech.co.in Tue Jul 22 03:06:58 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from turaco.siptech.co.in (unknown [202.54.64.126]) by mail.gnome.org (Postfix) with ESMTP id 236D418399 for ; Tue, 22 Jul 2003 03:06:57 -0400 (EDT) Received: from hornet.siptech.co.in (hornet [192.168.64.13]) by turaco.siptech.co.in (8.12.8/8.12.8) with ESMTP id h6M7Aies006894; Tue, 22 Jul 2003 12:40:44 +0530 Received: from siptech.co.in ([192.168.64.193]) by hornet.siptech.co.in (8.11.0/8.11.0) with ESMTP id h6MIach28768; Wed, 23 Jul 2003 00:06:38 +0530 Message-ID: <3F1D3045.AC133AC@siptech.co.in> Date: Tue, 22 Jul 2003 12:38:29 +0000 From: Vidhya CS Organization: Sip Tech X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.18-3 i686) X-Accept-Language: en MIME-Version: 1.0 To: murrayc@usa.net Cc: gtk-list Subject: Re: Glib not detected References: <3F1C23E7.649137EE@siptech.co.in> <1058857210.2400.15.camel@localhost.localdomain> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Murray Cumming wrote: > On Mon, 2003-07-21 at 19:33, Vidhya CS wrote: > > checking for GLIB - version >= 2.0.0... > > *** 'pkg-config --modversion glib-2.0' returned 2.0.7, but GLIB (2.0.1) > > *** was found! If pkg-config was correct, then it is best > > *** to remove the old version of GLib. You may also be able to fix the > > error > > *** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing > > > > *** /etc/ld.so.conf. Make sure you have run ldconfig if that is > > *** required on your system. > > *** If pkg-config was wrong, set the environment variable > > PKG_CONFIG_PATH > > *** to point to the correct configuration files > > configure: error: > > *** GLIB 2.0.0 or better is required. The latest version of > > *** GLIB is always available from ftp://ftp.gtk.org/. > > > > I also tried setting LD_LIBRARY_PATH and PKG_CONFIG_PATH to glib-2.0.pc > > It's a path to the directory containing .pc files, not a particular > file. There should be lots of information about it in the archives or > google. > I have set the LD_LIBRARY_PATH and PKG_CONFIG_PATH point to /usr/local/lib/pkgconfig/glib-2.0.pc and then tried running the ./configure of atk-1.0.3 , it is still giving the same error . From murrayc@usa.net Tue Jul 22 03:12:38 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cmsrelay04.mx.net (cmsrelay04.mx.net [165.212.11.113]) by mail.gnome.org (Postfix) with SMTP id 60346183ED for ; Tue, 22 Jul 2003 03:12:37 -0400 (EDT) Received: from uadvg130.cms.usa.net (165.212.11.130) by cmsoutbound.mx.net with SMTP; 22 Jul 2003 07:12:37 -0000 Received: from localhost.localdomain [195.226.162.108] by uadvg130.cms.usa.net (ASMTP/murrayc@usa.net) via mtad (C8.MAIN.3.08F) with ESMTP id 359HgVHmh0205M30; Tue, 22 Jul 2003 07:12:34 GMT X-USANET-Auth: 195.226.162.108 AUTH murrayc@usa.net localhost.localdomain Subject: Re: Glib not detected From: Murray Cumming Reply-To: murrayc@usa.net To: Vidhya CS Cc: gtk-list In-Reply-To: <3F1D3045.AC133AC@siptech.co.in> References: <3F1C23E7.649137EE@siptech.co.in> <1058857210.2400.15.camel@localhost.localdomain> <3F1D3045.AC133AC@siptech.co.in> Content-Type: text/plain Message-Id: <1058857951.2400.29.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.3 Date: 22 Jul 2003 09:12:32 +0200 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Tue, 2003-07-22 at 14:38, Vidhya CS wrote: > Murray Cumming wrote: > > > I also tried setting LD_LIBRARY_PATH and PKG_CONFIG_PATH to glib-2.0.pc > > > > It's a path to the directory containing .pc files, not a particular > > file. There should be lots of information about it in the archives or > > google. > > > > I have set the LD_LIBRARY_PATH and PKG_CONFIG_PATH point to > /usr/local/lib/pkgconfig/glib-2.0.pc > > and then tried running the ./configure of atk-1.0.3 , it is still giving the > same error . Again, PKG_CONFIG_PATH is a path (or paths) to the _directory_ which contains several .pc files. It is not a path to a particular file. And LD_LIBRARY_PATH has a different purpose. -- Murray Cumming murray@usa.net www.murrayc.com From vidhya@siptech.co.in Tue Jul 22 03:36:00 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from turaco.siptech.co.in (unknown [202.54.64.126]) by mail.gnome.org (Postfix) with ESMTP id 10F3F18193 for ; Tue, 22 Jul 2003 03:35:59 -0400 (EDT) Received: from hornet.siptech.co.in (hornet [192.168.64.13]) by turaco.siptech.co.in (8.12.8/8.12.8) with ESMTP id h6M7dkes007101; Tue, 22 Jul 2003 13:09:47 +0530 Received: from siptech.co.in ([192.168.64.193]) by hornet.siptech.co.in (8.11.0/8.11.0) with ESMTP id h6MJ5fh30031; Wed, 23 Jul 2003 00:35:42 +0530 Message-ID: <3F1D3713.53983686@siptech.co.in> Date: Tue, 22 Jul 2003 13:07:32 +0000 From: Vidhya CS Organization: Sip Tech X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.18-3 i686) X-Accept-Language: en MIME-Version: 1.0 To: murrayc@usa.net Cc: gtk-list Subject: Re: Glib not detected References: <3F1C23E7.649137EE@siptech.co.in> <1058857210.2400.15.camel@localhost.localdomain> <3F1D3045.AC133AC@siptech.co.in> <1058857951.2400.29.camel@localhost.localdomain> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Murray Cumming wrote: > On Tue, 2003-07-22 at 14:38, Vidhya CS wrote: > > Murray Cumming wrote: > > > > I also tried setting LD_LIBRARY_PATH and PKG_CONFIG_PATH to glib-2.0.pc > > > > > > It's a path to the directory containing .pc files, not a particular > > > file. There should be lots of information about it in the archives or > > > google. > > > > > > > I have set the LD_LIBRARY_PATH and PKG_CONFIG_PATH point to > > /usr/local/lib/pkgconfig/glib-2.0.pc > > > > and then tried running the ./configure of atk-1.0.3 , it is still giving the > > same error . > > Again, PKG_CONFIG_PATH is a path (or paths) to the _directory_ which > contains several .pc files. It is not a path to a particular file. > > And LD_LIBRARY_PATH has a different purpose. > > -- great! it is working now , I made the LD_LIBRARY_PATH point to /usr/local/lib(which contains shared libs ) and PKG_CONFIG_PATH point /usr/local/lib/pkgconfig/ . Thanks Vidhya. From vidhya@siptech.co.in Tue Jul 22 06:07:36 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from turaco.siptech.co.in (unknown [202.54.64.126]) by mail.gnome.org (Postfix) with ESMTP id C91E618151 for ; Tue, 22 Jul 2003 06:07:33 -0400 (EDT) Received: from hornet.siptech.co.in (hornet [192.168.64.13]) by turaco.siptech.co.in (8.12.8/8.12.8) with ESMTP id h6MABGes008326 for ; Tue, 22 Jul 2003 15:41:19 +0530 Received: from siptech.co.in ([192.168.64.193]) by hornet.siptech.co.in (8.11.0/8.11.0) with ESMTP id h6MLbCh04555 for ; Wed, 23 Jul 2003 03:07:12 +0530 Message-ID: <3F1D5A96.D61A3D3@siptech.co.in> Date: Tue, 22 Jul 2003 15:39:02 +0000 From: Vidhya CS Organization: Sip Tech X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.18-3 i686) X-Accept-Language: en MIME-Version: 1.0 To: gtk-list Subject: gtk installation err / libjpeg ? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: hi , I am trying to install gtk , while running the ./configure , it says jpeg loader not found , I have installed libjpeg and LD_LIBRARY_PATH is pointing to those libs . the error am getting is : WARNING: *** JPEG loader will not be built (JPEG library not found) *** configure: error: *** Checks for JPEG loader failed. You can build without it by passing *** --without-libjpeg to configure but some programs using GTK+ may *** not work properly sine I have loaded libjpeg , iam dont want to use the --without-libjpeg . vidhya. From olaf@cbk.poznan.pl Tue Jul 22 07:53:01 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from goliath.sylaba.poznan.pl (goliath.sylaba.poznan.pl [195.216.104.3]) by mail.gnome.org (Postfix) with ESMTP id 8CB0F18472 for ; Tue, 22 Jul 2003 07:53:01 -0400 (EDT) Received: by goliath.sylaba.poznan.pl (Postfix, from userid 1003) id F067D94055; Tue, 22 Jul 2003 13:53:00 +0200 (CEST) Received: from venus.local.navi.pl (ps103.poznan.sdi.tpnet.pl [217.97.72.103]) by goliath.sylaba.poznan.pl (Postfix) with ESMTP id 9BC3993EA0; Tue, 22 Jul 2003 13:52:51 +0200 (CEST) Received: from venus.local.navi.pl (venus.local.navi.pl [127.0.0.1]) by venus.local.navi.pl (8.12.5/8.12.5) with ESMTP id h6MBrAQ6002511; Tue, 22 Jul 2003 13:53:24 +0200 Subject: Re: gtk installation err / libjpeg ? From: Olaf =?iso-8859-2?Q?Fr=B1czyk?= To: Vidhya CS Cc: gtk-list In-Reply-To: <3F1D5A96.D61A3D3@siptech.co.in> References: <3F1D5A96.D61A3D3@siptech.co.in> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 (1.0.8-10) Date: 22 Jul 2003 13:53:10 +0200 Message-Id: <1058874804.1836.7.camel@venus> Mime-Version: 1.0 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Tue, 2003-07-22 at 17:39, Vidhya CS wrote: > hi , > I am trying to install gtk , while running the ./configure , it says > jpeg loader not found , > I have installed libjpeg and LD_LIBRARY_PATH is pointing to those libs . > > the error am getting is > > : WARNING: *** JPEG loader will not be built (JPEG library not found) > *** > configure: error: > *** Checks for JPEG loader failed. You can build without it by passing > *** --without-libjpeg to configure but some programs using GTK+ may > *** not work properly > > sine I have loaded libjpeg , iam dont want to use the --without-libjpeg > . Do you have library and headers? Or library only? Then install headers and should work. Regards, Olaf From vidhya@siptech.co.in Tue Jul 22 08:59:30 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from turaco.siptech.co.in (unknown [202.54.64.126]) by mail.gnome.org (Postfix) with ESMTP id 0314A186E1 for ; Tue, 22 Jul 2003 08:59:29 -0400 (EDT) Received: from hornet.siptech.co.in (hornet [192.168.64.13]) by turaco.siptech.co.in (8.12.8/8.12.8) with ESMTP id h6MD37es009654; Tue, 22 Jul 2003 18:33:08 +0530 Received: from siptech.co.in ([192.168.64.193]) by hornet.siptech.co.in (8.11.0/8.11.0) with ESMTP id h6N0T4h11068; Wed, 23 Jul 2003 05:59:04 +0530 Message-ID: <3F1D82DF.26F7D3E4@siptech.co.in> Date: Tue, 22 Jul 2003 18:30:56 +0000 From: Vidhya CS Organization: Sip Tech X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.18-3 i686) X-Accept-Language: en MIME-Version: 1.0 To: Olaf =?iso-8859-1?Q?Fr=B1czyk?= Cc: gtk-list Subject: Re: gtk installation err / libjpeg ? References: <3F1D5A96.D61A3D3@siptech.co.in> <1058874804.1836.7.camel@venus> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Olaf Fr±czyk wrote: > On Tue, 2003-07-22 at 17:39, Vidhya CS wrote: > > hi , > > I am trying to install gtk , while running the ./configure , it says > > jpeg loader not found , > > I have installed libjpeg and LD_LIBRARY_PATH is pointing to those libs . > > > > the error am getting is > > > > : WARNING: *** JPEG loader will not be built (JPEG library not found) > > *** > > configure: error: > > *** Checks for JPEG loader failed. You can build without it by passing > > *** --without-libjpeg to configure but some programs using GTK+ may > > *** not work properly > > > > sine I have loaded libjpeg , iam dont want to use the --without-libjpeg > > . > Do you have library and headers? > Or library only? Then install headers and should work. I installed libjpeg-6b-19.i386.rpm, only the libraries got installed , now I have put all the headers still the same error. ie jpeg loader failed . any help ? regards vidhya. From ergo@secondthought.org Tue Jul 22 09:06:46 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from theory.lcs.mit.edu (theory.lcs.mit.edu [18.52.0.92]) by mail.gnome.org (Postfix) with ESMTP id 365D2182CE for ; Tue, 22 Jul 2003 09:06:46 -0400 (EDT) Received: from secondthought.org (h0002a5b20f0b.ne.client2.attbi.com [66.31.123.102]) (authenticated bits=0) by theory.lcs.mit.edu (8.12.9/8.12.1) with ESMTP id h6MD6lq7014618 for ; Tue, 22 Jul 2003 09:06:47 -0400 Message-ID: <3F1D36CE.5080401@secondthought.org> Date: Tue, 22 Jul 2003 09:06:22 -0400 From: Andrew Hogue Reply-To: ergo@secondthought.org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: GTK_WINDOW_POPUP assertion fails Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello - I am working with GTK 1.2.10, on Linux 2.4.18 (Red Hat 9.0). I am attempting to create a GTK window through the JNI (see code attached below), and I receive the following assertion failure during execution: (:6338): Gtk-CRITICAL **: file gtkwindow.c: line 794 (gtk_window_new): assertion `type >= GTK_WINDOW_TOPLEVEL && type <= GTK_WINDOW_POPUP' failed A series of other assertions subsequently fail, all seemingly because *mShell is null. I'm creating the window with: static GtkWidget *mShell = NULL; [snip] mShell = gtk_window_new (GTK_WINDOW_POPUP); Why does this assertion fail? Thanks in advance! -Andrew Hogue =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= GtkMozEmbed.cpp =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= #include #include "GtkMozEmbed.h" #include #include #include #include #include #include "gtkmozembed.h" #include "nsGtkEventHandler.h" #include /* * Class: org_eclipse_swt_widgets_GtkMozEmbed * Method: createTopLevelWindow * Signature: ()I */ JNIEXPORT jint JNICALL Java_org_eclipse_swt_widgets_GtkMozEmbed_createTopLevelWindow (JNIEnv * env, jobject obj) { static GtkWidget *mShell = NULL; /* Initialise GTK */ gtk_set_locale (); gtk_init (0, NULL); gdk_rgb_init(); mShell = gtk_window_new (GTK_WINDOW_POPUP); gtk_window_set_default_size(GTK_WINDOW(mShell), 300, 300); gtk_window_set_title(GTK_WINDOW(mShell), "Simple browser"); return (jint) mShell; } From sagars@dpsl.net Tue Jul 22 09:30:28 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from khyber.enigma (mail.dpsl.net [202.144.16.187]) by mail.gnome.org (Postfix) with ESMTP id B054618701 for ; Tue, 22 Jul 2003 09:30:27 -0400 (EDT) Received: by mail.dpsl.net with Internet Mail Service (5.5.2653.19) id <37PFN5LH>; Tue, 22 Jul 2003 19:06:01 +0530 Received: from khyber.enigma (mail.dpsl.net [202.144.16.187]) by khyber.enigma with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id 37PFN5LG; Tue, 22 Jul 2003 19:05:57 +0530 Received: FROM WAS BY khyber.enigma ; Tue Jul 22 19:05:56 2003 +0500 From: Sagar Shah To: gtk-list@gnome.org Message-ID: <0d0b01c350be$4c4cdd60$860410ac@WAS> Subject: problems building gtk+2.2 on linux Date: Tue, 22 Jul 2003 19:01:10 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0D04_01C35083.9D33A050" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is a multi-part message in MIME format. ------=_NextPart_000_0D04_01C35083.9D33A050 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi all, =20 i am trying to build gtk+2.2,. i installed the glib 2.2 and required version of atk. =20 i have autoconf 2.53, automake 1.5, libtool 1.4.2 and gcc 2.96. =20 when i make the package the following errors of undefined references like. =20 undefined reference to `g_sprintf' ndefined reference to `g_fprintf' undefined reference to `g_get_application_name' =20 i think its related to glib problem but its using glib 2.2 libraries which is in /usr/local/lib=20 =20 any suggestions what i should do, would appreciated. =20 Regards Sagar Shah =20 ------=_NextPart_000_0D04_01C35083.9D33A050 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi all,
 
i am trying to build gtk+2.2,. i = installed the glib=20 2.2 and required version of atk.
 
i have autoconf 2.53, automake 1.5, = libtool 1.4.2=20 and gcc 2.96.
 
when i make the package the following = errors of=20 undefined references like.
 
undefined=20 reference to `g_sprintf'

ndefined reference to=20 `g_fprintf'

 undefined reference to =20 `g_get_application_name'
 
i think its related to glib problem = but its using=20 glib 2.2 libraries which is in /usr/local/lib
 
any suggestions what i should = do,  would=20 appreciated.
 
Regards
Sagar Shah
 

------=_NextPart_000_0D04_01C35083.9D33A050-- From bert.timmerman@corusgroup.com Tue Jul 22 09:38:31 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from bridget.hoogovens.com (unknown [212.1.8.2]) by mail.gnome.org (Postfix) with ESMTP id ED38E1831A for ; Tue, 22 Jul 2003 09:38:30 -0400 (EDT) Received: from bridges.ijmuiden.corusgroup.com (145.8.252.111 [145.8.252.111]) by bridget.hoogovens.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id N67NPKPN; Tue, 22 Jul 2003 15:32:47 +0200 Received: by bridges.ijmuiden.corusgroup.com with Internet Mail Service (5.5.2653.19) id ; Tue, 22 Jul 2003 15:38:27 +0200 Message-ID: <06CBCB9A339A9F489C250E65CDAF074701C57D08@ijmexc00.ijmuiden.corusgroup.com> From: "Timmerman, LJH" To: "'Vidhya CS '" , =?iso-8859-1?Q?Olaf_Fr=B1czyk?= Cc: gtk-list Subject: RE: gtk installation err / libjpeg ? Date: Tue, 22 Jul 2003 15:38:25 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi Vidhya, Search at www.google.com for "libjpeg-devel" for the = development-headers, it lists several rpms for several platforms. Kind regards, Bert Timmerman. > -----Original Message----- > From: gtk-list-admin@gnome.org@CORUS On Behalf Of Vidhya CS > > Sent: dinsdag 22 juli 2003 20:31 > To: Olaf Fr=B1czyk > Cc: gtk-list > Subject: Re: gtk installation err / libjpeg ? >=20 > Olaf Fr=B1czyk wrote: >=20 > > On Tue, 2003-07-22 at 17:39, Vidhya CS wrote: > > > hi , > > > I am trying to install gtk , while running the ./configure , it = says > > > jpeg loader not found , > > > I have installed libjpeg and LD_LIBRARY_PATH is pointing to those = libs > . > > > > > > the error am getting is > > > > > > : WARNING: *** JPEG loader will not be built (JPEG library not = found) > > > *** > > > configure: error: > > > *** Checks for JPEG loader failed. You can build without it by = passing > > > *** --without-libjpeg to configure but some programs using GTK+ = may > > > *** not work properly > > > > > > sine I have loaded libjpeg , iam dont want to use the > --without-libjpeg > > > . > > Do you have library and headers? > > Or library only? Then install headers and should work. >=20 > I installed libjpeg-6b-19.i386.rpm, only the libraries got installed = , now > I > have put all the headers > still the same error. > ie jpeg loader failed . > any help ? > regards > vidhya. >=20 >=20 >=20 > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list From ed@unidata.ucar.edu Tue Jul 22 10:54:09 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from rodney.unidata.ucar.edu (rodney.unidata.ucar.edu [128.117.140.88]) by mail.gnome.org (Postfix) with ESMTP id 324E81844B for ; Tue, 22 Jul 2003 10:54:09 -0400 (EDT) Received: (from ed@localhost) by rodney.unidata.ucar.edu (8.11.6/8.11.6) id h6MEs9W12953; Tue, 22 Jul 2003 08:54:09 -0600 X-Authentication-Warning: rodney.unidata.ucar.edu: ed set sender to ed@unidata.ucar.edu using -f To: gtk-list@gnome.org Subject: problems installing latest version of glib... From: Ed Hartnett Date: 22 Jul 2003 08:54:09 -0600 Message-ID: Lines: 17 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Howdy all! I am on a red hat Linux box, trying to install glib-2.2.2. As per web page instructions, I first got and installed pkg-config. That seemed to go fine. I got version 0.15. During configure of glib-2.2.2 I got the following problem: checking for pkg-config... /usr/bin/pkg-config configure: error: *** pkg-config too old; version 0.14 or better required. What's up with this? How should I proceed? Thanks! Ed From sven@gimp.org Tue Jul 22 11:08:10 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.convergence.de (mail.convergence.de [212.84.236.4]) by mail.gnome.org (Postfix) with ESMTP id D24E918122 for ; Tue, 22 Jul 2003 11:08:09 -0400 (EDT) Received: from [10.1.1.145] (helo=blixa) by mail.convergence.de with esmtp (Exim 4.14) id 19eykM-0003pt-7o; Tue, 22 Jul 2003 17:08:10 +0200 Received: from neo by blixa with local (Exim 3.36 #1 (Debian)) id 19eykL-0000Wg-00; Tue, 22 Jul 2003 17:08:09 +0200 To: Ed Hartnett Cc: gtk-list@gnome.org Subject: Re: problems installing latest version of glib... References: From: Sven Neumann Date: Tue, 22 Jul 2003 17:08:09 +0200 In-Reply-To: (Ed Hartnett's message of "22 Jul 2003 08:54:09 -0600") Message-ID: User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, Ed Hartnett writes: > I am on a red hat Linux box, trying to install glib-2.2.2. > > As per web page instructions, I first got and installed > pkg-config. That seemed to go fine. I got version 0.15. > > During configure of glib-2.2.2 I got the following problem: > > checking for pkg-config... /usr/bin/pkg-config > configure: error: *** pkg-config too old; version 0.14 or better required. > > What's up with this? How should I proceed? Try 'pkg-config --version' do see what version of pkg-config is used. You probably have an older version in /usr/bin and installed 0.15 in /usr/local/bin. Sven From rjshaw@iprimus.com.au Tue Jul 22 11:34:11 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp02.syd.iprimus.net.au (smtp02.syd.iprimus.net.au [210.50.76.52]) by mail.gnome.org (Postfix) with ESMTP id D4DD81814C; Tue, 22 Jul 2003 11:34:10 -0400 (EDT) Received: from iprimus.com.au (203.134.138.33) by smtp02.syd.iprimus.net.au (7.0.018) (authenticated as rjshaw@iprimus.com.au) id 3F13130D001897CB; Wed, 23 Jul 2003 01:34:09 +1000 Message-ID: <3F1D58CC.1000108@iprimus.com.au> Date: Wed, 23 Jul 2003 01:31:24 +1000 From: Russell Shaw User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030311 Debian/1.2.1-10 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-app-devel-list@gnome.org, gtk-list@gnome.org Subject: Autoconf hello world Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, I'm looking for a GTK+ hello-world example that uses configure.in and automake.am (autoconf and automake). From murrayc@usa.net Tue Jul 22 11:53:41 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cmsrelay02.mx.net (cmsrelay02.mx.net [165.212.11.111]) by mail.gnome.org (Postfix) with SMTP id 496481843E for ; Tue, 22 Jul 2003 11:53:41 -0400 (EDT) Received: from uadvg128.cms.usa.net (165.212.11.128) by cmsoutbound.mx.net with SMTP; 22 Jul 2003 15:53:41 -0000 Received: from localhost.localdomain [195.226.162.108] by uadvg128.cms.usa.net (ASMTP/murrayc@usa.net) via mtad (C8.MAIN.3.08F) with ESMTP id 375HgVP2l0373M28; Tue, 22 Jul 2003 15:53:38 GMT X-USANET-Auth: 195.226.162.108 AUTH murrayc@usa.net localhost.localdomain Subject: Re: Autoconf hello world From: Murray Cumming Reply-To: murrayc@usa.net To: Russell Shaw Cc: gtk-app-devel-list@gnome.org, gtk-list In-Reply-To: <3F1D58CC.1000108@iprimus.com.au> References: <3F1D58CC.1000108@iprimus.com.au> Content-Type: text/plain Message-Id: <1058889211.2400.60.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.3 Date: 22 Jul 2003 17:53:31 +0200 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Tue, 2003-07-22 at 17:31, Russell Shaw wrote: > Hi, > I'm looking for a GTK+ hello-world example that uses > configure.in and automake.am (autoconf and automake). gnome-hello (on GNOME's ftp or cvs) is meant to be a GNOME hello world, though we are struggling with it a bit this week. A GTK+ hello world without the fancy GNOME stuff would be a bit easier. It's just a matter of using PKG_CHECK_MODULES. This might be helpful: http://www.murrayc.com/learning/linux/using_libraries/using_libraries.shtml#cflagsandlibs -- Murray Cumming murray@usa.net www.murrayc.com From rjshaw@iprimus.com.au Tue Jul 22 11:54:31 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.52]) by mail.gnome.org (Postfix) with ESMTP id D8BFA187AF; Tue, 22 Jul 2003 11:54:30 -0400 (EDT) Received: from iprimus.com.au (203.134.138.33) by smtp01.syd.iprimus.net.au (7.0.018) (authenticated as rjshaw@iprimus.com.au) id 3F146D0A001B17D6; Wed, 23 Jul 2003 01:54:30 +1000 Message-ID: <3F1D5D92.7090001@iprimus.com.au> Date: Wed, 23 Jul 2003 01:51:46 +1000 From: Russell Shaw User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030311 Debian/1.2.1-10 X-Accept-Language: en-us, en MIME-Version: 1.0 Cc: gtk-app-devel-list@gnome.org, gtk-list@gnome.org Subject: Re: Autoconf hello world References: <3F1D58CC.1000108@iprimus.com.au> In-Reply-To: <3F1D58CC.1000108@iprimus.com.au> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Russell Shaw wrote: > Hi, > I'm looking for a GTK+ hello-world example that uses > configure.in and automake.am (autoconf and automake). Ok, i found a faq: http://www.gtk.org/faq/#AEN412 From pvosta@unionbio-eu.com Wed Jul 23 09:59:57 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from unionbio-eu.com (unknown [213.193.139.10]) by mail.gnome.org (Postfix) with SMTP id DCDF81896A for ; Wed, 23 Jul 2003 09:59:56 -0400 (EDT) Received: (qmail 17375 invoked from network); 23 Jul 2003 13:59:57 -0000 Received: from linux-2.unionbio-eu.com (HELO unionbio-eu.com) (192.168.0.23) by server.unionbio-eu.com with SMTP; 23 Jul 2003 13:59:57 -0000 Message-ID: <3F1E94DD.AFA2851B@unionbio-eu.com> Date: Wed, 23 Jul 2003 15:59:57 +0200 From: Peter Van Osta Reply-To: pvosta@unionbio-eu.com Organization: Union Biometrica N.V./S.A. ESO X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.4.7-10 i686) X-Accept-Language: en MIME-Version: 1.0 To: ORBit list , GTK-list , Glade Subject: Filebrowser widget over CORBA Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, I am using a GTK-interface built with glade in combination with CORBA. In the interface I have used the filebrowser widget (generated by GLADE), but when I use it, it shows the directories and files which the GTK-client can see and not the directories and files on the CORBA-server. Is there a way to "redirect" the filebrowser so that it connects to the server instead and only shows directories and files from the server transparently ? Best regards, Peter Van Osta From randhol@pvv.org Wed Jul 23 10:09:08 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from kiuk0152.chembio.ntnu.no (kiuk0152.chembio.ntnu.no [129.241.83.78]) by mail.gnome.org (Postfix) with ESMTP id 3C01518A44 for ; Wed, 23 Jul 2003 10:09:08 -0400 (EDT) Received: from randhol by kiuk0152.chembio.ntnu.no with local (Exim 3.35 #1 (Debian)) id 19fKIS-0003uT-00 for ; Wed, 23 Jul 2003 16:08:48 +0200 Date: Wed, 23 Jul 2003 16:08:48 +0200 From: Preben Randhol To: GTK-list Subject: Can one know if a windows i minimized? Message-ID: <20030723140848.GA15000@pvv.org> Mail-Followup-To: GTK-list Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.3.28i Organization: PVV Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I know this may be out of the realm of GTK, but since one can remove window decorations from GTK I was wondering if one also could hook the minimize button so the program knows that it is being minimized. This is useful in some areas. Thanks in advance. -- Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 -- «For me, Ada95 puts back the joy in programming.» From otaylor@redhat.com Wed Jul 23 10:15:36 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (pix-525-pool.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 0308518A50; Wed, 23 Jul 2003 10:15:35 -0400 (EDT) Received: from poincare.devel.redhat.com (poincare.devel.redhat.com [172.16.58.30]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h6NEFaK17106; Wed, 23 Jul 2003 10:15:36 -0400 Subject: Re: Filebrowser widget over CORBA From: Owen Taylor To: pvosta@unionbio-eu.com Cc: ORBit list , GTK-list , Glade In-Reply-To: <3F1E94DD.AFA2851B@unionbio-eu.com> References: <3F1E94DD.AFA2851B@unionbio-eu.com> Content-Type: text/plain Message-Id: <1058969735.6206.25.camel@poincare.devel.redhat.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.92 (1.3.92-1) (Preview Release) Date: 23 Jul 2003 10:15:36 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Wed, 2003-07-23 at 09:59, Peter Van Osta wrote: > Hi, > > I am using a GTK-interface built with glade in combination with CORBA. > In the interface I have used the filebrowser widget (generated by > GLADE), but when I use it, it shows the directories and files which the > GTK-client can see and not the directories and files on the > CORBA-server. > > Is there a way to "redirect" the filebrowser so that it connects to the > server instead and only shows directories and files from the server > transparently ? No. I would expand more, but I'm really not sure what to say. The server is most likely not even exporting its file system in any fashion. The GTK+-2.4 file chooser widget is architected so that it could theoretically be used like this; there is separation between the file system model and the GUI components. But that's really meant for things like gnome-vfs support, and isn't exposed directly to applications. And even if it was, you'd have to design your own custom transport layer. Regards, Owen From randhol@pvv.org Wed Jul 23 10:16:37 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from kiuk0152.chembio.ntnu.no (kiuk0152.chembio.ntnu.no [129.241.83.78]) by mail.gnome.org (Postfix) with ESMTP id 50C6318A52 for ; Wed, 23 Jul 2003 10:16:37 -0400 (EDT) Received: from randhol by kiuk0152.chembio.ntnu.no with local (Exim 3.35 #1 (Debian)) id 19fKPi-0003wG-00 for ; Wed, 23 Jul 2003 16:16:18 +0200 Date: Wed, 23 Jul 2003 16:16:18 +0200 From: Preben Randhol To: Gtk-List Subject: Cannot set foreground colour of Entry widget Message-ID: <20030723141618.GA15136@pvv.org> Mail-Followup-To: Gtk-List Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i Organization: PVV Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I have problems setting the foreground colour of an Entry widget. In Gtk+-1.2 I modified a Style and then applied this to get say red colour on the text of the Entry widget text. This way still works for Label (though I use pango's markup instead now). However for a Entry widget this approach does not work anymore. Is there something special one need to do in Gtk+-2.x for Entry widgets? I want to change colour if the string that is entered is not correct. -- Ada95 is good for you. http://www.crystalcode.com/codemage/MainMenu/Coding/Ada/IntroducingAda.php From rew@primagraphics.co.uk Wed Jul 23 10:22:06 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from oak.primag (ip-80-242-37-235.aramiska-arc.aramiska.net [80.242.37.235]) by mail.gnome.org (Postfix) with SMTP id B2A0018A56 for ; Wed, 23 Jul 2003 10:22:01 -0400 (EDT) Received: (qmail 12037 invoked by uid 704); 23 Jul 2003 14:21:46 -0000 Received: from rew@primagraphics.co.uk by oak by uid 701 with qmail-scanner-1.13 (clamscan: 0.23. spamassassin: 2.55. Clear:. Processed in 1.097534 secs); 23 Jul 2003 14:21:46 -0000 Received: from holly.primag (HELO holly) (192.168.0.61) by oak.primag with SMTP; 23 Jul 2003 14:21:45 -0000 Message-ID: <011f01c35125$cb5215a0$3d00a8c0@primag> From: "Richard Warren" To: "Preben Randhol" , "GTK-list" References: <20030723140848.GA15000@pvv.org> Subject: Re: Can one know if a windows i minimized? Date: Wed, 23 Jul 2003 15:22:06 +0100 Organization: Primagraphics Ltd. MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > I know this may be out of the realm of GTK, but since one can remove > window decorations from GTK I was wondering if one also could hook the > minimize button so the program knows that it is being minimized. This is > useful in some areas. Connect to the "window-state-event" signal on your top-level window. The callback will be given a GdkEventWindowState pointer through which you can access a new_window_state field. This is a bitmask of flags such as GDK_WINDOW_STATE_ICONIFIED etc. Hope that helps, Richard W. From randhol@pvv.org Wed Jul 23 10:35:57 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from kiuk0152.chembio.ntnu.no (kiuk0152.chembio.ntnu.no [129.241.83.78]) by mail.gnome.org (Postfix) with ESMTP id 10ACA18A67 for ; Wed, 23 Jul 2003 10:35:57 -0400 (EDT) Received: from randhol by kiuk0152.chembio.ntnu.no with local (Exim 3.35 #1 (Debian)) id 19fKiP-0006iT-00; Wed, 23 Jul 2003 16:35:37 +0200 Date: Wed, 23 Jul 2003 16:35:37 +0200 From: Preben Randhol To: Richard Warren Cc: Preben Randhol , GTK-list Subject: Re: Can one know if a windows i minimized? Message-ID: <20030723143537.GC12485@pvv.org> Mail-Followup-To: Richard Warren , Preben Randhol , GTK-list References: <20030723140848.GA15000@pvv.org> <011f01c35125$cb5215a0$3d00a8c0@primag> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <011f01c35125$cb5215a0$3d00a8c0@primag> User-Agent: Mutt/1.3.28i Organization: PVV Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Richard Warren wrote on 23/07/2003 (16:23) : > Connect to the "window-state-event" signal on your top-level window. > > The callback will be given a GdkEventWindowState pointer through which you > can access a new_window_state field. This is a bitmask of flags such as > GDK_WINDOW_STATE_ICONIFIED etc. Thanks! Will look at it! -- Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 -- «For me, Ada95 puts back the joy in programming.» From dav@cs.utah.edu Wed Jul 23 17:09:10 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail-svr1.cs.utah.edu (mail-svr1.cs.utah.edu [155.99.198.200]) by mail.gnome.org (Postfix) with ESMTP id 3C0F018C1A for ; Wed, 23 Jul 2003 17:09:10 -0400 (EDT) Received: from faith.cs.utah.edu (faith.cs.utah.edu [155.99.198.108]) by mail-svr1.cs.utah.edu (Postfix) with ESMTP id 3B8BD34767 for ; Wed, 23 Jul 2003 15:09:11 -0600 (MDT) Received: (from dav@localhost) by faith.cs.utah.edu (8.11.6+Sun/8.11.1) id h6NL9B508938; Wed, 23 Jul 2003 15:09:11 -0600 (MDT) Date: Wed, 23 Jul 2003 15:09:11 -0600 (MDT) Message-Id: <200307232109.h6NL9B508938@faith.cs.utah.edu> X-Authentication-Warning: faith.cs.utah.edu: dav set sender to dav@cs.utah.edu using -f From: "J. Davison de St. Germain" To: gtk-list@gnome.org Subject: Re: replacement for gtk_tootips_set_delay Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > From: Skip Montanaro > * To: Owen Taylor > * Cc: gtk-list gnome org > * Subject: Re: replacement for gtk_tooltips_set_delay > * Date: Mon, 15 Oct 2001 17:31:22 -0500 > > ------------------------------------------------------------------------ > > >> In the 2.0 docs, gtk_tooltips_set_delay is marked as deprecated. > >> What replaces it? > > Owen> Nothing. What reason would an app programer have to change this? > Owen> If the default isn't right, then it should be fixed. If different > Owen> users need different settings it should be configurable. > > That's what I was getting at. Assuming you're taking control of this away > from the programmer, my experience suggests you put this control in the > hands of the user, but I don't see anything that suggests how the user is > supposed to control this either. A simple example of specifying this in an > rc file would be appreciated. > > Skip Hi, Can someone finish the answer to this. How does one go about changing this setting? Thanks, Dav ----------------------------------------------------------------------- - J. Davison de St. Germain dav@cs.utah.edu (801) 581-4078 - - Chief Software Engineer http://www.cs.utah.edu/~dav - - SCI Institute, SE C-SAFE University of Utah - ----------------------------------------------------------------------- From jeevesn@yahoo.com Wed Jul 23 18:32:33 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from web21102.mail.yahoo.com (web21102.mail.yahoo.com [216.136.227.104]) by mail.gnome.org (Postfix) with SMTP id 48F2F1842B for ; Wed, 23 Jul 2003 18:32:33 -0400 (EDT) Message-ID: <20030723223234.58636.qmail@web21102.mail.yahoo.com> Received: from [150.135.221.16] by web21102.mail.yahoo.com via HTTP; Wed, 23 Jul 2003 15:32:34 PDT Date: Wed, 23 Jul 2003 15:32:34 -0700 (PDT) From: Dominic Espinosa Subject: Pango: how to build a new rendering engine? To: gtk-list@gnome.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello all, I'm a linguistics student, and as part of a research project I've devised a hypothetical new script for certain phonetic applications. It's a novel approach, and the standard left-to-right sequential rendering of characters as for English or European languages is not going to work for rendering it (although I experimented with kerning in the font). The script resembles Korean Han-gul in that it works by systematically combining certain graphic elements into blocks. I have the glyphs stored in abritrary order inside a TrueType UTF-8 font, although I realize I'll need to address the encoding issue for real at some point, and an input method is also being devised. After a week of poring over the documentation and source code for Pango, I'm still not sure how to proceed in writing a module to render the script. I have tried to analyze the source code for the Han-gul module, but I'm having trouble figuring out how to apply that to what I'm doing. I feel like I'm missing a step in the font process. Can anyone point me towards some documentation that describes the font system on a lower level, or suggest a way to get started? Using Pango to render text seems easy enough, but building a new renderer seems like a less common task. I have also been looking at the docs and mailing list archives for Freetype2, but haven't found anything of this sort. Any information would be greatly appreciated. Thanks, Dominic Espinosa __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com From singo29@yahoo.com Wed Jul 23 17:05:11 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from web41114.mail.yahoo.com (web41114.mail.yahoo.com [66.218.93.30]) by mail.gnome.org (Postfix) with SMTP id 3AE6A18C5E for ; Wed, 23 Jul 2003 17:05:11 -0400 (EDT) Message-ID: <20030723210512.97878.qmail@web41114.mail.yahoo.com> Received: from [64.105.89.43] by web41114.mail.yahoo.com via HTTP; Wed, 23 Jul 2003 14:05:12 PDT Date: Wed, 23 Jul 2003 14:05:12 -0700 (PDT) From: Xing guo chen Subject: PKG_CONFIG_PATH and pango To: gtk-list@gnome.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Greets! Im currently installing gtk+-2.2.1 and the problem is that in the ./configure line it outputs an error: checking for glib-2.0 >= 2.1.4 atk >= 1.0.1 pango >= 1.0.1... Package pango was not found in the pkg-config search path. Perhaps you should add the directory containing `pango.pc' to the PKG_CONFIG_PATH environment variable No package 'pango' found configure: error: Library requirements (glib-2.0 >= 2.1.4 atk >= 1.0.1 pango >= 1.0.1) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. Other info: echo $PKG_CONFIG_PATH /usr/local/bin/lib/pkgconfig: /usr/local/bin/lib/pkgconfig find / -iname “pango.pc” /usr/local/bin/lib/pkgconfig/pango.pc What must I do to pango be detected by pkg-config? [][]Thx in advance Hi, I had the same problem and solved with following: bash>find / -name 'pkgconfig' /usr/lib/pkgconfig /usr/local/lib/pkgconfig bash>find / -name 'pango.pc' /usr/local/pango-1.2.3/pango.pc bash> export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/local/pango-1.2.3/ above should be 1 line command. And the path should be adjusted according to your file location. -- Eric Chen 4655 Old Ironsides Dr, Suite 350 Santa Clara, CA 95054 Tel: (408) 213-0052 Ex:118 Fax: (408) 213-0051 ===== Eric Chen TEL: home:(650)938-3432 cell:(408)887-2585 __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com From wktang@hotmail.com Wed Jul 23 17:12:54 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hotmail.com (sea2-f23.sea2.hotmail.com [207.68.165.23]) by mail.gnome.org (Postfix) with ESMTP id B932D18CBA for ; Wed, 23 Jul 2003 17:12:53 -0400 (EDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 23 Jul 2003 14:12:54 -0700 Received: from 216.141.65.3 by sea2fd.sea2.hotmail.msn.com with HTTP; Wed, 23 Jul 2003 21:12:54 GMT X-Originating-IP: [216.141.65.3] X-Originating-Email: [wktang@hotmail.com] From: "Tang Wai-kwok" To: gtk-list@gnome.org Subject: How to draw a line between 2 buttons? Date: Wed, 23 Jul 2003 21:12:54 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 23 Jul 2003 21:12:54.0593 (UTC) FILETIME=[2ED48B10:01C3515F] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, I am trying to find a way to draw a line between 2 buttons to show their connection (after both of them have been pressed consecutively). I understand I can do in Pixmap; but its really cumbersome (provided of course, if I know how to use pixmap correctly). Any feedback is appreciated! William _________________________________________________________________ Get 10mb of inbox space with MSN Hotmail Extra Storage http://join.msn.com/?pgmarket=en-sg at only S$36 including GST From shadowrage@acidchat.net Wed Jul 23 19:01:15 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from avocet.mail.pas.earthlink.net (avocet.mail.pas.earthlink.net [207.217.120.50]) by mail.gnome.org (Postfix) with ESMTP id 809AE184B6 for ; Wed, 23 Jul 2003 19:01:15 -0400 (EDT) Received: from host-66-81-244-203.rev.o1.com ([66.81.244.203] helo=Monolith.gamersmix) by avocet.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 19fSbh-0002Kl-00 for gtk-list@gnome.org; Wed, 23 Jul 2003 16:01:14 -0700 Date: Wed, 23 Jul 2003 16:01:11 -0700 From: ShadowRage To: gtk-list@gnome.org Subject: unsuscribe gamma Message-Id: <20030723160111.794211e8.shadowrage@acidchat.net> In-Reply-To: <20030723211601.6072.32921.Mailman@moniker.gnome.org> References: <20030723211601.6072.32921.Mailman@moniker.gnome.org> Organization: AcidChat IRC network X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: unsuscribe gamma On Wed, 23 Jul 2003 17:16:01 -0400 gtk-list-request@gnome.org wrote: > This is an automated response. > > There were problems with the email commands you sent to Mailman via > the administrative address . > > To obtain instructions on valid Mailman email commands, send email to > with the word "help" in the subject line > or in the body of the message. > > If you want to reach the human being that manages this mailing list, > please send your message to . > > The following is a detailed description of the problems. > > >>>>> Subject line ignored: > >>>>> SUSCRIBE > > ***** End: -- > The rest of the message is ignored: > > AcidChat IRC Network > > www.acidchat.net > > free chatrooms! > > -- AcidChat IRC Network www.acidchat.net free chatrooms! From shadowrage@acidchat.net Wed Jul 23 19:07:04 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from swan.mail.pas.earthlink.net (swan.mail.pas.earthlink.net [207.217.120.123]) by mail.gnome.org (Postfix) with ESMTP id 97D0718797 for ; Wed, 23 Jul 2003 19:07:04 -0400 (EDT) Received: from host-66-81-244-203.rev.o1.com ([66.81.244.203] helo=Monolith.gamersmix) by swan.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 19fShN-000786-00 for gtk-list@gnome.org; Wed, 23 Jul 2003 16:07:05 -0700 Date: Wed, 23 Jul 2003 16:07:02 -0700 From: ShadowRage To: gtk-list@gnome.org Subject: Re: unsuscribe gamma Message-Id: <20030723160702.6ad16212.shadowrage@acidchat.net> In-Reply-To: <20030723160111.794211e8.shadowrage@acidchat.net> References: <20030723211601.6072.32921.Mailman@moniker.gnome.org> <20030723160111.794211e8.shadowrage@acidchat.net> Organization: AcidChat IRC network X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: bah.. stupid shit. On Wed, 23 Jul 2003 16:01:11 -0700 ShadowRage wrote: > unsuscribe gamma > > On Wed, 23 Jul 2003 17:16:01 -0400 > gtk-list-request@gnome.org wrote: > > > This is an automated response. > > > > There were problems with the email commands you sent to Mailman via > > the administrative address . > > > > To obtain instructions on valid Mailman email commands, send email to > > with the word "help" in the subject line > > or in the body of the message. > > > > If you want to reach the human being that manages this mailing list, > > please send your message to . > > > > The following is a detailed description of the problems. > > > > >>>>> Subject line ignored: > > >>>>> SUSCRIBE > > > > ***** End: -- > > The rest of the message is ignored: > > > AcidChat IRC Network > > > www.acidchat.net > > > free chatrooms! > > > > > > -- > AcidChat IRC Network > www.acidchat.net > free chatrooms! > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list -- AcidChat IRC Network www.acidchat.net free chatrooms! From bharat@CS.Arizona.EDU Wed Jul 23 19:14:18 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cheltenham.cs.arizona.edu (cheltenham.cs.arizona.edu [192.12.69.60]) by mail.gnome.org (Postfix) with ESMTP id 4761F18437 for ; Wed, 23 Jul 2003 19:14:18 -0400 (EDT) Received: from lectura.CS.Arizona.EDU (lectura.cs.arizona.edu [192.12.69.186]) by cheltenham.cs.arizona.edu (8.12.6p2/8.12.6) with ESMTP id h6NNEJnT038658 for ; Wed, 23 Jul 2003 16:14:19 -0700 (MST) (envelope-from bharat@CS.Arizona.EDU) Received: from lectura.CS.Arizona.EDU (localhost [127.0.0.1]) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2) with ESMTP id h6NNEJrg023633 for ; Wed, 23 Jul 2003 16:14:19 -0700 (MST) Received: from localhost (bharat@localhost) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2/Submit) with ESMTP id h6NNEJw7023630 for ; Wed, 23 Jul 2003 16:14:19 -0700 (MST) X-Authentication-Warning: lectura.CS.Arizona.EDU: bharat owned process doing -bs Date: Wed, 23 Jul 2003 16:14:19 -0700 (MST) From: Bharat Bhushan To: Subject: deactivating close button of a gtk+ window / dialog Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hey. Is there anyway in Gtk+ that we can make close button of a gtk window (or / and dialog) insensitive. I know we can make a gtk button (and similar widgets) insensitive by calling gtk_widget_set_sensitive(widget, FALSE); I also know that several MS Windows programs have their close button insensitive (especially while doing a critical task). Can we do something like that in Gtk+? thanks, Bharat -------------------------------------------------------------------------------- From nlevitt@columbia.edu Wed Jul 23 19:23:34 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from computer.cc.columbia.edu (computer.cc.columbia.edu [128.59.31.237]) by mail.gnome.org (Postfix) with ESMTP id AE03F183F9 for ; Wed, 23 Jul 2003 19:23:34 -0400 (EDT) Received: from nlevitt by computer.cc.columbia.edu with local (Exim 3.36 #1) id 19fSxK-00010w-00; Wed, 23 Jul 2003 19:23:34 -0400 Date: Wed, 23 Jul 2003 19:23:34 -0400 From: Noah Levitt To: Dominic Espinosa Cc: gtk-list@gnome.org Subject: Re: Pango: how to build a new rendering engine? Message-ID: <20030723232334.GC5651@columbia.edu> References: <20030723223234.58636.qmail@web21102.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030723223234.58636.qmail@web21102.mail.yahoo.com> Secret-NSA-Message-ID: 3b026257dfe9ed894171dbbb76f5b2ba User-Agent: Mutt/1.5.4i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: If I were going to write a pango shaper, I'd start by copying the basic shaper, do some global find/replaces, clear out all the stuff I don't need, then start messing with the shaping method. The basic shaper is in pango/modules/basic. You probably only care about the Xft backend, so basic-fc.c is what you want. Noah On Wed, Jul 23, 2003 at 15:32:34 -0700, Dominic Espinosa wrote: > > I'm still not sure how to > proceed in writing a module to render the script. > From vigoni@aero.polimi.it Thu Jul 24 03:09:59 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.polimi.it (mail.polimi.it [131.175.12.67]) by mail.gnome.org (Postfix) with ESMTP id CBB1B18318 for ; Thu, 24 Jul 2003 03:09:58 -0400 (EDT) Received: from mailsrv.aero.polimi.it (mailsrv.aero.polimi.it [131.175.154.195]) by mail.polimi.it (Switch-3.0.4/Switch-3.0.0) with ESMTP id h6O79wwh016726 for ; Thu, 24 Jul 2003 09:09:59 +0200 (MEST) Received: from sagitta.aero.polimi.it (sagitta.aero.polimi.it [::ffff:131.175.154.235]) by mailsrv.aero.polimi.it with esmtp; Thu, 24 Jul 2003 08:38:53 +0200 Subject: Re: Cannot set foreground colour of Entry widget From: Edoardo Vigoni To: randhol+gtk@pvv.org Cc: gtk-list@gnome.org In-Reply-To: <20030723160011.29308.24260.Mailman@moniker.gnome.org> References: <20030723160011.29308.24260.Mailman@moniker.gnome.org> X-Mailer: Ximian Evolution 1.0.8 Date: 24 Jul 2003 09:08:42 +0200 Message-Id: <1059030522.888.4.camel@sagitta> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="=_mailsrv-25302-1059028733-0001-2" Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: This is a MIME-formatted message. If you see this text it means that your E-mail software does not support MIME-formatted messages. --=_mailsrv-25302-1059028733-0001-2 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Try this code. I use this in gtk+-1.2 and work well. colore1 is the text color and colore2 the background color, I set also the font of the text, the widget is the entry: you can call in this way: color_set_display(GTK_WIDGET(entry), "pale green", "black"); void color_set_display(GtkWidget *widget, gchar *colore1, gchar *colore2) { GtkStyle *style; GdkColormap *cmap; GdkColor color; GdkFont *font; style=gtk_style_new(); font=gdk_font_load("-schumacher-clean-bold-r-normal-*-14-*-*-*-*-*-iso646.1991-*"); if (font != NULL) style->font=font; cmap = gdk_colormap_get_system(); gdk_color_parse(colore1, &color); if(!gdk_colormap_alloc_color(cmap, &color, TRUE, TRUE)) { g_error("couldn't allocate colour"); } style->fg[GTK_STATE_NORMAL]=color; gdk_color_parse(colore2, &color); if(!gdk_colormap_alloc_color(cmap, &color, TRUE, TRUE)) { g_error("couldn't allocate colour"); } style->base[widget->state]=color; gtk_widget_set_style(widget, style); } Date: Wed, 23 Jul 2003 16:16:18 +0200 From: Preben Randhol To: Gtk-List Subject: Cannot set foreground colour of Entry widget Organization: PVV I have problems setting the foreground colour of an Entry widget. In Gtk+-1.2 I modified a Style and then applied this to get say red colour on the text of the Entry widget text. This way still works for Label (though I use pango's markup instead now). However for a Entry widget this approach does not work anymore. Is there something special one need to do in Gtk+-2.x for Entry widgets? I want to change colour if the string that is entered is not correct. -- Ada95 is good for you. http://www.crystalcode.com/codemage/MainMenu/Coding/Ada/IntroducingAda.php --=_mailsrv-25302-1059028733-0001-2 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit Try this code. I use this in gtk+-1.2 and work well. colore1 is the text color and colore2 the background color, I set also the font of the text, the widget is the entry:

you can call in this way:
color_set_display(GTK_WIDGET(entry), "pale green", "black");

void color_set_display(GtkWidget *widget, gchar *colore1, gchar *colore2)
{
GtkStyle    *style;

GdkColormap *cmap;
GdkColor    color;
GdkFont     *font;


    style=gtk_style_new();

    font=gdk_font_load("-schumacher-clean-bold-r-normal-*-14-*-*-*-*-*-iso646.1991-*");

    if (font != NULL) style->font=font;

    cmap = gdk_colormap_get_system();
    gdk_color_parse(colore1, &color);

    if(!gdk_colormap_alloc_color(cmap, &color, TRUE, TRUE))
    {
    g_error("couldn't allocate colour");
    }

    style->fg[GTK_STATE_NORMAL]=color;

    gdk_color_parse(colore2, &color);

   if(!gdk_colormap_alloc_color(cmap, &color, TRUE, TRUE))
    {
    g_error("couldn't allocate colour");
    }

    style->base[widget->state]=color;

    gtk_widget_set_style(widget, style);

}


Date: Wed, 23 Jul 2003 16:16:18 +0200
From: Preben Randhol <randhol+gtk@pvv.org>
To: Gtk-List <gtk-list@gnome.org>
Subject: Cannot set foreground colour of Entry widget
Organization: PVV

I have problems setting the foreground colour of an Entry widget. In
Gtk+-1.2 I modified a Style and then applied this to get say red colour
on the text of the Entry widget text. This way still works for Label
(though I use pango's markup instead now). However for a Entry widget
this approach does not work anymore. Is there something special one need
to do in Gtk+-2.x for Entry widgets?

I want to change colour if the string that is entered is not correct.

-- 
Ada95 is good for you.
http://www.crystalcode.com/codemage/MainMenu/Coding/Ada/IntroducingAda.php
--=_mailsrv-25302-1059028733-0001-2-- From randhol@pvv.org Thu Jul 24 05:41:43 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from kiuk0152.chembio.ntnu.no (kiuk0152.chembio.ntnu.no [129.241.83.78]) by mail.gnome.org (Postfix) with ESMTP id E806A18BFD for ; Thu, 24 Jul 2003 05:41:42 -0400 (EDT) Received: from randhol by kiuk0152.chembio.ntnu.no with local (Exim 3.35 #1 (Debian)) id 19fcbD-0001FB-00 for ; Thu, 24 Jul 2003 11:41:23 +0200 Date: Thu, 24 Jul 2003 11:41:23 +0200 From: Preben Randhol To: gtk-list@gnome.org Subject: Re: Cannot set foreground colour of Entry widget Message-ID: <20030724094122.GA3170@pvv.org> Mail-Followup-To: gtk-list@gnome.org References: <20030723160011.29308.24260.Mailman@moniker.gnome.org> <1059030522.888.4.camel@sagitta> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1059030522.888.4.camel@sagitta> User-Agent: Mutt/1.3.28i Organization: PVV Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Edoardo Vigoni wrote on 24/07/2003 (09:53) : > Try this code. I use this in gtk+-1.2 and work well. colore1 is the text > color and colore2 the background color, I set also the font of the text, > the widget is the entry: This is what I do (except not in C) and it does not work. It works for a Label in the same window so there is nothing wrong with allocating the colours or something like that. I'm beginning to believe it is a bug in Gtk+. -- Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 -- «For me, Ada95 puts back the joy in programming.» From duin@tutopia.com Thu Jul 24 08:18:13 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from frontend04.cg.ifxnetworks.com (unknown [200.62.58.52]) by mail.gnome.org (Postfix) with ESMTP id 686B418138 for ; Thu, 24 Jul 2003 08:18:13 -0400 (EDT) Received: from [200.80.198.107] (account duin@tutopia.com HELO tutopia.com) by frontend04.cg.ifxnetworks.com (CommuniGate Pro SMTP 4.0.6) with ESMTP id 20382541 for gtk-list@gnome.org; Thu, 24 Jul 2003 08:18:14 -0400 Message-ID: <3F1FCD77.6060407@tutopia.com> Date: Thu, 24 Jul 2003 09:13:43 -0300 From: Ariel Fritz User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: Text and transparent background for it Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi all !! I want to show a text label and I wan to the background be transparent, because the text label is shown on a video movie. Any help? Thanks a lot and regards Ariel From otaylor@redhat.com Thu Jul 24 08:26:22 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (pix-525-pool.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 6B45318C6F for ; Thu, 24 Jul 2003 08:26:22 -0400 (EDT) Received: from vpn50-14.rdu.redhat.com (vpn50-14.rdu.redhat.com [172.16.50.14]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h6OCQLK09416; Thu, 24 Jul 2003 08:26:21 -0400 Subject: Re: Cannot set foreground colour of Entry widget From: Owen Taylor To: Preben Randhol Cc: gtk-list@gnome.org, gale@gtk.org In-Reply-To: <20030724094122.GA3170@pvv.org> References: <20030723160011.29308.24260.Mailman@moniker.gnome.org> <1059030522.888.4.camel@sagitta> <20030724094122.GA3170@pvv.org> Content-Type: text/plain Organization: Message-Id: <1059049549.1673.7.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-0) Date: 24 Jul 2003 08:25:49 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Thu, 2003-07-24 at 05:41, Preben Randhol wrote: > Edoardo Vigoni wrote on 24/07/2003 (09:53) : > > Try this code. I use this in gtk+-1.2 and work well. colore1 is the text > > color and colore2 the background color, I set also the font of the text, > > the widget is the entry: > > This is what I do (except not in C) and it does not work. It works for a > Label in the same window so there is nothing wrong with allocating the > colours or something like that. > > I'm beginning to believe it is a bug in Gtk+. http://ometer.com/gtk-colors.html See the first entry under: Why doesn't setting the color work for me? Regards, Owen [ Tony - could we get a link to the color mini-faq somewhere in the main FAQ? ] From andrej.prsa@guest.arnes.si Thu Jul 24 09:53:30 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from rigljica.arnes.si (rigljica.arnes.si [193.2.1.82]) by mail.gnome.org (Postfix) with ESMTP id 305B918D30 for ; Thu, 24 Jul 2003 09:53:30 -0400 (EDT) Received: from razor.arnes.si (razor.arnes.si [193.2.1.80]) by rigljica.arnes.si (Postfix) with ESMTP id 531436E43C for ; Thu, 24 Jul 2003 15:53:31 +0200 (MEST) Received: from gemma (unknown [193.2.110.236]) by razor.arnes.si (Postfix) with SMTP id 0FDF639953F; Thu, 24 Jul 2003 15:53:28 +0200 (MEST) Date: Thu, 24 Jul 2003 15:51:43 +0200 From: Andrej Prsa To: GTK Mailing list Cc: "Serge S. Fukanchik" Subject: Re: GtkCellRendererPixbuf and signals Message-Id: <20030724155143.2a3ad464.andrej.prsa@guest.arnes.si> In-Reply-To: <3F153FCD.5040503@mail.ru> References: <20030716131747.2df141f5.andrej.prsa@guest.arnes.si> <3F153FCD.5040503@mail.ru> Organization: Faculty of Mathematics and Physics X-Mailer: Sylpheed version 0.9.3 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello! > > Could anyone please give me a hint on how to attach a "clicked" signal > > to the pixbuf that is in the GtkTreeView? GtkCellRendererPixbuf > > doesn't have any signals? > You should set property mode of parent class GtkCellRenderer to > GTK_CELL_RENDERER_MODE_ACTIVATABLE, then use `activate' method from > GtkCellRendererClass's vtable. I suggest you should create subclass of > GtkCellRendererPixbuf with your own settings. I managed to set the GTK_CELL_RENDERER_MODE_ACTIVATABLE switch to the renderer, but I don't know how to work with vtables; I checked the header file and in fact there is the "activate" method; could you please demonstrate how to use it? Thanks, Andrej From flavio@maqplas.com.br Thu Jul 24 10:53:23 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from paiol.terra.com.br (paiol.terra.com.br [200.176.3.18]) by mail.gnome.org (Postfix) with ESMTP id 1B6CF18413 for ; Thu, 24 Jul 2003 10:53:23 -0400 (EDT) Received: from tucuriba.terra.com.br (tucuriba.terra.com.br [200.176.3.53]) by paiol.terra.com.br (Postfix) with ESMTP id 7D13A848C22 for ; Thu, 24 Jul 2003 11:53:23 -0300 (BRT) Received: from flavio (unknown [200.206.167.234]) (authenticated user maq.ic@terra.com.br) by tucuriba.terra.com.br (Postfix) with ESMTP id E36202645CC for ; Thu, 24 Jul 2003 11:53:20 -0300 (BRT) Date: Thu, 24 Jul 2003 11:53:12 -0300 From: Flavio Alberto Lopes Soares To: Lista GTK Subject: There some way to overlap text in a pixmap ? Message-Id: <20030724115312.1c2e8e91.flavio@maqplas.com.br> Organization: MAQPLAS =?ISO-8859-1?B?SW5k+nN0cmlh?= e =?ISO-8859-1?B?Q29t6Q==?= rcio de =?ISO-8859-1?B?TeFxdWluYXM=?= LTDA. X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-debian-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello all, I'm developing an application in GTK2 & C language that has some buttons in your interface, these buttons has pixmaps inside them occupying all button dimensions with some text inside to explain the button function, when the button is selected your pixmap backgound color change to another color, all application will have a large number of these buttons, and to do these button I have to make each pixmap with the text inside (using Gimp) and your selected version with another color; I want to know if I can make only 2 pixmaps (selected color & not selected color) and with some way, overlap the text (GtkLabel ?) on the pixmap, changing this text dynamically with my code. Thanks for all help and excuse-me for my bad english (I'm from Brazil); Flavio Alberto Lopes Soares From Ken.Rastatter@Honeywell.com Thu Jul 24 11:04:36 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from tmpsmtp702.honeywell.com (tmpsmtp702.honeywell.com [199.64.7.102]) by mail.gnome.org (Postfix) with SMTP id 808D6181C8 for ; Thu, 24 Jul 2003 11:04:35 -0400 (EDT) Received: from 131.127.249.99 by tmpsmtp702.honeywell.com (InterScan E-Mail VirusWall NT); Thu, 24 Jul 2003 08:04:16 -0700 Received: by smtp.allied.com with Internet Mail Service (5.5.2656.59) id ; Thu, 24 Jul 2003 08:03:07 -0700 Message-ID: From: "Rastatter, Ken (OH32)" To: "'gtk-list@gnome.org'" Subject: RE: deactivating close button of a gtk+ window / dialog Date: Thu, 24 Jul 2003 08:03:06 -0700 X-Mailer: Internet Mail Service (5.5.2656.59) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Wed, 23 Jul 2003 Bharat Bhushan wrote: > Is there anyway in Gtk+ that we can make close button of > a gtk window (or / and dialog) insensitive. Check out gdk_window_set_decorations(). -- Ken Rastatter, Senior Design Engineer Honeywell Sensotec 2080 Arlingate Lane, Columbus, Ohio, 43228-4112 USA Home Page: http://www.sensotec.com "These opinions are mine and not necessarily those of Honeywell." From randhol@pvv.org Thu Jul 24 11:11:54 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from kiuk0152.chembio.ntnu.no (kiuk0152.chembio.ntnu.no [129.241.83.78]) by mail.gnome.org (Postfix) with ESMTP id 1497218851 for ; Thu, 24 Jul 2003 11:11:54 -0400 (EDT) Received: from randhol by kiuk0152.chembio.ntnu.no with local (Exim 3.35 #1 (Debian)) id 19fhkk-0000gW-00; Thu, 24 Jul 2003 17:11:34 +0200 Date: Thu, 24 Jul 2003 17:11:34 +0200 From: Preben Randhol To: gtk-list@gnome.org, gale@gtk.org Subject: Re: Cannot set foreground colour of Entry widget Message-ID: <20030724151133.GA2453@pvv.org> Mail-Followup-To: gtk-list@gnome.org, gale@gtk.org References: <20030723160011.29308.24260.Mailman@moniker.gnome.org> <1059030522.888.4.camel@sagitta> <20030724094122.GA3170@pvv.org> <1059049549.1673.7.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1059049549.1673.7.camel@localhost.localdomain> User-Agent: Mutt/1.3.28i Organization: PVV Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Owen Taylor wrote on 24/07/2003 (16:19) : > http://ometer.com/gtk-colors.html Thanks! Set_Text with State_Normal fixed the problem. -- Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 -- «For me, Ada95 puts back the joy in programming.» From bharat@CS.Arizona.EDU Thu Jul 24 11:14:21 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cheltenham.cs.arizona.edu (cheltenham.cs.arizona.edu [192.12.69.60]) by mail.gnome.org (Postfix) with ESMTP id 17C3718A81 for ; Thu, 24 Jul 2003 11:14:21 -0400 (EDT) Received: from lectura.CS.Arizona.EDU (lectura.cs.arizona.edu [192.12.69.186]) by cheltenham.cs.arizona.edu (8.12.6p2/8.12.6) with ESMTP id h6OFEMnT047755; Thu, 24 Jul 2003 08:14:22 -0700 (MST) (envelope-from bharat@CS.Arizona.EDU) Received: from lectura.CS.Arizona.EDU (localhost [127.0.0.1]) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2) with ESMTP id h6OFEMrg029232; Thu, 24 Jul 2003 08:14:22 -0700 (MST) Received: from localhost (bharat@localhost) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2/Submit) with ESMTP id h6OFEMMr029229; Thu, 24 Jul 2003 08:14:22 -0700 (MST) X-Authentication-Warning: lectura.CS.Arizona.EDU: bharat owned process doing -bs Date: Thu, 24 Jul 2003 08:14:22 -0700 (MST) From: Bharat Bhushan To: "Rastatter, Ken (OH32)" Cc: "'gtk-list@gnome.org'" Subject: RE: deactivating close button of a gtk+ window / dialog In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I believe gdk_window_set_decorations() can be used to add / remove a particular decoration (like, minize button, move option, etc.). I am looking for something which desensitizes the close button of a gtk window/dialog. I don't even know if it's possible or not. thanks, Bharat -------------------------------------------------------------------------------- On Thu, 24 Jul 2003, Rastatter, Ken (OH32) wrote: > > On Wed, 23 Jul 2003 Bharat Bhushan wrote: > > Is there anyway in Gtk+ that we can make close button of > > a gtk window (or / and dialog) insensitive. > > Check out gdk_window_set_decorations(). > > -- > Ken Rastatter, Senior Design Engineer > Honeywell Sensotec > 2080 Arlingate Lane, Columbus, Ohio, 43228-4112 USA > Home Page: http://www.sensotec.com > "These opinions are mine and not necessarily those of Honeywell." > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list > From randhol@pvv.org Thu Jul 24 11:26:23 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from kiuk0152.chembio.ntnu.no (kiuk0152.chembio.ntnu.no [129.241.83.78]) by mail.gnome.org (Postfix) with ESMTP id C6BC618C72 for ; Thu, 24 Jul 2003 11:26:22 -0400 (EDT) Received: from randhol by kiuk0152.chembio.ntnu.no with local (Exim 3.35 #1 (Debian)) id 19fhyk-0000kV-00 for ; Thu, 24 Jul 2003 17:26:02 +0200 Date: Thu, 24 Jul 2003 17:26:02 +0200 From: Preben Randhol To: "'gtk-list@gnome.org'" Subject: Re: deactivating close button of a gtk+ window / dialog Message-ID: <20030724152602.GB2453@pvv.org> Mail-Followup-To: "'gtk-list@gnome.org'" References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.3.28i Organization: PVV Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Bharat Bhushan wrote on 24/07/2003 (17:16) : > I believe gdk_window_set_decorations() can be used to add / remove a > particular decoration (like, minize button, move option, etc.). I am > looking for something which desensitizes the close button of a gtk > window/dialog. I don't even know if it's possible or not. Why do you want to desensitizes it? It is better to remove it if the user should not use it. -- Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 -- «For me, Ada95 puts back the joy in programming.» From bharat@CS.Arizona.EDU Thu Jul 24 12:02:16 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cheltenham.cs.arizona.edu (cheltenham.cs.arizona.edu [192.12.69.60]) by mail.gnome.org (Postfix) with ESMTP id 6137F18811 for ; Thu, 24 Jul 2003 12:02:16 -0400 (EDT) Received: from lectura.CS.Arizona.EDU (lectura.cs.arizona.edu [192.12.69.186]) by cheltenham.cs.arizona.edu (8.12.6p2/8.12.6) with ESMTP id h6OG2HnT048340; Thu, 24 Jul 2003 09:02:18 -0700 (MST) (envelope-from bharat@CS.Arizona.EDU) Received: from lectura.CS.Arizona.EDU (localhost [127.0.0.1]) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2) with ESMTP id h6OG2Hrg008229; Thu, 24 Jul 2003 09:02:17 -0700 (MST) Received: from localhost (bharat@localhost) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2/Submit) with ESMTP id h6OG2G68008226; Thu, 24 Jul 2003 09:02:17 -0700 (MST) X-Authentication-Warning: lectura.CS.Arizona.EDU: bharat owned process doing -bs Date: Thu, 24 Jul 2003 09:02:16 -0700 (MST) From: Bharat Bhushan To: Preben Randhol Cc: "'gtk-list@gnome.org'" Subject: Re: deactivating close button of a gtk+ window / dialog In-Reply-To: <20030724152602.GB2453@pvv.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I want to desensitize it only for a small duration (while some critical task is being done, so that user can't close it). I thought of using gdk_window_set_decorations() and remove the close button for that duration and then bring it back using the same function. But the problem was that the close button doesn't become visible again until you click on the window (i.e. it doesnt refreshes the window properly). But actually what I want is to desensitize the button for the duration. I think that will look more elegant and professional. thanks, Bharat ---------------------------------------------------------------------------= ----- On Thu, 24 Jul 2003, Preben Randhol wrote: > Bharat Bhushan wrote on 24/07/2003 (17:16) : > > I believe gdk_window_set_decorations() can be used to add / remove a > > particular decoration (like, minize button, move option, etc.). I am > > looking for something which desensitizes the close button of a gtk > > window/dialog. I don't even know if it's possible or not. > > Why do you want to desensitizes it? It is better to remove it if the > user should not use it. > > -- > Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 -- > =ABFor me, Ada95 puts back the joy in programming.=BB > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list > From paul@linuxaudiosystems.com Thu Jul 24 12:17:10 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail09.voicenet.com (mail09.voicenet.com [207.103.0.43]) by mail.gnome.org (Postfix) with SMTP id 7081018D83 for ; Thu, 24 Jul 2003 12:17:10 -0400 (EDT) Received: (qmail 25953 invoked from network); 24 Jul 2003 16:17:11 -0000 Received: from lata228-02-c115.lata228-c.voicenet.com (HELO dhin.linuxaudiosystems.com) (209.71.21.115) by mail09.voicenet.com with SMTP; 24 Jul 2003 16:17:11 -0000 To: Bharat Bhushan Cc: gtk-list@gnome.org Subject: Re: deactivating close button of a gtk+ window / dialog In-reply-to: Your message of "Wed, 23 Jul 2003 16:14:19 PDT." Date: Thu, 24 Jul 2003 12:23:33 -0400 From: Paul Davis Message-Id: <20030724161710.7081018D83@mail.gnome.org> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: >Hey. > Is there anyway in Gtk+ that we can make close button of a gtk window >(or / and dialog) insensitive. I know we can make a gtk button (and >similar widgets) insensitive by calling gtk_widget_set_sensitive(widget, >FALSE); I also know that several MS Windows programs have their close button >insensitive (especially while doing a critical task). Can we do something >like that in Gtk+? catch the top level window delete_event, do nothing in the handler, return TRUE. From otaylor@redhat.com Thu Jul 24 12:31:50 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (pix-525-pool.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 917C61821B for ; Thu, 24 Jul 2003 12:31:50 -0400 (EDT) Received: from poincare.devel.redhat.com (poincare.devel.redhat.com [172.16.58.30]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h6OGVnK12409; Thu, 24 Jul 2003 12:31:49 -0400 Subject: Re: deactivating close button of a gtk+ window / dialog From: Owen Taylor To: Bharat Bhushan Cc: Preben Randhol , "'gtk-list@gnome.org'" In-Reply-To: References: Content-Type: text/plain Message-Id: <1059064309.6206.167.camel@poincare.devel.redhat.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.92 (1.3.92-1) (Preview Release) Date: 24 Jul 2003 12:31:49 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Thu, 2003-07-24 at 12:02, Bharat Bhushan wrote: > I want to desensitize it only for a small duration (while some critical > task is being done, so that user can't close it). I thought of using > gdk_window_set_decorations() and remove the close button for that duration > and then bring it back using the same function. But the problem was that > the close button doesn't become visible again until you click on the > window (i.e. it doesnt refreshes the window properly). > But actually what I want is to desensitize the button for the duration. I > think that will look more elegant and professional. In theory gdk_window_set_functions(window->window,...) might do what you want; in practice, I don't think it will unless you are using MWM. I think your best bet is simply to connect to "delete-event" and do nothing during the critical period (return TRUE - "I handled it") Regards, Owen From bharat@CS.Arizona.EDU Thu Jul 24 12:48:27 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cheltenham.cs.arizona.edu (cheltenham.cs.arizona.edu [192.12.69.60]) by mail.gnome.org (Postfix) with ESMTP id 5C67818592 for ; Thu, 24 Jul 2003 12:48:27 -0400 (EDT) Received: from lectura.CS.Arizona.EDU (lectura.cs.arizona.edu [192.12.69.186]) by cheltenham.cs.arizona.edu (8.12.6p2/8.12.6) with ESMTP id h6OGmSnT049014; Thu, 24 Jul 2003 09:48:29 -0700 (MST) (envelope-from bharat@CS.Arizona.EDU) Received: from lectura.CS.Arizona.EDU (localhost [127.0.0.1]) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2) with ESMTP id h6OGmSrg017064; Thu, 24 Jul 2003 09:48:28 -0700 (MST) Received: from localhost (bharat@localhost) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2/Submit) with ESMTP id h6OGmShg017061; Thu, 24 Jul 2003 09:48:28 -0700 (MST) X-Authentication-Warning: lectura.CS.Arizona.EDU: bharat owned process doing -bs Date: Thu, 24 Jul 2003 09:48:28 -0700 (MST) From: Bharat Bhushan To: Paul Davis Cc: Subject: Re: deactivating close button of a gtk+ window / dialog In-Reply-To: <20030724161710.7081018D83@mail.gnome.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: thanks for the sueestion. that's what my plan is if I can't get it done exactly the way i want. regards, Bharat -------------------------------------------------------------------------------- On Thu, 24 Jul 2003, Paul Davis wrote: > >Hey. > > Is there anyway in Gtk+ that we can make close button of a gtk window > >(or / and dialog) insensitive. I know we can make a gtk button (and > >similar widgets) insensitive by calling gtk_widget_set_sensitive(widget, > >FALSE); I also know that several MS Windows programs have their close button > >insensitive (especially while doing a critical task). Can we do something > >like that in Gtk+? > > catch the top level window delete_event, do nothing in the handler, > return TRUE. > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list > From bharat@CS.Arizona.EDU Thu Jul 24 12:48:48 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cheltenham.cs.arizona.edu (cheltenham.cs.arizona.edu [192.12.69.60]) by mail.gnome.org (Postfix) with ESMTP id 7DAD918592 for ; Thu, 24 Jul 2003 12:48:48 -0400 (EDT) Received: from lectura.CS.Arizona.EDU (lectura.cs.arizona.edu [192.12.69.186]) by cheltenham.cs.arizona.edu (8.12.6p2/8.12.6) with ESMTP id h6OGmonT049017; Thu, 24 Jul 2003 09:48:50 -0700 (MST) (envelope-from bharat@CS.Arizona.EDU) Received: from lectura.CS.Arizona.EDU (localhost [127.0.0.1]) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2) with ESMTP id h6OGmnrg017082; Thu, 24 Jul 2003 09:48:49 -0700 (MST) Received: from localhost (bharat@localhost) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2/Submit) with ESMTP id h6OGmnAw017079; Thu, 24 Jul 2003 09:48:49 -0700 (MST) X-Authentication-Warning: lectura.CS.Arizona.EDU: bharat owned process doing -bs Date: Thu, 24 Jul 2003 09:48:49 -0700 (MST) From: Bharat Bhushan To: Owen Taylor Cc: Preben Randhol , "'gtk-list@gnome.org'" Subject: Re: deactivating close button of a gtk+ window / dialog In-Reply-To: <1059064309.6206.167.camel@poincare.devel.redhat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: thanks. i will try this. regards, Bharat -------------------------------------------------------------------------------- On 24 Jul 2003, Owen Taylor wrote: > On Thu, 2003-07-24 at 12:02, Bharat Bhushan wrote: > > I want to desensitize it only for a small duration (while some critical > > task is being done, so that user can't close it). I thought of using > > gdk_window_set_decorations() and remove the close button for that duration > > and then bring it back using the same function. But the problem was that > > the close button doesn't become visible again until you click on the > > window (i.e. it doesnt refreshes the window properly). > > But actually what I want is to desensitize the button for the duration. I > > think that will look more elegant and professional. > > In theory gdk_window_set_functions(window->window,...) might do what you > want; in practice, I don't think it will unless you are using > MWM. > > I think your best bet is simply to connect to "delete-event" and do > nothing during the critical period (return TRUE - "I handled it") > > Regards, > Owen > > From rowan@hispavista.com Thu Jul 24 15:11:29 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hv143.hispavista.com (unknown [213.228.192.143]) by mail.gnome.org (Postfix) with ESMTP id B77A518B53 for ; Thu, 24 Jul 2003 15:11:28 -0400 (EDT) Received: from hispavista.com (root@[192.168.20.145]) by hv143.hispavista.com (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id VAA15928 for ; Thu, 24 Jul 2003 21:11:30 +0200 From: rowan@hispavista.com X-Authentication-Warning: hv143.hispavista.com: Host root@[192.168.20.145] claimed to be hispavista.com Received: from [62.37.145.210] (account ) by hispavista.com (CommuniGate Pro WebUser 3.4b7) with HTTP id 449944114 for ; Thu, 24 Jul 2003 21:11:29 +0200 Subject: GTK+-2.2.2 compilation error To: gtk-list@gnome.org X-Mailer: CommuniGate Pro Web Mailer v.3.4b7 Date: Thu, 24 Jul 2003 21:11:29 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello everybody, I hope I'm posting this request to the right list. In case I am not, I would be grateful if you could tell me the right one... My problem is I get this error below when trying to compile (when doing "make" really) the GTK+-2.2.2: (cd .libs && rm -f im-viqr.la && ln -s ../im-viqr.la im-viqr.la) ../../gtk/gtk-query-immodules-2.0 *.la > gtk.immodules make[3]: *** [gtk.immodules] Error 139 make[3]: Leaving directory `/home/varios/descargas/vete/reciente/gnome/gtk+-2.2.2/modules/input' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/varios/descargas/vete/reciente/gnome/gtk+-2.2.2/modules' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/varios/descargas/vete/reciente/gnome/gtk+-2.2.2' make: *** [all-recursive-am] Error 2 I was trying to install gnome2.2 myself following the gnome installation guide at http://www.karubik.de/gig/, but I got stuck at the error above. Haven't got a clue of what it might mean... I am using mandrake 8.2 under a pentium III PC, gcc version is 3.3, kernel version is 2.4.18, just in case it helps. Does anybody know how to get out of this so that I can go on building gnome? Thanks indeed for your help. Rowan -------------------------------------------------------------------------------------------------------- ¿Quieres conocer tu futuro? Te leemos las cartas de forma personalizada en el 906 150 305 http://www.miwebcam.com/dialers/hispatarot/ -------------------------------------------------------------------------------------------------------- ¿Conoces eBay, el mayor centro de compra y venta en internet? Móviles, portátiles, pda´s, cd´s, cámaras digitales, videocamaras... ¡Compra ahora a los mejores precios! http://ebay.hispavista.com/ From wktang@hotmail.com Thu Jul 24 21:48:02 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hotmail.com (sea2-f33.sea2.hotmail.com [207.68.165.33]) by mail.gnome.org (Postfix) with ESMTP id 9F2F418922 for ; Thu, 24 Jul 2003 21:48:02 -0400 (EDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 24 Jul 2003 18:48:03 -0700 Received: from 146.6.101.9 by sea2fd.sea2.hotmail.msn.com with HTTP; Fri, 25 Jul 2003 01:48:03 GMT X-Originating-IP: [146.6.101.9] X-Originating-Email: [wktang@hotmail.com] From: "Tang Wai-kwok" To: gtk-list@gnome.org Subject: How to draw a line between 2 buttons? Date: Fri, 25 Jul 2003 01:48:03 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 25 Jul 2003 01:48:03.0608 (UTC) FILETIME=[C9621180:01C3524E] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, I just started learning gtk+ for my project. I have run into a problem. (humongous to me; probably trivial to many of you. =P) I have two buttons on a window. I want to draw a line between the 2 buttons after they have been clicked to show their connection. I have no idea how I should go about doing it. to begin with, is it possible to have draw a line on a window, without using pixmap? Thank you all!! _________________________________________________________________ Get 10mb of inbox space with MSN Hotmail Extra Storage http://join.msn.com/?pgmarket=en-sg at only S$36 including GST From bharat@CS.Arizona.EDU Thu Jul 24 23:19:05 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cheltenham.cs.arizona.edu (cheltenham.cs.arizona.edu [192.12.69.60]) by mail.gnome.org (Postfix) with ESMTP id 0D72F18DCA for ; Thu, 24 Jul 2003 23:19:05 -0400 (EDT) Received: from lectura.CS.Arizona.EDU (lectura.cs.arizona.edu [192.12.69.186]) by cheltenham.cs.arizona.edu (8.12.6p2/8.12.6) with ESMTP id h6P3J6nT056053; Thu, 24 Jul 2003 20:19:06 -0700 (MST) (envelope-from bharat@CS.Arizona.EDU) Received: from lectura.CS.Arizona.EDU (localhost [127.0.0.1]) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2) with ESMTP id h6P3J6rg012057; Thu, 24 Jul 2003 20:19:06 -0700 (MST) Received: from localhost (bharat@localhost) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2/Submit) with ESMTP id h6P3J626012054; Thu, 24 Jul 2003 20:19:06 -0700 (MST) X-Authentication-Warning: lectura.CS.Arizona.EDU: bharat owned process doing -bs Date: Thu, 24 Jul 2003 20:19:06 -0700 (MST) From: Bharat Bhushan To: Tang Wai-kwok Cc: Subject: Re: How to draw a line between 2 buttons? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: One simple way i can think of is to have a GtkHSeparator (if the buttons are in the same horizontal like) or a GtkVSeparator (if the buttons are in same vertical line). The separator will be hidden in the beginning and will become visible when user clicks on a button. Bharat -------------------------------------------------------------------------------- On Fri, 25 Jul 2003, Tang Wai-kwok wrote: > Hi, I just started learning gtk+ for my project. I have run into a problem. > (humongous to me; probably trivial to many of you. =P) > I have two buttons on a window. I want to draw a line between the 2 buttons > after they have been clicked to show their connection. I have no idea how I > should go about doing it. to begin with, is it possible to have draw a line > on a window, without using pixmap? > > Thank you all!! > > _________________________________________________________________ > Get 10mb of inbox space with MSN Hotmail Extra Storage > http://join.msn.com/?pgmarket=en-sg at only S$36 including GST > > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list > From a.Pala@polkomtel.com.pl Fri Jul 25 05:41:46 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from plusmx2.polkomtel.com.pl (plusmx2.polkomtel.com.pl [212.2.96.52]) by mail.gnome.org (Postfix) with ESMTP id C55D31810E for ; Fri, 25 Jul 2003 05:41:45 -0400 (EDT) Received: from mswwaw2.corp.plusnet (plus-96-119.polkomtel.com.pl [212.2.96.119]) by plusmx2.polkomtel.com.pl (Postfix) with ESMTP id 2923857D55 for ; Fri, 25 Jul 2003 11:41:47 +0200 (CEST) Received: from E2K2.corp.plusnet (unverified) by mswwaw2.corp.plusnet (Content Technologies SMTPRS 4.2.10) with ESMTP id for ; Fri, 25 Jul 2003 11:41:46 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable Subject: glib 2.2.2 - g_tree Date: Fri, 25 Jul 2003 11:41:46 +0200 Message-ID: <413D2C6832419644883194404F49DD76023F6109@E2K2.corp.plusnet> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: glib 2.2.2 - g_tree Thread-Index: AcNSkPbjFhzz68MkTaSOs2v4dh8wVw== From: "Albert Pala" To: Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: i want to ask if someone can help me: in my program at starup i create huge balanced tree ( ~3*10^6 items ) = from fixed file. it took about 8s on my computer. how can i rearrange the input file to get shorter time ? ( minimize = number of operation of balancing tree during inserts ) ? currently input file is sorted by key. greetings albert. =20 From randhol@pvv.org Fri Jul 25 07:40:46 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from kiuk0152.chembio.ntnu.no (kiuk0152.chembio.ntnu.no [129.241.83.78]) by mail.gnome.org (Postfix) with ESMTP id F41F918104 for ; Fri, 25 Jul 2003 07:40:45 -0400 (EDT) Received: from randhol by kiuk0152.chembio.ntnu.no with local (Exim 3.35 #1 (Debian)) id 19g0va-0001xr-00; Fri, 25 Jul 2003 13:40:02 +0200 Date: Fri, 25 Jul 2003 13:40:02 +0200 From: Preben Randhol To: Paul Davis Cc: Bharat Bhushan , gtk-list@gnome.org Subject: Re: deactivating close button of a gtk+ window / dialog Message-ID: <20030725114002.GC7308@pvv.org> Mail-Followup-To: Paul Davis , Bharat Bhushan , gtk-list@gnome.org References: <20030724161710.7081018D83@mail.gnome.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20030724161710.7081018D83@mail.gnome.org> User-Agent: Mutt/1.3.28i Organization: PVV Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Paul Davis wrote on 25/07/2003 (08:18) : > catch the top level window delete_event, do nothing in the handler, > return TRUE. Or a better solution might be to pop up a dialog saying "Shutting down system. Please wait while critical data is saved" or something like that. And run a loop which will do a gtk exit when the critical phase has passed and a flag has bee set. Otherwise if this takes some time the user might kill the app in stead as it thinks it has hung or something. -- Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 -- «For me, Ada95 puts back the joy in programming.» From bdemian@csc-dd.de Fri Jul 25 10:24:17 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from saturn.csc-dd.de (saturn.csc-dd.de [212.111.239.225]) by mail.gnome.org (Postfix) with ESMTP id 33BF118EEA for ; Fri, 25 Jul 2003 10:24:16 -0400 (EDT) Received: from isis (isis [194.45.179.100]) by saturn.csc-dd.de (8.9.3/8.9.3) with ESMTP id QAA16516 for ; Fri, 25 Jul 2003 16:24:16 +0200 (MET DST) Subject: GtkTreeView From: Bernd Demian Reply-To: Bernd.Demian@csc-dd.de To: GTK Content-Type: text/plain Organization: CSC Ploenzke Message-Id: <1059143244.9729.28.camel@isis> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.3 Date: 25 Jul 2003 16:27:24 +0200 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi all, excuse my bad english at first. I hope you can unterstand my wish. It is possible for the next release from gtk+ implement a new feature in GtkTreeView - a vertical header or header column. Because we show records longer then the width of the screen, the user must scroll horizontal throug the record. In the fist row is standing the indentifier of the row. When the first row where fix, the user can see in every position of the horizontal scrollbar the identifier. Ok, because we need this feature, we sohw the record in two views, first with the identifier without scrollbar, second with the data with horizontal scrollbar. The problem is to synchronize the selection callback, the vertical scrollbar, ... It will be a huge help for us to have such e feature. Thanks Bernd From bharat@CS.Arizona.EDU Fri Jul 25 11:12:19 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from cheltenham.cs.arizona.edu (cheltenham.cs.arizona.edu [192.12.69.60]) by mail.gnome.org (Postfix) with ESMTP id 4896818435 for ; Fri, 25 Jul 2003 11:12:19 -0400 (EDT) Received: from lectura.CS.Arizona.EDU (lectura.cs.arizona.edu [192.12.69.186]) by cheltenham.cs.arizona.edu (8.12.6p2/8.12.6) with ESMTP id h6PFCKnT063058; Fri, 25 Jul 2003 08:12:20 -0700 (MST) (envelope-from bharat@CS.Arizona.EDU) Received: from lectura.CS.Arizona.EDU (localhost [127.0.0.1]) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2) with ESMTP id h6PFCKrg010500; Fri, 25 Jul 2003 08:12:20 -0700 (MST) Received: from localhost (bharat@localhost) by lectura.CS.Arizona.EDU (8.12.8+Sun/8.12.2/Submit) with ESMTP id h6PFCJ6L010497; Fri, 25 Jul 2003 08:12:19 -0700 (MST) X-Authentication-Warning: lectura.CS.Arizona.EDU: bharat owned process doing -bs Date: Fri, 25 Jul 2003 08:12:19 -0700 (MST) From: Bharat Bhushan To: Preben Randhol Cc: Paul Davis , Subject: Re: deactivating close button of a gtk+ window / dialog In-Reply-To: <20030725114002.GC7308@pvv.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I agree with you. By just returning TRUE, user might tend to thenk that the app is not working properly. I dont want to exit the app after this. In my program I want to desensitize the close button while a program is being installed, but it seems it might not be possible. ---------------------------------------------------------------------------= ----- On Fri, 25 Jul 2003, Preben Randhol wrote: > Paul Davis wrote on 25/07/2003 (08:18) : > > catch the top level window delete_event, do nothing in the handler, > > return TRUE. > > Or a better solution might be to pop up a dialog saying "Shutting down > system. Please wait while critical data is saved" or something like > that. And run a loop which will do a gtk exit when the critical phase > has passed and a flag has bee set. > > Otherwise if this takes some time the user might kill the app in stead > as it thinks it has hung or something. > > -- > Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 -- > =ABFor me, Ada95 puts back the joy in programming.=BB > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list > From jrainha@brutus.inesc-id.pt Fri Jul 25 12:08:14 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from brutus.inesc-id.pt (brutus.inesc-id.pt [146.193.44.97]) by mail.gnome.org (Postfix) with ESMTP id AF6431813E for ; Fri, 25 Jul 2003 12:08:13 -0400 (EDT) Received: from brutus.inesc-id.pt (brutus.inesc-id.pt [146.193.44.97]) by brutus.inesc-id.pt (Postfix) with ESMTP id 81AAB3B97B for ; Fri, 25 Jul 2003 17:04:41 +0100 (WEST) From: Joao Rainha Reply-To: jrainha@brutus.inesc-id.pt To: gtk-list@gnome.org Subject: Redirect C's printf Date: Fri, 25 Jul 2003 17:04:40 +0100 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307251704.40298.jrainha@brutus.inesc-id.pt> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I have some functions working in C. I'de liked to make a GUI for it. It's possible to redirect all the printf's that I have in my code for a specific text widget? Or I have to rewrite them using gtk_text_insert? Thanks JR From firefly@diku.dk Fri Jul 25 12:11:29 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hugin.diku.dk (hugin.diku.dk [130.225.96.144]) by mail.gnome.org (Postfix) with SMTP id 157AC181B4 for ; Fri, 25 Jul 2003 12:11:29 -0400 (EDT) Received: (qmail 20097 invoked from network); 25 Jul 2003 16:11:29 -0000 Received: from brok.diku.dk (firefly@130.225.96.163) by hugin.diku.dk with QMQP; 25 Jul 2003 16:11:29 -0000 Date: Fri, 25 Jul 2003 18:11:29 +0200 (MEST) From: "Peter \"Firefly\" Lund" To: Joao Rainha Cc: gtk-list@gnome.org Subject: Re: Redirect C's printf In-Reply-To: <200307251704.40298.jrainha@brutus.inesc-id.pt> Message-ID: References: <200307251704.40298.jrainha@brutus.inesc-id.pt> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Fri, 25 Jul 2003, Joao Rainha wrote: > I have some functions working in C. > I'de liked to make a GUI for it. > It's possible to redirect all the printf's that I have in my code for a > specific text widget? > Or I have to rewrite them using gtk_text_insert? Fork your program and use pipes. (but using gtk_text_insert is perhaps easier) -Peter From randhol@pvv.org Fri Jul 25 12:12:18 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from kiuk0152.chembio.ntnu.no (kiuk0152.chembio.ntnu.no [129.241.83.78]) by mail.gnome.org (Postfix) with ESMTP id 34C791816D for ; Fri, 25 Jul 2003 12:12:17 -0400 (EDT) Received: from randhol by kiuk0152.chembio.ntnu.no with local (Exim 3.35 #1 (Debian)) id 19g5Af-0002sW-00; Fri, 25 Jul 2003 18:11:53 +0200 Date: Fri, 25 Jul 2003 18:11:53 +0200 From: Preben Randhol To: Bharat Bhushan Cc: gtk-list@gnome.org Subject: Re: deactivating close button of a gtk+ window / dialog Message-ID: <20030725161153.GA11031@pvv.org> Mail-Followup-To: Bharat Bhushan , gtk-list@gnome.org References: <20030725114002.GC7308@pvv.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.3.28i Organization: PVV Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Bharat Bhushan wrote on 25/07/2003 (17:12) : > I agree with you. By just returning TRUE, user might tend to thenk that > the app is not working properly. I dont want to exit the app after this. > In my program I want to desensitize the close button while a program is > being installed, but it seems it might not be possible. Just pop up a dialog saying that you cannot close the program while the installation is running. The user will understand. -- Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 -- «For me, Ada95 puts back the joy in programming.» From guidod-2003-@gmx.de Fri Jul 25 12:28:52 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mail.gnome.org (Postfix) with SMTP id B53EA182E6 for ; Fri, 25 Jul 2003 12:28:51 -0400 (EDT) Received: (qmail 14254 invoked by uid 65534); 25 Jul 2003 16:28:52 -0000 Received: from pD9E81A42.dip.t-dialin.net (EHLO gmx.de) (217.232.26.66) by mail.gmx.net (mp027) with SMTP; 25 Jul 2003 18:28:52 +0200 Message-ID: <3F215B35.1010504@gmx.de> Date: Fri, 25 Jul 2003 18:30:45 +0200 From: Guido Draheim User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030313 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joao Rainha Cc: gtk-list@gnome.org Subject: Re: Redirect C's printf References: <200307251704.40298.jrainha@brutus.inesc-id.pt> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Peter "Firefly" Lund wrote: > On Fri, 25 Jul 2003, Joao Rainha wrote: > > >>I have some functions working in C. >>I'de liked to make a GUI for it. >>It's possible to redirect all the printf's that I have in my code for a >>specific text widget? >>Or I have to rewrite them using gtk_text_insert? > > > Fork your program and use pipes. > > (but using gtk_text_insert is perhaps easier) > Indeed, using a series of `#define printf`s might show a little easier. Everyone being through with `unix II` programming lectures should however be able to use a combination of dup/pipe constructs, and seperating the gui from the worker in different process contexts, well, that's might be better anyway - but again, it requires a good deal of knowledge on unix process managment and child signaling..., so it'd be about going to the heart of unix but if this project shall run non-unix platforms as well (which gtk can do), then... ;-) cheers, guido From carlo@battilanaeros.191.it Fri Jul 25 13:49:17 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from fep04-svc.flexmail.it (unknown [212.131.248.107]) by mail.gnome.org (Postfix) with ESMTP id B3DBF18300 for ; Fri, 25 Jul 2003 13:49:16 -0400 (EDT) Received: from [192.168.2.4] ([81.74.18.103]) by fep04-svc.flexmail.it (InterMail vM.5.01.05.09 201-253-122-126-109-20020611) with ESMTP id <20030725174851.FQBS1731.fep04-svc.flexmail.it@[192.168.2.4]> for ; Fri, 25 Jul 2003 19:48:51 +0200 From: Carlo Reply-To: carlo@battilanaeros.191.it To: GTK List Subject: Help Installing pango Date: Fri, 25 Jul 2003 19:48:18 +0200 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307251948.18790.carlo@battilanaeros.191.it> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hy I'm new and I'm trying to install GTK+ but I cant install requied libraries pango and atk on a linux machine 'cause when I launch ./configure it says I've not correctly installed or I've an old version of Glib but I've already installed the last version what can I do? Thanks Carlo From alexis.nikichine@isia.cma.fr Fri Jul 25 16:57:33 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mwinf0502.wanadoo.fr (smtp4.wanadoo.fr [193.252.22.26]) by mail.gnome.org (Postfix) with ESMTP id A1F8918B5E for ; Fri, 25 Jul 2003 16:57:33 -0400 (EDT) Received: from isia.cma.fr (ANice-106-1-27-84.w81-51.abo.wanadoo.fr [81.51.245.84]) by mwinf0502.wanadoo.fr (SMTP Server) with ESMTP id 3E1D5E800370; Fri, 25 Jul 2003 22:57:34 +0200 (CEST) Message-ID: <3F2199BE.2000905@isia.cma.fr> Date: Fri, 25 Jul 2003 22:57:34 +0200 From: Alexis Nikichine User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020623 Debian/1.0.0-0.woody.1 X-Accept-Language: fr, en MIME-Version: 1.0 To: "Firefly\" Lund "@wanadoo.fr Cc: Sachin Kulkarni , gtk-list@gnome.org Subject: Re: building ui on hp-ux References: <000801c34c4f$5fdea520$8202a8c0@persistent.co.in> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Peter \"Firefly\" Lund wrote: >On Thu, 17 Jul 2003, Sachin Kulkarni wrote: > > > >>Hi, >> I want to build a user interface on hp-ux. Will it be ok to use gtk >> >> > >It should be possible - but the HPUX C compiler might not like you. > I could have GTK build nicely on HP-UX using the vendor C++ compiler (aCC) in C mode (option -Ae, iirc). If you don't have access to this compiler, then Ximian has released with prebuilt gnome libraries; Google is your friend here. Then you may encounter some difficulties due to their being packaged as a depot (hpux packaging) file. Your friend there is 'chatr' to deal with embedded/hardcoded library lookup path. Alexis From stephane.wirtel@belgacom.net Sat Jul 26 10:06:11 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mirapoint3.brutele.be (mirapoint3.brutele.be [212.68.203.242]) by mail.gnome.org (Postfix) with ESMTP id 07A7D1883B for ; Sat, 26 Jul 2003 10:06:11 -0400 (EDT) Received: from brutele.be (213.213.206.2.brutele.be [213.213.206.2] (may be forged)) by mirapoint3.brutele.be (Mirapoint Messaging Server MOS 3.3.2-CR) with SMTP id ASU10690; Sat, 26 Jul 2003 16:06:11 +0200 (CEST) Date: Sat, 26 Jul 2003 16:06:28 +0200 From: Stephane Wirtel To: gtk-list@gnome.org Subject: a problem with the mailing list Message-ID: <20030726140628.GA25366@gentoo.lan> Mail-Followup-To: gtk-list@gnome.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ikeVEW9yuYc//A+q" Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Operating-System: Linux gentoo.lan 2.6.0-test1-ac3 X-LUG: Linux Users Group Mons ( Linux-Mons ) X-URL: http://www.linux-mons.be Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: --ikeVEW9yuYc//A+q Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Is there a problem with the Mailing List because since 24th july i don't receive emails. --=20 Stephane Wirtel GPG ID : 1024D/C9C16DA7 | 5331 0B5B 21F0 0363 EACD B73E 3D11 E5BC C9C1 6DA7 --ikeVEW9yuYc//A+q Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/IorkPRHlvMnBbacRAkc+AKCWKuVmyYB1jHJnwPRDVrlMUsuhLwCcC6vV W7EAtiZ2g2+4bdTYPiSnedc= =ZUkx -----END PGP SIGNATURE----- --ikeVEW9yuYc//A+q-- From michele.garoche@easyconnect.fr Sat Jul 26 11:02:08 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smarthost1.mail.easynet.fr (smarthost1.mail.easynet.fr [212.180.1.68]) by mail.gnome.org (Postfix) with ESMTP id E3E99188AA for ; Sat, 26 Jul 2003 11:02:07 -0400 (EDT) Received: from [212.11.38.139] (helo=easyconnect.fr) by smarthost1.mail.easynet.fr with esmtp (Exim 3.35 #1 (Debian)) id 19gQYi-0003MQ-00 for ; Sat, 26 Jul 2003 17:02:08 +0200 Date: Sat, 26 Jul 2003 17:02:06 +0200 Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Subject: Drag and drop question From: =?ISO-8859-1?Q?Mich=E8le_Garoche?= To: gtk-list@gnome.org Content-Transfer-Encoding: quoted-printable Message-Id: <1F64212B-BF7A-11D7-B8A7-000393AAC18A@easyconnect.fr> X-Mailer: Apple Mail (2.552) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Could someone confirm that the behaviour of drag and drop has changed=20 recently (I mean three months or so ago) with gtk+. Example: In a text window I select bb in: aaabbggg and drag and drop it after ggg, I obtain: aaabbgggbb (copy and paste behaviour) Some months ago, I obtained: aaagggbb (cut and paste behaviour) And if this is the case, is there a way to obtain the second behaviour=20= (cut and paste) within drag and drop and how to do it? See Bluefish for=20= testing it. Many thanks in advance, Mich=E8le = From stezane@tin.it Sat Jul 26 16:30:09 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from vsmtp4.tin.it (vsmtp4.tin.it [212.216.176.224]) by mail.gnome.org (Postfix) with ESMTP id C1CF618129 for ; Sat, 26 Jul 2003 16:30:08 -0400 (EDT) Received: from localhost.localdomain (80.104.145.199) by vsmtp4.tin.it (7.0.019) id 3F157832003EC53B for gtk-list@gnome.org; Sat, 26 Jul 2003 22:30:10 +0200 Date: Sat, 26 Jul 2003 22:29:51 -0100 From: Stefano Zanelli To: gtk-list@gnome.org Subject: Compiling gtk+-2.2.2 Message-Id: <20030726222951.4ed06ba6.stezane@tin.it> Organization: Pol. Vis Trebbo Volley X-Mailer: Sylpheed version 0.9.4 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi, All!!! I'm new to this list, so pls, don't kill me if this is a FAQ. I'm trying to compile gtk+-2.2.2 but I get an error stating: failed to load "./stock_add-16.png": Couldn't recognize the image file format for file './stock_add_16.png'. I tried to configure without loading the libpng modules, but nothing happens. Can someone help me??? -- Ciao. Stefano. -wmw- http://members.xoom.it/stz/ From galaviel@bezeqint.net.il Sat Jul 26 18:03:47 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from marco.bezeqint.net (marco.bezeqint.net [192.115.106.37]) by mail.gnome.org (Postfix) with ESMTP id 28701180FE for ; Sat, 26 Jul 2003 18:03:47 -0400 (EDT) Received: from bezeqint.net.il (bzq-218-123-3.red.bezeqint.net [81.218.123.3]) by marco.bezeqint.net (Bezeq International SMTP out Mail Server) with ESMTP id 4B5C9E69 for ; Sun, 27 Jul 2003 03:54:50 +0300 (IDT) Message-ID: <3F22ECAD.3040600@bezeqint.net.il> Date: Sun, 27 Jul 2003 00:03:41 +0300 From: Gal Aviel User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gtk-list@gnome.org Subject: Gtk focus proxy - where ? (related: xembed) Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Can someone show me where (which file) is the focus proxy implemented ? The focus proxy is according to according to XEMBED spec "The solution proposed by XEmbed is is to beat X11 with its own weapons: The topmost toolkit is /required/ to keep the X input focus on one of its own windows without any embedded children. Keeping the focus on such a window ensures that key events are always delivered to the outer toolkit and thus can be forwarded easily to any embedded window. This also makes it possible to use this part of XEmbed with clients that do not support the protocol at all, without breaking keyboard input for the embedding application." Thanks - Gal. From edscott@imp.mx Sun Jul 27 20:06:56 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from scorpio.eco.imp.mx (dup-200-65-158-129.prodigy.net.mx [200.65.158.129]) by mail.gnome.org (Postfix) with ESMTP id A28B51878E for ; Sun, 27 Jul 2003 20:06:55 -0400 (EDT) Received: from scorpio.eco.imp.mx (scorpio [127.0.0.1]) by scorpio.eco.imp.mx (8.12.8/8.12.8) with ESMTP id h6S07tjM024209; Sun, 27 Jul 2003 19:07:55 -0500 Received: (from edscott@localhost) by scorpio.eco.imp.mx (8.12.8/8.12.8/Submit) id h6S07qeX024207; Sun, 27 Jul 2003 19:07:52 -0500 X-Authentication-Warning: scorpio.eco.imp.mx: edscott set sender to edscott@imp.mx using -f Subject: Re: glib 2.2.2 - g_tree From: edscott wilson garcia To: Albert Pala Cc: gtk-list@gnome.org In-Reply-To: <413D2C6832419644883194404F49DD76023F6109@E2K2.corp.plusnet> References: <413D2C6832419644883194404F49DD76023F6109@E2K2.corp.plusnet> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1059350872.4787.25.camel@scorpio> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 27 Jul 2003 19:07:52 -0500 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On vie, 2003-07-25 at 04:41, Albert Pala wrote: > i want to ask if someone can help me: > in my program at starup i create huge balanced tree ( ~3*10^6 items ) from fixed file. > it took about 8s on my computer. > how can i rearrange the input file to get shorter time ? ( minimize number of operation of balancing tree during inserts ) ? > currently input file is sorted by key. You could try to write the file out as a DBHashTable which can do a balanced tree in a file. See http://dbh.sourceforge.net Edscott > > greetings > albert. > > > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list From flavio@maqplas.com.br Mon Jul 28 12:01:08 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from paiol.terra.com.br (paiol.terra.com.br [200.176.3.18]) by mail.gnome.org (Postfix) with ESMTP id 7249618A5D for ; Mon, 28 Jul 2003 12:01:04 -0400 (EDT) Received: from itaim.terra.com.br (itaim.terra.com.br [200.176.3.76]) by paiol.terra.com.br (Postfix) with ESMTP id 64E2084851E for ; Mon, 28 Jul 2003 13:01:04 -0300 (BRT) Received: from flavio (unknown [200.206.167.234]) (authenticated user maq.ic@terra.com.br) by itaim.terra.com.br (Postfix) with ESMTP id 02C2A2E00D9 for ; Mon, 28 Jul 2003 13:01:00 -0300 (BRT) Date: Mon, 28 Jul 2003 13:00:46 -0300 From: Flavio Alberto Lopes Soares To: gtk-list@gnome.org Subject: Placing text over a GtkImage Message-Id: <20030728130046.5664f2df.flavio@maqplas.com.br> Organization: MAQPLAS =?ISO-8859-1?B?SW5k+nN0cmlh?= e =?ISO-8859-1?B?Q29t6Q==?= rcio de =?ISO-8859-1?B?TeFxdWluYXM=?= LTDA. X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-debian-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello all, I'm using GTK2.0 to develop a program and I have one doubt: There's some way to place text (GtkLabel ?) over a GtkImage (a .png image) to seem that the text was draw together with the image ? In this way, if possible, I believe that I can reduce the pictures that need create/edit. Thanks for all help Success for all Flavio Alberto Lopes Soares From the__vigilante@hotmail.com Sun Jul 27 23:14:18 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hotmail.com (bay7-f64.bay7.hotmail.com [64.4.11.64]) by mail.gnome.org (Postfix) with ESMTP id 9BE3E18859 for ; Sun, 27 Jul 2003 23:14:18 -0400 (EDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 27 Jul 2003 20:14:20 -0700 Received: from 202.129.95.21 by by7fd.bay7.hotmail.msn.com with HTTP; Mon, 28 Jul 2003 03:14:19 GMT X-Originating-IP: [202.129.95.21] X-Originating-Email: [the__vigilante@hotmail.com] From: "Dale Leighton" To: gtk-list@gnome.org Subject: linker errors for Hello World compilation Date: Mon, 28 Jul 2003 13:14:19 +1000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 28 Jul 2003 03:14:20.0239 (UTC) FILETIME=[562285F0:01C354B6] Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I am currently enrolled in GUI programming at my local university and have encountered a port of GTK+ 2.2.1.2 for windows that I wish to use, however, and I am programming in MS Visual C++ 6.0 and I get "unresolved external symbol" errors for every function in the "Hello World" program in the tutorial. What am I doing wrong? I read on a mailing list that the problem requires me to open the "project" menu, click on the "linker" tab and change the output option (or something to that effect), but there is no "linker" tab in my "project" dialog box...!!!??? Please help. Regards, Dale L. Leighton the__vigilante@hotmail.com _________________________________________________________________ Hotmail is now available on Australian mobile phones. Go to http://ninemsn.com.au/mobilecentral/signup.asp From carlo@battilanaeros.191.it Mon Jul 28 14:44:36 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from fep03-svc.flexmail.it (unknown [212.131.248.106]) by mail.gnome.org (Postfix) with ESMTP id 3670618AAA for ; Mon, 28 Jul 2003 14:44:35 -0400 (EDT) Received: from [192.168.2.4] ([81.74.18.103]) by fep03-svc.flexmail.it (InterMail vM.5.01.05.09 201-253-122-126-109-20020611) with ESMTP id <20030728184716.GCVP28657.fep03-svc.flexmail.it@[192.168.2.4]> for ; Mon, 28 Jul 2003 20:47:16 +0200 From: Carlo Reply-To: carlo@battilanaeros.191.it To: gtk-list@gnome.org Subject: Re: Help Installing pango Date: Mon, 28 Jul 2003 20:44:16 +0200 User-Agent: KMail/1.5 References: <200307251948.18790.carlo@battilanaeros.191.it> In-Reply-To: <200307251948.18790.carlo@battilanaeros.191.it> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200307282044.17094.carlo@battilanaeros.191.it> Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Alle 19:48, venerd=EC 25 luglio 2003, Carlo ha scritto: > Hy I'm new and I'm trying to install GTK+ but I cant install requied > libraries pango and atk on a linux machine 'cause when I launch ./configu= re > it says I've not correctly installed or I've an old version of Glib but > I've already installed the last version what can I do? > Thanks Carlo Ok the problem has been resolved thanks to everyone who tryied ro help me=20 > _______________________________________________ > gtk-list mailing list > gtk-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-list From tetris_program@hotmail.com Mon Jul 28 13:10:10 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from hotmail.com (bay1-f29.bay1.hotmail.com [65.54.245.29]) by mail.gnome.org (Postfix) with ESMTP id 8DAD618347 for ; Mon, 28 Jul 2003 13:10:09 -0400 (EDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 28 Jul 2003 10:10:11 -0700 Received: from 217.129.250.87 by by1fd.bay1.hotmail.msn.com with HTTP; Mon, 28 Jul 2003 17:10:10 GMT X-Originating-IP: [217.129.250.87] X-Originating-Email: [tetris_program@hotmail.com] From: =?iso-8859-1?B?Sm/jbyBNYXJ0aW5z?= To: gtk-list@gnome.org Date: Mon, 28 Jul 2003 18:10:10 +0100 Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Message-ID: X-OriginalArrivalTime: 28 Jul 2003 17:10:11.0339 (UTC) FILETIME=[1A8515B0:01C3552B] Subject: (no subject) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello. I've been thinking about building a professional looking interface for my editor and the GTK+ API seems to be the choice, but im using Windows 98 so.. is there a windows version of GTK+ 2.2 for windows? If yes, where can I download it and how can I install it . In your site the files to download are tar.gz and linux stuff. Bye. _________________________________________________________________ MSN Messenger: converse com os seus amigos online. http://messenger.msn.com.br From Murray.Cumming@Comneon.com Tue Jul 29 03:15:40 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp1.infineon.com (smtp1.infineon.com [194.175.117.76]) by mail.gnome.org (Postfix) with ESMTP id 96BAB1881C for ; Tue, 29 Jul 2003 03:15:39 -0400 (EDT) Received: from vihsx03a.vih.infineon.com (vih.ifx-mail3.com [172.31.163.97]) by smtp1.infineon.com (8.12.9/8.12.9) with ESMTP id h6T7ENi5001372; Tue, 29 Jul 2003 09:14:24 +0200 (MEST) Received: by vihsx03a.vih.infineon.com with Internet Mail Service (5.5.2653.19) id ; Tue, 29 Jul 2003 09:16:32 +0200 Message-ID: <258B0164D480D5118D900800062B38580139F1D1@vihsx09a.vih.infineon.com> From: Murray.Cumming@Comneon.com To: flavio@maqplas.com.br, gtk-list@gnome.org Subject: RE: Placing text over a GtkImage Date: Tue, 29 Jul 2003 09:15:39 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > From: Flavio Alberto Lopes Soares [mailto:flavio@maqplas.com.br] > Hello all, > I'm using GTK2.0 to develop a program and I have one doubt: > There's some way to place text (GtkLabel ?) over a GtkImage > (a .png image) to seem that the text was draw together with > the image ? > In this way, if possible, I believe that I can reduce the > pictures that need create/edit. I'm fairly sure that you can use Pango to put text on an image, but I have no idea how exactly. Murray Cumming murrayc@usa.net www.murrayc.com Remember to use the "Reply To All" feature with mailing lists. From Murray.Cumming@Comneon.com Tue Jul 29 03:16:39 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from smtp1.infineon.com (smtp1.infineon.com [194.175.117.76]) by mail.gnome.org (Postfix) with ESMTP id 8C42F1881C for ; Tue, 29 Jul 2003 03:16:37 -0400 (EDT) Received: from vihsx03a.vih.infineon.com (vih.ifx-mail3.com [172.31.163.97]) by smtp1.infineon.com (8.12.9/8.12.9) with ESMTP id h6T7FLi5001853; Tue, 29 Jul 2003 09:15:21 +0200 (MEST) Received: by vihsx03a.vih.infineon.com with Internet Mail Service (5.5.2653.19) id ; Tue, 29 Jul 2003 09:17:30 +0200 Message-ID: <258B0164D480D5118D900800062B38580139F1D3@vihsx09a.vih.infineon.com> From: Murray.Cumming@Comneon.com To: tetris_program@hotmail.com, gtk-list@gnome.org Subject: RE: (no subject) Date: Tue, 29 Jul 2003 09:16:37 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: > From: Jo=E3o Martins [mailto:tetris_program@hotmail.com]=20 > is there a windows version of GTK+ 2.2 for windows? Yes. There is a link from http://www.gtk.org : http://www.gimp.org/~tml/gimp/win32/ Murray Cumming murrayc@usa.net www.murrayc.com Remember to use the "Reply To All" feature with mailing lists. From flavio@maqplas.com.br Tue Jul 29 08:17:16 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from ivoti.terra.com.br (ivoti.terra.com.br [200.176.3.20]) by mail.gnome.org (Postfix) with ESMTP id 5D9BE183C5; Tue, 29 Jul 2003 08:17:15 -0400 (EDT) Received: from botucatu.terra.com.br (botucatu.terra.com.br [200.176.3.78]) by ivoti.terra.com.br (Postfix) with ESMTP id B280879C2DD; Tue, 29 Jul 2003 09:17:15 -0300 (BRT) Received: from flavio (unknown [200.206.167.234]) (authenticated user maq.ic@terra.com.br) by botucatu.terra.com.br (Postfix) with ESMTP id 243E529C9B2; Tue, 29 Jul 2003 09:17:14 -0300 (BRT) Date: Tue, 29 Jul 2003 09:17:08 -0300 From: Flavio Alberto Lopes Soares To: gtk-list-admin@gnome.org Cc: Murray.Cumming@Comneon.com, gtk-list@gnome.org Subject: Re: Placing text over a GtkImage Message-Id: <20030729091708.2eda43cf.flavio@maqplas.com.br> In-Reply-To: <258B0164D480D5118D900800062B38580139F1D1@vihsx09a.vih.infineon.com> References: <258B0164D480D5118D900800062B38580139F1D1@vihsx09a.vih.infineon.com> Organization: MAQPLAS =?ISO-8859-1?B?SW5k+nN0cmlh?= e =?ISO-8859-1?B?Q29t6Q==?= rcio de =?ISO-8859-1?B?TeFxdWluYXM=?= LTDA. X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-debian-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Thanks, this is a beginning, but searching (little search) the Web I can't find none tutorial about Pango, there's some specific place that I can find this (for newbies)? I saw the libpango-doc & devhelp in my distro (Debian 3.0 Woody with Gnome2/GTK+2 packages), but these texts are few didatics, there some tutorial for beginners (I have some knowledge in GTK+1.2 in c) ? Thanks for all help Flavio Alberto On Tue, 29 Jul 2003 09:15:39 +0200 Murray.Cumming@Comneon.com wrote: > > From: Flavio Alberto Lopes Soares [mailto:flavio@maqplas.com.br] > > Hello all, > > I'm using GTK2.0 to develop a program and I have one doubt: > > There's some way to place text (GtkLabel ?) over a GtkImage > > (a .png image) to seem that the text was draw together with > > the image ? > > In this way, if possible, I believe that I can reduce the > > pictures that need create/edit. > > I'm fairly sure that you can use Pango to put text on an image, but I have > no idea how exactly. From bdgranger@alum.mit.edu Tue Jul 29 10:06:08 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from messageii.ucentric.com (unknown [216.140.202.124]) by mail.gnome.org (Postfix) with ESMTP id 5594E18D0E for ; Tue, 29 Jul 2003 10:06:08 -0400 (EDT) Received: from alum.mit.edu (192.168.0.39) by messageii.ucentric.com (NPlex 6.0.034) (authenticated as bgranger@ucentric.com) id 3F1BF1FB00002DAE; Tue, 29 Jul 2003 10:06:03 -0400 Message-ID: <3F267F4B.6080408@alum.mit.edu> Date: Tue, 29 Jul 2003 10:06:03 -0400 From: Brett Granger User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Murray.Cumming@Comneon.com Cc: flavio@maqplas.com.br, gtk-list@gnome.org Subject: Re: Placing text over a GtkImage References: <258B0164D480D5118D900800062B38580139F1D1@vihsx09a.vih.infineon.com> In-Reply-To: <258B0164D480D5118D900800062B38580139F1D1@vihsx09a.vih.infineon.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Murray.Cumming@Comneon.com wrote: >>From: Flavio Alberto Lopes Soares [mailto:flavio@maqplas.com.br] >>Hello all, >>I'm using GTK2.0 to develop a program and I have one doubt: >>There's some way to place text (GtkLabel ?) over a GtkImage >>(a .png image) to seem that the text was draw together with >>the image ? >>In this way, if possible, I believe that I can reduce the >>pictures that need create/edit. > > > I'm fairly sure that you can use Pango to put text on an image, but I have > no idea how exactly. One way you can accomplish putting a label over an image is by creating a 1x1 table and putting both the image and the label in the same/only cell. You will probably need to play with the alignment (*not* the justification) of the label to get it into the correct position. Make sure to attach the label to the table cell first, or the image will hide it! --Brett Granger From andrew@solvo.ru Tue Jul 29 11:17:48 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from gate.solvo.ru (gate.solvo.ru [195.201.44.1]) by mail.gnome.org (Postfix) with ESMTP id 8DA1D18F9D; Tue, 29 Jul 2003 11:17:44 -0400 (EDT) Received: from tiger.solvo.ru (IDENT:postfix@tiger.solvo.ru [195.201.44.204]) by gate.solvo.ru (8.11.6/8.11.6) with ESMTP id h6TFHjD13816; Tue, 29 Jul 2003 19:17:45 +0400 Received: by tiger.solvo.ru (Postfix, from userid 504) id 650B7906F7; Tue, 29 Jul 2003 19:17:42 +0400 (MSD) Received: from solvo.ru (phoenix.solvo.ru [195.201.44.78]) by tiger.solvo.ru (Postfix) with ESMTP id 11A7B906F4; Tue, 29 Jul 2003 19:17:42 +0400 (MSD) Message-ID: <3F26911A.5010500@solvo.ru> Date: Tue, 29 Jul 2003 19:22:02 +0400 From: "Andrew E. Makeev" Organization: Solvo Ltd. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225 X-Accept-Language: ru, en MIME-Version: 1.0 To: GTK-MAIN , gtkmm-main Subject: Is there tool to watch GTK signals? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Milter: Spamilter Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I will try to explain my problem. I have application written in gtkmm2. (RH9, last GTK/MM packages.) I am trying to configure number of entry widgets added to TextView. Every time I have to create new TextBuffer, and add new entry widgets. Since I have lotsa user data associated with entry widgets, I am storing pointers to them in std::map, so, before creating new TextBuffer, I am clearing map and deleting entries. Then I am creating new entries and setting values to them. The problem is when I am calling (*some_entry)->set_text () function, just in that time signal destroy called occasionally on that entry. So, next operation (on that entry) crashes application. Any help will be appreciated. -andrew From embyte@madlab.it Wed Jul 30 06:28:46 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from vsmtp1.tin.it (vsmtp1.tin.it [212.216.176.221]) by mail.gnome.org (Postfix) with ESMTP id 0041918184 for ; Wed, 30 Jul 2003 06:28:45 -0400 (EDT) Received: from portatile (212.171.88.214) by vsmtp1.tin.it (7.0.019) id 3F17CBF900405A0E for gtk-list@gnome.org; Wed, 30 Jul 2003 12:28:47 +0200 Message-ID: <006f01c35685$665bfed0$d658abd4@portatile> From: "embyte" To: "Gtk ml" Subject: Scrolled window (gtk+ 2.2.2) Date: Wed, 30 Jul 2003 12:26:36 +0200 Organization: val seriana MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2727.1300 Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi list, I need to use a scrolled window like cmdline stdout. I'm able to append new text to it, but when i fill the text area the scroll bar doesn't lower with text. I always see the same text while my application put it later. Can you give me an example code to resolve problem? Thanks, embyte From shiraz_baig@yahoo.com Wed Jul 30 07:47:33 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from web13904.mail.yahoo.com (web13904.mail.yahoo.com [216.136.175.67]) by mail.gnome.org (Postfix) with SMTP id 46E9918181 for ; Wed, 30 Jul 2003 07:47:33 -0400 (EDT) Message-ID: <20030730114735.39875.qmail@web13904.mail.yahoo.com> Received: from [203.82.48.7] by web13904.mail.yahoo.com via HTTP; Wed, 30 Jul 2003 04:47:35 PDT Date: Wed, 30 Jul 2003 04:47:35 -0700 (PDT) From: Shiraz Baig Subject: Documentation for g_strconcat To: gtk-list@gnome.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: I am trying to locate the documentation of following functions or variables but I couldn't find it. g_strconcat() GScanner *scanner I have searched the following files: gdk-docs.tar.gz glib-docs.tar.gz gtk-docs.tar.gz gtk-tutorial.20021027 Is there any other place where I should look for? I am working on GTK+1.2.x Thanks shiraz __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com From vadim@berezniker.com Wed Jul 30 07:53:55 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from gorlovka.vmpn.net (unknown [216.254.75.9]) by mail.gnome.org (Postfix) with SMTP id 8FB8018563 for ; Wed, 30 Jul 2003 07:53:55 -0400 (EDT) Received: (qmail 6161 invoked from network); 30 Jul 2003 11:53:57 -0000 Received: from vadim.homenetwork (HELO berezniker.com) (10.0.1.25) by www.75.254.216.in-addr.arpa with SMTP; 30 Jul 2003 11:53:57 -0000 Message-ID: <3F27B07C.7050907@berezniker.com> Date: Wed, 30 Jul 2003 07:48:12 -0400 From: Vadim Berezniker User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030714 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Shiraz Baig Cc: gtk-list@gnome.org Subject: Re: Documentation for g_strconcat References: <20030730114735.39875.qmail@web13904.mail.yahoo.com> In-Reply-To: <20030730114735.39875.qmail@web13904.mail.yahoo.com> X-Enigmail-Version: 0.76.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Shiraz Baig wrote: > I am trying to locate the documentation of following > functions or variables but I couldn't find it. > http://developer.gnome.org/doc/API/glib/glib-string-utility-functions.html#G-STRCONCAT http://developer.gnome.org/doc/API/glib/glib-lexical-scanner.html It should be in the glib docs you have. From Ken.Rastatter@Honeywell.com Wed Jul 30 16:41:11 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from tmpsmtp701.honeywell.com (tmpsmtp701.honeywell.com [199.64.7.101]) by mail.gnome.org (Postfix) with SMTP id A0EB51839F for ; Wed, 30 Jul 2003 16:41:10 -0400 (EDT) Received: from 131.127.249.99 by tmpsmtp701.honeywell.com (InterScan E-Mail VirusWall NT); Wed, 30 Jul 2003 11:11:00 -0700 Received: by smtp.allied.com with Internet Mail Service (5.5.2656.59) id ; Wed, 30 Jul 2003 10:31:15 -0700 Message-ID: From: "Rastatter, Ken (OH32)" To: "'gtk-list@gnome.org'" Subject: RE: Scrolled window (gtk+ 2.2.2) Date: Wed, 30 Jul 2003 10:31:13 -0700 X-Mailer: Internet Mail Service (5.5.2656.59) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: "embyte" wrote on Wed, 30 Jul 2003 12:26:36 +0200 > I'm able to append new text to it, but when i fill the > text area the scroll bar doesn't lower with text. This is how I scroll to the end of a GtkTextView widget: GtkTextBuffer *textbuffer; GtkTextIter end_iter; textbuffer = gtk_text_view_get_buffer(GTK_TEXT_VIEW(textview)); gtk_text_buffer_get_end_iter(textbuffer, &end_iter); gtk_text_view_scroll_to_iter(GTK_TEXT_VIEW(textview), &end_iter, 0.0, FALSE, 0.0, 0.0); Have a good day! -- Ken Rastatter, Senior Design Engineer Honeywell Sensotec 2080 Arlingate Lane, Columbus, Ohio, 43228-4112 USA Home Page: http://www.sensotec.com "These opinions are mine and not necessarily those of Honeywell." From ramdhansingh@yahoo.co.in Thu Jul 31 05:21:08 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from web8206.mail.in.yahoo.com (web8206.mail.in.yahoo.com [203.199.70.75]) by mail.gnome.org (Postfix) with SMTP id 5DA7618362 for ; Thu, 31 Jul 2003 05:21:07 -0400 (EDT) Message-ID: <20030731092103.52616.qmail@web8206.mail.in.yahoo.com> Received: from [202.56.254.13] by web8206.mail.in.yahoo.com via HTTP; Thu, 31 Jul 2003 10:21:03 BST Date: Thu, 31 Jul 2003 10:21:03 +0100 (BST) From: =?iso-8859-1?q?ramdhan=20singh?= Subject: Libraries, fonts required to display japanese characters in GTK To: "'gtk-list@gnome.org'" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi All, I want to display japanese strings in GTK but do not know what are the libraries, fonts required(To display japanese)?? I am using GTK 2.2.1. Can anybody help me out in this? Would be very grateful for any clue. Thanks, Ramdhan ________________________________________________________________________ Send free SMS using the Yahoo! Messenger. Go to http://in.mobile.yahoo.com/new/pc/ From Jean-Baptiste.cazier@decode.is Thu Jul 31 06:07:51 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mx1.decode.is (mx1.decode.is [212.126.224.30]) by mail.gnome.org (Postfix) with ESMTP id 2661A18279 for ; Thu, 31 Jul 2003 06:07:51 -0400 (EDT) Received: (from root@localhost) by mx1.decode.is (8.12.8/8.12.8) id h6VA7rk7003853 for gtk-list@gnome.org; Thu, 31 Jul 2003 10:07:53 GMT Received: from snote.decode.is (snote.decode.is [172.18.0.6]) by mx1.decode.is (8.12.8/8.12.8) with ESMTP id h6VA7rTu003730 for ; Thu, 31 Jul 2003 10:07:53 GMT Received: from lws14.decode.is ([172.18.10.14]) by snote.decode.is (Lotus Domino Release 6.0.1) with SMTP id 2003073110075188-79556 ; Thu, 31 Jul 2003 10:07:51 +0000 Date: Thu, 31 Jul 2003 10:08:21 +0000 From: Jean-Baptiste Cazier To: gtk-list@gnome.org Subject: gtk.FontSelection pb with set_font_name Message-Id: <20030731100821.436d0e3a.Jean-Baptiste.cazier@decode.is> Organization: deCODE Genetics X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i586-pc-linux-gnu) Mime-Version: 1.0 X-MIMETrack: Itemize by SMTP Server on DecodeDom/Decode/IS(Release 6.0.1|February 07, 2003) at 31.07.2003 10:07:52, Serialize by Router on DecodeDom/Decode/IS(Release 6.0.1|February 07, 2003) at 31.07.2003 10:07:53, Serialize complete at 31.07.2003 10:07:53 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=ISO-8859-1 X-scanner: scanned by Inflex 1.0.12.3 - (http://pldaniels.com/inflex/) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi ! I am trying to use gtk.FontSelection. I can read the choice from the dialog= box all right with get_font_name, but set_font_name just does not set anything and return false. I am not sur= e if it is a pygtk or gtk bug. Any idea would be appreciated to fix it: Python 2.2.2 (#1, Feb 24 2003, 19:13:11) [GCC 3.2.2 20030222 (Red Hat Linux 3.2.2-4)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import gtk >>> my_font=3Dgtk.FontSelection() >>> my_font.get_font_name() 'Sans 10' >>> my_font.set_font_name('Sans 12') 0 >>> my_font.get_font_name() 'Sans 10' I am using this on RedHaT 9.0 with=20 gtk2-2.2.1-4 pygtk2-1.99.14-4 python-2.2.2-26 Thanks Jena-Baptiste --=20 ----------------------------- Jean-Baptiste.Cazier@decode.is Department of Statistics deCODE genetics Sturlugata,8 570 2993 101 Reykjav=EDk From blue_prawn@tuxfamily.org Thu Jul 31 08:00:31 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mail.libertysurf.net (mail.libertysurf.net [213.36.80.91]) by mail.gnome.org (Postfix) with ESMTP id 9F2DB18A6E for ; Thu, 31 Jul 2003 08:00:31 -0400 (EDT) Received: from dyn-213-36-115-239.ppp.tiscali.fr (213.36.115.239) by mail.libertysurf.net (6.5.026) id 3F25207C000A0310 for gtk-list@gnome.org; Thu, 31 Jul 2003 14:00:34 +0200 From: "Decapode Azur" To: gtk-list@gnome.org Subject: install php-gtk on mdk9.1 Date: Thu, 31 Jul 2003 14:04:46 +0200 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200307290436.28619.blue_prawn@tuxfamily.org> Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: hello, I am trying to install PHP-GTK here is below the error : ==================================== [blue_prawn@localhost php-gtk-0.5.2]$ ./buildconf [blue_prawn@localhost php-gtk-0.5.2]$ ./configure [blue_prawn@localhost php-gtk-0.5.2]$ make [....] /PHP_GTK/php-gtk-0.5.2/main/php_gtk_object.c:889: `gtk_object_ce' undeclared (first use in this function) make: *** [main/php_gtk_object.lo] Erreur 1 -- Cheers From Jean-Baptiste.cazier@decode.is Thu Jul 31 06:00:43 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from mx1.decode.is (mx1.decode.is [212.126.224.30]) by mail.gnome.org (Postfix) with ESMTP id E86A818827 for ; Thu, 31 Jul 2003 06:00:42 -0400 (EDT) Received: (from root@localhost) by mx1.decode.is (8.12.8/8.12.8) id h6VA0e8D030916 for gtk-list@gnome.org; Thu, 31 Jul 2003 10:00:40 GMT Received: from snote.decode.is (snote.decode.is [172.18.0.6]) by mx1.decode.is (8.12.8/8.12.8) with ESMTP id h6VA0eTu030794 for ; Thu, 31 Jul 2003 10:00:40 GMT Received: from lws14.decode.is ([172.18.10.14]) by snote.decode.is (Lotus Domino Release 6.0.1) with SMTP id 2003073110003960-79481 ; Thu, 31 Jul 2003 10:00:39 +0000 Date: Thu, 31 Jul 2003 10:01:09 +0000 From: Jean-Baptiste Cazier To: gtk-list@gnome.org Subject: gtk.FontSelection pb with set_font_name Message-Id: <20030731100109.196ef81d.Jean-Baptiste.cazier@decode.is> Organization: deCODE Genetics X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i586-pc-linux-gnu) Mime-Version: 1.0 X-MIMETrack: Itemize by SMTP Server on DecodeDom/Decode/IS(Release 6.0.1|February 07, 2003) at 31.07.2003 10:00:39, Serialize by Router on DecodeDom/Decode/IS(Release 6.0.1|February 07, 2003) at 31.07.2003 10:00:40, Serialize complete at 31.07.2003 10:00:40 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=ISO-8859-1 X-scanner: scanned by Inflex 1.0.12.3 - (http://pldaniels.com/inflex/) Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hi ! I am trying to use gtk.FontSelection. I can read the choice from the dialog= box all right with get_font_name, but set_font_name just does not set anything and return false. I am not sur= e if it is a pygtk or gtk bug. Any idea would be appreciated to fix it: Python 2.2.2 (#1, Feb 24 2003, 19:13:11) [GCC 3.2.2 20030222 (Red Hat Linux 3.2.2-4)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import gtk >>> my_font=3Dgtk.FontSelection() >>> my_font.get_font_name() 'Sans 10' >>> my_font.set_font_name('Sans 12') 0 >>> my_font.get_font_name() 'Sans 10' I am using this on RedHaT 9.0 with=20 gtk2-2.2.1-4 pygtk2-1.99.14-4 python-2.2.2-26 Thanks Jena-Baptiste --=20 ----------------------------- Jean-Baptiste.Cazier@decode.is Department of Statistics deCODE genetics Sturlugata,8 570 2993 101 Reykjav=EDk From nlevitt@columbia.edu Thu Jul 31 10:13:08 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from computer.cc.columbia.edu (computer.cc.columbia.edu [128.59.31.237]) by mail.gnome.org (Postfix) with ESMTP id 4EA16182B5 for ; Thu, 31 Jul 2003 10:13:08 -0400 (EDT) Received: from nlevitt by computer.cc.columbia.edu with local (Exim 3.36 #1) id 19iEB1-0001lT-00; Thu, 31 Jul 2003 10:13:07 -0400 Date: Thu, 31 Jul 2003 10:13:07 -0400 From: Noah Levitt To: ramdhan singh Cc: "'gtk-list@gnome.org'" Subject: Re: Libraries, fonts required to display japanese characters in GTK Message-ID: <20030731141307.GA6726@columbia.edu> References: <20030731092103.52616.qmail@web8206.mail.in.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030731092103.52616.qmail@web8206.mail.in.yahoo.com> Secret-NSA-Message-ID: 3b026257dfe9ed894171dbbb76f5b2ba User-Agent: Mutt/1.5.4i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: It just works, you don't need anything special, as long as you have a font. I have two fonts that cover Japanese: $ fc-list :lang=ja Arial Unicode MS:style=Regular Bitstream Cyberbit:style=Roman Neither is open source, unfortunately. If anybody knows of an open source Japanese font I'd be interested. You can get Bitsream Cyberbit from http://ftp.netscape.com/pub/communicator/extras/fonts/windows/ Noah On Thu, Jul 31, 2003 at 10:21:03 +0100, ramdhan singh wrote: > Hi All, > > I want to display japanese strings in GTK but do not > know what are the libraries, fonts required(To display > japanese)?? I am using GTK 2.2.1. > > Can anybody help me out in this? > Would be very grateful for any clue. > > Thanks, > Ramdhan From otaylor@redhat.com Thu Jul 31 10:40:21 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from lacrosse.corp.redhat.com (pix-525-pool.redhat.com [66.187.233.200]) by mail.gnome.org (Postfix) with ESMTP id 7C63F185D0 for ; Thu, 31 Jul 2003 10:40:21 -0400 (EDT) Received: from poincare.devel.redhat.com (poincare.devel.redhat.com [172.16.58.30]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h6VEeAK06856; Thu, 31 Jul 2003 10:40:10 -0400 Subject: Re: Libraries, fonts required to display japanese characters in GTK From: Owen Taylor To: Noah Levitt Cc: ramdhan singh , "'gtk-list@gnome.org'" In-Reply-To: <20030731141307.GA6726@columbia.edu> References: <20030731092103.52616.qmail@web8206.mail.in.yahoo.com> <20030731141307.GA6726@columbia.edu> Content-Type: text/plain Message-Id: <1059662410.19179.20.camel@poincare.devel.redhat.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.92 (1.3.92-1) (Preview Release) Date: 31 Jul 2003 10:40:10 -0400 Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: On Thu, 2003-07-31 at 10:13, Noah Levitt wrote: > It just works, you don't need anything special, as long as > you have a font. I have two fonts that cover Japanese: > > $ fc-list :lang=ja > Arial Unicode MS:style=Regular > Bitstream Cyberbit:style=Roman > > Neither is open source, unfortunately. If anybody knows of > an open source Japanese font I'd be interested. The Kochi fonts are found on virtually all linux distributions; for Red Hat, they are in the 'ttfonts-ja' package. Regards, Owen From flavio@maqplas.com.br Thu Jul 31 15:12:15 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from ivoti.terra.com.br (ivoti.terra.com.br [200.176.3.20]) by mail.gnome.org (Postfix) with ESMTP id B6660189EA for ; Thu, 31 Jul 2003 15:12:14 -0400 (EDT) Received: from tucuriba.terra.com.br (tucuriba.terra.com.br [200.176.3.53]) by ivoti.terra.com.br (Postfix) with ESMTP id 953B979C126 for ; Thu, 31 Jul 2003 16:12:15 -0300 (BRT) Received: from flavio (unknown [200.206.167.234]) (authenticated user maq.ic@terra.com.br) by tucuriba.terra.com.br (Postfix) with ESMTP id 645F526448C for ; Thu, 31 Jul 2003 16:12:12 -0300 (BRT) Date: Thu, 31 Jul 2003 16:12:02 -0300 From: Flavio Alberto Lopes Soares To: Lista GTK Subject: substitute for GtkCList ??? Message-Id: <20030731161202.03df222a.flavio@maqplas.com.br> Organization: MAQPLAS =?ISO-8859-1?B?SW5k+nN0cmlh?= e =?ISO-8859-1?B?Q29t6Q==?= rcio de =?ISO-8859-1?B?TeFxdWluYXM=?= LTDA. X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-debian-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: Hello all, I'm developing an application (using Glade) that uses GtkCList in Gtk1.2, but now I'm starting to change this application to Gtk2.0 and I'm using GLADE-2 to make your interface, but in my old app I use GtkCList, and now I don't know what can substitute GtkCList in Gtk2.0 (and in Glade-2); Thanks for any help Flavio Alberto From seberino@seberino.spawar.navy.mil Thu Jul 31 18:09:40 2003 Return-Path: Delivered-To: gtk-list@gnome.org Received: from seberino.spawar.navy.mil (seberino.spawar.navy.mil [198.253.71.174]) by mail.gnome.org (Postfix) with ESMTP id 7091E1832A for ; Thu, 31 Jul 2003 18:09:40 -0400 (EDT) Received: from seberino by seberino.spawar.navy.mil with local (Exim 4.10) id 19iLcE-00046b-00 for gtk-list@gnome.org; Thu, 31 Jul 2003 15:09:42 -0700 Date: Thu, 31 Jul 2003 15:09:42 -0700 From: seberino@spawar.navy.mil To: gtk-list@gnome.org Subject: GTK+ thread problem (program freezing using these 2 GTK+ commands...) Message-ID: <20030731150942.A15782@spawar.navy.mil> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: gtk-list-admin@gnome.org Errors-To: gtk-list-admin@gnome.org X-BeenThere: gtk-list@gnome.org X-Loop: gtk-list@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General discussion of GTK+ List-Unsubscribe: , List-Archive: We have a Python GTK+ program that uses threads. If we DON'T run the GTK+ GUI code then multitasking is fine and every thread gets a little CPU time. If we run a GTK+ GUI in the main parent process/thread then program freezes. The PyGTK commands called gtk.threads.thread_enter() and gtk.gdk.threads_leave() are used to avoid conflicts caused by two threads writing to GUI at the same time. The disallow/allow other threads to write to GUI as needed. It would seem that the problem are with these two commands but we cannot seem to find the problem. As you know, threads are not the easiest things to debug. We are wondering if Python threads are unstable. Are they?? Any ideas at all how to begin to solve this? Chris -- _______________________________________ Christian Seberino, Ph.D. SPAWAR Systems Center San Diego Code 2872 49258 Mills Street, Room 158 San Diego, CA 92152-5385 U.S.A. Phone: (619) 553-9973 Fax : (619) 553-6521 Email: seberino@spawar.navy.mil _______________________________________