Re: GtkNotebook bevel border



Paul Wellner Bou wrote:

> I am trying to get rid of the bevel border of GtkNotebook with tabs
> enabled in any way. [...] Is there any workaround/hack to change the
> border appearance of the GtkNotebook anyhow?

A workaround (the tabs will look a bit different):

style "mystyle" = "default"
{
    GtkNotebook::tab-overlap = 1
    GtkNotebook::tab-curvature = 0
    GtkNotebook::focus-line-width = 4
    xthickness = 0
    ythickness = 0
}
widget "Widget.Path.GtkNotebook" style "mystyle"

Do not append "*" or ".*" after GtkNotebook.


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