# `wxAuiSimpleTabArt` [🔗](https://github.com/kikofernandez/otp/blob/kiko/otp/release-gh-action-backup-continuation/OTP-20040/lib/wx/src/gen/wxAuiSimpleTabArt.erl#L58) Another standard tab art provider for `m:wxAuiNotebook`. `m:wxAuiSimpleTabArt` is derived from `m:wxAuiTabArt` demonstrating how to write a completely new tab art class. It can also be used as alternative to `wxAuiDefaultTabArt` (not implemented in wx). This class is derived, and can use functions, from: * `m:wxAuiTabArt` wxWidgets docs: [wxAuiSimpleTabArt](https://docs.wxwidgets.org/3.2/classwx_aui_simple_tab_art.html) # `wxAuiSimpleTabArt` ```elixir -type wxAuiSimpleTabArt() :: wx:wx_object(). ``` # `destroy` ```elixir -spec destroy(This :: wxAuiSimpleTabArt()) -> ok. ``` Destroys the object # `new` ```elixir -spec new() -> wxAuiSimpleTabArt(). ``` --- *Consult [api-reference.md](api-reference.md) for complete listing*