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

Re: improvement of font selection

2006-03-27 Thread Behdad Esfahbod
On Mon, 27 Mar 2006, Kenichi Handa wrote: Unfortunately, AFAIK, fonts.conf doesn't allow per-script (or per-language) settings, and we can't say some font is broken or not without specifying a script or language. I keep hearing this (this is the third time in the past couple of months), but I

Re: improvement of font selection

2006-03-27 Thread Kenichi Handa
In article [EMAIL PROTECTED], Behdad Esfahbod [EMAIL PROTECTED] writes: On Mon, 27 Mar 2006, Kenichi Handa wrote: Unfortunately, AFAIK, fonts.conf doesn't allow per-script (or per-language) settings, and we can't say some font is broken or not without specifying a script or language. I keep

evaluating GTK+ for embedded system design

2006-03-27 Thread peter . greve
Hello, I am actually planning the GUI for an embedded system driven by a PowerPC. So GTK++ is one of the options I can go with. I like the GIMP tool, so GTK should be a good choise. But I have no feeling concerning resources, CPU load and library size needed to run a GTK app in the embedded

GtkTreeView cell_data_func requesting non-visible cells.

2006-03-27 Thread Murray Cumming
Am I right in thinking that GtkTreeView shouldn't call the cell_data callback for cells that aren't visible? The attached test case shows it being called for every row (even if only a few are visible in the GtkScrolledWindow), and then called again for the visible rows. This is not so nice when I

Re: GtkTreeView cell_data_func requesting non-visible cells.

2006-03-27 Thread Murray Cumming
On Mon, 2006-03-27 at 17:05 +0200, Murray Cumming wrote: Am I right in thinking that GtkTreeView shouldn't call the cell_data callback for cells that aren't visible? The attached test case shows it being called for every row (even if only a few are visible in the GtkScrolledWindow), and then

Re: evaluating GTK+ for embedded system design

2006-03-27 Thread Tristan Van Berkom
[EMAIL PROTECTED] wrote: Hello, I am actually planning the GUI for an embedded system driven by a PowerPC. So GTK++ is one of the options I can go with. I like the GIMP tool, so GTK should be a good choise. But I have no feeling concerning resources, CPU load and library size needed to run a

Re: evaluating GTK+ for embedded system design

2006-03-27 Thread Tristan Van Berkom
Tristan Van Berkom wrote: [EMAIL PROTECTED] wrote: Hello, Oh yeah, I forgot to say that you should search the list (either this list or gtk-app-devel-list@gnome.org), since alot was said on this subject not too long ago. Cheers, -Tristan

Re: evaluating GTK+ for embedded system design

2006-03-27 Thread Sven Neumann
Hi, Tristan Van Berkom [EMAIL PROTECTED] writes: I dont know if there's a stable version of DirectFB that works with modern versions of GTK+, if so I'd like to try it out ;-) The DirectFB port has been merged into the CVS repository of GTK+ and the next stable GTK+ release is likely to have

Re: evaluating GTK+ for embedded system design

2006-03-27 Thread Michael L Torrie
On Mon, 2006-03-27 at 11:18 +0200, [EMAIL PROTECTED] wrote: Hello, I am actually planning the GUI for an embedded system driven by a PowerPC. So GTK++ is one of the options I can go with. I like the GIMP tool, so GTK should be a good choise. But I have no feeling concerning resources, CPU

Re: Difference between Gnome2.12 and 2.14 in Gtk Drawing Area

2006-03-27 Thread hua zhang
hi all, I am runing /bin/gnome-perfmeter in JDS, it crash, dose anyone meet this problem in Gnome2.14? Seems the problem is because there is some change in Gtk Drawing Area in GTK+ in 2.14. Anyone give some comments? Thanks, Henry ___ gtk-list

Progressbar in a statusbar?

2006-03-27 Thread Mario Ospelt
Hello, Actually I would like to know if it is possible to create a progressbar in a statusbar. Can a statusbar be divided into several parts, so that in each part different information can be shown (and in one of them e.g. a progressbar). Or do I have to use a HBox and create several

Re: Progressbar in a statusbar?

2006-03-27 Thread A. Pagaltzis
Hi Mario, * Mario Ospelt [EMAIL PROTECTED] [2006-03-27 15:30]: Can a statusbar be divided into several parts, so that in each part different information can be shown (and in one of them e.g. a progressbar). Or do I have to use a HBox and create several statusbars in each of the boxes? if you