Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/graphics/Makefile.am
blob: 0a3a84674829213e4df57e33e7785d47d4d8a5a7 (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
sugardir = $(pythondir)/sugar/graphics
sugar_PYTHON =			\
	__init__.py		\
        alert.py                \
	animator.py		\
	combobox.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