void MultiButton::SetData(const Value& v) { if(value != v) { value = v; UpdateRefresh(); } }
void RichTextView::Pick(pick_ RichText& rt) { sb = 0; anchor = cursor = sell = selh = 0; text = rt; SetSb(); UpdateRefresh(); highlight = -1; }
void DropGrid::ClearValue() { change = false; value = Null; rowid = -1; list.ClearCursor(); if(null_action) UpdateActionRefresh(); else UpdateRefresh(); }
void RGBACtrl::MaskSet(int a) { alpha.Set(a); UpdateRefresh(); SyncText(); }