From: Masao M. <mu...@hi...> - 2002-08-27 02:11:59
|
Hi, On Mon, 26 Aug 2002 14:35:31 -0400 CRIBBSJ <CR...@oa...> wrote: > Hi, I am attempting to call the set_shadow_type for a menubar and it does > not work. > However, in my Gtk+ book, it appears that this IS a method of menubar. What > am I doing wrong? Gtk::MenuBar#set_shadow_type has not implemented yet. It's implementation was very easy, so I implemented it and check-in to CVS. You can use it as follows. mbar = Gtk::MenuBar.new mbar.set_shadow_type(Gtk::SHADOW_ETCHED_OUT) Regards, Masao. -- .:% Masao Mutoh<mu...@hi...> |