Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/
H A DSash.java47 final static int PAGE_INCREMENT = 9; field in Sash
215 int step = OS.GetKeyState (OS.VK_CONTROL) < 0 ? INCREMENT : PAGE_INCREMENT; in WM_KEYDOWN()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/
H A DSash.java48 private final static int PAGE_INCREMENT = 9; field in Sash
310 int stepSize = PAGE_INCREMENT; in sendKeyEvent()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/
H A DSash.java50 private final static int PAGE_INCREMENT = 9; field in Sash
297 int stepSize = PAGE_INCREMENT; in gtk_key_press_event()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DSash.java51 private final static int PAGE_INCREMENT = 9; field in Sash
322 int stepSize = PAGE_INCREMENT; in gtk_key_press_event()
/dports/graphics/gthumb/gthumb-3.10.1/gthumb/
H A Dgth-grid-view.c56 #define PAGE_INCREMENT 0.33 macro
804 PAGE_INCREMENT * page_size, in _gth_grid_view_configure_hadjustment()
828 PAGE_INCREMENT * page_size, in _gth_grid_view_configure_vadjustment()