Re: sizeGroup in a table...

2008-11-18 Thread z . pekar
thank you!!! it did work! the only problem I still have is related to motion_notify_event of the canvas. Triangles on the rulers that show mouse pointer position function as expected only if the scrollbars are in their initial positions, but if I scroll down the vertical scrollbar the triangle on

sizeGroup in a table...

2008-11-17 Thread z . pekar
Hi, I have problems packing widgets into a table using sizeGroup. Here I try to pack 2 gtkRulers around a scrolled window, so that rulers cover only scrolled window's container and not the scrollbars (like in gimp), I try to achieve this by putting rulers in the same sizeGroup with scrolled

Re: sizeGroup in a table...

2008-11-17 Thread z . pekar
On Mon, Nov 17, 2008 at 6:55 PM, Tristan Van Berkom [EMAIL PROTECTED] wrote: On Mon, Nov 17, 2008 at 10:59 AM, [EMAIL PROTECTED] wrote: Hi, I have problems packing widgets into a table using sizeGroup. Here I try to pack 2 gtkRulers around a scrolled window, so that rulers cover only

vtk + gtk - out of border bug

2008-06-24 Thread z . pekar
Hi, 2 attached c++ files show implementation of vtk binding to gtk (based on gtkglext) - I was told that there vtk simply draws into a gtk widget. On windows (linux works fine) I get problems with resizing app's window containing this vtkGtk widget (see attached image - red arrow) - vtk stuff gets

goocanvas and gtkDialog conflict?

2008-05-21 Thread z . pekar
Hi, I have 2 callback functions, first of them remove previously created ellipse from a goocanvas, 2nd function creates that ellipse and places it on the canvas. Everything works just fine if I remove(or not let it pop up by pressing right mouse button) the GtkDialog widget (lines 34-47). Once

Re: gtk canvas?

2008-04-09 Thread z . pekar
according to the list you've provided goocanvas and ccc are only candidates for being the Gtk+ canvas shouldn't one of them be taken for long term support projects? On Wed, Apr 9, 2008 at 9:51 PM, Emmanuele Bassi [EMAIL PROTECTED] wrote: On Wed, 2008-04-09 at 19:06 +0200, Giovanni Funchal

Re: Jerky window resizing in Windows GTK app

2008-03-27 Thread z . pekar
Does it mean, that it is a bug in GTK+? if yes - should we make a bug report somewhere? -- Forwarded message -- From: Ian Puleston [EMAIL PROTECTED] Date: Tue, Mar 25, 2008 at 3:55 AM Subject: RE: Jerky window resizing in Windows GTK app To: gtk-list@gnome.org Hi again, OK, I

Re: Jerky window resizing in Windows GTK app

2008-03-25 Thread z . pekar
I have exactly the same problem. Check the screenshot in attachment. On Mon, Mar 24, 2008 at 10:40 AM, Tor Lillqvist [EMAIL PROTECTED] wrote: Is this a known/normal problem with GTK in Windows, and if so is there any known workaround for it? I would say that is not expected, at least

vtk and gtk threads...

2008-03-11 Thread z . pekar
Hi, I have a gtk/vtk program that uses vtkgtk package - vtkgtk.sf.net, that itself uses gtkglext... So I use an additional thread to make some computation and apply changes on renderer, and every second I render the image to the screen like this: // render the image

strange error in windows...

2008-02-15 Thread z . pekar
Hi all, I have a program that works fine in Linux but has following error in Windows: Error: ChoosePixelFormat failed. (see attached screenshot). What could it be? thank you in advance! attachment: err.jpg___ gtk-list mailing list gtk-list@gnome.org

xml parser...

2008-02-14 Thread z . pekar
could smb. please point on an example of using glib's simple xml subset parser ( http://library.gnome.org/devel/glib/stable/glib-Simple-XML-Subset-Parser.html )? or send me one to [EMAIL PROTECTED] ... thank you very much ___ gtk-app-devel-list mailing

Gnome photo kiosk program

2008-01-27 Thread z . pekar
I would like to sponsor(budget ca. 800-900$) a new open source (GPL) linux project - gkiosk. It should be a Gnome photo kiosk program, smth. like this: http://xkiosk2.sourceforge.net/ - this program could/should be used as a start point. things to add: 1) basic image edit functions, like (rotate,

#include gtk/gtkgl.h

2007-12-29 Thread z . pekar
I need to compile a program that uses this library gtk/gtkgl.h under Windows (for linux everything works just fine) - does anybody has (know where to get) a .dll for it? thank you in advance ___ gtk-list mailing list gtk-list@gnome.org

thread initialization

2007-12-28 Thread z . pekar
I have following thread initialization routine: if (!g_thread_supported()) { g_thread_init(NULL); gdk_threads_init(); // Called to initialize internal mutex gdk_threads_mutex. } else { g_print(Error: g_thread not supported.\n);

problems with gtk pointers

2007-12-26 Thread z . pekar
Hi, I have strange problem with gtk+. I create 3 boxes with a label and an image for 3 buttons(and save their pointers in a Gui class to retrieve later if needed) absolutely equally but only the first one (Start button) is really displayed the rest 2 are not, I have checked their pointers and

problems with gtk pointers

2007-12-26 Thread z . pekar
Hi, I have strange problem with gtk+. I create 3 boxes with a label and an image for 3 buttons(and save their pointers in a Gui class to retrieve later if needed) absolutely equally but only the first one (Start button) is really displayed the rest 2 are not, I have checked their pointers and