Sha256: cfcb94cfa3c6f6eab55761e4df8108028afe6c4da7c83ac3696b3815c50ef5a6
Contents?: true
Size: 472 Bytes
Versions: 222
Compression:
Stored size: 472 Bytes
Contents
/* style_property.rc - Ruby/GTK sample rc file for style_property.rb. Copyright (c) 2004 Ruby-GNOME2 Project Team This program is licenced under the same licence as Ruby-GNOME2. $Id: style_property.rc,v 1.1 2004/01/25 15:52:38 mutoh Exp $ */ style "test-default" { bg[NORMAL] = { 0.80, 0.80, 0.40 } MyButton::focus-line-width = 3 MyButton::focus-line-pattern = "\10\2" MyButton::foo = 30 MyButton::bar = boat } class "MyButton" style "test-default"
Version data entries
222 entries across 222 versions & 2 rubygems