diff options
author | Havoc Pennington <hp@src.gnome.org> | 2000-03-27 23:40:04 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2000-03-27 23:40:04 +0000 |
commit | 43c05caef2ca3e8e55381225e8b3554a2ec8459c (patch) | |
tree | 489294ca2e200cbee7c623892aa7d1dcde072986 /TODO.xml | |
parent | c773e6e0bcf1966f7778ac55c720ffe53100e948 (diff) | |
download | gtk+-43c05caef2ca3e8e55381225e8b3554a2ec8459c.tar.gz |
Add MDI thing and icon list
Diffstat (limited to 'TODO.xml')
-rw-r--r-- | TODO.xml | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -561,6 +561,34 @@ <contact>gtk-devel-list@redhat.com</contact> </entry> + <entry size="big" status="0%" target="> 1.4"> + <title>pseudo-MDI Widget</title> + <description> + <p> + Add a widget that lets you rearrange various views (similar to many + IDEs, like Visual SlickEdit or JBuilder). Basically there should be a + central slot and 4 slots around the sides; each slot holds one or more + views. If two views are dropped in the same slot, then a notebook is + created displaying both views. If a view is dropped outside the + application window, it becomes a standalone window. It should be + possible to restrict whether a view can be dropped on the sides, + horizontal/vertical sides only, in the central content area, or in + any of those places. + </p> + </description> + <contact>gtk-devel-list@redhat.com</contact> + </entry> + + <entry size="medium" status="0%" target="> 1.4"> + <title>Icon List Widget</title> + <description> + <p> + A simple icon list widget, suitable for creating a file selector or + the like. + </p> + </description> + <contact>gtk-devel-list@redhat.com</contact> + </entry> <entry size="medium" status="0%" target="> 1.4"> <title>Dock widget</title> |