Re: What about OCR ?

2005-10-04 Thread Liam R E Quin
On Sun, 2005-10-02 at 19:37 -0600, Michael Torrie wrote: 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

Building interfaces in GTK: apart GLADE ??

2005-10-04 Thread Colossus
Hi, I was told that the code that Glade generates is deprecated. Apart it and libglade what are other tool who allows me to build a complete GTK GUI with menus and statusbar ? Regards -- Colossus Cpsed, a Linux OpenGL 3D scene editor http://cpsed.sourceforge.net/

Re: What about OCR ?

2005-10-04 Thread Iago Rubio
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 ? I would like to read text that I had got with a camera.

problem when setting several times a pixbuf in a gtk image

2005-10-04 Thread Vincent Torri
Hello, I use the following function to draw a frame in a gtk_image: static void draw_frame (long int frame_nbr) { GdkPixbuf *pixbuf; const BYTE *rgb; PClip vclip_rgb32 = ToRGB32::Create(vclip); CPVideoFrame frame = vclip_rgb32-GetFrame(frame_nbr); guint width =

Size of text entries

2005-10-04 Thread flood
Hello, In my app I have a text entry widget that will display a small number, usually 1-10. However, when I added the entry widget I noticed it was very big compared to the amount of text that will be stored in it. Also I should mention the user will not be changing the text inside the entry but

Re: problem with gtk_tree_view_set_fixed_height_mode()

2005-10-04 Thread Brian J. Tarricone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/4/2005 5:07 AM, Stefan Kost wrote: Brian J. Tarricone schrieb: Hi all, I'm trying to use GtkTreeView's fixed height mode for a playlist that can hold thousands of items, but I'm having a bit of trouble. All I seem to get is: Gtk-CRITICAL

Re: Size of text entries

2005-10-04 Thread Olivier Sessink
flood wrote: Hello, In my app I have a text entry widget that will display a small number, usually 1-10. However, when I added the entry widget I noticed it was very big compared to the amount of text that will be stored in it. Also I should mention the user will not be changing the text