haiku/headers/private/interface
John Scipione c1a7e89fc2 Put the label truncation code back in BMenuItem.
Just a few commits ago I moved the label truncation code out of
BMenuItem and into BMCMenuBar because the truncation had to happen
outside of BMenuItem. Turns out, that wasn't true so I'm moving the
label truncation back into BMenuItem and removing the _DrawItems()
method from BMCMenuBar.

Note that the code is not a copy of what was there before, but, the
updated version I created for BMCMenuBar. The main difference is that
I use menuPrivate.Padding() instead of GetItemMargins() and I always
use the width of the parent menu frame instead of using fBounds even
if the state is not MENU_STATE_CLOSED. These are changes needed for
BMCMenuBar but should work just as well for a regular BMenu.
2013-05-06 17:55:33 -04:00
..
BitmapPrivate.h Make it possible to reconnect BBitmap to the app_server. 2012-01-22 15:30:15 +13:00
BMCPrivate.h Put the label truncation code back in BMenuItem. 2013-05-06 17:55:33 -04:00
clipping.h
ColorConversion.h
ColorTools.h
ColumnListView.h Added ResourceEdit and modified BColumnListView, BRow and BMenu. 2013-02-27 22:08:46 -05:00
ColumnTypes.h Fix update issues in BStringColumn. 2013-05-04 21:17:47 -04:00
DecoratorPrivate.h * Put the decor stuff in the BPrivate namespace, as it should have been from 2011-05-21 18:12:25 +00:00
DecorInfo.h * Put the decor stuff in the BPrivate namespace, as it should have been from 2011-05-21 18:12:25 +00:00
DefaultColors.h
DirectWindowPrivate.h
DraggerPrivate.h
FontPrivate.h
input_globals.h
InterfacePrivate.h
MenuPrivate.h Changes the menu key bitmap from CTL to CTRL and SHFT to SHIFT. 2011-11-07 01:46:42 +00:00
MenuWindow.h BMenu: scroll marked item into view when menu has scrollers attached. 2013-05-03 21:10:51 +02:00
Palette.h
PictureDataWriter.h
PicturePlayer.h
PicturePrivate.h Forgot this file. 2012-01-22 15:30:18 +13:00
PictureProtocol.h
PrivateScreen.h
RegionSupport.h
ShapePrivate.h
StackAndTilePrivate.h
TextViewSupportBuffer.h
ToolTip.h
ToolTipManager.h Refactor ToolTipManager a bit. 2012-05-02 23:51:49 -04:00
ToolTipWindow.h Moved stable tool tip concept into the BToolManager class. 2012-04-28 22:14:03 +02:00
truncate_string.h
utf8_functions.h Add an UTF8NextCharLen() version that takes a string length. 2011-12-06 19:09:56 +01:00
ViewPrivate.h Add a BObjectList<BLayoutItem> to BView::fLayoutData that keeps track of any BLayoutItems that refer to this view that are part of a layout. BLayoutItem does the registering/deregistering of the items, and BView::Private proxies fLayoutData for us. Currently, this is not used anywhere, but there are many places where it will be used soon. 2011-10-28 14:16:07 -06:00
WidthBuffer.h
WindowInfo.h
WindowPrivate.h Fixes #7796. The decorator add-on is unloaded when not needed anymore. Avoid assigning offscreen windows a window behaviour (which lives in an add-on). When loading another add-on the offscreen window was still pointing to an invalid window behaviour. 2011-07-25 03:32:14 +00:00
WindowStack.h
ZombieReplicantView.h Final part of cleanup in Catalog.h. 2012-04-16 00:04:41 +02:00