#!../mofe --f

mergeResources topLevel \
  *FontList -adobe-times-medium-r-normal-*-16-*-*-*-*-*-iso8859-1=roman,-adobe-times-medium-i-normal-*-16-*-*-*-*-*-iso8859-1=italic,-adobe-times-bold-*-normal-*-16-*-*-*-*-*-iso8859-1=bold

XmMainWindow main topLevel  \
    scrollingPolicy AUTOMATIC \
    width 400 height 200

  XmMenuBar menu_bar main
    XmPulldownMenu mp1 menu_bar unmanaged
      XmPushButton Quit \
	  mp1 activateCallback quit \
	  accelerator Ctrl<Key>C \
	  acceleratorText Ctrl+C 
    XmCascadeButton File menu_bar subMenuId mp1  mnemonic F

XmLabel demo main \
  labelString {
     This is a label with ^bold Bold Words
     ^medium and ^italic Italic Words ^roman in it.
     Of course, the contents of this label can span 
     over ^bold several lines.
  } \
  width 400 height 200
  
realize

