Searched refs:title (Results 226 - 250 of 283) sorted by relevance

1234567891011>>

/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp162 BookmarkMenu(const char* title, BHandler* target, const entry_ref* navDir) argument
164 BNavMenu(title, B_REFS_RECEIVED, target)
1661 BrowserWindow::TitleChanged(const BString& title, BWebView* view) argument
1667 fTabManager->SetTabLabel(tabIndex, title);
1672 _UpdateTitle(title);
1855 BrowserWindow::_UpdateTitle(const BString& title) argument
1859 if (title.Length() > 0)
1860 windowTitle = title;
1937 /*! If fileName is an empty BString, a valid file name will be derived from title.
1941 BrowserWindow::_CreateBookmark(const BPath& path, BString fileName, const BString& title, argument
2083 const char* title; local
[all...]
H A DCookieWindow.cpp39 CookieDateColumn(const char* title, float width) argument
41 BDateColumn(title, width, width / 2, width * 2)
/haiku/src/apps/haikudepot/packagemodel/
H A DPackageInfo.h67 void SetTitle(const BString& title);
/haiku/docs/interface_guidelines/docbook-css/
H A Dcore.css49 title, toc, tocback, tocchap, tocentry, tocfront, toclevel1, toclevel2,
/haiku/src/servers/package/
H A DPackageManager.cpp339 PackageManager::ProgressPackageChecksumStarted(const char* title) argument
345 PackageManager::ProgressPackageChecksumComplete(const char* title) argument
/haiku/src/apps/clock/
H A Dcl_view.cpp162 TOnscreenView::TOnscreenView(BRect rect, const char *title, short mRadius, argument
164 : BView(rect, title, B_FOLLOW_NONE,
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DRegistersView.cpp61 RegisterValueColumn(int32 modelIndex, const char* title, float width, argument
65 StringTableColumn(modelIndex, title, width, minWidth, maxWidth,
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DDocumentBuilder.cpp45 DocumentBuilder::SetTitle(const char* title) argument
47 fTitle = title;
/haiku/src/apps/mail/
H A DMailApp.cpp1131 BString title; local
1136 title << name;
1139 title << " -> " << subject;
1142 if (title == "")
1143 title = B_TRANSLATE_SYSTEM_NAME("Mail");
1145 TMailWindow* window = new TMailWindow(r, title.String(), this, ref, to,
H A DMailWindow.cpp187 TMailWindow::TMailWindow(BRect rect, const char* title, TMailApp* app, argument
191 BWindow(rect, title, B_DOCUMENT_WINDOW, B_AUTO_UPDATE_SIZE_LIMITS),
1094 // Update title bar if "subject" has changed
2806 // Update window title to show new spam classification.
2826 // Figure out the title of this message and set the title bar
2827 BString title = B_TRANSLATE_SYSTEM_NAME("Mail"); local
2830 if (fMail->GetName(&title) == B_OK)
2831 title << ": \"" << fMail->Subject() << "\"";
2833 title
3227 _LaunchQuery(const char* title, const char* attribute, BString text) argument
[all...]
/haiku/src/kits/tracker/
H A DNavMenu.cpp264 BNavMenu::BNavMenu(const char* title, uint32 message, const BHandler* target, argument
267 BSlowMenu(title),
296 BNavMenu::BNavMenu(const char* title, uint32 message, argument
300 BSlowMenu(title),
908 BPopUpNavMenu::BPopUpNavMenu(const char* title) argument
910 BNavMenu(title, B_REFS_RECEIVED, BMessenger(), NULL, NULL),
H A DFindPanel.cpp912 BString title("TextEntry");
913 title << (fAttrGrid->CountRows() - 1);
914 textControl = dynamic_cast<BTextControl*>(FindView(title.String()));
1003 PopUpMenuSetTitle(BMenu* menu, const char* title) argument
1013 bar->ItemAt(0)->SetLabel(title);
1133 // make all disks the title and check it
1355 BString title; local
1356 title << "TextEntry" << index;
1359 FindAttrView(title, index));
2681 BString title("TextEntr
3184 RecentFindItemsMenu(const char* title, const BMessenger* target, uint32 what) argument
3210 TrackerBuildRecentFindItemsMenu(const char* title) argument
[all...]
H A DIconMenuItem.cpp70 ModelMenuItem::ModelMenuItem(const Model* model, const char* title, argument
74 BMenuItem(title, message, shortcut, modifiers),
H A DFilePanelPriv.cpp409 // but not wind title
873 BString title; local
877 title, info.ref, false) != B_OK)
878 title = info.ref.name;
879 title << ": ";
881 title << fButtonText; // Open or Save
883 SetTitle(title.String());
/haiku/src/tests/kits/interface/look/
H A DLook.cpp203 Window(BRect frame, const char* title, window_type type, uint32 flags) argument
204 : BWindow(frame, title, type, flags)
/haiku/src/preferences/joysticks/
H A DJoyWin.cpp56 JoyWin::JoyWin(BRect frame, const char *title) argument
57 : BWindow(frame, title, B_DOCUMENT_WINDOW_LOOK, B_NORMAL_WINDOW_FEEL,
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPickerView.cpp88 const char* title[] = { "H", "S", "V", "R", "G", "B" }; local
93 fRadioButton[i] = new BRadioButton(NULL, title[i],
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsListView.cpp72 TeamsColumn::TeamsColumn(const char* title, float width, float minWidth, argument
75 Inherited(title, width, minWidth, maxWidth, align),
/haiku/src/apps/people/
H A DPersonWindow.cpp46 PersonWindow::PersonWindow(BRect frame, const char* title, argument
50 BWindow(frame, title, B_TITLED_WINDOW, B_NOT_ZOOMABLE
259 // And our window title.
/haiku/headers/private/debugger/controllers/
H A DTeamDebugger.h250 void _NotifyUser(const char* title,
/haiku/src/apps/magnify/
H A DMagnify.h148 TMenu(TWindow* mainWindow, const char *title = NULL,
/haiku/src/kits/media/
H A DDefaultMediaTheme.cpp52 TitleView(const char *title);
270 TitleView::TitleView(const char *title) argument
271 : BView(title, B_WILL_DRAW | B_FULL_UPDATE_ON_RESIZE),
272 fTitle(title)
953 // let's use a nice title view
/haiku/src/kits/game/
H A DWindowScreen.cpp191 BWindowScreen::BWindowScreen(const char *title, uint32 space, status_t *error, argument
194 BWindow(BScreen().Frame(), title, B_NO_BORDER_WINDOW_LOOK,
210 BWindowScreen::BWindowScreen(const char *title, uint32 space, argument
213 BWindow(BScreen().Frame(), title, B_NO_BORDER_WINDOW_LOOK,
/haiku/src/add-ons/translators/jpeg2000/
H A DJPEG2000Translator.cpp711 BStringView* title = new BStringView("Title", sTranslatorName); local
712 title->SetFont(be_bold_font);
713 title->SetExplicitAlignment(labelAlignment);
734 .Add(title)
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php822 <title><?php echo PAGE_TITLE; ?></title>

Completed in 337 milliseconds

1234567891011>>