Symbol: B_WIDTH_FROM_WIDEST
headers/os/interface/TabView.h
105
button_width width = B_WIDTH_FROM_WIDEST,
src/apps/diskprobe/AttributeWindow.cpp
37
button_width width = B_WIDTH_FROM_WIDEST,
src/apps/drivesetup/MainWindow.cpp
1353
B_WIDTH_FROM_WIDEST, error < B_OK ? B_STOP_ALERT : B_INFO_ALERT);
src/apps/drivesetup/MainWindow.cpp
1545
B_WIDTH_FROM_WIDEST, B_WARNING_ALERT);
src/apps/drivesetup/MainWindow.cpp
1627
B_WIDTH_FROM_WIDEST, B_WARNING_ALERT);
src/apps/drivesetup/MainWindow.cpp
1751
B_WIDTH_FROM_WIDEST, B_WARNING_ALERT);
src/apps/drivesetup/MainWindow.cpp
1832
B_WIDTH_FROM_WIDEST, B_WARNING_ALERT);
src/apps/drivesetup/MainWindow.cpp
1915
NULL, B_WIDTH_FROM_WIDEST, B_WARNING_ALERT);
src/apps/drivesetup/MainWindow.cpp
770
B_TRANSLATE("OK"), NULL, NULL, B_WIDTH_FROM_WIDEST, type);
src/apps/haikudepot/ui/PackageInfoView.cpp
1196
BTabView("pages view", B_WIDTH_FROM_WIDEST),
src/apps/haikudepot/ui/TabView.h
18
BTabView(name, B_WIDTH_FROM_WIDEST),
src/apps/launchbox/MainWindow.cpp
178
B_TRANSLATE("Bummer"), NULL, NULL, B_WIDTH_FROM_WIDEST);
src/apps/pairs/Pairs.cpp
154
B_TRANSLATE("OK"), NULL, NULL, B_WIDTH_FROM_WIDEST,
src/apps/poorman/PoorManPreferencesWindow.cpp
42
fPrefTabView = new BTabView("Pref Tab View", B_WIDTH_FROM_WIDEST);
src/kits/interface/Alert.cpp
104
_Init(NULL, NULL, NULL, NULL, B_WIDTH_FROM_WIDEST, B_EVEN_SPACING,
src/kits/interface/Alert.cpp
615
} else if (fButtonWidth == B_WIDTH_FROM_WIDEST) {
src/kits/interface/Dragger.cpp
307
B_TRANSLATE("OK"), NULL, NULL, B_WIDTH_FROM_WIDEST,
src/kits/interface/TabView.cpp
1053
case B_WIDTH_FROM_WIDEST:
src/preferences/locale/LocaleWindow.cpp
447
B_WIDTH_FROM_WIDEST, B_IDEA_ALERT);
src/preferences/locale/LocaleWindow.cpp
79
BTabView* tabView = new BTabView("tabview", B_WIDTH_FROM_WIDEST);
src/preferences/mail/ConfigWindow.cpp
211
BTabView* tabView = new BTabView("tab", B_WIDTH_FROM_WIDEST);
src/preferences/notifications/PrefletView.cpp
30
BTabView("pages", B_WIDTH_FROM_WIDEST)
src/preferences/time/TimeWindow.cpp
136
fTabView = new BTabView("tabView", B_WIDTH_FROM_WIDEST);
src/servers/mount/AutoMounter.cpp
1020
B_WIDTH_FROM_WIDEST, B_WARNING_ALERT);
src/tests/kits/interface/SimpleAlertTest.cpp
153
return B_WIDTH_FROM_WIDEST;
src/tests/kits/interface/balert/AlertTest.cpp
1091
ati.SetButtonWidthMode(B_WIDTH_FROM_WIDEST);
src/tests/kits/interface/balert/AlertTest.cpp
1124
ati.SetButtonWidthMode(B_WIDTH_FROM_WIDEST);
src/tests/kits/interface/balert/AlertTest.cpp
1157
ati.SetButtonWidthMode(B_WIDTH_FROM_WIDEST);
src/tests/kits/interface/balert/AlertTest.cpp
1190
ati.SetButtonWidthMode(B_WIDTH_FROM_WIDEST);
src/tests/kits/interface/balert/AlertTest.cpp
1568
ati.SetButtonWidthMode(B_WIDTH_FROM_WIDEST);
src/tests/kits/interface/balert/AlertTest.cpp
1606
ati.SetButtonWidthMode(B_WIDTH_FROM_WIDEST);
src/tests/kits/interface/balert/AlertTest.cpp
1644
ati.SetButtonWidthMode(B_WIDTH_FROM_WIDEST);
src/tests/kits/interface/balert/AlertTest.cpp
1682
ati.SetButtonWidthMode(B_WIDTH_FROM_WIDEST);
src/tests/kits/interface/balert/AlertTest.cpp
1720
ati.SetButtonWidthMode(B_WIDTH_FROM_WIDEST);
src/tests/kits/interface/balert/AlertTest.cpp
1885
ati.SetButtonWidthMode(B_WIDTH_FROM_WIDEST);
src/tests/kits/interface/balert/AlertTest.cpp
645
ati.SetButtonWidthMode(B_WIDTH_FROM_WIDEST);
src/tests/kits/interface/balert/AlertTest.cpp
673
ati.SetButtonWidthMode(B_WIDTH_FROM_WIDEST);
src/tests/kits/interface/balert/AlertTest.cpp
701
ati.SetButtonWidthMode(B_WIDTH_FROM_WIDEST);
src/tests/kits/interface/look/Look.cpp
318
BTabView* tabView = new BTabView("tab view", B_WIDTH_FROM_WIDEST);