17 #define ROOTDND_PROTOCOL_VERSION 4
18 #define XA_ATOM ((Atom_t) 4)
19 #define XA_WINDOW ((Atom_t) 33)
71 TGFrame(p, 32, 32, options, back)
73 if (fgDefaultCursor ==
kNone) {
86 gVirtualX->ChangeWindowAttributes(fId, &wattr);
90 gVirtualX->GetWindowSize(fPic, x, y, fPw, fPh);
104 Resize(GetDefaultSize());
106 gVirtualX->ShapeCombineMask(fId, 0, 0, fMask);
108 gVirtualX->SetCursor(fId, fgDefaultCursor);
202 fTypelist =
new Atom_t[3];
217 fTargetIsDNDAware =
kFALSE;
220 fAcceptedAction =
kNone;
221 fLocalAction =
kNone;
226 fPic = fMask =
kNone;
334 for (n = 0; a[
n]; n++) { }
343 return gVirtualX->IsDNDAware(win, typelist);
351 if (maxd <= 0)
return kNone;
369 unsigned char *data = 0;
382 &actual, &
format, &count, &remaining, &data);
384 if ((actual == XA_WINDOW) && (format == 32) && (count > 0) && data) {
392 &actual, &format, &count, &remaining, &data);
397 if ((actual == XA_WINDOW) && (format == 32) && (count > 0) && data) {
405 if (data)
delete[] data;
431 skip.
fX = (
event->fUser[2] >> 16) & 0xFFFF;
432 skip.
fY = (
event->fUser[2] & 0xFFFF);
433 skip.
fWidth = (
event->fUser[3] >> 16) & 0xFFFF;
434 skip.
fHeight = (
event->fUser[3] & 0xFFFF);
482 event.fWindow = target;
494 for (i = 0; i < 3; ++i)
505 event.fUser[2] = dataType;
506 event.fUser[3] =
kNone;
507 event.fUser[4] =
kNone;
521 event.fWindow = target;
544 event.fWindow = target;
551 event.fUser[2] = (x << 16) | y;
552 event.fUser[3] = timestamp;
553 event.fUser[4] = action;
566 event.fWindow = source;
571 event.fUser[1] = (action ==
kNone) ? 0
L : 1
L;
575 event.fUser[4] = action;
588 event.fWindow = target;
609 event.fWindow = source;
635 unsigned char *data = 0;
639 &type, &format, &count, &remaining, &data);
641 if (type !=
XA_ATOM || format != 32 || !data) {
648 for (i = 0; i < count; i++)
653 if (data)
delete[] data;
704 wtarget, x_root, y_root,
x,
y, child);
705 w =
gClient->GetWindowById(wtarget);
707 f =
dynamic_cast<TGFrame *
>(w);
778 8, (
unsigned char *) 0, 0);
814 data = dnddata ? (
char *) dnddata->
fData : (
char *)
"";
824 (
unsigned char *) data, len);
827 xevent.
fTime =
event->fTime;
828 xevent.
fUser[0] =
event->fUser[0];
829 xevent.
fUser[1] =
event->fUser[1];
830 xevent.
fUser[2] =
event->fUser[2];
831 xevent.
fUser[3] =
event->fUser[3];
849 unsigned char *data = 0;
854 &actual, &format, &count, &remaining, &data);
856 if ((actual !=
fDropType) || (format != 8) || (count == 0) || !data) {
857 if (data)
delete[] data;
889 int hot_x,
int hot_y)
996 if (newTarget ==
kNone) {
998 if (t !=
kNone) newTarget = t;
1044 (
unsigned char *) &mainw, 1);
1046 (
unsigned char *) &mainw, 1);
static Atom_t GetDNDFinished()
virtual void RaiseWindow()
Raise TGDragWindow.
Bool_t SetRootProxy()
Set root window proxy.
virtual void MapSubwindows()
static Atom_t fgDNDActionDescrip
static Atom_t fgDNDActionMove
static Atom_t fgXCDNDData
static Atom_t GetDNDActionDescrip()
Bool_t HandleDNDDrop(Window_t src, Time_t timestamp)
Handle DND drop event.
Bool_t HandleSelection(Event_t *event)
Handle selection event.
static Atom_t fgDNDVersion
static Atom_t fgDNDActionCopy
virtual Bool_t HandleDNDDrop(TDNDData *)
Bool_t HandleTimer(TTimer *t)
Handle Drop timeout.
RooArgList L(const RooAbsArg &v1)
const Mask_t kButtonMotionMask
static Atom_t GetDNDProxy()
static Atom_t GetDNDVersion()
virtual void MapRaised()
Map and Raise TGDragWindow.
static Atom_t GetDNDSelection()
static Atom_t fgDNDActionPrivate
static Atom_t GetDNDActionList()
static Atom_t fgDNDStatus
static int ArrayLength(Atom_t *a)
static Atom_t GetDNDTypeList()
static std::string format(double x, double y, int digits, int width)
static Cursor_t fgDefaultCursor
static Atom_t GetXCDNDData()
void SendDNDLeave(Window_t target)
Send DND leave message to target window.
void InitAtoms()
Initialize drag and drop atoms.
virtual void MapWindow()
Map TGDragWindow.
virtual Bool_t HandleDNDFinished()
static Atom_t GetDNDActionCopy()
static Atom_t GetDNDAware()
virtual void LowerWindow()
static Atom_t fgDNDPosition
virtual Atom_t HandleDNDPosition(Int_t, Int_t, Atom_t, Int_t, Int_t)
Bool_t EndDrag()
End dragging.
void SendDNDPosition(Window_t target, int x, int y, Atom_t action, Time_t timestamp)
Send DND position message to target window.
virtual void UnmapWindow()
Unmap TGDragWindow.
void SendDNDFinished(Window_t src)
Send DND finished message to source window.
static Atom_t GetDNDPosition()
Bool_t HandleClientMessage(Event_t *event)
Handle DND related client messages.
Bool_t HandleDNDPosition(Window_t src, int x_root, int y_root, Atom_t action, Time_t timestamp)
Handle DND position event.
virtual void DoRedraw()
Redraw TGDragWindow.
virtual TDNDData * GetDNDData(Atom_t)
const Mask_t kButtonPressMask
virtual ~TGDragWindow()
TGDragWindow destructor.
void SendDNDStatus(Window_t target, Atom_t action)
Send DND status message to source window.
virtual Atom_t HandleDNDEnter(Atom_t *)
static Atom_t fgDNDSelection
static Atom_t GetDNDDrop()
const Mask_t kWASaveUnder
Bool_t HandleDNDStatus(Window_t from, int accepted, Rectangle_t skip, Atom_t action)
Handle DND status event.
Bool_t HandleDNDFinished(Window_t target)
Handle DND finished event.
static Atom_t fgDNDTypeList
Bool_t RemoveRootProxy()
Remove root window proxy.
static Atom_t fgXAWMState
Handles synchronous and a-synchronous timer events.
ClassImp(TGDragWindow) TGDragWindow
TGDragWindow constructor.
void SetDragPixmap(Pixmap_t pic, Pixmap_t mask, Int_t hot_x, Int_t hot_y)
Set drag window pixmaps and hotpoint.
static Atom_t GetDNDLeave()
#define ROOTDND_PROTOCOL_VERSION
Window_t GetInputId() const
virtual void Move(Int_t x, Int_t y)
Move frame.
virtual const TGWindow * GetMainFrame() const
Returns top level main frame.
int main(int argc, char *argv[])
virtual ~TGDNDManager()
TGDNDManager destructor.
static Atom_t fgDNDFinished
static const double x1[5]
static Atom_t fgDNDActionLink
void SendDNDDrop(Window_t target)
Send DND drop message to target window.
static Atom_t GetDNDStatus()
const Mask_t kButtonReleaseMask
Bool_t HandleDNDEnter(Window_t src, long vers, Atom_t dataTypes[3])
Handle DND enter event.
virtual void RaiseWindow()
const Mask_t kWAOverrideRedirect
void SendDNDEnter(Window_t target)
Send DND enter message to target window.
static Atom_t GetDNDActionPrivate()
Bool_t HasWindow(Window_t w) const
Bool_t Drag(Int_t x_root, Int_t y_root, Atom_t action, Time_t timestamp)
Process drag event.
virtual void LowerWindow()
Lower TGDragWindow.
virtual void UnmapWindow()
Window_t FindWindow(Window_t root, Int_t x, Int_t y, Int_t maxd)
Search for DND aware window at position x,y.
static Atom_t GetDNDActionLink()
static Atom_t fgDNDActionAsk
static Atom_t GetDNDActionMove()
static Atom_t GetDNDActionAsk()
Cursor_t fDNDNoDropCursor
Bool_t IsDNDAware(Window_t win, Atom_t *typelist=0)
Check if window win is DND aware.
Bool_t HandleSelectionRequest(Event_t *event)
Handle selection request event.
virtual void Layout()
Layout TGDragWindow.
Window_t GetRootProxy()
Get root window proxy.
Bool_t StartDrag(TGFrame *src, Int_t x_root, Int_t y_root, Window_t grabWin=kNone)
Start dragging.
virtual void DeleteWindow()
Delete window.
Bool_t HandleDNDLeave(Window_t src)
Handle DND leave event.
static Atom_t GetDNDEnter()
static char * skip(char **buf, const char *delimiters)
static const TGGC & GetBckgndGC()
Get background color graphics context.
virtual Bool_t HandleDNDLeave()
static Atom_t fgDNDActionList