{
const char *file = node->GetKeyString();
// If file doesn't exist, create it first.
{
const char *file = node->GetKeyString();
// If file doesn't exist, create it first.
XrmDatabase database = (XrmDatabase) node->Data ();
XrmPutFileDatabase (database, nameBuffer);
XrmDatabase database = (XrmDatabase) node->Data ();
XrmPutFileDatabase (database, nameBuffer);
}
bool wxGetResource(const wxString& section, const wxString& entry, float *value, const wxString& file)
}
bool wxGetResource(const wxString& section, const wxString& entry, float *value, const wxString& file)
}
bool wxGetResource(const wxString& section, const wxString& entry, long *value, const wxString& file)
}
bool wxGetResource(const wxString& section, const wxString& entry, long *value, const wxString& file)
}
bool wxGetResource(const wxString& section, const wxString& entry, int *value, const wxString& file)
}
bool wxGetResource(const wxString& section, const wxString& entry, int *value, const wxString& file)
// Handle True, False here
// True, Yes, Enables, Set or Activated
if (*s == 'T' || *s == 'Y' || *s == 'E' || *s == 'S' || *s == 'A')
// Handle True, False here
// True, Yes, Enables, Set or Activated
if (*s == 'T' || *s == 'Y' || *s == 'E' || *s == 'S' || *s == 'A')
// False, No, Disabled, Reset, Cleared, Deactivated
else if (*s == 'F' || *s == 'N' || *s == 'D' || *s == 'R' || *s == 'C')
// False, No, Disabled, Reset, Cleared, Deactivated
else if (*s == 'F' || *s == 'N' || *s == 'D' || *s == 'R' || *s == 'C')