Searched refs:icon_gerbview (Results 1 – 5 of 5) sorted by relevance
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/resources/msw/ |
H A D | gerbview.rc | 1 icon_gerbview ICON "../bitmaps_png/icons/icon_gerbview.ico" icon
|
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/kicad/dialogs/ |
H A D | panel_kicad_launcher.cpp | 131 KiScaledBitmap( BITMAPS::icon_gerbview, this, 48, true ), in CreateLaunchers()
|
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/bitmaps/ |
H A D | bitmap_info.h | 911 { BITMAPS::icon_gerbview, wxT( "icon_gerbview_64.png" ), 64, wxT( "light" ) }, 921 { BITMAPS::icon_gerbview, wxT( "icon_gerbview_dark_64.png" ), 64, wxT( "dark" ) }, 931 { BITMAPS::icon_gerbview, wxT( "icon_gerbview_128.png" ), 128, wxT( "light" ) }, 941 { BITMAPS::icon_gerbview, wxT( "icon_gerbview_dark_128.png" ), 128, wxT( "dark" ) }, 953 { BITMAPS::icon_gerbview, wxT( "icon_gerbview_48.png" ), 48, wxT( "light" ) }, 976 { BITMAPS::icon_gerbview, wxT( "icon_gerbview_dark_48.png" ), 48, wxT( "dark" ) },
|
H A D | bitmaps_list.h | 241 icon_gerbview, enumerator
|
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/gerbview/ |
H A D | gerbview_frame.cpp | 118 icon.CopyFromBitmap( KiBitmap( BITMAPS::icon_gerbview ) ); in GERBVIEW_FRAME()
|