< prev index next >

src/windows/native/sun/windows/awt_Scrollbar.h

Print this page
rev 12527 : 8165543: Better window framing
Reviewed-by: serb

@@ -75,10 +75,12 @@
 
     virtual MsgRouting HandleEvent(MSG *msg, BOOL synthetic);
 
     INLINE virtual BOOL IsScrollbar() { return TRUE; }
 
+    static void _SetLineIncrement(void *param);
+    static void _SetPageIncrement(void *param);
     // invoked on Toolkit thread
     static void _SetValues(void *param);
 
 private:
     UINT          m_orientation; /* SB_HORZ or SB_VERT */
< prev index next >