  | 
		
DECwindows Motif for OpenVMS Guide to Non-C
Bindings
 
 
 
XmTrackingLocate
 
FORMAT
 result XmTrackingLocate
 (widget, cursor, confine_to)
 
  
Argument Information
  
    | Argument  | 
    Type  | 
    Access  | 
    Mechanism  | 
   
  
    | 
      result
     | 
    
      Widget
     | 
    
      write
     | 
    
      value
     | 
   
  
    | 
      widget
     | 
    
      Widget
     | 
    
      read
     | 
    
      value
     | 
   
  
    | 
      cursor
     | 
    
      Cursor
     | 
    
      read
     | 
    
      value
     | 
   
  
    | 
      confine_to
     | 
    
      Boolean
     | 
    
      read
     | 
    
      value
     | 
   
 
 
XmTranslateKey
 
FORMAT
 XmTranslateKey
 (dpy, keycode, modifiers, modifiers_return, keysym_return)
 
  
Argument Information
  
    | Argument  | 
    Type  | 
    Access  | 
    Mechanism  | 
   
  
    | 
      dpy
     | 
    
      Display
     | 
    
      read
     | 
    
      value
     | 
   
  
    | 
      keycode
     | 
    
      KeyCode
     | 
    
      read
     | 
    
      value
     | 
   
  
    | 
      modifiers
     | 
    
      Modifiers
     | 
    
      read
     | 
    
      value
     | 
   
  
    | 
      modifiers_return
     | 
    
      Modifiers
     | 
    
      write
     | 
    
      reference
     | 
   
  
    | 
      keysym_return
     | 
    
      KeySym
     | 
    
      write
     | 
    
      reference
     | 
   
 
 
XmUninstallImage
 
FORMAT
 result XmUninstallImage
 (image)
 
  
Argument Information
  
    | Argument  | 
    Type  | 
    Access  | 
    Mechanism  | 
   
  
    | 
      result
     | 
    
      Boolean
     | 
    
      write
     | 
    
      value
     | 
   
  
    | 
      image
     | 
    
      XImage
     | 
    
      read
     | 
    
      reference
     | 
   
 
 
XmUpdateDisplay
 
FORMAT
 XmUpdateDisplay
 (widget)
 
  
Argument Information
  
    | Argument  | 
    Type  | 
    Access  | 
    Mechanism  | 
   
  
    | 
      widget
     | 
    
      Widget
     | 
    
      read
     | 
    
      value
     | 
   
 
 
XmVaCreateSimpleCheckBox
 
FORMAT
 result XmVaCreateSimpleCheckBox
 (parent, name, callback)
 
  
Argument Information
  
    | Argument  | 
    Type  | 
    Access  | 
    Mechanism  | 
   
  
    | 
      result
     | 
    
      Widget
     | 
    
      write
     | 
    
      value
     | 
   
  
    | 
      parent
     | 
    
      Widget
     | 
    
      read
     | 
    
      value
     | 
   
  
    | 
      name
     | 
    
      XtString
     | 
    
      read
     | 
    
      reference
     | 
   
  
    | 
      callback
     | 
    
      XtCallbackProc
     | 
    
      read
     | 
    
      value
     | 
   
 
 
XmVaCreateSimpleMenuBar
 
FORMAT
 result XmVaCreateSimpleMenuBar
 (parent, name)
 
  
Argument Information
  
    | Argument  | 
    Type  | 
    Access  | 
    Mechanism  | 
   
  
    | 
      result
     | 
    
      Widget
     | 
    
      write
     | 
    
      value
     | 
   
  
    | 
      parent
     | 
    
      Widget
     | 
    
      read
     | 
    
      value
     | 
   
  
    | 
      name
     | 
    
      XtString
     | 
    
      read
     | 
    
      reference
     | 
   
 
 
XmVaCreateSimpleOptionMenu
 
FORMAT
 result XmVaCreateSimpleOptionMenu
 (parent, name, option_label, option_mnemonic, button_set, callback)
 
  
