acces to a member of the principal widget

2006-03-27 Thread Jerome Le Saux
Hi, I looked for days my error, and I found it ;). in a menu bar I add item. This item open an gtk_file_chooser_dialog. In the callback of my main I give as argument the pointer of my mani widget pWindow. But how can I access to my list, which is add by a gtk_add_container to my pWindow widget

Columns with no cursor on GtkTreeView

2006-03-27 Thread Juan Pablo
Hi list. I have a GtkTreeView with a lot of columns amd only some of them are editable. It works fine. What i want to do is that the cursor doesn't position over some of the columns (the non editable ones) for practical use reasons. Is there any property to set this or i have to make a funcion

Re: acces to a member of the principal widget

2006-03-27 Thread Olexiy Avramchenko
On 3/27/06, Jerome Le Saux [EMAIL PROTECTED] wrote: Hi, I looked for days my error, and I found it ;). in a menu bar I add item. This item open an gtk_file_chooser_dialog. In the callback of my main I give as argument the pointer of my mani widget pWindow. But how can I access to my list,

About gtk text view

2006-03-27 Thread Jose Hevia
Hello, I'm making a program that displays a text view, and I cant find the right keywords to find the solution on the archives: I need to know when the gtk_text_view window changes size(the user force that with the mouse), so I can redraw the screen. But seems the configure_event is deactivated

Re: Callbacks and widgets

2006-03-27 Thread David Necas (Yeti)
On Tue, Mar 28, 2006 at 09:38:20AM +0200, Gonzalo Aguilar Delgado wrote: Because receiver callback is getting only the receiver widget, In addition, the callback gets an arbitrary pointer passed as user_data to g_signal_connect(). A pointer can be used to pass anything. This is a very

Re: The printing work has been merged

2006-03-27 Thread Yevgen Muntyan
Hey, First of all, I implemented some printing in my application, and it works! I have a question about generating postscript. Using copy/paste method I implemented postscript print backend, and it's working fine. While generated postscript is just a bunch of page images due to cairo problems,

The printing work has been merged

2006-03-27 Thread Tor Lillqvist
Matthias Clasen writes: For cvs cairo, it should be turned on by default. Er, what *cvs* cairo? ;) I've been too lazy to install git, are there nightly snapshot tarballs anywhere? --tml ___ gtk-devel-list mailing list gtk-devel-list@gnome.org

Re: The printing work has been merged

2006-03-27 Thread Jean Bréfort
Le lundi 27 mars 2006 à 02:08 -0600, Yevgen Muntyan a écrit : Hey, First of all, I implemented some printing in my application, and it works! I have a question about generating postscript. Using copy/paste method I implemented postscript print backend, and it's working fine. While

Re: The printing work has been merged

2006-03-27 Thread Yevgen Muntyan
Jean Bréfort wrote: An what about an EPS backend? I feel it might be useful for many people (not only myself). I believe it would be an easy option of PS backend (or whoever would print postscript), EPS is just PS without some header, right? Regards, Yevgen

Re: The printing work has been merged

2006-03-27 Thread Ross Burton
On Mon, 2006-03-27 at 04:57 -0600, Yevgen Muntyan wrote: I believe it would be an easy option of PS backend (or whoever would print postscript), EPS is just PS without some header, right? As I understand it EPS is a subset of PostScript. Pure PostScript can do anything, such as create new

Re: Building problems on mac intel

2006-03-27 Thread Anders Carlsson
Hello, I am attempting to build gtk+ on the new macbook pro (mac os x 10.4.5 intel). Hi Lillian, I've committed the relevant fixes so everything should (hopefully) build now. Anders ___ gtk-devel-list mailing list gtk-devel-list@gnome.org

Re: The printing work has been merged

2006-03-27 Thread Matthias Clasen
On 3/27/06, Tor Lillqvist [EMAIL PROTECTED] wrote: Matthias Clasen writes: For cvs cairo, it should be turned on by default. Er, what *cvs* cairo? ;) I've been too lazy to install git, are there nightly snapshot tarballs anywhere? Hah, good point. Me too. I'm hoping that cairo 1.2 is

gnome_client and project ridley

2006-03-27 Thread Jani Monoses
Hello there's a gnome bug [1] concerning the possible replacement of GnomeClient as part of Project Ridley. The libgnome page in the wiki [2] has the following interesting bit: 'But my view is that GNOME should drop XSMP entirely and just have a startup programs folder and dbus services.

Re: The printing work has been merged

2006-03-27 Thread Alexander Larsson
On Mon, 2006-03-27 at 12:57 +0100, Ross Burton wrote: On Mon, 2006-03-27 at 04:57 -0600, Yevgen Muntyan wrote: I believe it would be an easy option of PS backend (or whoever would print postscript), EPS is just PS without some header, right? As I understand it EPS is a subset of

Re: The printing work has been merged

2006-03-27 Thread Yevgen Muntyan
Alexander Larsson wrote: On Mon, 2006-03-27 at 02:08 -0600, Yevgen Muntyan wrote: Hey, First of all, I implemented some printing in my application, and it works! Cool! Did you like the API? I followed print-editor.c, so I subclassed GtkPrintOperation and I do stuff in begin-print and

Re: Input methods

2006-03-27 Thread Danilo Šegan
On Thursday at 18:30, Simos Xenitellis wrote: This works ok for most languages now, though there is some work to synch the table from upstream http://bugzilla.gnome.org/show_bug.cgi?id=321896 Not really. X Compose files allow a compose sequence to return a string of UTF-8 characters, while

Re: The printing work has been merged

2006-03-27 Thread Alexander Larsson
On Mon, 2006-03-27 at 12:47 -0600, Yevgen Muntyan wrote: Alexander Larsson wrote: On Mon, 2006-03-27 at 02:08 -0600, Yevgen Muntyan wrote: Hey, First of all, I implemented some printing in my application, and it works! Cool! Did you like the API? I followed print-editor.c, so

GTK+ Mac Precompiled binaries?

2006-03-27 Thread John Craig
Hello, I visited the page for Gtk Mac OS X because GTK was listed as a prerequisite for a Mac program I'd like to try. I have yet to compile a program in the shell on a Mac, and I was hoping to find some precompiled binarys that I could just install. Any chance such a thing exists somewhere, or