Re: Mem leak in pixbuf engine

2005-11-01 Thread Nickolay V. Shmyrev
В Пнд, 31/10/2005 в 17:46 +0100, Detlef Reichl пишет: > Hi, > > i think i found a pixmap leak in the pixbuf engine. The following small > program simply shows an continually updated progressbar. I also tried it > with other widgets, but it seems to be a progressbar problem. > > If i watch it in x

Re: transient windows on win32

2005-11-01 Thread Tim Evans
Tor Lillqvist wrote: [...] On X11 the color selector dialog also is only decorated with a "close" button, it can't be minimized or maximized. Any idea how to achieve this on Win32, too? The code I use for dialogs under win32 does this using gdk_window_set_decorations. The actual code that I u

Re: transient windows on win32

2005-11-01 Thread Tor Lillqvist
Now finally answering the actual message from Sep 4th... Charles Reilly writes: > The trivial problem was that gdk_window_set_skip_taskbar_hint set the > window owner. This overwrote the window owner set by > gdk_window_set_transient_for. (I guess this was deliberate, since > transients didn

Re: transient windows on win32

2005-11-01 Thread Tor Lillqvist
Sorry again for taking so long... but now I am looking more closely into this. One question: > +// are minimized. The gdk_window_win32_restore_transients function > +// reattaches owned windows to their owner when the owner is restored. I don't see any such function, is this comment talking ab

Re: canvas notes

2005-11-01 Thread Juhana Sadeharju
Hello. I did read this nearly two months old discussion. It would be nice to have one scenegraph. Such scenegraph can handle both 3D and 2D. See modern game engines how they handle 3D and 2D renderings. GTK already has a some sort of scenegraph built-in, because one can trace all widgets startin

Re: Ok or Close on error message? HIG and gtk api code example seem to say different things

2005-11-01 Thread Matthias Clasen
On Tue, 2005-11-01 at 14:28 +0100, lupus wrote: > the code example says Close > > http://developer.gnome.org/doc/API/2.0/gtk/GtkMessageDialog.html#gtk-message-dialog-new > > But the HIG seems to say OK > > http://developer.gnome.org/projects/gup/hig/2.0/windows-alert.html#alerts-error > > Whic

Ok or Close on error message? HIG and gtk api code example seem to say different things

2005-11-01 Thread lupus
the code example says Close http://developer.gnome.org/doc/API/2.0/gtk/GtkMessageDialog.html#gtk-message-dialog-new But the HIG seems to say OK http://developer.gnome.org/projects/gup/hig/2.0/windows-alert.html#alerts-error Which one is correct? Or isn't GTK trying to follow HIG? lupusBE (Kri