Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar3/graphics/Makefile.am
blob: a4f9629ec6367f75685f6b5f8dc589de0c753f8c (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              \
	palettemenu.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