Searched refs:sectionSystem (Results 1 – 1 of 1) sorted by relevance
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/ |
H A D | wcm-config.cpp | 822 const char* sectionSystem = "system"; variable 878 MapBool( sectionSystem, "ask_open_exec", &systemAskOpenExec, systemAskOpenExec ); in clWcmConfig() 880 MapBool( sectionSystem, "esc_panel", &systemEscPanel, systemEscPanel ); in clWcmConfig() 881 MapBool( sectionSystem, "esc_panel", &systemEscCommandLine, systemEscCommandLine ); in clWcmConfig() 887 MapStr( sectionSystem, "lang", &systemLang ); in clWcmConfig() 889 MapBool( sectionSystem, "show_toolbar", &styleShowToolBar, styleShowToolBar ); in clWcmConfig() 892 MapBool( sectionSystem, "show_menubar", &styleShowMenuBar, styleShowMenuBar ); in clWcmConfig() 934 MapInt( sectionSystem, "windowX", &windowX, windowX ); in clWcmConfig() 935 MapInt( sectionSystem, "windowY", &windowY, windowY ); in clWcmConfig() 936 MapInt( sectionSystem, "windowWidth", &windowWidth, windowWidth ); in clWcmConfig() [all …]
|