Home
last modified time | relevance | path

Searched refs:create_rectangle (Results 1 – 25 of 189) sorted by relevance

12345678

/dports/devel/smc/smc_4_3_0/examples/Python/EX4/
H A DStoplight.py384 cv.create_rectangle(X1, Y1, X2, Y2,
388 cv.create_rectangle(X1, Y4, X2, Y5,
392 cv.create_rectangle(X4, Y4, X5, Y5,
396 cv.create_rectangle(X4, Y1, X5, Y2,
444 cv.create_rectangle(X2, Y1, X3, Y2,
449 cv.create_rectangle(X1, Y2, X2, Y3,
454 cv.create_rectangle(X2, Y3, X3, Y4,
459 cv.create_rectangle(X3, Y2, X4, Y3,
/dports/databases/py-sqlite3/Python-3.8.12/Tools/demo/
H A Dhanoi.py50 p = c.create_rectangle(x1, y1, x2, y2, fill='black')
53 p = c.create_rectangle(x1, y1, x2, y2, fill='black')
56 p = c.create_rectangle(x1, y1, x2, y2, fill='black')
70 p = c.create_rectangle(x1, y1, x2, y2, fill='red')
/dports/databases/py-gdbm/Python-3.8.12/Tools/demo/
H A Dhanoi.py50 p = c.create_rectangle(x1, y1, x2, y2, fill='black')
53 p = c.create_rectangle(x1, y1, x2, y2, fill='black')
56 p = c.create_rectangle(x1, y1, x2, y2, fill='black')
70 p = c.create_rectangle(x1, y1, x2, y2, fill='red')
/dports/lang/python-tools/Python-3.8.12/Tools/demo/
H A Dhanoi.py50 p = c.create_rectangle(x1, y1, x2, y2, fill='black')
53 p = c.create_rectangle(x1, y1, x2, y2, fill='black')
56 p = c.create_rectangle(x1, y1, x2, y2, fill='black')
70 p = c.create_rectangle(x1, y1, x2, y2, fill='red')
/dports/lang/python37/Python-3.7.12/Tools/demo/
H A Dhanoi.py50 p = c.create_rectangle(x1, y1, x2, y2, fill='black')
53 p = c.create_rectangle(x1, y1, x2, y2, fill='black')
56 p = c.create_rectangle(x1, y1, x2, y2, fill='black')
70 p = c.create_rectangle(x1, y1, x2, y2, fill='red')
/dports/lang/python311/Python-3.11.0a3/Tools/demo/
H A Dhanoi.py50 p = c.create_rectangle(x1, y1, x2, y2, fill='black')
53 p = c.create_rectangle(x1, y1, x2, y2, fill='black')
56 p = c.create_rectangle(x1, y1, x2, y2, fill='black')
70 p = c.create_rectangle(x1, y1, x2, y2, fill='red')
/dports/lang/python310/Python-3.10.1/Tools/demo/
H A Dhanoi.py50 p = c.create_rectangle(x1, y1, x2, y2, fill='black')
53 p = c.create_rectangle(x1, y1, x2, y2, fill='black')
56 p = c.create_rectangle(x1, y1, x2, y2, fill='black')
70 p = c.create_rectangle(x1, y1, x2, y2, fill='red')
/dports/lang/python27/Python-2.7.18/Demo/tkinter/guido/
H A Dhanoi.py49 p = c.create_rectangle(x1, y1, x2, y2, fill='black')
52 p = c.create_rectangle(x1, y1, x2, y2, fill='black')
55 p = c.create_rectangle(x1, y1, x2, y2, fill='black')
69 p = c.create_rectangle(x1, y1, x2, y2, fill='red')
/dports/lang/python38/Python-3.8.12/Tools/demo/
H A Dhanoi.py50 p = c.create_rectangle(x1, y1, x2, y2, fill='black')
53 p = c.create_rectangle(x1, y1, x2, y2, fill='black')
56 p = c.create_rectangle(x1, y1, x2, y2, fill='black')
70 p = c.create_rectangle(x1, y1, x2, y2, fill='red')
/dports/lang/python39/Python-3.9.9/Tools/demo/
H A Dhanoi.py50 p = c.create_rectangle(x1, y1, x2, y2, fill='black')
53 p = c.create_rectangle(x1, y1, x2, y2, fill='black')
56 p = c.create_rectangle(x1, y1, x2, y2, fill='black')
70 p = c.create_rectangle(x1, y1, x2, y2, fill='red')
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Tools/demo/
H A Dhanoi.py50 p = c.create_rectangle(x1, y1, x2, y2, fill='black')
53 p = c.create_rectangle(x1, y1, x2, y2, fill='black')
56 p = c.create_rectangle(x1, y1, x2, y2, fill='black')
70 p = c.create_rectangle(x1, y1, x2, y2, fill='red')
/dports/lang/python-legacy/Python-2.7.18/Demo/tkinter/guido/
H A Dhanoi.py49 p = c.create_rectangle(x1, y1, x2, y2, fill='black')
52 p = c.create_rectangle(x1, y1, x2, y2, fill='black')
55 p = c.create_rectangle(x1, y1, x2, y2, fill='black')
69 p = c.create_rectangle(x1, y1, x2, y2, fill='red')
/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/
H A Ddrawingutils.cpp40 create_rectangle(c, x, y, sx + ox * 2, sy + oy * 2, radius); in display_background()
128 create_rectangle(cr, x, y, width, height, rad); in draw_rect()
142 create_rectangle(cr, x-depth*0.5, y-depth, width+depth, height+2*depth, rad); in _draw_inset()
155 create_rectangle(cr, x, y, width, height, rad); in _draw_glass()
208 void create_rectangle (cairo_t * cr, gint x, gint y, gint width, gint height, float rad) { in create_rectangle() function
246 create_rectangle(cr, x, y, width, height, rad); in draw_bevel()
/dports/lang/python-legacy/Python-2.7.18/Demo/tkinter/matt/
H A Dcanvas-with-scrollbars.py39 self.draw.create_rectangle(0, 0, "3.5i", "3.5i", fill="black")
40 self.draw.create_rectangle("10i", "10i", "13.5i", "13.5i", fill="blue")
H A Dcanvas-demo-simple.py17 self.draw.create_rectangle(0, 0, "3i", "3i", fill="black")
H A Danimation-simple.py17 self.draw.create_rectangle(0, 0, 10, 10, tags="thing", fill="blue")
/dports/lang/python27/Python-2.7.18/Demo/tkinter/matt/
H A Dcanvas-with-scrollbars.py39 self.draw.create_rectangle(0, 0, "3.5i", "3.5i", fill="black")
40 self.draw.create_rectangle("10i", "10i", "13.5i", "13.5i", fill="blue")
H A Dcanvas-demo-simple.py17 self.draw.create_rectangle(0, 0, "3i", "3i", fill="black")
H A Danimation-simple.py17 self.draw.create_rectangle(0, 0, 10, 10, tags="thing", fill="blue")
/dports/games/pysolfc/PySolFC-2.14.1/pysollib/tk/
H A Dtkstats.py126 c.create_rectangle(2, 7, w, h, fill="", outline="#7f7f7f")
259 c.create_rectangle(x, y, x+10, y+10, fill="#00ff00")
261 c.create_rectangle(x, y, x+10, y+10, fill="#ff0000")
360 self.canvas.create_rectangle(
364 self.canvas.create_rectangle(
371 self.canvas.create_rectangle(rx, ry, rx+rw, ry+rh, width=1,
381 self.canvas.create_rectangle(
873 canvas.create_rectangle(x0, y0, x1, y1, fill='white')
889 canvas.create_rectangle(x, y, x+d, y-d, outline='black',
894 canvas.create_rectangle(x, y, x+d, y-d, outline='black',
[all …]
/dports/graphics/blender/blender-2.91.0/source/tools/utils/
H A Dmake_cursor_gui.py139 self.screen.create_rectangle((self.gridsz * row + 1,
157 self.screen.create_rectangle((self.gridsz * row + 1,
179 self.screen.create_rectangle(0, 0, 320, 320, fill=color[2])
186 self.screen.create_rectangle((self.gridsz * row + 1,
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/conch/ui/
H A Dtkvt100.py96 self.cursor = self.canvas.create_rectangle(
122 self.canvas.create_rectangle(
140 self.cursor = self.canvas.create_rectangle(
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/conch/ui/
H A Dtkvt100.py63 …self.cursor = self.canvas.create_rectangle(0,0,fontWidth-1,fontHeight-1,fill='green',outline='gree…
87 …self.canvas.create_rectangle(canvasX, canvasY, canvasX+fontWidth-1, canvasY+fontHeight-1, fill=bg,…
98 …self.cursor = self.canvas.create_rectangle(canvasX,canvasY,canvasX+fontWidth-1,canvasY+fontHeight-…
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/imagemap/
H A Dimap_rectangle.h38 Object_t* create_rectangle(gint x, gint y, gint width, gint height);
/dports/astro/py-ro/RO-3.6.9/python/RO/Wdg/
H A DResizableRect.py98 self.rectID = self.cnv.create_rectangle(
116 self.idDict[regionName] = self.cnv.create_rectangle(
124 self.idDict[regionName] = self.cnv.create_rectangle(

12345678