Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics/Makefile.am
blob: 75538fdbe270e7ec636d2a7cd16dc38dfe735eae (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		\
	animator.py		\
	icon.py			\
	iconbutton.py          	\
	canvasicon.py		\
	color.py		\
	combobox.py		\
	font.py			\
	frame.py		\
	menu.py			\
	menushell.py		\
	notebook.py		\
	roundbox.py		\
	panel.py		\
	popup.py		\
	popupcontext.py		\
	snowflakebox.py		\
	spreadbox.py		\
	toggletoolbutton.py	\
	toolbar.py		\
	toolbox.py		\
	toolbutton.py		\
	units.py		\
	window.py		\
	xocolor.py