Get an Gtk Label from an gtk_event_box_new

2008-04-23 Thread Xharbour suporte
Hi How to get an Label control added to an gtk_event_box_new control here the code i use char * title = "1234"; hCtrl = gtk_event_box_new(); cTitle = g_locale_to_utf8( cTitle,-1,NULL,NULL,NULL ); hLabel = gtk_label_new( cTitle ); g_free( cTitle ); gtk_container_add( GT

Still the multi-textview in scrolled win in notebook problem ...

2008-04-23 Thread Till Harbaum / Lists
Hi, i am still fighting with a strange problem. Some things need to be combined to trigger it: - I have a tabbed notebook - One initially not visible (read: not the first) tab contains a scrolled win - Inside this win are mutliple textviews (or gtkhtml views) in a vbox or table - At least one of

HowTo Create an Project Using Autotools

2008-04-23 Thread Gerardo Di Iorio
Hi, howto i find an gtk example project why using gnu autotools and cross-compile under win32??? I have see the page on livegnome, but not explain howto cross-compile. bye Gerardo Di Iorio ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Re: Histogram and other statistical graphs

2008-04-23 Thread jcupitt
2008/4/23 Nicola Fontana <[EMAIL PROTECTED]>: > There is also goffice, the graph library used by abiword and > gnumeric. > http://ftp.gnome.org/pub/gnome/sources/goffice/ That's fantastic, I didn't realise this was available as a separate library. Thank you very much. John

Re: Histogram and other statistical graphs

2008-04-23 Thread Nicola Fontana
On Wed, 23 Apr 2008 12:29:27 +0200 Roberto Mantovani - A&L <[EMAIL PROTECTED]> wrote: > I need to write a program that displays some statistical values so I > would know if there are libraries fot GTK+ to draw histograms and other > statistical rapresentations. There is also goffice, the graph lib

anjuta questions

2008-04-23 Thread Roman Makurin
 I`ve got anjuta-2.4.1 installed in ubuntu hardy. I`m new with anjuta(mostly vim user). There are some questions: 1) When importing gtk+ project with make files writen by hand, I can build it without problem, but when I press F3 button to launch my executable, anjuta gives me error: "there is no

Re: Histogram and other statistical graphs

2008-04-23 Thread jcupitt
2008/4/23 Roberto Mantovani - A&L <[EMAIL PROTECTED]>: > I need to write a program that displays some statistical values so I > would know if there are libraries fot GTK+ to draw histograms and other > statistical rapresentations. There's gtkplot, part of the gtkextra package: http://gtkextra.

Histogram and other statistical graphs

2008-04-23 Thread
Hi, I need to write a program that displays some statistical values so I would know if there are libraries fot GTK+ to draw histograms and other statistical rapresentations. Best regards, -- Roberto Mantovani <[EMAIL PROTECTED]> A&L Automazione e Logistica www.automazionelogistica.it Via del Lav

Re: image update

2008-04-23 Thread Gabriele Greco
> > I am working in images with pifbuf and gtkimage. I want draw other > > image using the composite method. The problem is when use this method > > the pifbuf don´t update well. > > > Solved making the widget visible to false and after making the visible > true. > a better method? What is the t

Re: image update

2008-04-23 Thread Martin (OpenGeoMap)
> Hi all: > > I am working in images with pifbuf and gtkimage. I want draw other > image using the composite method. The problem is when use this method > the pifbuf don´t update well. > http://library.gnome.org/devel/gdk-pixbuf/stable/gdk-pixbuf-scaling.html#gdk-pixbuf-composite > > > > any h

image update

2008-04-23 Thread Martin (OpenGeoMap)
Hi all: I am working in images with pifbuf and gtkimage. I want draw other image using the composite method. The problem is when use this method the pifbuf don´t update well. http://library.gnome.org/devel/gdk-pixbuf/stable/gdk-pixbuf-scaling.html#gdk-pixbuf-composite any help? Regards.