After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 107673 - Non-opaque Paned resizing
Non-opaque Paned resizing
Status: RESOLVED WONTFIX
Product: gtk+
Classification: Platform
Component: Widget: Other
2.2.x
Other All
: Normal enhancement
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2003-03-05 21:13 UTC by Luis Oliveira
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
initial patch (1.89 KB, patch)
2003-03-05 21:15 UTC, Luis Oliveira
none Details | Review

Description Luis Oliveira 2003-03-05 21:13:06 UTC
The discussion started here:
http://mail.gnome.org/archives/gtk-devel-list/2003-March/msg00011.html

The idea is to add a new property to GtkPaned, the ability to make the
resizing non-opaque.

The reason is that opaque resizing is not a good idea for example in:
  - slow computers
  - slow displays (eg: an handheld's framebuffer)
  - low power devices (this opaque resizing is quite cpu intensive, not
    good for handhelds)
  - etc..

An initial patch is available, but a few things are missing:
  - an XOR'ed line like GtkPaned's used to have in gtk+-1.2
  - change to the gtktest program to show this property
  - a GtkSettings something like Owen suggested, I have to investigate this
Comment 1 Luis Oliveira 2003-03-05 21:15:03 UTC
Created attachment 14799 [details] [review]
initial patch
Comment 2 Owen Taylor 2003-05-20 02:24:42 UTC
I'm going to WONTFIX here; if you really feal strongly, 
reopen and I'll move to the future milestone.

The patch would have to be redone to:

 A) Add a single GtkSetting, something like gtk-disable-animations
 B) Restore the XOR line from older versions of GTK+