mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-16 22:31:03 +02:00
docs(gtk4): add text format status
This commit is contained in:
parent
41d29d84c8
commit
caa288656c
1 changed files with 7 additions and 6 deletions
13
docs/GTK4.md
13
docs/GTK4.md
|
@ -17,12 +17,13 @@ A full list of feature flags can be found [here](Compiling#features).
|
||||||
|
|
||||||
## Core functionality
|
## Core functionality
|
||||||
|
|
||||||
| Area | Status | Notes |
|
| Area | Status | Notes |
|
||||||
|-----------------|--------|-------------------------------------------------------------------------------------------------|
|
|-----------------|--------|-------------------------------------------------------------------------------------------------------|
|
||||||
| Bar | ✅ | |
|
| Bar | ✅ | |
|
||||||
| Popups | ⚠️ | GTK4 removed window resize event - always display in position zero. |
|
| Popups | ⚠️ | GTK4 removed window resize event - always display in position zero. |
|
||||||
| Theming - CSS | ✅ | |
|
| Theming - CSS | ✅ | |
|
||||||
| Theming - Icons | ⚠️ | GTK4 does not support icon theming - always uses default theme. Image scaling may be incorrect. |
|
| Theming - Icons | ⚠️ | GTK4 does not support icon theming - always uses default theme. Image scaling may be incorrect. |
|
||||||
|
| Config - Format | ❌ ️ | Angle/justify properties have been removed from widgets and should now be controlled via CSS instead. |
|
||||||
|
|
||||||
## Modules
|
## Modules
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue