AdvancedDropdownPanelclass

A single sliding panel with header, scroll area, and item list.

objectWidgetAdvancedDropdownPanel
Namespace
global
Assembly
Sandbox.Tools
Declaration
public class Editor.AdvancedDropdownWidget.AdvancedDropdownPanel : Editor.Widget

Constructors1

Showing 1 constructors

Methods7

Showing 7 methods

public Editor.Widget AddEntry(Editor.Widget entry)PUBLIC

Add an entry widget to this panel.

ParameterTypeDescription
entryWidget
Returns:Widget

public void AddStretchCell()PUBLIC

Returns:void

public void ClearEntries()PUBLIC

Returns:void

protected bool Enter()PROTECTED

Returns:bool

protected virtual void OnKeyRelease(Editor.KeyEvent e)PROTECTEDVIRTUAL

ParameterTypeDescription
eKeyEvent
Returns:void

protected virtual void OnPaint()PROTECTEDVIRTUAL

Returns:void

protected bool SelectMoveRow(int delta)PROTECTED

ParameterTypeDescription
deltaint
Returns:bool

Properties6

Showing 6 properties

On this page