Back to Home
ESO Function Data v101042
SetWidth()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/zo_pixelunits/zo_pixelunits.lua:108
--
function ZO_PixelUnitControl:SetWidth(width)
libraries/zo_pixelunits/zo_pixelunits.lua:316
--
function ZO_PixelUnits:SetWidth(control, width)
Local Function Definitions
No known local definitions for this function.
Function Calls
common/gamepad/zo_gamepadtemplatescommon.lua:627
--
label:SetWidth(selected and label.templateFullWidth or (label.templateFullWidth * NORMAL_RATIO))
common/gamepad/zo_gamepadtemplatescommon.lua:638
--
label:SetWidth(selected and label.templateFullWidth or (label.templateFullWidth * SMALL_RATIO))
common/gamepad/zo_gamepadtemplatescommon.lua:727
--
control.label:SetWidth(ZO_GAMEPAD_CONTENT_WIDTH - control.checkBox:GetWidth() - labelOffsetX - offsetX)
common/zo_imecandidates/pc/zo_imecandidates.lua:115
--
candidateRow:SetWidth(maxWidth)
ingame/achievements/keyboard/achievements.lua:1458
--
statusBarControl:SetWidth(ACHIEVEMENT_STATUS_BAR_WIDTH)
ingame/achievements/keyboard/achievements.lua:1628
--
statusBar:SetWidth(SUMMARY_STATUS_BAR_WIDTH)
ingame/actionbar/actionbar.lua:309
--
ZO_ActionBar1:SetWidth(style.width)
ingame/actionbar/actionbutton.lua:451
--
self.cooldownEdge:SetWidth(iconWidth)
ingame/alerttext/gamepad/alerttext_gamepad.lua:42
--
control:SetWidth(GuiRoot:GetRight() - ZO_Compass:GetRight() - ZO_GAMEPAD_CONTENT_INSET_X - ZO_GAMEPAD_SAFE_ZONE_INSET_X)
ingame/alerttext/keyboard/alerttext_keyboard.lua:26
--
control:SetWidth(GuiRoot:GetRight() - ZO_Compass:GetRight() - 40)
ingame/antiquitydigging/antiquitydigging.lua:415
--
digPowerBar1:SetWidth(TWO_BAR_STYLE.digPowerBar1Width)
ingame/antiquitydigging/antiquitydigging.lua:416
--
digPowerBar2:SetWidth(TWO_BAR_STYLE.digPowerBar2Width)
ingame/antiquitydigging/antiquitydigging.lua:419
--
digPowerBar1:SetWidth(ONE_BAR_STYLE.digPowerBarWidth)
ingame/antiquitydigging/antiquitydigging.lua:426
--
self.digPowerIconFrameTexture:SetWidth(spenderStyle.digPowerIconFrameWidth)
ingame/chatsystem/gamepad/chatmenu_gamepad.lua:468
--
self.channelControl:SetWidth(zo_max(self.channelDropdown.minimumWidth, stringWidth))
ingame/compass/compass.lua:119
--
self.areaOverride:SetWidth(0)
ingame/compass/compass.lua:505
--
animatedControl:SetWidth(areaTextureWidth)
ingame/compass/compassframe.lua:56
--
self.control:SetWidth(zo_clamp(screenWidth * .35, MIN_WIDTH, MAX_WIDTH))
ingame/crafting/smithingcreation_shared.lua:446
--
spinnerControl:SetWidth(spinnerWidthUI)
ingame/crafting/smithing_common.lua:263
--
selectedLabel:SetWidth(selectedLabelWidth)
ingame/crafting/gamepad/craftingalerttext_gamepad.lua:45
--
control:SetWidth(GuiRoot:GetRight() - ZO_Compass:GetRight() - ZO_GAMEPAD_CONTENT_INSET_X - ZO_GAMEPAD_SAFE_ZONE_INSET_X)
ingame/crafting/keyboard/provisioner.lua:683
--
self.nameLabel:SetWidth(ZO_PROVISIONER_SLOT_ROW_WIDTH - ZO_PROVISIONER_SLOT_ICON_SIZE - ZO_PROVISIONER_SLOT_PADDING_X * 4 - self.countControl:GetWidth())
ingame/crowncrates/crowngemificationslot.lua:169
--
self.arrowTexture:SetWidth(style.arrowWidth)
ingame/death/death.lua:686
--
self.cyclicRespawnTimer.loadBar:SetWidth(screenWidth * progress)
ingame/giftinventory/giftinventoryview_shared.lua:44
--
self.noteLabel:SetWidth(noteScrollArea:GetWidth())
ingame/guildkiosk/keyboard/guildkiosk_keyboard.lua:43
--
control:GetNamedChild("Title"):SetWidth(GUILD_KIOSK_DIALOG_WIDTH)
ingame/guildkiosk/keyboard/guildkiosk_keyboard.lua:132
--
control:GetNamedChild("Title"):SetWidth(GUILD_KIOSK_DIALOG_WIDTH)
ingame/housingeditor/housingpreview_shared.lua:186
--
control:SetWidth(0)
ingame/housingeditor/housingpreview_shared.lua:252
--
control:SetWidth(self.purchaseOptionSectionWidth)
ingame/housingeditor/housingpreview_shared.lua:253
--
control.errorLabel:SetWidth(self.purchaseOptionSectionWidth - (ZO_HOUSING_PREVIEW_ERROR_LABEL_PADDING_X * 2))
ingame/hud/hudequipmentstatus.lua:212
--
self.control:SetWidth(width)
ingame/interactwindow/keyboard/interactwindow_keyboard.lua:110
--
divider:SetWidth(interactionElementWidth)
ingame/interactwindow/keyboard/interactwindow_keyboard.lua:114
--
currentOption:SetWidth(interactionElementWidth - CHATTER_OPTION_INDENT)
ingame/inventory/inventory.lua:2310
--
inventoryContainer:SetWidth(layoutData.width)
ingame/inventory/inventory.lua:2321
--
sortHeaders:SetWidth(layoutData.width)
ingame/inventory/inventory.lua:2329
--
sortByName:SetWidth(layoutData.sortByNameWidth)
ingame/lorereader/lorereader.lua:438
--
self.title:SetWidth(pageWidth)
ingame/lorereader/lorereader.lua:451
--
self.firstPage:SetWidth(pageWidth)
ingame/lorereader/lorereader.lua:452
--
self.firstPage.body:SetWidth(pageWidth)
ingame/lorereader/lorereader.lua:453
--
self.secondPage:SetWidth(pageWidth)
ingame/lorereader/lorereader.lua:454
--
self.secondPage.body:SetWidth(pageWidth)
ingame/lorereader/lorereader.lua:492
--
self.overrideImageTitle:SetWidth(self.overrideImageTexture:GetWidth() - (OVERRIDE_IMAGE_TITLE_PADDING * 2))
ingame/mail/gamepad/mailinbox_gamepad.lua:1062
--
self.inboxRightPane:SetWidth(ZO_GAMEPAD_QUADRANT_2_3_WIDTH)
ingame/mail/gamepad/mailinbox_gamepad.lua:1065
--
self.inboxRightPane:SetWidth(ZO_GAMEPAD_QUADRANT_2_3_4_WIDTH)
ingame/map/maplocationtooltip.lua:89
--
self.header:SetWidth(0)
ingame/map/maplocationtooltip.lua:116
--
self.header:SetWidth(largestWidth)
ingame/map/maplocationtooltip.lua:117
--
self.divider:SetWidth(largestWidth)
ingame/map/maplocationtooltip.lua:120
--
label:SetWidth(largestWidth - label.indentation)
ingame/map/worldmapquests_shared.lua:168
--
conditionLabel:SetWidth(0)
ingame/map/gamepad/worldmapzonestory_gamepad.lua:78
--
control.progressLabel:SetWidth(0)
ingame/map/gamepad/worldmapzonestory_gamepad.lua:95
--
control.progressLabel:SetWidth(maxProgressLabelWidth)
ingame/map/keyboard/worldmapquests_keyboard.lua:115
--
label:SetWidth(width)
ingame/playerattributebars/playerattributebars.lua:707
--
self.control:SetWidth(barAreaWidth)
ingame/skills/gamepad/skillscomponents_gamepad.lua:298
--
control.label:SetWidth(labelWidth)
ingame/skills/gamepad/skillscomponents_gamepad.lua:351
--
control.label:SetWidth(labelWidth)
ingame/skills/gamepad/skillscomponents_gamepad.lua:374
--
control.label:SetWidth(labelWidth)
ingame/skills/gamepad/skillscomponents_gamepad.lua:418
--
control.label:SetWidth(labelWidth)
ingame/subtitles/subtitles.lua:112
--
self.messageText:SetWidth(styleTable.textWidth)
ingame/subtitles/subtitles.lua:176
--
self.messageBackground:SetWidth(width)
ingame/tribute/tribute.lua:233
--
playerInfoDisplay:SetWidth(longestNameWidth + ZO_TRIBUTE_PLAYER_NAME_PADDING_X)
ingame/tutorial/briefhudtutorial.lua:19
--
self.tutorial:SetWidth(850)
ingame/tutorial/briefhudtutorial.lua:24
--
self.tutorial:SetWidth(650)
ingame/unitattributevisualizer/modules/shrinkexpand.lua:141
--
bar:SetWidth(targetBarWidth)
ingame/unitattributevisualizer/modules/shrinkexpand.lua:142
--
bar.bgContainer:SetWidth(targetBGWidth)
ingame/unitframes/unitframes.lua:699
--
leftBar:SetWidth(barData.barWidth / 2)
ingame/unitframes/unitframes.lua:700
--
rightBar:SetWidth(barData.barWidth / 2)
ingame/unitframes/unitframes.lua:714
--
statusBar:SetWidth(barData.barWidth)
ingame/unitframes/unitframes.lua:1123
--
nameLabel:SetWidth(layoutData.indentedNameWidth or nameWidth)
ingame/unitframes/unitframes.lua:1128
--
nameLabel:SetWidth(nameWidth)
ingame/unitframes/unitframes.lua:1250
--
control:SetWidth(barWidth)
internalingame/scrying/scrying.lua:382
--
self.edgeTexture:SetWidth(taperWidth * self.edgeBaseWidth)
libraries/globals/globals.lua:96
--
texture:SetWidth(width)
libraries/globals/globals.lua:99
--
texture:SetWidth(originalX)
libraries/utility/zo_labelutils.lua:13
--
control:SetWidth(optionalLabelWidth)
libraries/utility/zo_tabbuttongroup.lua:238
--
tab:GetNamedChild("Text"):SetWidth(tabData.MaxFixedWidth - tabData.SideSize * 2)
libraries/utility/zo_tabbuttongroup.lua:328
--
label:SetWidth(0)
libraries/utility/zo_tabbuttongroup.lua:599
--
label:SetWidth(0)
libraries/zo_combobox/zo_combobox.lua:557
--
self.control:SetWidth(totalDropDownWidth)
libraries/zo_combobox/zo_combobox.lua:559
--
self.control:SetWidth(minWidth)
libraries/zo_combobox/gamepad/zo_combobox_gamepad.lua:119
--
control.nameControl:SetWidth(self.m_container:GetWidth())
libraries/zo_combobox/gamepad/zo_combobox_gamepad.lua:127
--
control.nameControl:SetWidth(self.m_container:GetWidth() * self.m_fontRatio)
libraries/zo_combobox/gamepad/zo_combobox_gamepad.lua:132
--
control.nameControl:SetWidth(self.m_container:GetWidth())
libraries/zo_combobox/gamepad/zo_combobox_gamepad.lua:146
--
control.nameControl:SetWidth(self.m_container:GetWidth() * self.m_fontRatio)
libraries/zo_editboxes/zo_savingeditbox.lua:267
--
self.display:SetWidth(self.control:GetWidth() - 34)
libraries/zo_fractiondisplay/zo_fractiondisplay.lua:28
--
self.numeratorLabel:SetWidth(500)
libraries/zo_fractiondisplay/zo_fractiondisplay.lua:29
--
self.denominatorLabel:SetWidth(500)
libraries/zo_fractiondisplay/zo_fractiondisplay.lua:37
--
self.control:SetWidth(maxWidth)
libraries/zo_fractiondisplay/zo_fractiondisplay.lua:38
--
self.numeratorLabel:SetWidth(maxWidth)
libraries/zo_fractiondisplay/zo_fractiondisplay.lua:39
--
self.dividerTexture:SetWidth(maxWidth)
libraries/zo_fractiondisplay/zo_fractiondisplay.lua:40
--
self.denominatorLabel:SetWidth(maxWidth)
libraries/zo_parametricgridlist/zo_abstractgridscrolllist.lua:30
--
self.list:SetWidth(self.maxWidth + self.scrollbar:GetWidth())
libraries/zo_parametricgridlist/zo_abstractgridscrolllist.lua:173
--
self.list:SetWidth(self.maxWidth)
libraries/zo_parametricgridlist/zo_abstractgridscrolllist.lua:183
--
self.list:SetWidth(self.list.maxDimensionX + self.scrollbar:GetWidth())
libraries/zo_pixelunits/zo_pixelunits.lua:193
--
self:SetWidth(self.control:GetWidth())
libraries/zo_pixelunits/zo_pixelunits.lua:240
--
self.control:SetWidth(self.widthUIUnits * scale)
libraries/zo_pixelunits/zo_pixelunits.lua:319
--
pixelUnitControl:SetWidth(width)
libraries/zo_progressbar/zo_multisegmentprogressbar.lua:71
--
segmentControl:SetWidth(segmentWidth - previousSegmentUnderneathOverlap)
libraries/zo_revealingcontrol/zo_revealingcontrol.lua:77
--
self.maskSimulator:SetWidth(width)
libraries/zo_selectionindicator/zo_selectionindicator.lua:144
--
button:SetWidth(self.buttonWidth)
libraries/zo_smoothslider/zo_smoothslider.lua:68
--
self.control:SetWidth(offsetX + buttonScaledWidth / 2)
libraries/zo_templates/buttontemplates.lua:249
--
button.label:SetWidth(labelWidth)
libraries/zo_templates/buttontemplates.lua:256
--
button.label:SetWidth(labelWidth)
libraries/zo_tooltip/zo_tooltip.lua:217
--
self.valueLabel:SetWidth(0)
libraries/zo_tooltip/zo_tooltip.lua:263
--
self.valueLabel:SetWidth(width - spacing - statWidth)
libraries/zo_tooltip/zo_tooltip.lua:353
--
self:SetWidth(width)
libraries/zo_tooltip/zo_tooltip.lua:373
--
self:SetWidth(width)
libraries/zo_tooltip/zo_tooltip.lua:640
--
self:SetWidth(size)
libraries/zo_tooltip/zo_tooltip.lua:659
--
self:SetWidth(size)
libraries/zo_tooltip/zo_tooltip.lua:928
--
label:SetWidth(width)
libraries/zo_tooltip/zo_tooltip.lua:971
--
texture:SetWidth(width)
libraries/zo_tree/zo_tree.lua:590
--
self.childContainer:SetWidth(childContainerWidth)
libraries/zo_tree/zo_tree.lua:594
--
self.childContainer:SetWidth(childContainerWidth)
pregame/charactercreate/keyboard/zo_charactercreatebucket_keyboard.lua:114
--
widthSpacer:SetWidth(360)
pregame/pregameanimatedbackground/gamepad/badlandsbackground.lua:142
--
self.groundControl:SetWidth(groundWidth)
pregame/pregameanimatedbackground/gamepad/badlandsbackground.lua:145
--
self.logoControl:SetWidth(groundWidth * LOGO_TO_GROUND_WIDTH_RATIO)
pregame/pregameanimatedbackground/gamepad/badlandsbackground.lua:148
--
self.titleControl:SetWidth(groundWidth * TITLE_TO_GROUND_WIDTH_RATIO)
pregame/pregameanimatedbackground/gamepad/elsweyrbackground.lua:241
--
self.groundTexture:SetWidth(groundWidth)
pregame/pregameanimatedbackground/gamepad/greymoorbackground.lua:199
--
self.groundTexture:SetWidth(groundWidth)
pregame/pregameanimatedbackground/gamepad/summersetbackground.lua:175
--
self.wallTexture:SetWidth(wallWidth)
pregameandingame/optionspanels/keyboard/optionspanelbuilder_keyboard.lua:92
--
settingControl:SetWidth(settingControl:GetWidth() - (indentLevel * INDENT_X_OFFSET))
publicallingames/marketcurrency/keyboard/marketcurrency_keyboard.lua:27
--
control:GetNamedChild("Amount"):SetWidth(TOTAL_CURRENCY_LABEL_WIDTH - controlLabel:GetWidth())