tuikit/layouts/layout.py
changeset 114 26c02bd94bd9
parent 93 c1e79acb9fcb
child 115 b4ff7392003a
--- a/tuikit/layouts/layout.py	Wed Sep 03 21:56:20 2014 +0200
+++ b/tuikit/layouts/layout.py	Sun Feb 15 12:48:23 2015 +0100
@@ -6,7 +6,7 @@
     def add(self, widget):
         self._managed_widgets.append(widget)
 
-    def resize(self):
+    def update(self):
+        """Rearrange managed widgets."""
         pass
 
-