Re: toolbar relief style
- From: Torsten Schoenfeld <kaffeetisch gmx de>
- To: gtk-perl-list gnome org
- Subject: Re: toolbar relief style
- Date: Tue, 17 May 2011 22:44:18 +0200
On 17.05.2011 22:15, Dave M wrote:
Gtk2::Toolbar has a "relief-style" property, does that work?
$toolbar->set(relief_style => 'none');
Unfortunately not:
*** unhandled exception in callback:
*** type Gtk2::Toolbar does not support property 'relief_style' at ...
Ah, right, it's called "button-relief" and is actually a style property.
And these can can only be set via the rc file machinery. I don't have
an example for that handy. But note that style properties are usually
considered theme territory which a normal application shouldn't need to
enter.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]