Re: flat buttons



"Sergei O. Naoumov" wrote:
> 
> Hi!
> I was wondering whether it is possible to make gtk buttons flat. What
> it means is that I do not want beveled edges. Can this be done? I
> remember hearing something about it a while ago.
> 

If you look at the GtkButton.h header file, you'll notice the
function gtk_button_set_relief. Calling this function with the
argument GTK_RELIEF_NONE gives you a "flat" button a la Microsoft
Windows and Netscape.

Regards,

Tom



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