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:
@@ -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
|
||||
|
||||
@@ -515,13 +515,13 @@ METHOD XbpTreeViewItem:delItem( oItem )
|
||||
|
||||
METHOD XbpTreeViewItem:getChildItems()
|
||||
|
||||
RETURN NIL
|
||||
RETURN ::aChilds
|
||||
|
||||
/*----------------------------------------------------------------------*/
|
||||
|
||||
METHOD XbpTreeViewItem:getParentItem()
|
||||
|
||||
RETURN NIL
|
||||
RETURN ::oParent
|
||||
|
||||
/*----------------------------------------------------------------------*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user