Searched refs:trough_border (Results 1 – 1 of 1) sorted by relevance
1404 gint trough_border = 0; in NWPaintGTKScrollbar() local1434 "trough_border", &trough_border, in NWPaintGTKScrollbar()1446 gint magic = trough_border ? 1 : 0; in NWPaintGTKScrollbar()1454 unsigned int sliderHeight = slider_width + (trough_border * 2); in NWPaintGTKScrollbar()1468 button12BoundRect.Move( stepper_size - trough_border, in NWPaintGTKScrollbar()1472 button11BoundRect.Move( trough_border, (scrollbarRect.GetHeight() - slider_width) / 2 ); in NWPaintGTKScrollbar()1478 …button22BoundRect.Move( stepper_size+(trough_border+1)/2, (scrollbarRect.GetHeight() - slider_widt… in NWPaintGTKScrollbar()1479 … button21BoundRect.Move( (trough_border+1)/2, (scrollbarRect.GetHeight() - slider_width) / 2 ); in NWPaintGTKScrollbar()1483 … button22BoundRect.Move( (trough_border+1)/2, (scrollbarRect.GetHeight() - slider_width) / 2 ); in NWPaintGTKScrollbar()1505 unsigned int sliderWidth = slider_width + (trough_border * 2); in NWPaintGTKScrollbar()[all …]