DropList

class guerilla.DropList

Bases: guerilla.Window

A drop down list

getvalue()

Get the current value of the list

Returns:The current value
Return type:any
setenum()

Set the droplist enum

setvalue(value)

Set the current value of the drop list

Parameters:value (any) – The value to set
valuechanged()

This method is called when the current value changed. This method should be overriden for dynamic control.