OSDN Git Service

glade: wrap concrete elastic container/content
authorAndrew Chadwick <andrewc-git@piffle.org>
Sat, 17 Sep 2011 00:25:17 +0000 (01:25 +0100)
committerAndrew Chadwick <andrewc-git@piffle.org>
Sun, 2 Oct 2011 17:38:15 +0000 (18:38 +0100)
commitfef57f5daf328accab5546214be8a697dba2a428
treeb26d1ef70c06b56937152c4147a5cc4dcc0f46f1
parentf4c6205aaab3e019348a2ff643af7f23079b9ef3
glade: wrap concrete elastic container/content

Factor elastic containers and components out to their own module and add
a trivial ElasticWindow that can be built on later. Add the concrete
classes we have to the glade library, though it's mostly the expander /
window relationship we really care about.
12 files changed:
glade/icons/hicolor/16x16/actions/widget-mypaint-elastic-expander.png [new file with mode: 0644]
glade/icons/hicolor/16x16/actions/widget-mypaint-elastic-vbox.png [new file with mode: 0644]
glade/icons/hicolor/16x16/actions/widget-mypaint-elastic-window.png [new file with mode: 0644]
glade/icons/hicolor/22x22/actions/widget-mypaint-elastic-expander.png [new file with mode: 0644]
glade/icons/hicolor/22x22/actions/widget-mypaint-elastic-vbox.png [new file with mode: 0644]
glade/icons/hicolor/22x22/actions/widget-mypaint-elastic-window.png [new file with mode: 0644]
glade/mypaint_widgets.py
glade/mypaint_widgets.xml
gui/brushselectionwindow.py
gui/colorsamplerwindow.py
gui/elastic.py [new file with mode: 0644]
gui/layout.py