Home
last modified time | relevance | path

Searched refs:B_ALIGN_HORIZONTAL_UNSET (Results 1 – 10 of 10) sorted by relevance

/haiku/headers/os/interface/
H A DAlignment.h42 : horizontal(B_ALIGN_HORIZONTAL_UNSET), in BAlignment()
95 return (horizontal != B_ALIGN_HORIZONTAL_UNSET); in IsHorizontalSet()
H A DInterfaceDefs.h218 B_ALIGN_HORIZONTAL_UNSET = -1L, enumerator
H A DLayoutBuilder.h166 = B_ALIGN_HORIZONTAL_UNSET,
173 = B_ALIGN_HORIZONTAL_UNSET,
/haiku/src/preferences/filetypes/
H A DExtensionWindow.cpp146 .AddTextControl(fExtensionControl, 0, 0, B_ALIGN_HORIZONTAL_UNSET, 1, 2) in ExtensionWindow()
H A DApplicationTypeWindow.cpp494 B_ALIGN_HORIZONTAL_UNSET, 1, 10) in ApplicationTypeWindow()
/haiku/src/apps/expander/
H A DExpanderPreferences.cpp145 BAlignment(B_ALIGN_HORIZONTAL_UNSET, B_ALIGN_VERTICAL_CENTER)); in ExpanderPreferences()
/haiku/src/preferences/media/
H A DMediaViews.cpp277 .AddMenuField(inputMenuField, 0, 0, B_ALIGN_HORIZONTAL_UNSET, 1, 3, 1) in AudioSettingsView()
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamMonitorWindow.cpp598 BAlignment(B_ALIGN_HORIZONTAL_UNSET, B_ALIGN_VERTICAL_CENTER)); in TeamDescriptionView()
/haiku/docs/user/interface/
H A DLayoutBuilder.Grid.dox237 - \c B_ALIGN_HORIZONTAL_UNSET
265 - \c B_ALIGN_HORIZONTAL_UNSET
/haiku/src/kits/tracker/
H A DUtilities.cpp753 case B_ALIGN_HORIZONTAL_UNSET: in Draw()