  | 
		
DECwindows Motif for OpenVMS Guide to Non-C
Bindings
 
 
 
DXmSvnSetEntryPosition
 
FORMAT
 DXmSvnSetEntryPosition
 (svnw, entry_number, window_mode, x, y)
 
  
Argument Information
  
    | Argument  | 
    Type  | 
    Access  | 
    Mechanism  | 
   
  
    | 
      svnw
     | 
    
      Widget
     | 
    
      read
     | 
    
      value
     | 
   
  
    | 
      entry_number
     | 
    
      LONGWORD
     | 
    
      read
     | 
    
      value
     | 
   
  
    | 
      window_mode
     | 
    
      Boolean
     | 
    
      read
     | 
    
      value
     | 
   
  
    | 
      x
     | 
    
      LONGWORD
     | 
    
      write
     | 
    
      reference
     | 
   
  
    | 
      y
     | 
    
      LONGWORD
     | 
    
      write
     | 
    
      reference
     | 
   
 
 
DXmSvnSetEntrySensitivity
 
FORMAT
 DXmSvnSetEntrySensitivity
 (svnw, entry_number, sensitivity)
 
  
Argument Information
  
    | Argument  | 
    Type  | 
    Access  | 
    Mechanism  | 
   
  
    | 
      svnw
     | 
    
      Widget
     | 
    
      read
     | 
    
      value
     | 
   
  
    | 
      entry_number
     | 
    
      LONGWORD
     | 
    
      read
     | 
    
      value
     | 
   
  
    | 
      sensitivity
     | 
    
      Boolean
     | 
    
      read
     | 
    
      value
     | 
   
 
 
DXmSvnSetEntryTag
 
FORMAT
 DXmSvnSetEntryTag
 (svnw, entry_number, entry_tag)
 
  
Argument Information
  
    | Argument  | 
    Type  | 
    Access  | 
    Mechanism  | 
   
  
    | 
      svnw
     | 
    
      Widget
     | 
    
      read
     | 
    
      value
     | 
   
  
    | 
      entry_number
     | 
    
      LONGWORD
     | 
    
      read
     | 
    
      value
     | 
   
  
    | 
      entry_tag
     | 
    
      LONGWORD UNSIGNED
     | 
    
      read
     | 
    
      value
     | 
   
 
 
DXmSvnShowHighlighting
 
FORMAT
 DXmSvnShowHighlighting
 (svnw)
 
  
Argument Information
  
    | Argument  | 
    Type  | 
    Access  | 
    Mechanism  | 
   
  
    | 
      svnw
     | 
    
      Widget
     | 
    
      read
     | 
    
      value
     | 
   
 
 
DXmSvnSetTreePosition
 
FORMAT
 DXmSvnSetTreePosition
 (svnw, x, y)
 
  
Argument Information
  
    | Argument  | 
    Type  | 
    Access  | 
    Mechanism  | 
   
  
    | 
      svnw
     | 
    
      Widget
     | 
    
      read
     | 
    
      value
     | 
   
  
    | 
      x
     | 
    
      LONGWORD
     | 
    
      read
     | 
    
      value
     | 
   
  
    | 
      y
     | 
    
      LONGWORD
     | 
    
      read
     | 
    
      value
     | 
   
 
 
DXmSvnShowSelections
 
FORMAT
 DXmSvnShowSelections
 (svnw)
 
  
Argument Information
  
    | Argument  | 
    Type  | 
    Access  | 
    Mechanism  | 
   
  
    | 
      svnw
     | 
    
      Widget
     | 
    
      read
     | 
    
      value
     | 
   
 
 
DXmSvnValidateAll
 
FORMAT
 DXmSvnValidateAll
 (svnw)
 
  
Argument Information
  
    | Argument  | 
    Type  | 
    Access  | 
    Mechanism  | 
   
  
    | 
      svnw
     | 
    
      Widget
     | 
    
      read
     | 
    
      value
     | 
   
 
 
DXmSvnWidget
 
FORMAT
 result DXmSvnWidget
 (parent, name, x, y, width, height, confirm_callback, help_callback,
 attach_ callback, detach_callback, get_entry_callback,
 extend_confirm_callback, entry_selected_callback,
 entry_unselected_callback, selections_dragged_callback,
 dragging_callback, dragging_end_callback)
 
  
