2010-09-15 15:55 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)

* contrib/hbxbp/xbp.ch
    + Added XBP_*_GROUP constants.

  * contrib/hbxbp/xbpwindow.prg
    ! :group instance variable now returns XBP_NO_GROUP instead of 0.
This commit is contained in:
Pritpal Bedi
2010-09-15 22:55:40 +00:00
parent f757c35a3f
commit 63f3dcc4ed
3 changed files with 15 additions and 1 deletions

View File

@@ -16,6 +16,13 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-09-15 15:55 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbxbp/xbp.ch
+ Added XBP_*_GROUP constants.
* contrib/hbxbp/xbpwindow.prg
! :group instance variable now returns XBP_NO_GROUP instead of 0.
2010-09-15 14:35 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbqt/hbqt_hbmk2_plugin.hbs

View File

@@ -478,5 +478,12 @@
/*----------------------------------------------------------------------*/
#define XBP_BEGIN_GROUP 1
#define XBP_WITHIN_GROUP 2
#define XBP_END_GROUP 3
#define XBP_NO_GROUP 4
/*----------------------------------------------------------------------*/
#define _XBP_CH
#endif

View File

@@ -87,7 +87,7 @@ CLASS XbpWindow INHERIT XbpPartHandler
DATA clipChildren INIT .F.
DATA clipParent INIT .F.
DATA clipSiblings INIT .T.
DATA group INIT 0 /* XBP_NO_GROUP */
DATA group INIT XBP_NO_GROUP
DATA sizeRedraw INIT .F.
DATA tabStop INIT .F.
DATA visible INIT .T.