Argument Information
  
    | Argument  | 
    Type  | 
    Access  | 
    Mechanism  | 
   
  
    | 
      result
     | 
    
      Widget
     | 
    
      write
     | 
    
      value
     | 
   
  
    | 
      parent
     | 
    
      Widget
     | 
    
      read
     | 
    
      value
     | 
   
  
    | 
      name
     | 
    
      XtString
     | 
    
      read
     | 
    
      reference
     | 
   
  
    | 
      option_label
     | 
    
      XmString
     | 
    
      read
     | 
    
      value
     | 
   
  
    | 
      option_mnemonic
     | 
    
      KeySym
     | 
    
      read
     | 
    
      value
     | 
   
  
    | 
      button_set
     | 
    
      LONGWORD
     | 
    
      read
     | 
    
      value
     | 
   
  
    | 
      callback
     | 
    
      XtCallbackProc
     | 
    
      read
     | 
    
      value
     | 
   
 
 
XmVaCreateSimplePopupMenu
 
FORMAT
 result XmVaCreateSimplePopupMenu
 (parent, name, callback)
 
  
Argument Information
  
    | Argument  | 
    Type  | 
    Access  | 
    Mechanism  | 
   
  
    | 
      result
     | 
    
      Widget
     | 
    
      write
     | 
    
      value
     | 
   
  
    | 
      parent
     | 
    
      Widget
     | 
    
      read
     | 
    
      value
     | 
   
  
    | 
      name
     | 
    
      XtString
     | 
    
      read
     | 
    
      reference
     | 
   
  
    | 
      callback
     | 
    
      XtCallbackProc
     | 
    
      read
     | 
    
      value
     | 
   
 
 
XmVaCreateSimplePulldownMenu
 
FORMAT
 result XmVaCreateSimplePulldownMenu
 (parent, name, post_from_button, callback)
 
  
Argument Information
  
    | Argument  | 
    Type  | 
    Access  | 
    Mechanism  | 
   
  
    | 
      result
     | 
    
      Widget
     | 
    
      write
     | 
    
      value
     | 
   
  
    | 
      parent
     | 
    
      Widget
     | 
    
      read
     | 
    
      value
     | 
   
  
    | 
      name
     | 
    
      XtString
     | 
    
      read
     | 
    
      reference
     | 
   
  
    | 
      post_from_button
     | 
    
      LONGWORD
     | 
    
      read
     | 
    
      value
     | 
   
  
    | 
      callback
     | 
    
      XtCallbackProc
     | 
    
      read
     | 
    
      value
     | 
   
 
 
XmVaCreateSimpleRadioBox
 
FORMAT
 result XmVaCreateSimpleRadioBox
 (parent, name, button_set, callback)
 
  
Argument Information
  
    | Argument  | 
    Type  | 
    Access  | 
    Mechanism  | 
   
  
    | 
      result
     | 
    
      Widget
     | 
    
      write
     | 
    
      value
     | 
   
  
    | 
      parent
     | 
    
      Widget
     | 
    
      read
     | 
    
      value
     | 
   
  
    | 
      name
     | 
    
      XtString
     | 
    
      read
     | 
    
      reference
     | 
   
  
    | 
      button_set
     | 
    
      LONGWORD
     | 
    
      read
     | 
    
      value
     | 
   
  
    | 
      callback
     | 
    
      XtCallbackProc
     | 
    
      read
     | 
    
      value
     | 
   
 
 
XmWidgetGetBaselines
 
FORMAT
 result XmWidgetGetBaselines
 (wid, baselines, line_count)
 
  
Argument Information
  
    | Argument  | 
    Type  | 
    Access  | 
    Mechanism  | 
   
  
    | 
      result
     | 
    
      Boolean
     | 
    
      write
     | 
    
      value
     | 
   
  
    | 
      wid
     | 
    
      Widget
     | 
    
      read
     | 
    
      value
     | 
   
  
    | 
      baselines
     | 
    
      ADDRESS
     | 
    
      write
     | 
    
      reference
     | 
   
  
    | 
      line_count
     | 
    
      LONGWORD
     | 
    
      write
     | 
    
      reference
     | 
   
 
 
XmWidgetGetDisplayRect
 
FORMAT
 result XmWidgetGetDisplayRect
 (wid, displayrect)
 
  
