Searched refs:button1 (Results 1 - 21 of 21) sorted by relevance

/haiku/src/tests/libs/alm/
H A DNestedLayout.cpp26 button1 = new BButton("There should be space above this button!");
36 fLayout->AddView(button1, fLayout->Left(), fLayout->Top(),
38 button1->SetExplicitMinSize(BSize(0, 50));
39 button1->SetExplicitMaxSize(BSize(500, 500));
40 button1->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
46 BButton* button1; member in class:NestedLayoutWindow
H A DBadLayout.cpp39 button1 = new BButton("Bad Layout!");
47 fLayout->AddView(button1, fLayout->Left(), fLayout->Top(),
49 button1->SetExplicitMinSize(BSize(50, 50));
50 button1->SetExplicitMaxSize(BSize(500, 500));
51 button1->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
56 fLayout->AddView(button2, fLayout->RightOf(button1), fLayout->Top(),
72 BButton* button1; member in class:BadLayoutWindow
H A DThreeButtons.cpp25 BButton* button1 = new BButton("A"); local
29 button1->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
31 button1->SetExplicitMaxSize(BSize(500, 50));
43 .Add(button1, fLayout->Left(), fLayout->Top(), fLayout->Right())
44 .StartingAt(button1)
H A DComplexButtons.cpp25 BButton* button1 = new BButton("A"); local
34 button1->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
36 button1->SetExplicitMaxSize(BSize(500, 500));
37 button1->SetExplicitPreferredSize(BSize(10 + kOffset, B_SIZE_UNSET));
61 .Add(button1, fLayout->Left(), fLayout->Top())
62 .StartingAt(button1)
H A DHelloWorld.cpp29 button1 = new BButton("Hello World!");
41 fLayout->AddView(button1, fLayout->Left(), fLayout->Top(),
43 button1->SetExplicitMinSize(BSize(0, 50));
44 button1->SetExplicitMaxSize(BSize(500, 500));
45 button1->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
86 BButton* button1; member in class:HelloWorldWindow
H A DAreas.cpp15 button1 = new BButton("1");
20 button1->SetExplicitMinSize(BSize(0, 0));
21 button1->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, B_SIZE_UNLIMITED));
32 Area* a1 = layout->AddView(button1, layout->Left(), layout->Top(),
59 BButton* button1; member in class:AreasWindow
H A DPinwheel.cpp25 button1 = new BButton("1");
32 button1->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, B_SIZE_UNLIMITED));
49 .AddAbove(button1, layout->Top(), layout->Left())
66 layout->AddView(button1, layout->Left(), layout->Top(), x2,
82 BButton* button1; member in class:PinwheelWindow
H A DOperatorLayout.cpp23 BButton* button1 = new BButton("1"); local
29 button1->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, B_SIZE_UNLIMITED));
41 (ALMGroup(button1) | (ALMGroup(button2)
H A DViews.cpp33 BButton* button1 = new BButton("BButton"); local
60 .Add(button1, layout->Left(), layout->Top())
61 .StartingAt(button1)
H A DFriendLayout.cpp36 BButton* button1 = _MakeButton("friends!"); local
51 .Add(button1, layout1->Left(), layout1->Top(),
53 .StartingAt(button1)
/haiku/src/kits/tracker/
H A DOverrideAlert.h56 const char* button1, uint32 modifiers1,
62 const char* button1, uint32 modifiers1,
H A DOverrideAlert.cpp45 const char* button1, uint32 modifiers1,
50 BAlert(title, text, button1, button2, button3, width, type),
64 const char* button1, uint32 modifiers1,
69 BAlert(title, text, button1, button2, button3, width, spacing, type),
44 OverrideAlert(const char* title, const char* text, const char* button1, uint32 modifiers1, const char* button2, uint32 modifiers2, const char* button3, uint32 modifiers3, button_width width, alert_type type) argument
63 OverrideAlert(const char* title, const char* text, const char* button1, uint32 modifiers1, const char* button2, uint32 modifiers2, const char* button3, uint32 modifiers3, button_width width, button_spacing spacing, alert_type type) argument
H A DFilePanelPriv.h132 int32 ShowCenteredAlert(const char* text, const char* button1,
H A DFilePanelPriv.cpp1552 TFilePanel::ShowCenteredAlert(const char* text, const char* button1, argument
1555 BAlert* alert = new BAlert("", text, button1, button2, button3,
1560 if (button1 != NULL && !strncmp(button1, "Cancel", 7))
/haiku/src/apps/debugger/user_interface/gui/util/
H A DAlertWithCheckbox.h19 const char* button1, const char* button2, const char* button3);
/haiku/src/bin/
H A Ddstcheck.cpp31 TimedAlert(const char *title, const char *text, const char *button1,
45 TimedAlert::TimedAlert(const char *title, const char *text, const char *button1, argument
48 : BAlert(title, text, button1, button2, button3, width, type),
/haiku/headers/os/interface/
H A DAlert.h41 const char* button1,
47 const char* button1, const char* button2,
103 void _Init(const char* text, const char* button1,
/haiku/headers/os/device/
H A DJoystick.h37 bool button1; member in class:BJoystick
/haiku/src/kits/interface/
H A DAlert.cpp106 BAlert::BAlert(const char *title, const char *text, const char *button1, argument
113 _Init(text, button1, button2, button3, width, B_EVEN_SPACING, type);
117 BAlert::BAlert(const char *title, const char *text, const char *button1, argument
124 _Init(text, button1, button2, button3, width, spacing, type);
482 BAlert::_Init(const char* text, const char* button0, const char* button1, argument
518 AddButton(button1);
/haiku/headers/private/device/
H A Djoystick_driver.h19 bool button1; member in struct:_joystick
/haiku/src/kits/device/
H A DJoystick.cpp52 button1(true),
260 button1 = (*values->buttons & 1) == 0;
263 button1 = true;

Completed in 280 milliseconds