How can I find out the size of the arrow keys
in a Scrollbar?
On win32 I would use GetSystemMetrics(SM_CXHSCROLL)...
Thanks,
Thomas
How can I find out the size of the arrow keys
in a Scrollbar?
On win32 I would use GetSystemMetrics(SM_CXHSCROLL)...
Thanks,
Thomas
How can I find out the size of the arrow keys
in a Scrollbar?
On win32 I would use GetSystemMetrics(SM_CXHSCROLL)...
wxSystemSettings_GetSystemMetric(wxSYS_HSCROLL_ARROW_X)
--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!