Argument Information
  
    | Argument  | 
    Type  | 
    Access  | 
    Mechanism  | 
   
  
    | 
      result
     | 
    
      Boolean
     | 
    
      write
     | 
    
      value
     | 
   
  
    | 
      wid
     | 
    
      Widget
     | 
    
      read
     | 
    
      value
     | 
   
  
    | 
      displayrect
     | 
    
      XRectangle
     | 
    
      read
     | 
    
      reference
     | 
   
 
  
Chapter 7 OSF/Motif Toolkit Data Structures
This chapter documents OSF/Motif toolkit data structures.
  
MotifWmHints
Field Information
  
    | Argument  | 
    Type  | 
   
  
    | 
      flags
     | 
    
      LONGWORD
     | 
   
  
    | 
      functions
     | 
    
      LONGWORD
     | 
   
  
    | 
      decorations
     | 
    
      LONGWORD
     | 
   
  
    | 
      input_mode
     | 
    
      LONGWORD
     | 
   
  
    | 
      status
     | 
    
      LONGWORD
     | 
   
 
 
MotifWmInfo
Field Information
  
    | Argument  | 
    Type  | 
   
  
    | 
      flags
     | 
    
      LONGWORD
     | 
   
  
    | 
      wm_window
     | 
    
      ADDRESS
     | 
   
 
 
MrmOsOpenParam
Field Information
  
    | Argument  | 
    Type  | 
   
  
    | 
      version
     | 
    
      Cardinal
     | 
   
  
    | 
      default_fname
     | 
    
      XtString
     | 
   
  
    | 
      nam_flg
     | 
    
      Union
     | 
   
  
    | 
       related_nam
     | 
    
      LONGWORD UNSIGNED
     | 
   
  
    | 
       clobber_flg
     | 
    
      Boolean
     | 
   
  
    | 
      display
     | 
    
      ADDRESS
     | 
   
 
 
MrmRegisterArg
Field Information
  
    | Argument  | 
    Type  | 
   
  
    | 
      name
     | 
    
      ADDRESS
     | 
   
  
    | 
      value
     | 
    
      Opaque
     | 
   
 
 
PropMotifWmHints
Field Information
  
    | Argument  | 
    Type  | 
   
  
    | 
      flags
     | 
    
      LONGWORD
     | 
   
  
    | 
      functions
     | 
    
      LONGWORD
     | 
   
  
    | 
      decorations
     | 
    
      LONGWORD
     | 
   
  
    | 
      inputMode
     | 
    
      LONGWORD
     | 
   
  
    | 
      status
     | 
    
      LONGWORD
     | 
   
 
 
PropMotifWmInfo
Field Information
  
    | Argument  | 
    Type  | 
   
  
    | 
      flags
     | 
    
      LONGWORD
     | 
   
  
    | 
      wmWindow
     | 
    
      ADDRESS
     | 
   
 
 
XmAnyCallbackStruct
Field Information
  
    | Argument  | 
    Type  | 
   
  
    | 
      reason
     | 
    
      LONGWORD
     | 
   
  
    | 
      event
     | 
    
      ADDRESS
     | 
   
 
 
XmAnyICCCallbackStruct
Field Information
  
    | Argument  | 
    Type  | 
   
  
    | 
      reason
     | 
    
      LONGWORD
     | 
   
  
    | 
      event
     | 
    
      ADDRESS
     | 
   
  
    | 
      timestamp
     | 
    
      Time
     | 
   
 
 
XmArrowButtonCallbackStruct
Field Information
  
    | Argument  | 
    Type  | 
   
  
    | 
      reason
     | 
    
      LONGWORD
     | 
   
  
    | 
      event
     | 
    
      ADDRESS
     | 
   
  
    | 
      click_count
     | 
    
      LONGWORD
     | 
   
 
 
XmClipboardPendingRec
Field Information
  
    | Argument  | 
    Type  | 
   
  
    | 
      DataId
     | 
    
      LONGWORD
     | 
   
  
    | 
      PrivateId
     | 
    
      LONGWORD
     | 
   
 
 
XmCommandCallbackStruct
Field Information
  
    | Argument  | 
    Type  | 
   
  
    | 
      reason
     | 
    
      LONGWORD
     | 
   
  
    | 
      event
     | 
    
      ADDRESS
     | 
   
  
    | 
      value
     | 
    
      XmString
     | 
   
  
    | 
      length
     | 
    
      LONGWORD
     | 
   
 
 
