Home
last modified time | relevance | path

Searched refs:DLG_H (Results 1 – 11 of 11) sorted by relevance

/dports/print/freetype2/freetype-2.11.1/src/dlg/
H A Drules.mk35 DLG_H := $(TOP_DIR)/include/dlg/dlg.h \
54 $(DLG_OBJ_S): $(DLG_SRC_S) $(DLG_SRC) $(FREETYPE_H) $(DLG_H)
60 $(OBJ_DIR)/%.$O: $(DLG_DIR)/%.c $(FREETYPE_H) $(DLG_H)
/dports/www/firefox/firefox-99.0/modules/freetype2/src/dlg/
H A Drules.mk35 DLG_H := $(TOP_DIR)/include/dlg/dlg.h \
54 $(DLG_OBJ_S): $(DLG_SRC_S) $(DLG_SRC) $(FREETYPE_H) $(DLG_H)
60 $(OBJ_DIR)/%.$O: $(DLG_DIR)/%.c $(FREETYPE_H) $(DLG_H)
/dports/games/nxengine/nxengine-evo-2.6.5-1/src/pause/
H A Ddialog.cpp26 DLG_H = 200; in Dialog()
33 DLG_H = 200; in Dialog()
42 fCoords.h = DLG_H; in Dialog()
74 DLG_H = 200; in UpdateSizePos()
81 DLG_H = 200; in UpdateSizePos()
85 fCoords.y = ((DLG_H / 2) - (fCoords.h / 2)) + DLG_Y; in UpdateSizePos()
94 fCoords.y = ((DLG_H / 2) - (h / 2)) + DLG_Y; in SetSize()
H A Ddialog.h31 int DLG_H; variable
/dports/x11/roxterm/roxterm-3.11.1/src/
H A Ddlg.h1 #ifndef DLG_H
2 #define DLG_H macro
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/pause/
H A Ddialog.cpp11 #define DLG_H 180 macro
24 fCoords.h = DLG_H; in Dialog()
48 fCoords.y = ((DLG_H / 2) - (h / 2)) + DLG_Y; in SetSize()
/dports/editors/aewan/aewan-1.0.01/
H A Dlayerdlg.c58 #define DLG_H 19 macro
75 draw_centered_window(DLG_W, DLG_H, "Layer Manager", &x0, &y0); in paint_dlg()
/dports/net/kamailio/kamailio-5.4.5/src/modules/tm/
H A Ddlg.h29 #ifndef DLG_H
30 #define DLG_H macro
/dports/editors/cudatext/CudaText-1.151.0/app/py/cuda_palette/
H A Dcd_plug_lib.py582 DLG_H = 335, 280
603 aid, vals, fid, chds = dlg_wrapper(_('Adjust vertical alignments') ,DLG_W, DLG_H,
644 ,dict(cid='save' ,tp='bt' ,t=DLG_H-30 ,l=115 ,w=100 ,cap=_('&Save')
647 … ,dict(cid='-' ,tp='bt' ,t=DLG_H-30 ,l=230 ,w=100 ,cap=_('Cancel') )
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/py/cuda_palette/
H A Dcd_plug_lib.py582 DLG_H = 335, 280
603 aid, vals, fid, chds = dlg_wrapper(_('Adjust vertical alignments') ,DLG_W, DLG_H,
644 ,dict(cid='save' ,tp='bt' ,t=DLG_H-30 ,l=115 ,w=100 ,cap=_('&Save')
647 … ,dict(cid='-' ,tp='bt' ,t=DLG_H-30 ,l=230 ,w=100 ,cap=_('Cancel') )
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/py/cuda_options_editor/
H A Dcd_plug_lib.py2004 DLG_H = 335, 310
2105 …,('save',dict(tp='bt' ,t=DLG_H-30 ,l=115 ,w=100 ,cap=_('&Save') ,call=lambda cid,…
2108 …,('-' ,dict(tp='bt' ,t=DLG_H-30 ,l=230 ,w=100 ,cap=_('Cancel') ,call=(lambda cid…
2110 agent = DlgAgent( form=dict(cap=_('Adjust vertical alignments'), w=DLG_W, h=DLG_H)