Argument Information
  
    | Argument  | 
    Type  | 
    Access  | 
    Mechanism  | 
   
  
    | 
      result
     | 
    
      Widget
     | 
    
      write
     | 
    
      value
     | 
   
  
    | 
      parent
     | 
    
      Widget
     | 
    
      read
     | 
    
      value
     | 
   
  
    | 
      name
     | 
    
      XtString
     | 
    
      read
     | 
    
      reference
     | 
   
  
    | 
      x
     | 
    
      LONGWORD
     | 
    
      read
     | 
    
      value
     | 
   
  
    | 
      y
     | 
    
      LONGWORD
     | 
    
      read
     | 
    
      value
     | 
   
  
    | 
      height
     | 
    
      LONGWORD
     | 
    
      read
     | 
    
      value
     | 
   
  
    | 
      width
     | 
    
      LONGWORD
     | 
    
      read
     | 
    
      value
     | 
   
  
    | 
      confirm_callback
     | 
    
      XtCallbackList
     | 
    
      read
     | 
    
      reference
     | 
   
  
    | 
      help_callback
     | 
    
      XtCallbackList
     | 
    
      read
     | 
    
      reference
     | 
   
  
    | 
      attach_callback
     | 
    
      XtCallbackList
     | 
    
      read
     | 
    
      reference
     | 
   
  
    | 
      detach_callback
     | 
    
      XtCallbackList
     | 
    
      read
     | 
    
      reference
     | 
   
  
    | 
      get_entry_callback
     | 
    
      XtCallbackList
     | 
    
      read
     | 
    
      reference
     | 
   
  
    | 
      extend_confirm_callback
     | 
    
      XtCallbackList
     | 
    
      read
     | 
    
      reference
     | 
   
  
    | 
      entry_selected_callback
     | 
    
      XtCallbackList
     | 
    
      read
     | 
    
      reference
     | 
   
  
    | 
      entry_unselected_callback
     | 
    
      XtCallbackList
     | 
    
      read
     | 
    
      reference
     | 
   
  
    | 
      selections_dragged_callback
     | 
    
      XtCallbackList
     | 
    
      read
     | 
    
      reference
     | 
   
  
    | 
      dragging_callback
     | 
    
      XtCallbackList
     | 
    
      read
     | 
    
      reference
     | 
   
  
    | 
      dragging_end_callback
     | 
    
      XtCallbackList
     | 
    
      read
     | 
    
      reference
     | 
   
 
  
Chapter 9 DECwindows Toolkit Extensions Data Structures
This chapter documents DECwindows toolkit extensions data structures.
  
DXmColorMixCallbackStruct
Field Information
  
    | Argument  | 
    Type  | 
   
  
    | 
      reason
     | 
    
      LONGWORD
     | 
   
  
    | 
      event
     | 
    
      address
     | 
   
  
    | 
      newred
     | 
    
      WORD UNSIGNED
     | 
   
  
    | 
      newgrn
     | 
    
      WORD UNSIGNED
     | 
   
  
    | 
      newblu
     | 
    
      WORD UNSIGNED
     | 
   
  
    | 
      newname
     | 
    
      XtString
     | 
   
  
    | 
      origred
     | 
    
      WORD UNSIGNED
     | 
   
  
    | 
      origgrn
     | 
    
      WORD UNSIGNED
     | 
   
  
    | 
      origblu
     | 
    
      WORD UNSIGNED
     | 
   
 
 
DXmCSTextCallbackStruct
Field Information
  
    | Argument  | 
    Type  | 
   
  
    | 
      reason
     | 
    
      LONGWORD
     | 
   
  
    | 
      event
     | 
    
      ADDRESS
     | 
   
  
    | 
      charset
     | 
    
      ADDRESS
     | 
   
  
    | 
      charset_len
     | 
    
      LONGWORD
     | 
   
 
 
DXmCSTextVerifyCallbackStruct
Field Information
  
    | Argument  | 
    Type  | 
   
  
    | 
      reason
     | 
    
      LONGWORD
     | 
   
  
    | 
      event
     | 
    
      ADDRESS
     | 
   
  
    | 
      doit
     | 
    
      Boolean
     | 
   
  
    | 
      currInsert
     | 
    
      LONGWORD
     | 
   
  
    | 
      newInsert
     | 
    
      LONGWORD
     | 
   
  
    | 
      startPos
     | 
    
      LONGWORD
     | 
   
  
    | 
      endPos
     | 
    
      LONGWORD
     | 
   
  
    | 
      text
     | 
    
      ADDRESS
     | 
   
 
 
DXmPrintFormatStruct
Field Information
  
    | Argument  | 
    Type  | 
   
  
    | 
      ui_string
     | 
    
      XmString
     | 
   
  
    | 
      os_string
     | 
    
      XmString
     | 
   
  
    | 
      var_string
     | 
    
      XmString
     | 
   
 
 
DxmPrintOptionMenuStruct
Field Information
  
    | Argument  | 
    Type  | 
   
  
    | 
      ui_string
     | 
    
      XmString
     | 
   
  
    | 
      os_string
     | 
    
      XmString
     | 
   
 
 
DXmSvnCallbackStruct
Field Information
  
    | Argument  | 
    Type  | 
   
  
    | 
      reason
     | 
    
      LONGWORD
     | 
   
  
    | 
      entry_number
     | 
    
      LONGWORD
     | 
   
  
    | 
      component_number
     | 
    
      LONGWORD
     | 
   
  
    | 
      first_selection
     | 
    
      LONGWORD
     | 
   
  
    | 
      x
     | 
    
      LONGWORD
     | 
   
  
    | 
      y
     | 
    
      LONGWORD
     | 
   
  
    | 
      entry_tag
     | 
    
      XtPointer
     | 
   
  
    | 
      time
     | 
    
      LONGWORD
     | 
   
  
    | 
      entry_level
     | 
    
      LONGWORD
     | 
   
  
    | 
      loc_cursor_entry_number
     | 
    
      LONGWORD
     | 
   
  
    | 
      transfer_mode
     | 
    
      LONGWORD
     | 
   
  
    | 
      dragged_entry_number
     | 
    
      LONGWORD
     | 
   
  
    | 
      event
     | 
    
      ADDRESS
     | 
   
 
  
  
		 |