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:
Pritpal Bedi
2009-07-02 06:50:29 +00:00
parent 922db43726
commit e3cdcafbf6
2 changed files with 6 additions and 2 deletions

View File

@@ -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.

View File

@@ -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
/*----------------------------------------------------------------------*/