bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#20182: 24.4.91; [GTK3] Vertical scroll bar is "indented" from right


From: Jan D.
Subject: bug#20182: 24.4.91; [GTK3] Vertical scroll bar is "indented" from right edge of frame
Date: Tue, 24 Mar 2015 17:16:45 +0100

> 24 mar 2015 kl. 11:51 skrev martin rudalics <rudalics@gmx.at>:
> 
> > 16 was the hardcoded width for Gtk2.
> 
> Does that mean gtk_widget_style_get is broken for Gtk2?

It means that the width it returns is 16.

> 
> > You can #ifdef it.
> 
> Like
> 
> #if (! GTK_CHECK_VERSION (3, 0, 0)
>  if (w < 16) w = 16;
> #endif
> 

Yes, or 
#ifndef HAVE_GTK3
...

        Jan D.







reply via email to

[Prev in Thread] Current Thread [Next in Thread]