Textbox with ScrollBar

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • PythonRAD

    Textbox with ScrollBar

    Hi at all,

    I looking for the widget that admit the multiline with scrollbar for
    Tkinter... any idea?

    Help me please
    Michelangelo

    --
    ############### ###########
    # Yahoo Messenger: ShineMiku
    # Ti aspetto per chiccherare su
    # Programmazione, Tecnologie
    # Collaborazioni di Lavoro
    ############### ###########


  • Alex Martelli

    #2
    Re: Textbox with ScrollBar

    PythonRAD wrote:
    [color=blue]
    > Hi at all,
    >
    > I looking for the widget that admit the multiline with scrollbar for
    > Tkinter... any idea?[/color]

    Top of p. 349 in "Python in a Nutshell" chapter 16. I'm biased, but I
    think the Nutshell can be useful. You can read it online for free for
    2 weeks by subscribing to safari.oreilly. com -- the first 2 weeks are
    free, but make sure to cancel within 14 days to avoid paying! Still,
    in 2 weeks you should easily be able to study all of chapter 16 and a
    lot more besides.


    Alex

    Comment

    • Eric Brunel

      #3
      Re: Textbox with ScrollBar

      PythonRAD wrote:[color=blue]
      > Hi at all,
      >
      > I looking for the widget that admit the multiline with scrollbar for
      > Tkinter... any idea?
      >
      > Help me please
      > Michelangelo
      >[/color]
      See widget ScrolledText in Pmw: http://pmw.sourceforge.net/doc/index.html

      HTH

      --
      - Eric Brunel <eric dot brunel at pragmadev dot com> -
      PragmaDev : Real Time Software Development Tools - http://www.pragmadev.com

      Comment

      Working...