Searched refs:label (Results 76 - 100 of 351) sorted by relevance

1234567891011>>

/haiku/headers/libs/print/libprint/
H A DJobSetupDlg.h38 Range(const char* label, const char* key, const R* range, BSlider* slider);
62 Range<T, R>::Range(const char* label, const char* key, const R* range, argument
65 fLabel(label),
95 BString label = fLabel; local
96 label << " (" << Value() << ")";
97 fSlider->SetLabel(label.String());
136 const char* label, int defaultValue);
138 const char* label,
/haiku/src/apps/bootmanager/
H A DDefaultPartitionPage.cpp44 const char* label; member in struct:TimeoutOption
93 return gTimeoutOptions[index].label;
148 BString label; local
149 _GetTimeoutLabel(timeout, label);
150 fTimeoutSlider->SetLabel(label.String());
183 B_TRANSLATE_COMMENT("Default Partition:", "Menu field label"),
253 DefaultPartitionPage::_GetTimeoutLabel(int32 timeout, BString& label) argument
256 label = B_TRANSLATE("Timeout: %s");
257 label.ReplaceFirst("%s", text);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconOptionsControl.h24 const char* label = NULL,
42 virtual void SetLabel(const char* label);
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DScrollBarTest.cpp24 OrientationRadioButton(const char* label, enum orientation orientation) argument
25 : LabeledRadioButton(label),
/haiku/src/apps/webpositive/tabview/
H A DTabManager.h55 void AddTab(BView* view, const char* label,
60 void SetTabLabel(int32 tabIndex, const char* label);
/haiku/headers/os/interface/
H A DTextControl.h22 const char* label, const char* initialText,
27 const char* label, const char* initialText,
30 BTextControl(const char* label,
53 virtual void SetAlignment(alignment label, alignment text);
126 void _InitData(const char* label,
H A DButton.h22 const char* label, BMessage* message,
26 BButton(const char* name, const char* label,
30 BButton(const char* label,
H A DCheckBox.h15 const char* label, BMessage* message,
18 BCheckBox(const char* name, const char* label,
21 BCheckBox(const char* label,
H A DStatusBar.h16 const char* label = NULL,
19 const char* label = NULL,
64 virtual void Reset(const char* label = NULL,
H A DRadioButton.h16 const char* label, BMessage* message,
20 const char* label, BMessage* message,
22 BRadioButton(const char* label,
/haiku/src/apps/webpositive/support/
H A DFontSelectionView.cpp46 FontSelectionView::FontSelectionView(const char* name, const char* label, argument
64 fFontsMenuField = new BMenuField("fonts", label, fFontsMenu, B_WILL_DRAW);
466 char label[16]; local
467 snprintf(label, sizeof(label), "%" B_PRId32, (int32)fCurrentFont.Size());
469 BMenuItem* item = fSizesMenu->FindItem(label);
493 char label[32]; local
494 snprintf(label, sizeof(label), "%" B_PRId32, size);
500 BMenuItem* item = new BMenuItem(label, messag
[all...]
/haiku/src/apps/deskbar/
H A DCalendarMenuWindow.cpp38 FlatButton(const BString& label, uint32 what) argument
39 : BButton(label.String(), new BMessage(what)) {}
58 const char* label = Label(); local
59 const float stringWidth = StringWidth(label);
66 DrawString(label, BPoint(x, labelY));
245 CalendarMenuWindow::_SetupButton(const char* label, uint32 what, float height) argument
247 FlatButton* button = new FlatButton(label, what);
/haiku/src/tests/add-ons/print/ppd/test/
H A DTestParser.cpp80 void PrintValue(const char* label, Value* arg, int level) argument
84 if (label != NULL) {
85 printf("%s ", label);
/haiku/src/apps/cortex/InfoView/
H A DFileNodeInfoView.cpp111 BString label; local
112 label << "(" << i + 1 << ")";
153 addField(label, s);
H A DInfoView.h36 // where each field has a label and the actual content text.
137 // add a field with the given label and 'content'-text.
143 BString label,
162 // the width of the sidebar holding label strings
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dmkdos.cpp19 status_t Initialize(int fatbits, const char *device, const char *label,
26 create_volume_label_sector(void *sector, const char *label) argument
36 memcpy(d->Name, label, min_c(11, strlen(label)));
117 const char *label = name; local
363 dprintf("dosfs: disk label: %s\n", label);
410 memcpy(bs->BS_VolLab, label, min_c(11, strlen(label)));
441 memcpy(bs->BS_VolLab, label, min_
[all...]
/haiku/src/libs/print/libprint/
H A DJobSetupDlg.cpp54 NupCap(const string &label, bool isDefault, int nup) argument
56 EnumCap(label, isDefault),
67 DitherCap(const string &label, bool isDefault, argument
70 EnumCap(label, isDefault),
168 JobSetupView::CreatePageSelectionItem(const char* name, const char* label, argument
171 BRadioButton* button = new BRadioButton(name, label, NULL);
546 const char* label = capability->fLabel.c_str(); local
547 BPopUpMenu* popUpMenu = new BPopUpMenu(label);
563 BString menuLabel = label;
565 BMenuField* menuField = new BMenuField(label, menuLabe
624 const char* label = capability->Label(); local
664 const char* label = capability->Label(); local
769 GetID(const BaseCap** capabilities, int count, const char* label, int defaultValue) argument
869 const char *label = fColorType->FindMarked()->Label(); local
882 const char *label = fDitherType->FindMarked()->Label(); local
907 const char *label = fPaperFeed->FindMarked()->Label(); local
972 const char* label = popUpMenu->FindMarked()->Label(); local
[all...]
/haiku/src/apps/debuganalyzer/gui/
H A DAbstractGeneralPage.h51 TextDataView* AddDataView(const char* label,
/haiku/src/apps/terminal/
H A DSetTitleDialog.h23 const char* label, const char* toolTip);
/haiku/src/preferences/network/
H A DServiceListItem.h24 const char* label,
/haiku/src/servers/notification/
H A DAppGroupView.h26 AppGroupView(const BMessenger& messenger, const char* label);
/haiku/src/system/boot/platform/atari_m68k/
H A Dvideo.cpp73 virtual void MakeLabel(const struct video_mode *mode, char *label,
199 ModeOps::MakeLabel(const struct video_mode *mode, char *label, size_t len) argument
201 sprintf(label, "%ux%u %u bit (%s)", mode->width, mode->height,
225 char *label, size_t len);
390 STModeOps::MakeLabel(const struct video_mode *mode, char *label, argument
393 ModeOps::MakeLabel(mode, label, len);
394 label += strlen(label);
396 sprintf(label, " 0x%04x", mode->mode);
421 char *label, size_
593 MakeLabel(const struct video_mode *mode, char *label, size_t len) argument
808 MakeLabel(const struct video_mode *mode, char *label, size_t len) argument
1074 char label[64]; local
[all...]
/haiku/src/apps/charactermap/
H A DUnicodeBlockView.h16 BlockListItem(const char* label, uint32 blockIndex);
/haiku/src/apps/processcontroller/
H A DMemoryBarMenuItem.h14 MemoryBarMenuItem(const char *label, team_id team,
/haiku/src/preferences/appearance/
H A DFontSelectionView.h32 const char* label,

Completed in 261 milliseconds

1234567891011>>