Re: VC8 and GTK development

2007-12-03 Thread ole . nielsby
Jernej Simonèiè wrote: > You might be interested in this project: > > > It's GTK+ and the GIMP compiled with VS2005 > and 2008. I sure am. I think this deserves a direct link in , as a supplement to the VC5 or 6 recommendatio

Re: VC8 and GTK development

2007-12-03 Thread Jernej Simončič
On Mon, 3 Dec 2007 20:34:03 +0100 (CET), [EMAIL PROTECTED] wrote: > So, can I compile GTK/win32 into a static library with VC8 Express > and use that? And what are the exact requirements for this? Or > should I rather use precompiled libraries? If I do that, I obvously > must be careful not to mal

Re: VC8 and GTK development

2007-12-03 Thread Tor Lillqvist
> But the GTK site says I shouldn't use VC>6 with GTK unless I know > what I am doing - this has to do with the GTK/win32 runtime libraries > being tied to the VC6 runtime if I understand right. Well, they use the msvcrt.dll runtime. Although VC6 was the last Microsoft compiler to support building

VC8 and GTK development

2007-12-03 Thread ole . nielsby
Sorry if this has been up before - I just subsrcibed and don't know a way to browse old threads. I have a VC8 wxWidgets project that I want to change to GTK (not the GTK wxWidgets but GTK as such.) I managed to compile the framework-independent parts of my project with MinGW/CodeBlocks and lin

Ordinary GTK button in menubar

2007-12-03 Thread Enno Fennema
Apart from gtk_menu_items that pop up submenus I would like an ordinary button in the menubar, which when clicked performs an action. I can connect a handler to a gtk_menu_item but then I need two clicks on it to call the handler once (some select/deselect or activate/deactivate ?? ). Can anyone

Re: Container performance

2007-12-03 Thread Tristan Van Berkom
On Dec 1, 2007 10:57 AM, Junior Polegato - GTK+ & GTKmm < [EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] escreveu: > > On 12/1/07, digicapt - gtk dev <[EMAIL PROTECTED]> wrote: > > > >> If you try following code, you'll see that filling a container with > 4000 > >> entries (first button) is about 2

Swfdec Flash play issue in Mozilla browser with DirectFb

2007-12-03 Thread Sreenivas Chowdary
Hi, I am facing an issue for providing Flash play support for mozilla over DirectFb. I built Firefox with DirectFb backend. I built swfdec-0.5.4 with DirectFb support. I built swfdec-mozilla-0.5.4 by removing X dependencies. After launching firefox If flash file is there in URL then it is playing

Re: GDK_POINTER_MOTION_HINT_MASK has no effect

2007-12-03 Thread jcupitt
Last post on this I swear, but I thought of another simple improvement. GTK performs expose event compression, that is, when it sends an expose to your program, the expose is the union of all the expose events which the window system generated since your app last saw expose. GTK computes the small