• Transparent label background?

    From Steve GS@Gronicus@SGA.Ninja to comp.lang.python on Wed Feb 28 03:01:21 2024
    From Newsgroup: comp.lang.python

    My window is to have a label
    over an image. How do I place
    a label that has a transparent
    background so as to not have
    the square of the label look
    so obnoxious?

    SGA

    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From ram@ram@zedat.fu-berlin.de (Stefan Ram) to comp.lang.python on Wed Feb 28 11:10:01 2024
    From Newsgroup: comp.lang.python

    "Steve GS" <Gronicus@SGA.Ninja> wrote or quoted:
    a label that has a transparent
    background

    This may not be so easy. Perhaps you use a canvas and then
    place images and texts in this canvas with "create_image"
    and "create_text".
    --- Synchronet 3.20a-Linux NewsLink 1.114