Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ DXmSvnSetApplDragging(3X) — OSF/1 1.0 (TIN) MIPS

Media Vault

Software Library

Restoration Projects

Artifacts Sought

DXmSvnSetApplDragging(3X)  —  Subroutines

Digital

NAME

DXmSvnSetApplDragging − Turns application dragging mode on or off in the SVN widget. 

SYNOPSIS

void DXmSvnSetApplDragging (widget, on_off)
   Widget widget;
   int   on_off;

DESCRIPTION

The DXmSvnSetApplDragging routine either turns application dragging mode on or off. When application dragging mode is on (on_off is set to 1), the application controls dragging operations by calling the DXmSvnCRDragging callback (when the user presses MB2 and drags the mouse downward) and the DXmSvnCRDraggingEnd callback (when the dragging operation is completed).  When application dragging mode is off (on_off is set to 0), the SVN widget controls MB2 dragging operations with DXmSvnNselectionsDraggedCallback .

Arguments

widgetThe identifier (widget ID) of the SVN widget. 

on_offAn integer that sets the application dragging mode to be either on (1) or off (0). 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026