Home
last modified time | relevance | path

Searched refs:buttonWidth (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx1722 gint buttonWidth; in NWGetScrollButtonRect() local
1736 buttonWidth = slider_width + 2 * trough_border; in NWGetScrollButtonRect()
1741 buttonWidth = stepper_size + trough_border + stepper_spacing; in NWGetScrollButtonRect()
1754 buttonWidth *= nFirst; in NWGetScrollButtonRect()
1755 buttonWidth -= 1; in NWGetScrollButtonRect()
1767 buttonWidth *= nSecond; in NWGetScrollButtonRect()
1768 buttonRect.setX( aAreaRect.Left() + aAreaRect.GetWidth() - buttonWidth ); in NWGetScrollButtonRect()
1772 buttonRect.SetSize( Size( buttonWidth, buttonHeight ) ); in NWGetScrollButtonRect()

Completed in 36 milliseconds