Re: Visual Studio 2008 configuration for GTK+2.22

2011-03-21 Thread Lukas Kontenis
John's post looks very helpful if you'd like to develop using VS. On the other hand, I have used a PointGrey camera in a microscopy application, and found the bundled C++ code too hard to understand. There was even a notice about modified gtkmm libraries because something was not working properly,

Re: Visual Studio 2008 configuration for GTK+2.22

2011-03-21 Thread Lukas Kontenis
st\main.cpp(12) : error C2065: 'GtkBuilder' : > undeclared identifier > c:\documents and settings\administrator\my documents\visual studio > 2008\projects\gladetest\gladetest\main.cpp(12) : error C2065: 'builder' : > undeclared identifier > c:\documents and settings\ad

Re: Visual Studio 2008 configuration for GTK+2.22

2011-03-20 Thread Lukas Kontenis
I'm not sure if VS handles your file as C properly, it is not what's causing this particular problem, but still. I think your problem is due to the fact, that the XML file provided is in the "Libglade" format, whereas the sample code uses "GtkBuilder". So either produce a GtkBuilder version of the

Bug-like behaviour when updating the step size of a GtkSpinButton

2010-11-17 Thread Lukas Kontenis
Hi, I'm wondering whether this is a bug. When the step and page size of a GtkSpinButton are updated from the program, the subsequent value changes utilizing those increments are not consistent: 1. The value is changed by the correct amount (the newly set step) when using the GUI arrows or the mou

OpenGL drawing to widget actually draws in the whole window

2010-08-10 Thread Lukas Kontenis
Hi, I'm new to all of this, so maybe I'm doing something wrong. If I perfrom OpenGL drawing to a gl-capable widget, all of the drawing happens on the main window, replacing all the other widgets etc. It is as if the widget I'm drawing to was the window it self. Pixbuf drawin also behaves similary.