Skip to content

Commit dc52229

Browse files
committed
NF: Tab UI introduced.
- TabUI provides three modes, top, bottom, accordian.
1 parent cbb3faf commit dc52229

3 files changed

Lines changed: 859 additions & 4 deletions

File tree

fury/ui/__init__.pyi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__all__ = [
22
"Panel2D",
3-
# "TabPanel2D",
4-
# "TabUI",
3+
"TabPanel2D",
4+
"TabUI",
55
# "ImageContainer2D",
66
# "GridUI",
77
"Rectangle2D",
@@ -46,7 +46,7 @@ __all__ = [
4646
# from .containers import GridUI, ImageContainer2D, Panel2D, TabPanel2D, TabUI
4747
# from .core import UI, Button2D, Disk2D, Rectangle2D, TextBlock2D
4848

49-
from .containers import Panel2D
49+
from .containers import Panel2D, TabPanel2D, TabUI
5050
from .context import UIContext
5151
from .core import UI, Anchor, Disk2D, Rectangle2D, TextBlock2D
5252
from .elements import (

0 commit comments

Comments
 (0)