Home
last modified time | relevance | path

Searched refs:g_bShowMuiZoomButtons (Results 1 – 4 of 4) sorted by relevance

/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DMUIBar.cpp64 extern bool g_bShowMuiZoomButtons;
731 if(g_bShowMuiZoomButtons){ in CreateControls()
768 if(g_bShowMuiZoomButtons){ in CreateControls()
H A DOCPNPlatform.cpp238 extern bool g_bShowMuiZoomButtons;
1150 g_bShowMuiZoomButtons = true; in SetDefaultOptions()
1252 g_bShowMuiZoomButtons = true; in SetDefaultOptions()
1360 g_bShowMuiZoomButtons = true; in SetUpgradeOptions()
H A Dnavutil.cpp455 bool g_bShowMuiZoomButtons = true; variable
1009 Read( _T ( "ShowMUIZoomButtons" ), &g_bShowMuiZoomButtons ); in LoadMyConfigRaw()
2351 Write( _T ( "ShowMUIZoomButtons" ), g_bShowMuiZoomButtons ); in UpdateSettings()
H A Doptions.cpp330 extern bool g_bShowMuiZoomButtons;
345 extern bool g_bShowMuiZoomButtons;
6439 pZoomButtons->SetValue( g_bShowMuiZoomButtons ); in SetInitialSettings()
7642 g_bShowMuiZoomButtons = pZoomButtons->GetValue(); in OnApplyClick()