pixelperfectengine v0.9.1-rc1 (2017-01-19T23:09:27Z)
Dub
Repo
ListBoxColumn
PixelPerfectEngine
concrete
elements
For use with ListBoxes and similar types
struct
ListBoxColumn {
wstring
header
;
wstring
[]
elements
;
this
(wstring header, wstring[] elements);
void
removeByNumber
(int i);
}
Constructors
this
this
(wstring header, wstring[] elements)
Undocumented in source.
Members
Functions
removeByNumber
void
removeByNumber
(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
elements
wstring
[]
elements
;
Undocumented in source.
header
wstring
header
;
Undocumented in source.
Meta
Source
See Implementation
PixelPerfectEngine
concrete
elements
classes
Button
CheckBox
Event
HSlider
Label
ListBox
PopUpMenu
RadioButtonGroup
Slider
TextBox
VSlider
WindowElement
enums
EventType
interfaces
ActionListener
ElementContainer
Focusable
PopUpElement
PopUpHandler
structs
ListBoxColumn
For use with ListBoxes and similar types