Home
last modified time | relevance | path

Searched refs:crossmark (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/wings/wings-8d019ebe48/src/
H A Dwings_develop.erl31 wings_menu_util:crossmark(develop_time_commands)},
34 wings_menu_util:crossmark(develop_undo_stat)},
37 wings_menu_util:crossmark(develop_gl_errors)},
H A Dwings_view.erl33 crossmark(show_groundplane)},
38 crossmark(show_info_text)},
44 crossmark(clip_plane)},
46 crossmark(show_normals)},
50 crossmark(show_colors)},
53 crossmark(show_materials)},
56 crossmark(show_textures)},
63 crossmark(filter_texture)}]}},
76 crossmark(workmode)},
84 crossmark(scene_lights)},
[all …]
H A Dwings_tweak.erl1820 crossmark(TwAx =:= element_normal)},
1828 crossmark(TwPt =:= from_cursor)},
1830 crossmark(TwPt =:= from_element)},
1832 crossmark(TwPt =:= from_default)},
1853 crossmark({dome, MagType})},
1857 crossmark({spike, MagType})},
1880 crossmark({MagType, MagType}) -> [{crossmark, true}]; function
1881 crossmark({_, MagType}) when is_atom(MagType)-> [{crossmark, false}]; function
1882 crossmark("none") -> [{crossmark, false}]; function
1883 crossmark(false) -> [{crossmark, false}]; function
[all …]
H A Dwings_menu_util.erl16 crossmark/1]).
379 crossmark(Key) -> function
392 [{crossmark, Val}].
H A Dwings_tweak_win.erl194 case proplists:get_value(crossmark, Os, false) of
H A Dwings_menu.erl560 case proplists:get_value(crossmark, Ps) of
615 Checked = proplists:get_value(crossmark, Props) =:= true,
833 {Type,Check} = case proplists:get_value(crossmark, Props) of
1109 {Type,Check} = case proplists:get_value(crossmark, Props) of
H A Dwings_text.erl310 special(crossmark) -> $✓;
H A Dwings.erl1070 [separator,{?__(1,"Use ")++Desc,disable_patches,[{crossmark, true}]}];
1072 [separator,{?__(1,"Use ")++Desc,enable_patches,[{crossmark, false}]}]
H A Dwings_file.erl181 wings_menu_util:crossmark(save_unused_materials).
H A Dwings_sel_cmd.erl190 wings_menu_util:crossmark(saved_selections_cycle_by_mode)}]}}].
/dports/graphics/wings/wings-8d019ebe48/plugins_src/commands/
H A Dwpc_sculpt.erl928 {mode(smooth),smooth,?__(6,"Activate the smoothing brush"),crossmark(Mode, smooth)},
930 {magtype(dome),dome,?__(7,"Activate the dome magnet"),crossmark(MagType, dome)},
934 {magtype(bell),bell,?__(11,"Activate the bell magnet"),crossmark(MagType, bell)},
939 wings_menu_util:crossmark(magnet_mask_on)},
955 [{X,x,wings_util:format(Help1, [X]),crossmark(x, Constraint)},
956 {Y,y,wings_util:format(Help1, [Y]),crossmark(y, Constraint)},
957 {Z,z,wings_util:format(Help1, [Z]),crossmark(z, Constraint)},
959 crossmark(default_axis, Constraint)},
965 crossmark(default_axis_radial, Constraint)},
989 crossmark(Axis, Axis) -> [crossmark]; function
[all …]
H A Dwpc_magnet_mask.erl57 ?__(2,"Show the magnet mask"),crossmark(show_magnet_mask)}].
59 crossmark(Key) -> function
60 wings_menu_util:crossmark(Key).
/dports/x11-fonts/nerd-fonts/nerd-fonts-2.1.0/src/unpatched-fonts/IBMPlexMono/
H A DCHANGELOG22 Added /checkmark /crossmark /arrowleftarrowright /arrowrightarrowleft /arrowleftright /arrowupdown …
/dports/editors/abiword/abiword-3.0.5/
H A Dabiword.desktop9 …rtf;application/vnd.plain;application/xhtml+xml;text/html;application/x-crossmark;application/docb…
/dports/x11-wm/wmconfig/wmconfig-1.5.1/samples/wmconfig/
H A DOffice5 …rtf;application/vnd.plain;application/xhtml+xml;text/html;application/x-crossmark;application/docb…
/dports/graphics/wings/wings-8d019ebe48/plugins_src/autouv/
H A Dwpc_autouv.erl501 Checked = [{crossmark, ?GET({?MODULE,show_background})}],