Home
last modified time | relevance | path

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

/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Dglobals.cpp1330 int intChildWindowPlacement = appConfig.ReadInt(wxT("/dialog_placement/child_placement"), in cbGetChildWindowPlacement() local
1332 if (intChildWindowPlacement < 0 || intChildWindowPlacement >= 3) in cbGetChildWindowPlacement()
1333 intChildWindowPlacement = 0; in cbGetChildWindowPlacement()
1335 return cbChildWindowPlacement(intChildWindowPlacement); in cbGetChildWindowPlacement()