comparison src/cagou.kv @ 13:12a189fbb9ba

widget handler first draft: This widget handle other widgets location and size. It is currently loosely inspired from Blender's UI, and the implementation is currenlty naïve. It should be updated in the future to have a behaviour more close to Blender one.
author Goffi <goffi@goffi.org>
date Fri, 08 Jul 2016 20:18:43 +0200
parents 30f6586f904b
children 21a432afd06d
comparison
equal deleted inserted replaced
12:30f6586f904b 13:12a189fbb9ba
14 # You should have received a copy of the GNU Affero General Public License 14 # You should have received a copy of the GNU Affero General Public License
15 # along with this program. If not, see <http://www.gnu.org/licenses/>. 15 # along with this program. If not, see <http://www.gnu.org/licenses/>.
16 16
17 #:include profile_manager.kv 17 #:include profile_manager.kv
18 #:include contact_list.kv 18 #:include contact_list.kv
19 #:include widgets_handler.kv
19 #:include cagou_widget.kv 20 #:include cagou_widget.kv
20 #:include widget_selector.kv 21 #:include widget_selector.kv