1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-01 19:42:32 +01:00

added notification in colorpanel

colorwell updating with colorpanel change
This commit is contained in:
kojima
1999-05-16 07:00:01 +00:00
parent 59e1504fe7
commit bedc22384f
8 changed files with 2965 additions and 2922 deletions

View File

@@ -20,6 +20,12 @@ changes since wmaker 0.53.0:
in the delegate variable.
Take a look in wfilepanel.c to see how it is used there.
- WMTextField
Removed all the didChange notifications that were sent when the text
was changed programmatically. Only changes made by user interaction
will be notified now. If you need the old behaviour, send notifications
manually when you change the text.
- added WMTabView
changes since wmaker 0.52.0: