Home
last modified time | relevance | path

Searched refs:HSpacing (Results 1 – 7 of 7) sorted by relevance

/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/ASDocGen/source/WinList/
H A DHSpacing1 <varlistentry id="options.HSpacing">
2 <term>HSpacing</term>
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/ASDocGen/source/WinTabs/
H A DHSpacing1 <varlistentry id="options.HSpacing">
2 <term>HSpacing</term>
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterConf/
H A DWinList.c59 ASCF_DEFINE_KEYWORD_S(WINLIST, 0 , HSpacing , TT_UINTEGER, NULL,WinListConfig), \
262 config->HSpacing = DEFAULT_TBAR_HSPACING; in InitWinListConfig()
307 ASCF_PRINT_INT_KEYWORD (stderr, WINLIST, config, HSpacing); in PrintWinListConfig()
360 config->HSpacing = config->VSpacing = item.data.integer; in WinList_fs2config()
462 ASCF_MERGE_SCALAR_KEYWORD (WINLIST, to, from, HSpacing); in MergeWinListOptions()
H A Dafterconf.h1292 unsigned int HSpacing, VSpacing; member
/dports/x11-toolkits/mowitz/Mowitz-0.2.1/Mowitz/
H A DMwListTreeP.h61 Dimension HSpacing; member
H A DMwListTree.c73 offset(HSpacing), XtRString, "2"},
1148 xtext = x + (int) w->list.HSpacing;
1232 width += x + (int) w->list.HSpacing + (int) w->list.Margin;
1277 width += x + (int) w->list.HSpacing + (int) w->list.Margin;
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/WinList2/
H A DWinList.c1464 int h_spacing = Config->HSpacing ; in configure_tbar_props()