-
-
Notifications
You must be signed in to change notification settings - Fork 8
Home
This is a list of all Sushi classes. Keep in mind that all classes inherit the methods from their frame types and parent classes, unless overwritten. Classes are implemented using Poncho-2.0, so they also inherit the methods provided by the library.
These are the simplest base abstract classes, which cannot be initialized and simply exist to be inherited by others.
Class | Abstract |
---|---|
Callable | ✔️ |
Labeled | ✔️ |
Tipped | ✔️ |
Here are listed classes that exist for the sole purpose of creating simple clickable buttons.
Class | Abstract |
---|---|
Clickable | ✔️ |
GrayButton | |
Header | |
Help | |
RedButton | |
TextedClickable | ✔️ |
Here are listed classes that implement more complex buttons, with a checkable behavior.
Class | Abstract |
---|---|
Check | |
ColorPicker | |
ExpandCheck | |
IconChecck |
Here are listed classes that implement or make use of dropdown menus. They are extremely useful to avoid generating taint from using the default UIDropDownMenu
API.
Class | Abstract |
---|---|
Choice | |
DropButton | |
Dropdown |
This is the Sushi-3.1 wiki. Wiki Home