Behodar:"There are two hard problems in computer science: cache invalidation and naming things."
I'm trying to come up with a name for a class of button (or maybe there's already a common-ish name that I'm not aware of). Some buttons, such as the traditional OK and Cancel, will close the window when clicked. Others, such as Apply, will not. Can anyone think of what I should call a non-closing-window button?
I think you've solved it - Apply class

