2011-03-01 13:54 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)

* contrib/hbxbp/xbptreeview.prg
    ! Added missing elements on return values of two methods.
      Thanks Shum.
This commit is contained in:
Pritpal Bedi
2011-03-01 21:59:24 +00:00
parent 0fb9a4bae8
commit 47642c4f8f
2 changed files with 7 additions and 2 deletions

View File

@@ -16,6 +16,11 @@
The license applies to all entries newer than 2009-04-28.
*/
2011-03-01 13:54 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbxbp/xbptreeview.prg
! Added missing elements on return values of two methods.
Thanks Shum.
2011-03-01 15:35 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* examples/hbqt_tut/win01.prg
* examples/hbqt_tut/win10.prg

View File

@@ -515,13 +515,13 @@ METHOD XbpTreeViewItem:delItem( oItem )
METHOD XbpTreeViewItem:getChildItems()
RETURN NIL
RETURN ::aChilds
/*----------------------------------------------------------------------*/
METHOD XbpTreeViewItem:getParentItem()
RETURN NIL
RETURN ::oParent
/*----------------------------------------------------------------------*/