[cairo-commit] cairo-gtk-engine/theme/caligula-swirly .cvsignore, NONE, 1.1 Makefile.am, NONE, 1.1 gtkrc, NONE, 1.1

Carl Worth commit at pdx.freedesktop.org
Thu Feb 10 12:44:36 PST 2005


Committed by: cworth

Update of /cvs/cairo/cairo-gtk-engine/theme/caligula-swirly
In directory gabe:/tmp/cvs-serv453/theme/caligula-swirly

Added Files:
	.cvsignore Makefile.am gtkrc 
Log Message:

        * theme/caligula-grassy/gtkrc:
        * theme/caligula-sketchy/gtkrc:
        * theme/caligula-swirly/gtkrc: Add three separate themes for
        selecting each of the available button styles.

        * src/caligula-style.c (caligula_draw_box): Use parsed
        drawing-style rather than randomly styled buttons.

        * src/caligula-rc-style.c (caligula_rc_style_parse_drawing_style)
        (caligula_rc_style_parse, caligula_rc_style_merge): Add parsing
        code, (just a single drawing-style parameter so far).


--- NEW FILE: .cvsignore ---
Makefile
Makefile.in

--- NEW FILE: Makefile.am ---
themedir = $(datadir)/themes/Caligula-swirly/gtk-2.0
theme_DATA = gtkrc 

EXTRA_DIST = \
	$(theme_DATA)

--- NEW FILE: gtkrc ---
style "caligula-swirly"
{
    GtkWidget::draw-border = { 10, 10, 10, 10 }

    engine "caligula"
    {
	drawing-style = swirly
    }
}

class "GtkButton" style "caligula-swirly"




More information about the cairo-commit mailing list