All Frameworks Class Hierarchy This Framework Indexes
Dialog Class CATDlgMotif
Usage: you must use this class as is. You should never derive it.
public class CATDlgMotif
Class specific to Unix platforms, neutral window providing some interoperability capability with non V5 Dialog objects.
Role:
Creates an empty frame without any border.
It is targeted for very specific usages. Most application developers do not have to deal with this object.
Constructor and Destructor Index
- o
~CATDlgMotif()
-
- o
CATDlgMotif(CATDialog*,CATString&,CATDlgStyle)
- Constructs a CATDlgWindows.
Method Index
- o
GetFatherWidget()
- Gets instance of the Motif underlying window.
- o
GetLetterObject()
- Returns internal object.
- o
GetXtAppContext()
- Gets XToolkit application context.
- o
GetXtDisplay()
- Gets XToolkit display.
- o
ResetLetterObject()
- Resets internal object.
Constructor and Destructor
o ~CATDlgMotif
| public virtual ~CATDlgMotif( | ) |
-
o CATDlgMotif
| public CATDlgMotif( | | iParent, |
| const | iObjectName, |
| | iStyle | =NULL) |
-
Constructs a CATDlgWindows.
- Parameters:
-
- iParent
- The parent of the object
- iObjectName
- The name of the object
- iStyle
- The style of the object.
Methods
o GetFatherWidget
-
Gets instance of the Motif underlying window.
o GetLetterObject
| public virtual GetLetterObject( | ) |
-
Returns internal object. Internal use only.
o GetXtAppContext
-
Gets XToolkit application context.
o GetXtDisplay
-
Gets XToolkit display.
o ResetLetterObject
| public virtual ResetLetterObject( | ) |
-
Resets internal object. Internal use only.
This object is included in the file: CATDlgMotif.h
If needed, your Imakefile.mk should include the module: DI0PANV2