eric4.Globals.__init__

Module defining common data to be used by all modules.

Global Attributes

recentNameFiles
recentNameMultiProject
recentNameProject
settingsNameGlobal
settingsNameOrganization
settingsNameRecent

Classes

None

Functions

isWindowsPlatform Function to check, if this is a Windows platform.


isWindowsPlatform

isWindowsPlatform()

Function to check, if this is a Windows platform.

Returns:
flag indicating Windows platform (boolean)
Up