mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2024-11-04 17:27:16 -05:00
c148941194
this simplifies error handling statements all over the ui code. Before we had to write: if err := foo.Render(target); err != nil { return err } which simplifies now to foo.Render(target) |
||
---|---|---|
.. | ||
button.go | ||
checkbox.go | ||
color_tokens.go | ||
custom_widget.go | ||
d2ui.go | ||
doc.go | ||
drawable.go | ||
frame.go | ||
label.go | ||
scrollbar.go | ||
sprite.go | ||
textbox.go | ||
tooltip.go | ||
ui_manager.go | ||
widget_group.go | ||
widget.go |