Re: toolbar relief style



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]