Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar3/graphics/Makefile.am
blob: a298a3226df898609862d46dd3f2d0da6f7f0185 (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
28
sugardir = $(pythondir)/sugar3/graphics
sugar_PYTHON =              \
	alert.py                \
	animator.py             \
	colorbutton.py          \
	combobox.py             \
	iconentry.py            \
	icon.py                 \
	__init__.py             \
	menuitem.py             \
	notebook.py             \
	objectchooser.py        \
	palettegroup.py         \
	palette.py              \
	palettemenuitem.py	\
	palettewindow.py        \
	panel.py                \
	radiopalette.py         \
	radiotoolbutton.py      \
	style.py                \
	toggletoolbutton.py     \
	toolbarbox.py           \
	toolbox.py              \
	toolbutton.py           \
	toolcombobox.py         \
	tray.py                 \
	window.py               \
	xocolor.py