Searched refs:posture (Results 1 - 9 of 9) sorted by relevance

/haiku/src/apps/glteapot/
H A DResScroll.h16 ObjectView* target, orientation posture);
/haiku/src/add-ons/translators/jpeg2000/
H A DJPEG2000Translator.h85 orientation posture = B_HORIZONTAL,
H A DJPEG2000Translator.cpp534 BMessage* message, int32 minValue, int32 maxValue, orientation posture,
538 posture, thumbType, flags)
533 SSlider(const char* name, const char* label, BMessage* message, int32 minValue, int32 maxValue, orientation posture, thumb_style thumbType, uint32 flags) argument
/haiku/headers/os/interface/
H A DSlider.h40 orientation posture,
48 int32 maxValue, orientation posture,
/haiku/src/add-ons/translators/jpeg/
H A DJPEGTranslator.h93 orientation posture = B_HORIZONTAL,
H A DJPEGTranslator.cpp394 BMessage* message, int32 minValue, int32 maxValue, orientation posture,
397 posture, thumbType, flags)
393 SSlider(const char* name, const char* label, BMessage* message, int32 minValue, int32 maxValue, orientation posture, thumb_style thumbType, uint32 flags) argument
/haiku/src/kits/interface/
H A DSlider.cpp67 BMessage* message, int32 minValue, int32 maxValue, orientation posture,
86 fOrientation(posture),
97 int32 minValue, int32 maxValue, orientation posture, thumb_style thumbType,
116 fOrientation(posture),
1439 BSlider::SetOrientation(orientation posture) argument
1441 if (fOrientation == posture)
1444 fOrientation = posture;
66 BSlider(BRect frame, const char* name, const char* label, BMessage* message, int32 minValue, int32 maxValue, orientation posture, thumb_style thumbType, uint32 resizingMode, uint32 flags) argument
96 BSlider(const char* name, const char* label, BMessage* message, int32 minValue, int32 maxValue, orientation posture, thumb_style thumbType, uint32 flags) argument
H A DTwoDimensionalLayout.cpp176 orientation posture);
1189 BUnarchiver* unarchiver, orientation posture)
1192 if (posture == B_VERTICAL)
1206 retriever->AlignLayoutWith(fLayout, posture);
1188 AlignLayoutsFromArchive( BUnarchiver* unarchiver, orientation posture) argument
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.cpp35 orientation posture);
49 orientation posture)
50 : BScrollBar(frame, NULL, NULL, 0, 0, posture),
48 InternalScrollBar(ScrollView* scrollView, BRect frame, orientation posture) argument

Completed in 63 milliseconds