haiku/headers
Ingo Weinhold f829889455 BCheckBox: Add icon support
* Draw(): Remove the non-BControlLook code.
* GetPreferredSize(): Implement based on _ValidatePreferredSize() to
  avoid code duplication.
* Draw(): Fix off-by-one error. The label was too close to the box.
* Draw(), _ValidatePreferredSize(): Add icon support.
  _ValidatePreferredSize() is now actually aligned with what Draw()
  expects. The preferred width is now a tight fit; there were three or
  four pixels of empty space before.
  Due to the fixed check box position the layout isn't that nice in
  some situations (particularly with an icon larger than the text),
  IMHO.
2013-12-22 04:48:21 +01:00
..
build Only declare strl{cpy,cat} if they aren't defines. 2013-12-17 19:58:51 +01:00
compatibility
config
cpp
glibc Make public glibc header printf.h usable. 2013-07-17 18:07:56 +02:00
libs Fix the agg headers to be proper C++. 2013-12-19 02:00:44 +01:00
os BCheckBox: Add icon support 2013-12-22 04:48:21 +01:00
posix Remove comment. 2013-12-21 21:58:28 +01:00
private BControl subclasses: Override SetIcon() 2013-12-22 02:48:27 +01:00
tools