Tk Library Source Code

View Ticket
Login
Ticket UUID: 586720
Title: comcmd itemconfigure, few options added
Type: Patch Version: None
Submitter: ashalagi Created on: 2002-07-25 21:20:13
Subsystem: mclistbox Assigned To: boakley
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2013-07-04 17:25:30
Resolution: Not Applicable Here Closed By:
    Closed on:
Description:
Command itemconfigure index column list ?list 
Allows one to configure any given cell of a 
mclistbox. The arguments index and column specify a 
cell to be configures. 
list argument is a set of option-value pairs as in the 
listbox command itemconfigure. 

                  
::mclistbox::ResizeColumnsOfAllListboxes 
This command adjusts widths of columns according to set 
fonts of all mclistboxes in active an application. This 
function is supposed to be called after any font 
change. 

Option -selectcolumn 
Specifies behavior of selection. If -selectcolumn is 
set to 1 and -selectmode is set to single, 
then only one cell instead of hole line is highlighted 
upon click. Default value is 0. 

Opton -usexscroll 
Specifies whether corresponding xscrollbar is visible. 
This option works only if -usecolumnxscroll is set to 
1. If the value is 1, 
it makes corresponding xscrollbar visible. Default 
value is 1. 


PS. Sorry for previous anonymous submission of the same
patch.

Arkdi
User Comments: ashalagi added on 2002-07-26 04:20:13:

File Added - 27775: changes.txt

Attachments: