Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | display | |
Module | widgets | |
Tool | combobox |
Change the automatic insertion behavior.
Synopsis
autoinserorder(insertorder)
Arguments
insertorder
The new automatic insertion behavior
Allowed:
'tail', 'head'
Description
This determines how new items are added to the combobox when no specific
index location is specified - either through the use of the insert
function or through the users actions in the entry field.
If this is 'tail', the new item is added to the end of the list, if
this is 'head', the new item is added to the head of the list.
Next: combobox.bind - Function
Up: combobox - Tool
Previous: combobox.hscrollbar - Function
  Contents
  Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc.,
Washington, D.C.
Return to AIPS++ Home Page
2006-10-15