Download List

프로젝트 설명

Click'n'Drag is a Python module that introduces the "Plane" class, which extends PyGame's "Surface" functionality, offering a hierarchy of mouse-sensitive, draggable Surfaces that can be used as sprites, windows, icons, or other interactive elements. In addition, the clickndrag.gui module uses clickndrag to provide basic GUI elements like container, label, text box, option list, and button.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-03-24 07:23 Back to release list
0.3.0

향상된 cx_Freeze 호환성. TextBoxes 이제 커서를 표시합니다. 비행기는 이제 왼쪽 및 오른쪽 마우스 단추에 대한 콜백을했습니다. 비행기의 위치는 현재 다른 ​​비행기로 동기화 할 수 있습니다. 투명한 배경과 설명 굵은 텍스트로 레이블을 구현하는 클래스 OutlinedText는, 추가되었습니다. 디스플레이 클래스는 이제 "전체 화면"인수를 받아들입니다. 설명서 업데이 트가 있습니다.
Improved cx_Freeze compatibility. TextBoxes now display a cursor. Planes now have callbacks for left and right mouse button. The position of a Plane can now be synced to another Plane. The class OutlinedText, which implements a label with a transparent background and outlined bold text, has been added. The Display class now accepts a "fullscreen" argument. There are documentation updates.

Project Resources