isMotif() - obsolete

Specifies whether the user interface is UI Motif (obsolete as of version 3.5. The return value is always FALSE ).

Synopsis

bool isMotif ();

Parameters

Parameter Description
-

Return value

The function returns TRUE in case of Motif otherwise, FALSE.

Error

Description

Specifies whether the current user interface is Motif (true) or not (false).

Example

main()
{
  if(isMotif())
  DebugN("Motif");
  else
  DebugN("not Motif");
}

Assignment

Miscellaneous functions

Availability

UI