#xtranslate XbpMenu( => WvgMenu(

  oMenuBar := oDlg:menuBar()
   oMenu := XbpMenu():new( oMenuBar )
   oMenu:title := "~File"
   oMenu:create()
   oMenu:addItem( {"~Refresh", {|| oDlg:browse:dataLink:refresh(),
oDlg:browse:refreshAll()}} )
   oMenu:addItem( {"E~xit"   , {|| PostAppEvent(xbeP_Close,,,oDlg)}} )


And must investigate harbour/contrib/gtwvg/tests/demoxbp.pg

Regards
Pritpal Bedi


-- 
View this message in context: 
http://www.nabble.com/A-template-for-add-to-a-CUI-application-to-transorm-in-GUI-using-gtwvg-tp23233039p23235192.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to