Re: gtk chart/graph library

2005-10-02 Thread Ravi Sharma
Thanks for the reply Jody. Glad to hear about the release. I tried searching for libgoffice and could not find any API reference or any documentation. Is there anything available that can help me use it? Or do i have to go through the code? Thanks, Ravi On 10/2/05, Jody Goldberg <[EMAIL PROTECTED

Re: What about OCR ?

2005-10-02 Thread Michael Torrie
On Sun, 2005-10-02 at 09:43 +0200, "Alpe.Nusslé" wrote: > I'm french and I cannot undurstand a long text in english, so I try to > send you this request. > > Can we get an OCR function (reconnaissance de caractères en français) > with GIMP ? OCR is not at all within the realm of GTK. You need

Re: gtk chart/graph library

2005-10-02 Thread Jody Goldberg
On Sun, Oct 02, 2005 at 02:37:19PM -0500, Ravi Sharma wrote: > > Can someone tell me what do official gnome apps use for charts and graphs > (like gnumeric). I would like to stick with official libraries so that my > app works on any gnome desktop without additional dependencies. libgoffice has t

Re: First column header in GtkTreeView?

2005-10-02 Thread The Saltydog
On 10/2/05, Christian Neumair <[EMAIL PROTECTED]> wrote: >Good luck! :) ...it sound like I need a lot of it! ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: First column header in GtkTreeView?

2005-10-02 Thread Christian Neumair
Am Sonntag, den 02.10.2005, 20:58 +0200 schrieb The Saltydog: > On 10/1/05, The Saltydog <[EMAIL PROTECTED]> wrote: > > On 10/1/05, Christian Neumair <[EMAIL PROTECTED]> wrote: > > > > > > Do you want to arrange that your tree view does no horizontal scrolling > > > at all, or that only the second

gtk chart/graph library

2005-10-02 Thread Ravi Sharma
Hi, I am new to this mailing list and I am here for some advice. I plan to develop a small personal finance application with Gtk. I read the tutorials and manuals (gtk and glade) and I think I am ready to start. One thing I could not find is a chart/graph library(widget) for gtk. I want to use plot

Re: First column header in GtkTreeView?

2005-10-02 Thread The Saltydog
On 10/1/05, The Saltydog <[EMAIL PROTECTED]> wrote: > On 10/1/05, Christian Neumair <[EMAIL PROTECTED]> wrote: > > > > Do you want to arrange that your tree view does no horizontal scrolling > > at all, or that only the second column scrolls? > > No, I need horizontal scrolling, but the first colum

What about OCR ?

2005-10-02 Thread Alpe.Nusslé
I'm french and I cannot undurstand a long text in english, so I try to send you this request. Can we get an OCR function (reconnaissance de caractères en français) with GIMP ? I would like to read text that I had got with a camera. And the must wil be to read a music partition to translate in

Re: GtkExpander and resizeable dialogs

2005-10-02 Thread Luca Cavalli
On Sun, 2005-10-02 at 14:38 +0100, Luke Biddell wrote: > I am using a GtkExpander in a GtkDialog and I'm having problems with > the dialog sizing. Once the expander has been expanded, I can't get > the dialog to shrink back to it's original size unless I set the > dialog to be non-resizeable. > >

Re: GtkExpander and resizeable dialogs

2005-10-02 Thread Christian Neumair
Am Sonntag, den 02.10.2005, 14:38 +0100 schrieb Luke Biddell: > I am using a GtkExpander in a GtkDialog and I'm having problems with > the dialog sizing. Once the expander has been expanded, I can't get > the dialog to shrink back to it's original size unless I set the > dialog to be non-resizeable

GtkExpander and resizeable dialogs

2005-10-02 Thread Luke Biddell
I am using a GtkExpander in a GtkDialog and I'm having problems with the dialog sizing. Once the expander has been expanded, I can't get the dialog to shrink back to it's original size unless I set the dialog to be non-resizeable. I've tried calling gtk_window_resize on the dialog and passing in t

Re: z-order of gtk windows on win32

2005-10-02 Thread HuamiSoft Hubert Sokolowski
On Sat, 1 Oct 2005 09:56:40 -0400 (EDT) Allin Cottrell <[EMAIL PROTECTED]> wrote: > Starting from my app's main window, the user can create an > additional window displaying a graph. The newly-opened graph window > "naturally" appears above the main window. It is created using > > gtk_window_

Setting cusros position does not work in text_changed callback

2005-10-02 Thread Deekshit Mantampady
Hi all, I am not able to set the cursor positon in an entry widget using gtk_editable_set_position(), inside a textchanged callback. In the following code, I always set the cursor postion to 0, for each text changed. But it does not happen. Please help me. Thanks in advance Deekshit M ===

Re: delete event for contained widget does not work

2005-10-02 Thread Deekshit Mantampady
Thank you very much. That worked. On 10/2/05, Daniel Pekelharing <[EMAIL PROTECTED]> wrote: > Hi, > > I notice that you're connecting the entry with "destroy_event", > I think you're wanting the "destroy" signal... > > Hope this helps > > - Daniel > > On Sun, 2005-10-02 at 11:39 +0530, Deekshit Ma