Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.1.0 source code.tar.gz | 2022-10-27 | 153.0 kB | |
2.1.0 source code.zip | 2022-10-27 | 180.3 kB | |
README.md | 2022-10-27 | 1.0 kB | |
Totals: 3 Items | 334.4 kB | 0 |
- Documentation shows all adders for a widget
- You can add a tooltip to a widget using the
BaseWidget.tooltip
field - Use
camelCase
instead ofsnake_case
- Support formatted text in
TextBuffer
/TextView
- Add
hAlign
andvAlign
layout properties - Build with Nim devel (by @planetis-m)
- New Widgets
GlArea
: Render 3d scenes with OpenGLLinkButton
: Display clickable linksdataentries.NumberEntry
: An entry for numeric valuesdataentries.FormulaEntry
: A version ofNumberEntry
which can evaluate mathematical expression such as1 + 2 * 3
Overlay
: Display widgets over of each otherPopoverMenu
: A popover which can display menus and nested submenusModelButton
: An entry in aPopoverMenu
adw.Avatar
: Display profile pictures/iconsadw.Clamp
: Limits the width of its child widgetadw.PreferencesGroup
: A group of rows for displaying e.g. application settingsadw.ActionRow
: A row in anadw.PreferencesGroup