About TextView: How to find out which tag has been applied to a slice of text

2005-02-28 Thread xiaohu dong
I want to scan the whole textbuffer and deal with the text based on the tag it has been applied. How can I achieve this? Thanks in advance. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-dev

Unsubscribe

2005-02-28 Thread mkuhnkey
___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

GLib way of copying files, especially making backups

2005-02-28 Thread Jann - Ove Risvik
The subject really says everything. Just looking for a way to do that Jann - Ove Risvik ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

subscribe

2005-02-28 Thread Mishael A Sibiryakov
___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: gtk and fonts on OS X

2005-02-28 Thread Allin Cottrell
On Mon, 28 Feb 2005, Paolo Costabel wrote: A bit off topic, but I think you might be interested in this project: http://sourceforge.net/projects/gtk-cocoa/ It's a port of Gtk+ 1.2 to cocoa native... This looks rather nice. Thanks for the info. Allin Cottrell ___

Re: gtk and fonts on OS X

2005-02-28 Thread Allin Cottrell
On Mon, 28 Feb 2005, John Cupitt wrote: I'm able to build and run my gtk app just fine on OS X 10.2.4 plus fink. But I'd like to make the app available to people running OS X 10.3 Panther, with Apple's X11 but without fink. This 'just worked' for me. Though I've not tried building on 10.2 and runn

Re: gtk and fonts on OS X

2005-02-28 Thread Paolo Costabel
A bit off topic, but I think you might be interested in this project: http://sourceforge.net/projects/gtk-cocoa/ It's a port of Gtk+ 1.2 to cocoa native. I'm still working on it, but there is quite a lot of functionality already in. Allin Cottrell wrote: I'm able to build and run my gtk app just

Re: gtk and fonts on OS X

2005-02-28 Thread John Cupitt
Hi, On Mon, 28 Feb 2005 13:33:03 -0500 (EST), Allin Cottrell <[EMAIL PROTECTED]> wrote: > I'm able to build and run my gtk app just fine on OS X 10.2.4 plus > fink. But I'd like to make the app available to people running > OS X 10.3 Panther, with Apple's X11 but without fink. This 'just worked'

gtk and fonts on OS X

2005-02-28 Thread Allin Cottrell
I'm able to build and run my gtk app just fine on OS X 10.2.4 plus fink. But I'd like to make the app available to people running OS X 10.3 Panther, with Apple's X11 but without fink. I've made what is intent a stand-alone disk image (my app plus all the required gtk libraries). But I'm heari

Re: How to make cells editable in a tree view

2005-02-28 Thread Stefan Kost
hi dimitri, in the case of the GtkCellRendererText - it has a 'editable' property: http://developer.gnome.org/doc/API/2.0/gtk/GtkCellRendererText.html#GtkCellRendererText--editable Stefan Hi folks I'm new to Tree View widgets and I got confused about Attributes and Cell Functions. I'd just like to

GTK+ 2.6.3 released

2005-02-28 Thread Matthias Clasen
GTK+ 2.6.3 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.6/ http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.6/ gtk+-2.6.3.tar.bz2 md5sum: 51f3eb7eade2cc39664641de155843ed gtk+-2.6.3.tar.gzmd5sum: 57958c6e14e9c7131b1c5e4029622361 This is a bug fix release and is source and

How to make cells editable in a tree view

2005-02-28 Thread dimitri PIEL
Hi folks I'm new to Tree View widgets and I got confused about Attributes and Cell Functions. I'd just like to know how to make only some cells of a Tree View editable. I managed to make a whole column editable (with Tree View Tutorial) , but I don't want all the cells of the column editable.