XmDragDropFinishCallbackStruct
Field Information
  
    | Argument  | 
    Type  | 
   
  
    | 
      reason
     | 
    
      LONGWORD
     | 
   
  
    | 
      event
     | 
    
      ADDRESS
     | 
   
  
    | 
      timestamp
     | 
    
      Time
     | 
   
 
 
XmDropProcCallbackStruct
Field Information
  
    | Argument  | 
    Type  | 
   
  
    | 
      reason
     | 
    
      LONGWORD
     | 
   
  
    | 
      event
     | 
    
      ADDRESS
     | 
   
  
    | 
      timestamp
     | 
    
      Time
     | 
   
  
    | 
      dragContext
     | 
    
      Widget
     | 
   
  
    | 
      x
     | 
    
      Position
     | 
   
  
    | 
      y
     | 
    
      Position
     | 
   
  
    | 
      dropSiteStatus
     | 
    
      BYTE UNSIGNED
     | 
   
  
    | 
      operation
     | 
    
      BYTE UNSIGNED
     | 
   
  
    | 
      operations
     | 
    
      BYTE UNSIGNED
     | 
   
  
    | 
      dropAction
     | 
    
      BYTE UNSIGNED
     | 
   
 
 
XmDragMotionCallbackStruct
Field Information
  
    | Argument  | 
    Type  | 
   
  
    | 
      reason
     | 
    
      LONGWORD
     | 
   
  
    | 
      event
     | 
    
      ADDRESS
     | 
   
  
    | 
      timestamp
     | 
    
      Time
     | 
   
  
    | 
      operation
     | 
    
      BYTE UNSIGNED
     | 
   
  
    | 
      operations
     | 
    
      BYTE UNSIGNED
     | 
   
  
    | 
      dropSiteStatus
     | 
    
      BYTE UNSIGNED
     | 
   
  
    | 
      x
     | 
    
      Position
     | 
   
  
    | 
      y
     | 
    
      Position
     | 
   
 
 
XmDragProcCallbackStruct
Field Information
  
    | Argument  | 
    Type  | 
   
  
    | 
      reason
     | 
    
      LONGWORD
     | 
   
  
    | 
      event
     | 
    
      ADDRESS
     | 
   
  
    | 
      timestamp
     | 
    
      Time
     | 
   
  
    | 
      dragContext
     | 
    
      Widget
     | 
   
  
    | 
      operation
     | 
    
      BYTE UNSIGNED
     | 
   
  
    | 
      operations
     | 
    
      BYTE UNSIGNED
     | 
   
  
    | 
      animate
     | 
    
      Boolean
     | 
   
 
 
XmDrawingAreaCallbackStruct
Field Information
  
    | Argument  | 
    Type  | 
   
  
    | 
      reason
     | 
    
      LONGWORD
     | 
   
  
    | 
      event
     | 
    
      ADDRESS
     | 
   
  
    | 
      window
     | 
    
      ADDRESS
     | 
   
 
 
XmDrawnButtonCallbackStruct
Field Information
  
    | Argument  | 
    Type  | 
   
  
    | 
      reason
     | 
    
      LONGWORD
     | 
   
  
    | 
      event
     | 
    
      ADDRESS
     | 
   
  
    | 
      window
     | 
    
      ADDRESS
     | 
   
  
    | 
      click_count
     | 
    
      LONGWORD
     | 
   
 
 
XmDropFinishCallbackStruct
Field Information
  
    | Argument  | 
    Type  | 
   
  
    | 
      reason
     | 
    
      LONGWORD
     | 
   
  
    | 
      event
     | 
    
      ADDRESS
     | 
   
  
    | 
      timestamp
     | 
    
      Time
     | 
   
  
    | 
      operation
     | 
    
      BYTE UNSIGNED
     | 
   
  
    | 
      operations
     | 
    
      BYTE UNSIGNED
     | 
   
  
    | 
      dropSiteStatus
     | 
    
      BYTE UNSIGNED
     | 
   
  
    | 
      dropAction
     | 
    
      BYTE UNSIGNED
     | 
   
  
    | 
      completionStatus
     | 
    
      BYTE UNSIGNED
     | 
   
 
  
  
		 |