В Пнд, 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
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
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
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
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
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
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