Class WHorizontalList
java.lang.Object
meteordevelopment.meteorclient.gui.widgets.WWidget
meteordevelopment.meteorclient.gui.widgets.containers.WContainer
meteordevelopment.meteorclient.gui.widgets.containers.WHorizontalList
- All Implemented Interfaces:
BaseWidget
- Direct Known Subclasses:
WAccount,WBlockPosEdit,WDoubleEdit,WIntEdit,WItemWithLabel,WKeybind,WSection.WHeader,WTopBar
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected doubleprotected intdoubleFields inherited from class meteordevelopment.meteorclient.gui.widgets.containers.WContainer
cells -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class meteordevelopment.meteorclient.gui.widgets.containers.WContainer
add, calculateSize, calculateWidgetPositions, clear, charTyped, keyPressed, keyRepeated, mouseClicked, mouseMoved, mouseReleased, mouseScrolled, move, moveCells, propagateEvents, remove, render, renderWidgetMethods inherited from class meteordevelopment.meteorclient.gui.widgets.WWidget
getRoot, getTheme, init, invalidate, isOver, onCharTyped, onKeyPressed, onKeyRepeated, onMouseClicked, onMouseMoved, onMouseReleased, onMouseScrolled, onRender, pad
-
Field Details
-
spacing
public double spacing -
calculatedWidth
protected double calculatedWidth -
fillXCount
protected int fillXCount
-
-
Constructor Details
-
WHorizontalList
public WHorizontalList()
-
-
Method Details
-
spacing
protected double spacing() -
onCalculateSize
protected void onCalculateSize()- Overrides:
onCalculateSizein classWContainer
-
onCalculateWidgetPositions
protected void onCalculateWidgetPositions()- Overrides:
onCalculateWidgetPositionsin classWContainer
-