Re: Threads & Glade

2005-10-04 Thread Iago Rubio
On Wed, 2005-10-05 at 08:15 +0200, Iago Rubio wrote: > On Mon, 2005-10-03 at 01:37 -0700, lucapetra (sent by Nabble.com) wrote: > > Thanks. Another question: > > How i have to modify the makefile ? I have to compile using 'pkg-config > > --cflags --libs gtk+-2.0 gthread-2.0' but i dont' know wher

Error Installing pango in scratchbox

2005-10-04 Thread Raghavendra
Hi, Im trying to install pango 1.0.5 for installing gtk 2.0.9 ( for developing a apppln. for the arm-based device, Simputer) in scratchbox,a cross-compilation toolkit in my pc system(Fedora 3). It first showed that freetype is missing i installed freetype 2.1.10 but the same error is shown I check

Re: Threads & Glade

2005-10-04 Thread Iago Rubio
On Mon, 2005-10-03 at 01:37 -0700, lucapetra (sent by Nabble.com) wrote: > Thanks. Another question: > How i have to modify the makefile ? I have to compile using 'pkg-config > --cflags --libs gtk+-2.0 gthread-2.0' but i dont' know where to modify the > makefile... > I tried to modify CFLAGS, LI

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 in

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: >> >

Re: Building interfaces in GTK: apart GLADE ??

2005-10-04 Thread Christian Neumair
Tristan Van Berkom schrieb: If you must have generated code, I dont see whats wrong with the code that glade generates (if its simply unmaintained in glade-2; I'm not aware of that, better ask on [EMAIL PROTECTED]). See Owen Taylor's quoted statement on generated code [1]. All the points he

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 th

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 = frame->GetDimension().G

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 c

Re: What about OCR ?

2005-10-04 Thread Liam R E Quin
On Tue, 2005-10-04 at 16:30 +0200, Christophe Combelles wrote: > Liam R E Quin wrote: > > Unfortunately I have yet to find an open source or Free OCR program > > that works reliably for me. The best I have used is Finereader > > made by http://abbyy.com/ but it is commercial, and I think runs > >

Re: What about OCR ?

2005-10-04 Thread Christophe Combelles
Liam R E Quin wrote: 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 fra

Re: Building interfaces in GTK: apart GLADE ??

2005-10-04 Thread Tristan Van Berkom
Colossus wrote: Hi, I was told that the code that Glade generates is deprecated. This is not exactly the case, in the general opinion of the community; using generated code is depricated. We have a great tool (libglade) that allows us to bypass this hard-coded nightmare of generated callba

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: problem with gtk_tree_view_set_fixed_height_mode()

2005-10-04 Thread Stefan Kost
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 **: gtk_tree_view_insert_column: assertion > `gtk_tree_view_column_get_sizing (

Moving subtrees to other levels in GtkTreeStore and keeping GtkTreeRowReferences alive?

2005-10-04 Thread Hannu Koivisto
Greetings, I have a GtkTreeView/Store which represents a tree which is basically like a directory tree, but only leaf "directories" may contain "files". I would like to implement an ability to move any "directory" (with all its contents, i.e. the entire subtree) to any other "directory", possibly

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) >

Re: First column header in GtkTreeView?

2005-10-04 Thread Stefan Kost
Christian Neumair wrote: 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 th