Re: Can change appearance with gtk_handle_box_set_shadow_type



On Monday 24 Jun 2002, Christian Seberino wrote:
> I'm trying to change the appearance of a handle box
> (that happens to hold a menu bar).


> Here is my line that doesn't seem to do anything...

>    gtk_handle_box_set_shadow_type(GTK_HANDLE_BOX(MenuBar::handleBox), GTK_SHADOW_ETCHED_IN);

> Is this correct and why does no value for last argument
> seem to make a difference?

Did you set the shadow_type of your menu bar ?

gtk_menu_bar_set_shadow_type(GTK_MENU_BAR(menu), GTK_SHADOW_blah);
gtk_handle_box_set_shadow_type(GTK_HANDLE_BOX(handle_menu), 
		GTK_SHADOW_blah);

		
	
-- 
jean-michel



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