Home
last modified time | relevance | path

Searched refs:V_MARGIN (Results 1 – 22 of 22) sorted by path

/dports/editors/nedit/nedit-5.7/source/
H A DwindowTitle.c978 #define V_MARGIN 5 in createEditTitleDialog() macro
1013 XmNtopOffset, V_MARGIN, in createEditTitleDialog()
1030 XmNtopOffset, V_MARGIN, in createEditTitleDialog()
1225 XmNtopOffset, V_MARGIN, in createEditTitleDialog()
1242 XmNleftOffset, V_MARGIN, in createEditTitleDialog()
1244 XmNrightOffset, V_MARGIN, in createEditTitleDialog()
1366 XmNtopOffset, V_MARGIN, in createEditTitleDialog()
1367 XmNbottomOffset, V_MARGIN, in createEditTitleDialog()
/dports/editors/pico-alpine/alpine-465e23b/alpine/
H A Dconfscroll.c1587 || (*cl)->var == &ps->vars[V_MARGIN]){ in text_toolit()
5338 else if(var == &ps->vars[V_MARGIN]){ in fix_side_effects()
H A Dsetup.c345 || vtmp == &ps->vars[V_MARGIN] in option_screen()
/dports/editors/pico-alpine/alpine-465e23b/pith/
H A Dconf.c2210 set_current_val(&vars[V_MARGIN], TRUE, TRUE); in init_vars()
7932 case V_MARGIN : in config_help()
H A Dconf.h252 #define VAR_MARGIN vars[V_MARGIN].current_val.p
253 #define GLO_MARGIN vars[V_MARGIN].global_val.p
H A Dconftype.h111 , V_MARGIN enumerator
/dports/games/xboard-devel/xboard-f49e7e1/
H A Dengineoutput.h48 #define V_MARGIN 2 macro
/dports/games/xboard-devel/xboard-f49e7e1/winboard/
H A Dwchat.c74 #define V_MARGIN 5 macro
123 …SetControlPos( hDlg, IDC_Clear, maxControlWidth+H_MARGIN-2*buttonWidth-5, V_MARGIN, buttonWidth, b… in ResizeWindowControls()
124 …SetControlPos( hDlg, IDC_Send, maxControlWidth+H_MARGIN-buttonWidth, V_MARGIN, buttonWidth, button… in ResizeWindowControls()
125 …tControlPos( hDlg, IDC_ChatMemo, H_MARGIN, 2*V_MARGIN+buttonHeight, maxControlWidth, clientHeight-… in ResizeWindowControls()
126 …SetControlPos( hDlg, OPT_ChatInput, H_MARGIN, clientHeight-V_MARGIN-buttonHeight, maxControlWidth,… in ResizeWindowControls()
H A Dwengineoutput.c196 PositionControlSet( hDlg, H_MARGIN, V_MARGIN, in ResizeWindowControls()
198 clientHeight - V_MARGIN - LABEL_V_DISTANCE - headerHeight- V_MARGIN, in ResizeWindowControls()
213 …int memo_h = (clientHeight - headerHeight*2 - V_MARGIN*2 - LABEL_V_DISTANCE*2 - SPLITTER_SIZE) / 2; in ResizeWindowControls()
214 int header1_y = V_MARGIN; in ResizeWindowControls()
215 int header2_y = V_MARGIN + headerHeight + LABEL_V_DISTANCE + memo_h + SPLITTER_SIZE; in ResizeWindowControls()
H A Dwhistory.c53 #define V_MARGIN 2 macro
219 H_MARGIN, V_MARGIN, in HistoryDialogProc()
221 HIWORD(lParam) - 2*V_MARGIN, in HistoryDialogProc()
/dports/games/xboard/xboard-4.9.1/
H A Dengineoutput.h49 #define V_MARGIN 2 macro
/dports/games/xboard/xboard-4.9.1/winboard/
H A Dwchat.c75 #define V_MARGIN 5 macro
124 …SetControlPos( hDlg, IDC_Clear, maxControlWidth+H_MARGIN-2*buttonWidth-5, V_MARGIN, buttonWidth, b… in ResizeWindowControls()
125 …SetControlPos( hDlg, IDC_Send, maxControlWidth+H_MARGIN-buttonWidth, V_MARGIN, buttonWidth, button… in ResizeWindowControls()
126 …tControlPos( hDlg, IDC_ChatMemo, H_MARGIN, 2*V_MARGIN+buttonHeight, maxControlWidth, clientHeight-… in ResizeWindowControls()
127 …SetControlPos( hDlg, OPT_ChatInput, H_MARGIN, clientHeight-V_MARGIN-buttonHeight, maxControlWidth,… in ResizeWindowControls()
H A Dwengineoutput.c197 PositionControlSet( hDlg, H_MARGIN, V_MARGIN, in ResizeWindowControls()
199 clientHeight - V_MARGIN - LABEL_V_DISTANCE - headerHeight- V_MARGIN, in ResizeWindowControls()
214 …int memo_h = (clientHeight - headerHeight*2 - V_MARGIN*2 - LABEL_V_DISTANCE*2 - SPLITTER_SIZE) / 2; in ResizeWindowControls()
215 int header1_y = V_MARGIN; in ResizeWindowControls()
216 int header2_y = V_MARGIN + headerHeight + LABEL_V_DISTANCE + memo_h + SPLITTER_SIZE; in ResizeWindowControls()
H A Dwhistory.c54 #define V_MARGIN 2 macro
220 H_MARGIN, V_MARGIN, in HistoryDialogProc()
222 HIWORD(lParam) - 2*V_MARGIN, in HistoryDialogProc()
/dports/mail/alpine/alpine-465e23b/alpine/
H A Dconfscroll.c1587 || (*cl)->var == &ps->vars[V_MARGIN]){ in text_toolit()
5338 else if(var == &ps->vars[V_MARGIN]){ in fix_side_effects()
H A Dsetup.c345 || vtmp == &ps->vars[V_MARGIN] in option_screen()
/dports/mail/alpine/alpine-465e23b/pith/
H A Dconf.c2210 set_current_val(&vars[V_MARGIN], TRUE, TRUE); in init_vars()
7932 case V_MARGIN : in config_help()
H A Dconf.h252 #define VAR_MARGIN vars[V_MARGIN].current_val.p
253 #define GLO_MARGIN vars[V_MARGIN].global_val.p
H A Dconftype.h111 , V_MARGIN enumerator
/dports/math/scilab/scilab-6.1.1/scilab/modules/xcos/src/java/org/scilab/modules/xcos/io/scicos/
H A DDiagramElement.java69 private static final double V_MARGIN = 40.0; field in DiagramElement
283 final double minY = -minimalYaxisValue + V_MARGIN; in updateObjs()
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DMultiList.c27 #define V_MARGIN 5 macro
393 (XmMultiList_title_wid(elist)->core.border_width + V_MARGIN); in Initialize()
399 (V_MARGIN + elist->core.border_width + in Initialize()
407 (V_MARGIN + elist->core.border_width + in Initialize()
852 scroll_top = V_MARGIN; in LayoutChildren()
864 (Position) V_MARGIN); in LayoutChildren()
866 _XmMoveWidget(t_wid, (Position) H_MARGIN, (Position) V_MARGIN); in LayoutChildren()
873 scroll_top = title_height + 2 * V_MARGIN; in LayoutChildren()
882 scroll_bottom = height - V_MARGIN; in LayoutChildren()
900 temp_val = h_thick + scroll_top + V_MARGIN; in LayoutChildren()
[all …]
/dports/x11/mlterm/mlterm-3.9.1/contrib/scrollbar/extra/
H A Dmotif.c10 #define V_MARGIN 14 macro
35 *top_margin = V_MARGIN; in get_geometry_hints()
36 *bottom_margin = V_MARGIN; in get_geometry_hints()
38 *up_button_height = V_MARGIN; in get_geometry_hints()
39 *down_button_y = -V_MARGIN; in get_geometry_hints()
228 XClearArea(view->display, view->window, 0, 0, V_MARGIN, V_MARGIN, 0); in draw_up_button()
276 XClearArea(view->display, view->window, 0, view->height - V_MARGIN, V_MARGIN, V_MARGIN, 0); in draw_down_button()
368 line[0].y1 = V_MARGIN; in draw_scrollbar()
372 line[1].y1 = V_MARGIN; in draw_scrollbar()
380 line[0].y1 = V_MARGIN; in draw_scrollbar()
[all …]