Home
last modified time | relevance | path

Searched refs:show_all_front_layers (Results 1 – 3 of 3) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/bitmaps/
H A Dbitmaps_list.h482 show_all_front_layers, enumerator
H A Dbitmap_info.h464 { BITMAPS::show_all_front_layers, wxT( "show_all_front_layers_24.png" ), 24, wxT( "light" ) },
830 … { BITMAPS::show_all_front_layers, wxT( "show_all_front_layers_dark_24.png" ), 24, wxT( "dark" ) },
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/widgets/
H A Dappearance_controls.cpp1698 KiBitmap( BITMAPS::show_all_front_layers ) ); in rebuildLayerContextMenu()