From a36c7543d4eedaa9e10bfd9f4d9b81279b1bb7e6 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 21 Mar 2003 18:41:36 +0000 Subject: rm the python api docs --- doc/python/pointerdata.txt | 67 ---------------------------------------------- 1 file changed, 67 deletions(-) delete mode 100644 doc/python/pointerdata.txt (limited to 'doc/python/pointerdata.txt') diff --git a/doc/python/pointerdata.txt b/doc/python/pointerdata.txt deleted file mode 100644 index 8db7f0af..00000000 --- a/doc/python/pointerdata.txt +++ /dev/null @@ -1,67 +0,0 @@ -PointerData - ----- - -This document describes the 'PointerData' class, passed to functions bound to -pointer events. - ----- - -Attributes - ----- - -action - -The type of event. One of the input.Pointer.Action_* constants. - ----- - -button - -The button (in the format that input.Pointer.bind() expects them) that caused -the event. This will be 'None' if there was no button associated with the -event. (This can only happen during a pointer grab.) - ----- - -context - -A string containing the context of the event. See the Terminology section in -the Pointer documentation for a decription and list of common contexts. - ----- - -state - -An integer bitmask of the modifiers pressed down when the event occured. - ----- - -buttonnum - -An integer containing the number of the pointer button associated with the -event. - ----- - -pos - -A tuple containing the current position of the cursor. The tuple has the format -(x, y). This is only valid when 'action' is 'Action_Motion'. - ------ - -presspos - -A tuple containing the position of the cursor when the drag started. The tuple -has the format (x, y). This is only valid when 'action' is 'Action_Motion'. - ----- - -pressclientarea - -A tuple containing the area of the client when the drag started. The tuple has -the format (x, y, width, height). This will be None if there is no client -associated with the event (during a pointer grab, or a drag on the root -window). This is only valid when 'action' is 'Action_Motion'. -- cgit v1.2.3