news
About Elegant Chaos
info
About me and my friends
people
Software from Elegant Chaos
software
Other stuff...
stuff

DL_UpdateBkgndWindow

Revision
Revised on

Description


Code

on DL_UpdateBkgndWindow
  global DL_BkgndWindow,DL_BkgndList,DL_BkgndCount
  
  if there is a window DL_BkgndWindow then
    DL_UpdateBkgndList
    if the text of window DL_BkgndWindow ­ DL_BkgndList then
      set the text of window DL_BkgndWindow to DL_BkgndList
    end if
    
    set the selLine of window DL_BkgndWindow to the number of this bkgnd
  end if
  
end DL_UpdateBkgndWindow