
*fontList: *times-medium-r-normal-*-*-180-*
*background: gray75
*XmScrollBar.width: 20
*XmScrollBar.height: 20
*BubbleHelp*background: wheat
*BubbleHelp*foreground: firebrick

Newcombo.xmtChildren: XmtLayout l;

*l.xmtChildren: XmRowColumn icons; \
		XmScrolledList list; XmtChooser fontsize; \
		XmText text; XmPushButton p1, p2; \
		XmArrowButton arrow; XmLabel cartoon; \
		XmScale scale; XmScrollBar bar;

*l.layout: "The following flags has bubble-help support:" \
	   icons \
	   list Caption "Font Size:" fontsize \
	   Row {"Password: " text } \
	   Row { p1 p2 } Row { arrow cartoon } scale bar

*l.xmtChildrenCreationCallback: XmtSetInitialFocus(self,listSW);

*icons.xmtChildren: XmLabel afghanis, bahrain, banglade, belgium,\
			    bolivia, canada, chile, china, congo, denmark;

*icons.orientation: XmHORIZONTAL
*icons.XmLabel.labelType: XmPIXMAP
*icons.afghanis.labelPixmap: icons/afghanis.xpm
*icons.bahrain.labelPixmap: icons/bahrain.xpm
*icons.banglade.labelPixmap: icons/banglade.xpm
*icons.belgium.labelPixmap: icons/belgium.xpm
*icons.bolivia.labelPixmap: icons/bolivia.xpm
*icons.canada.labelPixmap: icons/canada.xpm
*icons.chile.labelPixmap: icons/chile.xpm
*icons.china.labelPixmap: icons/china.xpm
*icons.congo.labelPixmap: icons/congo.xpm
*icons.denmark.labelPixmap: icons/denmark.xpm

*list.visibleItemCount: 4
*list.selectionPolicy:  XmEXTENDED_SELECT
*list.scrollBarDisplayPolicy: XmSTATIC
!*list.listSizePolicy: XmCONSTANT
*list.helpCallback: XmtDisplayInformation(self,\
This is an extended selection list box.,\
List Box Demo Help); scm(play);

*fontsize.chooserType: RadioBox
*fontsize.strings: "10", "12", "14", "18"
*fontsize.valueStrings: "10", "12", "14", "18"
*fontsize.valueType: Int
*fontsize.valueSize: 4
*fontsize.orientation: XmHORIZONTAL

*p1.labelString: Push #1
*p2.labelString: Push #2
*p1.helpCallback: XmtDisplayInformation(self,\
This is used to demo use of client data in callback procedure,\
Push Button Demo Help);

*cartoon.labelPixmap: icons/bart.xpm
*cartoon.labelType:   XmPIXMAP

*scale.orientation: XmHORIZONTAL

*bar.orientation: XmHORIZONTAL
