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:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user