Home
last modified time | relevance | path

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

/dports/games/neverball/neverball-1.6.0/share/
H A Dgui.h34 #define GUI_W 8 macro
38 #define GUI_NW (GUI_N | GUI_W)
39 #define GUI_SW (GUI_S | GUI_W)
H A Dgui.c266 X[1] = x + ((f & GUI_W) ? borders[0] : 0); in gui_geom_rect()
354 X[0] = x + ((f & GUI_W) ? borders[0] : 0); in gui_geom_image()
/dports/x11/imwheel/imwheel-1.0.0pre12/
H A Dcfg.c22 #define GUI_W 200 macro
202 JAXfillrectangle(jax,0,0,MAX_SCALE_W+GUI_W,MAX(GUI_H,MAX_SCALE_H)); in handle_expose()
240 MAX_SCALE_W+GUI_W,MAX(MAX_SCALE_H,GUI_H), in cfg()
308 w=GUI_W-name_w; in cfg()
320 w=GUI_W; in cfg()
336 w=GUI_W/2; in cfg()
543 w=GUI_W-name_w; in PickWindow()
/dports/games/manaplus/manaplus-2.1.3.17/src/input/pages/
H A Dgui.cpp191 InputAction::GUI_W,
/dports/games/manaplus/manaplus-2.1.3.17/src/enums/input/
H A Dinputaction.h330 GUI_W, in enumStart()
/dports/games/manaplus/manaplus-2.1.3.17/src/gui/widgets/
H A Dtextfield.cpp583 case InputAction::GUI_W: in handleCtrlKeys()