class KNOTX


Flattened version is here



Public


Readonly Shareds
shared PDefNum:INT;

Writable Shareds
shared CurrentEditMode:INT:=1;
**** CorrentEditMode must match with menu list knot_edit[] in MODULE knotXW
shared PDefNum:INT;

Constants
const kBack:INT:=0;
const kMark:INT:=9;
**** XOR
const kStr:INT:=1;
const knotButtonC:INT:=2;
const knotButtonL:INT:=1;
const knotButtonPress:INT:= 4;
const knotButtonR:INT:=3;
const knotButtonRelease:INT:= 5;
const knotLeaveNotify:INT:=8;
**** moune button
const knotMotionNotify:INT:= 6;
const rtStr:INT:=3;
****
const tStr:INT:=2;

Features
EditSelectK(select:INT):INT
EffectSelectK(select:INT):INT
FilesSelectK(select:INT):INT
InvSelectK(select:INT):INT
OtherSelectK(select:INT):INT
RepSL2pSearch(n,form,twistAlex:INT)
RepSearch(n,form,branchind,covlk,h1b,h1u,knotgrp,twistAlex,
Restrictions
TrackEventK(event,button,mouseX,mouseY:INT)
VPara(n:INT)
closeProc
init
repaint
**** repaint window for Expose event
startProc


Private

shared CurrentEditMode:INT:=1;
**** CorrentEditMode must match with menu list knot_edit[] in MODULE knotXW

The Sather Home Page