2009-07-01 23:45 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* harbour/contrib/hbxbp/tests/demoxbp.prg
! A experimental fix.
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-07-01 23:45 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
|
||||
* harbour/contrib/hbxbp/tests/demoxbp.prg
|
||||
! A experimental fix.
|
||||
|
||||
2009-07-01 23:39 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
|
||||
* harbour/contrib/hbxbp/xbpstatic.prg
|
||||
+ Implemented more static styles.
|
||||
|
||||
@@ -875,12 +875,12 @@ FUNCTION Build_Statics( oWnd )
|
||||
oBox:type := XBPSTATIC_TYPE_HALFTONEFRAME
|
||||
oBox:options := XBPSTATIC_FRAMETHICK
|
||||
oBox:create()
|
||||
|
||||
#if 0
|
||||
oBox := XbpStatic():new( oGrp, , {180,350}, {40,40} )
|
||||
oBox:type := XBPSTATIC_TYPE_SYSICON
|
||||
oBox:caption := XBPSTATIC_SYSICON_ICONQUESTION
|
||||
oBox:create()
|
||||
|
||||
#endif
|
||||
RETURN nil
|
||||
|
||||
/*----------------------------------------------------------------------*/
|
||||
|
||||
Reference in New Issue
Block a user