Home
last modified time | relevance | path

Searched refs:floatw (Results 1 – 10 of 10) sorted by relevance

/dports/math/wxmaxima/wxmaxima-Version-20.04.0/test/automatic_test_files/
H A Dnoautosave.cfg6floatw=-1;floath=-1|name=structure;caption=Table of Contents;state=18876412;dir=2;layer=0;row=0;po…
H A Dautosave.cfg6floatw=-1;floath=-1|name=structure;caption=Table of Contents;state=18876412;dir=2;layer=0;row=0;po…
H A Dconfig_from_19.11.cfg5floatw=-1;floath=-1|name=structure;caption=Table of Contents;state=18876412;dir=2;layer=0;row=0;po…
H A Dcomplete_config_file.cfg660floatw=-1;floath=-1|name=history;caption=History;state=18876414;dir=2;layer=0;row=0;pos=0;prop=100…
/dports/astro/kstars/kstars-3.5.6/Tests/kstars_ui/
H A Dphd2_Simulators.PHDGuidingV25floatw=-1;floath=-1|name=Guider;caption=Guider;state=256;dir=5;layer=0;row=0;pos=0;prop=100000;bes…
H A Dphd2_Simulators_mf.PHDGuidingV25floatw=-1;floath=-1|name=Guider;caption=Guider;state=256;dir=5;layer=0;row=0;pos=0;prop=100000;bes…
/dports/textproc/stardict3/stardict-3.0.6/dict/src/
H A Darticleview.h39 ArticleView(GtkContainer *owner, BookNameStyle booknamestyle, bool floatw=false)
40 …: bookindex(0), bookname_style(booknamestyle), pango_view_(PangoWidgetBase::create(owner, floatw)),
41 for_float_win(floatw), headerindex(-1) {}
42 ArticleView(GtkBox *owner, BookNameStyle booknamestyle, bool floatw=false)
44 pango_view_(PangoWidgetBase::create(owner, floatw)), in bookname_style()
45 for_float_win(floatw), headerindex(-1) {} in bookname_style()
/dports/games/xpilot/xpilot-4.5.5/src/client/
H A Dwidget.c1052 fval = *floatw->val; in Widget_button()
1053 LIMIT(fval, floatw->min, floatw->max); in Widget_button()
1054 delta = floatw->max - floatw->min; in Widget_button()
1059 fmin = floatw->min; in Widget_button()
1066 fmin = floatw->max; in Widget_button()
1090 LIMIT(fval, floatw->min, floatw->max); in Widget_button()
1096 floatw->user_data, in Widget_button()
1670 if ((floatw = (widget_float_t *) malloc(sizeof(*floatw))) == NULL) { in Widget_create_float()
1674 floatw->val = val; in Widget_create_float()
1675 floatw->min = min; in Widget_create_float()
[all …]
H A Dconfigure.c585 floatw; in Config_create_float() local
607 floatw = Widget_create_float(widget_desc, offset, *height in Config_create_float()
616 0, floatw); in Config_create_float()
621 0, floatw); in Config_create_float()
624 return floatw; in Config_create_float()
/dports/games/libkmahjongg/libkmahjongg-21.12.3/src/
H A Dkmahjonggtileset.cpp113 qreal floatw = d->originaldata.w; in preferredTileSize() local
122 newtilew = aspectratio * floatw; in preferredTileSize()