| View previous topic :: View next topic |
| Author |
Message |
JeremyGiberson
Joined: 18 Feb 2006 Posts: 1
|
Posted: Sat Feb 18, 2006 11:27 pm Post subject: GtkMenubar shadow type |
|
|
I've been fumbling around with this darn widget trying to coerse it into submiting to my will. However, inspite of my effort's I cannot remove nor change the shadow type of the GtkMenubar.
I've tried
| Code: |
$_menubar->set_flags(Gtk::SHADOW_NONE);//as well as the other constant values available
$_menubar->set_property("shadow_type", Gtk::SHADOW_NONE);//no result here either
|
I miss the function call set_shadow_type(int shadow type); from phpgtk 1.
Any help here would be greatly appreciated. |
|
| Back to top |
|
 |
cweiske
Joined: 08 Dec 2005 Posts: 454 Location: Leipzig/Germany
|
|
| Back to top |
|
 |
|