Re: Hide the Border of Notebook and scrolled window widget



Hi,

sadhees kumar wrote:
hi Friends,
I want to hide the border of notebook and scrolled window. For that i tried with the following function,
 gtk_notebook_set_show_border(notebook,FALSE);
but, i didn't get the success. Is there any possibility to hide those borders?
 Thanks in advance
 Regards,
K.Sadheeskumar

try gtk_scrolled_window_set_shadow_type()

http://developer.gnome.org/doc/API/2.0/gtk/GtkScrolledWindow.html#gtk-scrolled-window-set-shadow-type

Stefan



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