2009-02-26 22:51 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* harbour/contrib/gtwvg/wvgwin.c
! Removed TREEVIEWITEM structure definition as it is fixed by Przemek.
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
|
||||
*/
|
||||
|
||||
2009-02-26 22:51 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
|
||||
* harbour/contrib/gtwvg/wvgwin.c
|
||||
! Removed TREEVIEWITEM structure definition as it is fixed by Przemek.
|
||||
|
||||
2009-02-26 16:10 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
|
||||
* harbour/contrib/gtwvg/gtwvg.c
|
||||
! Some refinements is setting Window's style through
|
||||
|
||||
@@ -1601,22 +1601,6 @@ HB_FUNC( WVG_TREEVIEW_GETSELECTIONINFO )
|
||||
//
|
||||
HB_FUNC( WVG_TREEVIEW_ADDITEM )
|
||||
{
|
||||
#ifdef UNICODE
|
||||
typedef struct tagTVINSERTSTRUCTW
|
||||
{
|
||||
HTREEITEM hParent;
|
||||
HTREEITEM hInsertAfter;
|
||||
TV_ITEMW item;
|
||||
} TVINSERTSTRUCTW, FAR *LPTVINSERTSTRUCTW;
|
||||
#else
|
||||
typedef struct tagTVINSERTSTRUCTA
|
||||
{
|
||||
HTREEITEM hParent;
|
||||
HTREEITEM hInsertAfter;
|
||||
TV_ITEMA item;
|
||||
} TVINSERTSTRUCTA, FAR *LPTVINSERTSTRUCTA;
|
||||
#endif
|
||||
|
||||
TVINSERTSTRUCT tvis;
|
||||
LPTSTR text = HB_TCHAR_CONVTO( hb_parc( 3 ) );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user