Python gui

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

    #16
    Re: Python gui

    On 11/16/05, batfree <bafreelist@gma il.com> wrote:[color=blue]
    > Now GTK can use the local theme.You can choose the local theme to make
    > your application windows style on Winodws and Mac likely on mac os.
    > --
    > http://mail.python.org/mailman/listinfo/python-list
    >[/color]

    This is true only in an very, very loose sense. Gtk does not use the
    native rendering tools, and does not have native behavior. The
    "native" theme just mimics some of the basic shapes & colors of the
    controls.

    Comment

    • Chris Mellon

      #17
      Re: Python gui

      On 11/16/05, batfree <bafreelist@gma il.com> wrote:[color=blue]
      > Now GTK can use the local theme.You can choose the local theme to make
      > your application windows style on Winodws and Mac likely on mac os.
      > --
      > http://mail.python.org/mailman/listinfo/python-list
      >[/color]

      This is true only in an very, very loose sense. Gtk does not use the
      native rendering tools, and does not have native behavior. The
      "native" theme just mimics some of the basic shapes & colors of the
      controls.

      Comment

      Working...