I commit it on CVS.
I add some new methods too and add documentation for all methods.

New Methods are : 
SetImageList
GetImageList
RemoveImage
SetCurSel
GetCurSel
SetCurFocus
GetCurFocus
HighlightItem

It's some missing TabCtrl macro found in msdn :
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/tab/reflist.asp


Laurent.
  ----- Original Message ----- 
  From: Jez White 
  To: guihackers 
  Sent: Tuesday, December 16, 2003 2:37 PM
  Subject: [perl-win32-gui-hackers] New Method for TabStrip


  Hi,

  Could someone add this new method to TabStrip.xs - it allows you to associate 
a imagelist to a tabstrip during runtime.

  Cheers,

  jez.

      
###########################################################################
      # (@)METHOD:SetImageList(IMAGELIST)
  HIMAGELIST
  SetImageList(handle,imagelist)
      HWND handle
      HIMAGELIST imagelist
  CODE:
      RETVAL = TabCtrl_SetImageList(handle, imagelist);
  OUTPUT:
      RETVAL

Reply via email to