diff --git a/TODO.xml b/TODO.xml index 0e1e88ca4..b75e09b1a 100644 --- a/TODO.xml +++ b/TODO.xml @@ -561,6 +561,34 @@ gtk-devel-list@redhat.com + + pseudo-MDI Widget + +

+ 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. +

+
+ gtk-devel-list@redhat.com +
+ + + Icon List Widget + +

+ A simple icon list widget, suitable for creating a file selector or + the like. +

+
+ gtk-devel-list@redhat.com +
Dock widget