1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-03-06 09:15:47 +01:00

added colorwell updating through colorpanel

added delegate and new functions to tabview
This commit is contained in:
kojima
1999-05-17 03:55:35 +00:00
parent 07e83b45d0
commit aff8982859
5 changed files with 70 additions and 8 deletions

View File

@@ -1288,11 +1288,18 @@ WMSetColorPanelPickerMode(WMColorPanel *panel, WMColorPanelMode mode)
WMMapWidget(panel->colorListFrm);
WMSetButtonSelected(panel->colorListBtn, True);
}
panel->mode = mode;
}
WMColor*
WMGetColorPanelColor(WMColorPanel *panel)
{
return WMGetColorWellColor(panel->colorWell);
}
void
WMSetColorPanelColor(WMColorPanel *panel, WMColor *color)
{