2010-04-10 12:04 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)

* contrib/hbxbp/xbpdialog.prg
    + Added :sysMenu instance variable picked from Shum's example.
This commit is contained in:
Pritpal Bedi
2010-04-10 19:09:02 +00:00
parent 25e1c02d7e
commit b80c6ad53b
2 changed files with 6 additions and 0 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2010-04-10 12:04 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* contrib/hbxbp/xbpdialog.prg
+ Added :sysMenu instance variable picked from Shum's example.
2010-04-10 19:58 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbide/ideobject.prg
* contrib/hbide/idefunctions.prg

View File

@@ -91,6 +91,8 @@ CLASS XbpDialog FROM XbpWindow
DATA titleBar INIT .F.
DATA moveWithOwner INIT .T.
DATA origin INIT XBPDLG_ORIGIN_OWNER
DATA sysMenu INIT .T.
METHOD new( oParent, oOwner, aPos, aSize, aPresParams, lVisible )
METHOD create( oParent, oOwner, aPos, aSize, aPresParams, lVisible )