Big docs cleanup.
* Fixed headers including: - All rights reserved not All Rights Reserved. - name, [email protected] not name <[email protected]> - tabs and spaces - Authors: not Documented by: * Renamed string.dox to String.dox * Renamed midixxx.dox files to MidiXxx.dox * Moved images into images subdirectories and updated Doxfile. * Re-format all files with tabs instead of spaces. * Fix many spelling mistakes. * Added all files, classes, structs, and enums to libbe group.
This commit is contained in:
@@ -1,20 +1,35 @@
|
||||
/*
|
||||
* Copyright 2001-2011, Haiku, Inc. All rights reserved.
|
||||
* Copyright 2011 Haiku, Inc. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* John Scipione, [email protected]
|
||||
*
|
||||
* Corresponds to:
|
||||
* headers/os/interface/InterfaceDefs.h rev 43230
|
||||
* src/kits/interface/InterfaceDefs.cpp rev 43230
|
||||
*/
|
||||
|
||||
|
||||
/*!
|
||||
\file InterfaceDefs.h
|
||||
\ingroup interface
|
||||
\ingroup libbe
|
||||
\brief Defines standard interface definitions for controls.
|
||||
*/
|
||||
|
||||
|
||||
/*!
|
||||
\enum border_style
|
||||
\ingroup interface
|
||||
\ingroup libbe
|
||||
|
||||
Collection of flags that determine the border style drawn around a BBox.
|
||||
*/
|
||||
|
||||
/*! \var border_style B_PLAIN_BORDER
|
||||
|
||||
/*!
|
||||
\var border_style B_PLAIN_BORDER
|
||||
|
||||
\image html B_PLAIN_BORDER.png
|
||||
|
||||
@@ -23,7 +38,9 @@
|
||||
is raised slightly above the surrounding surface.
|
||||
*/
|
||||
|
||||
/*! \var border_style B_FANCY_BORDER
|
||||
|
||||
/*!
|
||||
\var border_style B_FANCY_BORDER
|
||||
|
||||
\image html B_FANCY_BORDER.png
|
||||
|
||||
@@ -31,45 +48,61 @@
|
||||
in appearance on all four sides. This is the default appearance.
|
||||
*/
|
||||
|
||||
/*! \var border_style B_NO_BORDER
|
||||
|
||||
/*!
|
||||
\var border_style B_NO_BORDER
|
||||
|
||||
No border.
|
||||
*/
|
||||
|
||||
|
||||
/*!
|
||||
\enum orientation
|
||||
Orientation flag sets the layout to either horizontal or vertical
|
||||
|
||||
Orientation flag sets the layout to either horizontal or vertical
|
||||
alignment.
|
||||
*/
|
||||
|
||||
|
||||
/*!
|
||||
\var orientation B_HORIZONTAL
|
||||
|
||||
Horizontal alignment
|
||||
*/
|
||||
|
||||
/*! \var orientation B_VERTICAL
|
||||
|
||||
/*!
|
||||
\var orientation B_VERTICAL
|
||||
|
||||
Vertical alignment
|
||||
*/
|
||||
|
||||
|
||||
/*!
|
||||
\enum button_width
|
||||
|
||||
Collection of flags that determine how wide to draw the buttons in a
|
||||
BAlert dialog.
|
||||
*/
|
||||
|
||||
|
||||
/*!
|
||||
\var button_width B_WIDTH_AS_USUAL
|
||||
|
||||
Set the width of each button based on the standard width.
|
||||
*/
|
||||
|
||||
|
||||
/*!
|
||||
\var button_width B_WIDTH_FROM_WIDEST
|
||||
|
||||
Set the width of each button based on the width of the widest button.
|
||||
*/
|
||||
|
||||
|
||||
/*!
|
||||
\var button_width B_WIDTH_FROM_LABEL
|
||||
|
||||
Set the width of each button to accomidate the width of the button's
|
||||
label.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user