home *** CD-ROM | disk | FTP | other *** search
- !Include("UI.def")
-
- MenuButton("UIMenuButton","MenuButton","","","Pattern")
- {
- PreviousElemPositioning(1)
- Checked(0)
- Disabled(0)
- CanCallPress(0)
- CanCheck(0)
- MouseLeaveDestroyFocus(1)
- CheckSound("data/sounds/click")
- TextureCheckedAlpha(1.0)
- TextCheckedAlpha(1.0)
- TextureDisabledAlpha(1.0)
- TextDisabledAlpha(0.4)
- TextureFocusCheckAlpha(1.0)
- TextFocusCheckAlpha(1.0)
- TextDisableColor(1.0,1.0,1.0)
- // TextDisableColor(1.0,0.61,0.02)
- CallPressPeriod(0.1)
- DoubleClick(0.3)
- Command(1)
- Notify(1)
- CanFocus(1)
- TextureFocusAlpha(1.0)
- TextFocusAlpha(1.0)
- // TextHighLightColor(1.0,1.0,1.0)
- TextHighLightColor(1.0,0.61,0.02)
- SelKeyUp(200)
- SelKeyDown(208)
- FocusSound("data/sounds/highlight")
- ForceTextLowerCase()
- Text("")
- TextAlpha(0.75)
- TextColor(1.0,1.0,1.0)
- // TextColor(1.0,0.61,0.02)
- Font("MenuMedium")
- FontScale(2.0)
- TextPosFlags(34)
- PatternFile("..\\uidef\\menubutton.def")
- Mouse(1)
- Keyboard(1)
- Joy(1)
- Visible(1)
- ParentPositioning(1)
- ParentCenteringX(1)
- ParentCenteringY(0)
- ParentSizingX(0)
- ParentSizingY(0)
- TextureAlpha(1.0)
- LogicSize(0.1875,0.05)
- LogicPos(0.40625,1.0)
- FitTextSizeWithMargin(1.0,0.0)
- }// [UIMenuButton] MenuButton
-