Go to file
Daniel Juyung Seo aff6601a7e README: Fixed a typo. 2013-01-10 01:19:45 +09:00
data autotools: fixed data installation directories. 2013-01-05 16:47:32 +09:00
m4 autotools: adopted autotools. 2013-01-05 14:55:27 +09:00
src widget: removed unused parameters in separator. 2013-01-10 01:14:39 +09:00
.gitignore .gitignore: updated git ignore. 2013-01-05 16:49:32 +09:00
AUTHORS autotools: adopted autotools. 2013-01-05 14:55:27 +09:00
COPYING autotools: adopted autotools. 2013-01-05 14:55:27 +09:00
ChangeLog autotools: adopted autotools. 2013-01-05 14:55:27 +09:00
INSTALL autotools: adopted autotools. 2013-01-05 14:55:27 +09:00
Makefile.am autotools: adopted autotools. 2013-01-05 14:55:27 +09:00
NEWS autotools: adopted autotools. 2013-01-05 14:55:27 +09:00
README README: Fixed a typo. 2013-01-10 01:19:45 +09:00
TODO TODO: updated 2013-01-05 14:23:09 +09:00
autogen.sh autotools: adopted autotools. 2013-01-05 14:55:27 +09:00
configure.ac autotools: fixed data installation directories. 2013-01-05 16:47:32 +09:00

README

elm-theme-viewer
===============================================================================
Author: Daniel Juyung Seo (SeoZ)

Elm Theme Viewer is an EFL(Enlightenment Foundation Libraries) elementary
widget preview program. It lists all widgets and styles from the theme.  It
actually creates widgets with a proper code.

Usage:
   $ elm_theme_viewer

It loads default theme (default.edj from /usr/local/share/elementary/themes) by
default. You can see the preview of other themes with the following instruction.

Usage2:
   $ elm_theme_viewer ./darkness.edj

This is a very useful program for elementary application programmers, elementary
theme creators, and elementary widget developers.