[pyar] Crear puntos de agarre para un control en tkinter

Juan Carlos Ojeda juancarlospaco en gmail.com
Lun Dic 6 13:59:06 ART 2010


2010/12/6 craf <prog en vtr.net>

> Hola.
>
> En visual basic, cuando creamos un control, y queremos modificar su
> tamaño, lo podemos hacer a través de unos puntos de agarre que se
> encuentran en los bordes del control.
>
> Ejemplo.
>
>
> x-----------x------------x
> |                        |
> |                        |
> x         Button         x ----> puntos de agarre
> |                        |
> |                        |
> x-----------x------------x
>
> ¿Alguien tiene una idea de como podría implementarse esta opción en
> Python con tkinter?.
>
>
> Saludos
>
>
> CRAF
>
> _______________________________________________
> pyar mailing list pyar en python.org.ar
> http://listas.python.org.ar/listinfo/pyar
>
> PyAr - Python Argentina - Sitio web: http://www.python.org.ar/
>

PanedWindow Widget.

puntodeagarre = PanedWindow( parent, option, ... )

Options=
bg
bd
cursor
handlepad
handlesize
height
opaqueresize
orient
relief
sashpad
sashrelief
sashwidth
showhandle
width

methods=
.add(child[, option=value] ... )
.forget(child)
.identify(x, y)
.panecget(child, option)
.paneconfig(child, option=value, ... )
.panes()
.remove(child)
.sash_coord(index)
.sash_place(index, x, y )

child options=
after
before
height
minsize
padx
pady
sticky
width

y seguro me olvido de algo...

-- 
.
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://listas.python.org.ar/pipermail/pyar/attachments/20101206/59ee69b0/attachment.html>


More information about the pyar mailing list