Re: Can change appearance with gtk_handle_box_set_shadow_type



On Tuesday 25 Jun 2002, Christian Seberino wrote:

> Any other ideas?
menu = gtk_item_factory_get_widget(fabrique, "<Main>");
handle_menu = gtk_handle_box_new();
gtk_menu_bar_set_shadow_type(GTK_MENU_BAR(menu),
		    GTK_SHADOW_NONE);
gtk_handle_box_set_shadow_type(GTK_HANDLE_BOX(handle_menu),
	            GTK_SHADOW_NONE);
gtk_container_add(GTK_CONTAINER(handle_menu), menu);
> ...

That is my code. It works fine since I set the shadow_type of the menu bar.
-- 
jean-michel



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]