GtkExtra and GtkPlot under Windows 98!!

2006-05-15 Thread ferri_marllo
Hello everyone!! I need to make an XY plot,with a cursor.I've readen something about GTkPlot and GtkExtra,but i don't know if it's compatible with windows 98.In other hand,i downloaded it,and when i tried to compile the examples(with dev-c++) there were some errors,like this: [Linker error]Undefi

Item Factory Callback

2006-05-15 Thread Leon Ross
I am getting this error when I try and compile. I am using c++. It seems that I have everything defined like it is in the Item Factory Example in the GTK+ 2.0 Tutprial. Any suggestions? error: invalid conversion from `void (*)(void*, unsigned int, GtkWidget*)' to `void (*)()' Here is my GtkIt

Pango-1.13.1 released [unstable]

2006-05-15 Thread Behdad Esfahbod
Pango-1.13.1 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.11/ or http://download.gnome.org/sources/pango/1.13/ ac8e2b8f64e184a6b2a0c796a597fc32 pango-1.13.1.tar.bz2 f3edacf07e840b109cbe3ffec003264b pango-1.13.1.tar.gz This is a development release leading up to Pango-1.1

GLib 2.11.1 released

2006-05-15 Thread Matthias Clasen
GLib 2.11.1 is now available for download at ftp://ftp.gtk.org/pub/gtk/v2.11/ http://ftp.gnome.org/pub/gnome/sources/glib/2.11/ glib-2.11.0.tar.bz2 md5sum: 3655de1e252f3028fff862347a624808 glib-2.11.0.tar.gz md5sum: d7732bc60653a8cbf4919c2927c94814 This is the second development r

Xlib, thread and gnome

2006-05-15 Thread Fernando ApesteguĂ­a
That's a synchronization problem. I experimented something similar a few time ago. The problem with Xlib is because probably you are not returning from a callback or you take too long to go back and return to gtk. If you are attempting to access gtk widgets from other thread than the "main" one,

Re: How to stack widgets or GtkFixed doesn't seem to work well for stacking

2006-05-15 Thread Paul Davis
On Sun, 2006-05-14 at 10:55 -0500, Matt Hoosier wrote: > I'm a co-worker of the original poster on this thread. Part of the > trouble with using a new dialog is that it allocates a new X11 window, > which is not guaranteed to be alpha blended with the parent window. > Platforms with a compositing X

Xlib, thread and gnome

2006-05-15 Thread nik600
hi i am developing an application with gtk and thread. I've received some Xlib: unexpected async reply errors and looking on the web i've see that i must use this code: int main (int argc, char *argv[]) { GtkWidget *window; /* init threads */ g_thread_init(NULL); gdk_threads_init(); /* init

update a progress bar from a thread

2006-05-15 Thread nik600
hi i upgrade a progress bar from the body of a thread with the following code: void *body_monitor_avanzamento(void *args){ monitor_avanzamento *m=(monitor_avanzamento *)args; float avanzamento=0.0; while(avanzamento<1){ avanzamento=(float)*(m->db->counter_shared)/(float)m->tot_pacchett

Re: HScrollbar Event

2006-05-15 Thread Yeti
On Mon, May 15, 2006 at 04:21:09PM +0530, Ganesh wrote: > >Sorry for lengthier and ambiguous Question lists What i > now asking is, What is the "event" parameter will pass for HScroll mouse > click event into expose() function then how can i pass manually, Events migh

HScrollbar Event

2006-05-15 Thread Ganesh
Mr. David, Sorry for lengthier and ambiguous Question lists What i now asking is, What is the "event" parameter will pass for HScroll mouse click event into expose() function then how can i pass manually, ganesh ___ g

Re: gtk-2.8.17: combo box: width calculated incorrectly?

2006-05-15 Thread Yeti
On Mon, May 15, 2006 at 12:16:22PM +0200, Felix Kater wrote: > I am using gtk-2.8.17/win32. I've made a combo box with about 30 entries, > most just text, some lines like "**" (a > string of asterisks). > > At runtime when I open the box I've noticed that the comb

Re: HScroll bar Event...

2006-05-15 Thread Yeti
On Mon, May 15, 2006 at 03:18:59PM +0530, Ganesh wrote: > > I have been working with GTK+2.0 in an graphical application > ,now I am encountering with a problem, could any one solve my problem & > help me . > > The problem is as follows > > " In the databox(grid) afte

gtk-2.8.17: combo box: width calculated incorrectly?

2006-05-15 Thread Felix Kater
Hi, I am using gtk-2.8.17/win32. I've made a combo box with about 30 entries, most just text, some lines like "**" (a string of asterisks). At runtime when I open the box I've noticed that the combo box adds more extra space to the right of all lines than actual

HScroll bar Event...

2006-05-15 Thread Ganesh
Hello all, I have been working with GTK+2.0 in an graphical application ,now I am encountering with a problem, could any one solve my problem & help me . The problem is as follows " In the databox(grid) after zoomed in Y -axis(vertical position) then HScroll bar

libgnomecanvas under windows

2006-05-15 Thread ferri_marllo
Hi!! > I want to built an XY plot using libgnomecanvas under windows.. > Can anyone tell me where isit to download??And...where are exampleS?? ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-