Icon style button
Icon style button
- Subject: Icon style button
- From: David Remahl <email@hidden>
- Date: Tue, 13 Nov 2001 16:55:18 +0100
Hi.
Not to stir up the debate that started with a request for a 'red button',
but I have a question on the same topic.
I would like to create a control which acts just like a button (is depressed
when mouse-down, action if mouse-up within bounds, noting if mouse up
outside. Should appear as depressed only while inside of the button).
However, I would like it to mimic an icon. The standard Toolbar items do
just this. Has anyone sucessfully overridden NSControl or NSButton to create
a control like this. The depressed state should either be a darkened version
of the standard image, or a separate image.
/ david