Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/graphics/Makefile.am
blob: c4d5e61a673909bb63fd16985f9da8be05ee8143 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
sugardir = $(pythondir)/sugar/graphics
sugar_PYTHON =			\
	__init__.py		\
        alert.py                \
	animator.py		\
	canvastextview.py	\
	combobox.py		\
	colorbutton.py		\
	entry.py		\
	icon.py			\
	iconentry.py          	\
	menuitem.py		\
	notebook.py		\
	objectchooser.py	\
	radiotoolbutton.py	\
	palette.py		\
	palettegroup.py		\
	panel.py		\
	roundbox.py		\
	style.py		\
	toggletoolbutton.py	\
	toolbox.py		\
	toolbutton.py		\
	toolcombobox.py		\
	tray.py			\
	window.py		\
	xocolor.py