TIX configuring backgrounds, etc.

From: Len Lawrence (lcl_at_tarazed.demon.co.uk)
Date: 11/30/04


Date: Tue, 30 Nov 2004 08:04:25 GMT

A bit of handholding required here:

TIX 8.1 under Mandrake 9.2.
Does anybody know how to configure particular widget attributes like
background colour in TIX? Presumably there is some way of using
tixDisplayStyle to set these up, but the man documentation is rather
sparse. I have checked around in the demos and samples directories
without finding anything related to display styles. I would like to
change the default colours for widgets like the file selection
megawidget, and perhaps others like borderwidth. The interpreter
simply ignores any attempt to configure attributes directly.

My only knowledge of TIX comes from man and Mark Harrison's
Tcl/Tk Tools. I would not know what to google for.

 



Relevant Pages

  • Re: TIX configuring backgrounds, etc.
    ... > background colour in TIX? ... > tixDisplayStyle to set these up, but the man documentation is rather ... > My only knowledge of TIX comes from man and Mark Harrison's ... interface using "winfo children $widget" repeatedly. ...
    (comp.lang.tcl)
  • Is Tix dead?
    ... am now developing a script in Python but using Tkinter for the GUI. ... I've considered using Tix for some of the widgets but am finding that it ... I certainly don't want to code into a dead or dying widget set. ...
    (comp.lang.tcl)
  • What are the errors in a simpliest Tix application?
    ... root = Tkinter.Tk ... widget = Tkinter.Button ... As the Python Library manual says, the only thing I need to use Tix is to ... replace Tkinter in the last program to Tk: ...
    (comp.lang.python)
  • Re: What are the errors in a simpliest Tix application?
    ... > replace Tkinter in the last program to Tk: ... > import Tix ... > root = Tix.Tk ... > widget = Tix.Button ...
    (comp.lang.python)