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

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

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 combo box

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 ___

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 might not

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(avanzamento1){ avanzamento=(float)*(m-db-counter_shared)/(float)m-tot_pacchetti;

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

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

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

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

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

Re: avoiding relocations in type registration

2006-05-15 Thread Tim Janik
On Fri, 21 Apr 2006, Behdad Esfahbod wrote: On Fri, 21 Apr 2006, Tim Janik wrote: GType g_type_register_static_simple (GType parent_type, const gchar *type_name, guint16 class_size,

libgnomecanvas fon windows

2006-05-15 Thread ferri_marllo
Hi!! I want to buildf an XY plot using libgnomecanvas under windows.. Can anyone tell me where isit to download??And...where are exampleS?? Thanks a lot ___ gtk-devel-list mailing list gtk-devel-list@gnome.org

Re: libgnomecanvas fon windows

2006-05-15 Thread Jody Goldberg
On Mon, May 15, 2006 at 10:58:04AM +0200, [EMAIL PROTECTED] wrote: Hi!! I want to buildf an XY plot using libgnomecanvas under windows.. Can anyone tell me where isit to download??And...where are exampleS?? libgoffice is based on foocanvas (same interface as gnomecanvas) and has tools for

Re: Concerns about print preview implementation

2006-05-15 Thread Alexander Larsson
(replying via cut and paste from archives due to mail loss) Hi, looking at the previous mails about print preview it seems people are oriented toward using an external viewer for print previewing. However we still think this is a bad idea for several reasons. Interesting viewpoint,

Re: Concerns about print preview implementation

2006-05-15 Thread Paolo Maggi
Hi, * launching an external app could be slow and memory greedy, especially if the viewer has to render the whole document (which could be big, include images, etc.) Why would an external app be slower, greedier, whatever than an in-memory approach? They both would do about the same

Re: Concerns about print preview implementation

2006-05-15 Thread John Ehresman
Alexander Larsson wrote: This does complicate the API a bit though. For instance, I'm not sure how easy that would be to do with the win32 native dialogs. I don't think there's anything in principle that makes this difficult on Windows. A couple of thoughts: * It is a win for the user who

Re: Signal handler bug in GTK?

2006-05-15 Thread Federico Mena Quintero
On Sun, 2006-05-14 at 23:48 +0200, Sander Marechal wrote: On line 904 I call cfg_load(). This function is at line 550. The signals seem to be emitted from that function, in a call to gtk_file_chooser_set_filename() on line 631. After cfg_load() returns I call glade_xml_signal_autoconnect()

Re: Concerns about print preview implementation

2006-05-15 Thread Paolo Borelli
* As explained many times when evince was created, the evince UI is so neat because it was thought with a clear use case in mind: multipages documents in portrait mode. However not all gtk apps that do printing are document oriented: think of CAD apps, image editors and probably others:

Re: Concerns about print preview implementation

2006-05-15 Thread Roger Leigh
Paolo Maggi [EMAIL PROTECTED] writes: [I'm one of the developers of the Gimp-Print/Gutenprint printer drivers, and I'm pretty familiar with the UNIX/Linux printing toolchain.] looking at the previous mails about print preview it seems people are oriented toward using an external viewer for

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

Re: Concerns about print preview implementation

2006-05-15 Thread Dimi Paun
On Mon, May 15, 2006 2:09 pm, Roger Leigh wrote: This is very true. However, a preview is supposed to be a preview of what will be printed. By generating the complete PDF print file, we get to see exactly what would be printed, not just what the preview code would generate. If you don't

Re: [patch] Print Preview

2006-05-15 Thread Albert Chin
On Sat, May 13, 2006 at 10:17:15AM +0200, Murray Cumming wrote: On Fri, 2006-05-12 at 19:37 -0500, Albert Chin wrote: On Thu, May 11, 2006 at 09:07:16PM -0400, John (J5) Palmieri wrote: * --preview flag for evince which adds a print button and other print preview niceties. Will there

Re: Signal handler bug in GTK?

2006-05-15 Thread Sander Marechal
Federico Mena Quintero wrote: The file chooser loads folders asynchronously. So, when you call gtk_file_chooser_set_filename(), it will 1. queue an operation to load the folder corresponding to your file 2. go back to the main loop 3. once the folder is loaded, it will actually select the

mbox for Developer Archives

2006-05-15 Thread SKSowe
Hi all, Can anyone help or direct me to where I can obtain MBOX archives for the gtk-devel-list for research purpose ONLY. Regards -- Sulayman K. Sowe Aristotle University of Thessaloniki Department of Informatics Thessaloniki 54124. Greece Tel: 2310-991927 Fax: 2310-998419 Dept. URL:

Re: mbox for Developer Archives

2006-05-15 Thread Mart Raudsepp
On Mon, 2006-05-15 at 18:58 +0300, SKSowe wrote: Hi all, Can anyone help or direct me to where I can obtain MBOX archives for the gtk-devel-list for research purpose ONLY. Regards http://mail.gnome.org/archives/gtk-devel-list/ has downloadable versions for each month that import fine as mbox