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

<<1112

/haiku/src/servers/app/
H A DServerApp.cpp3698 // 10) const char * title
3708 char* title; local
3721 if (link.ReadString(&title) != B_OK)
3737 window = new (nothrow) OffscreenServerWindow(title, this,
3742 window = new (nothrow) ServerWindow(title, this, clientReplyPort,
3745 Signature(), title, frame.left, frame.top,
3749 free(title);
H A DDesktop.cpp1936 Desktop::SetWindowTitle(Window *window, const char* title) argument
1941 window->SetTitle(title, dirty);
/haiku/headers/os/interface/
H A DLayoutBuilder.h387 inline MenuBuilder AddMenu(const char* title,
1796 Menu<ParentBuilder>::AddMenu(const char* title, menu_layout layout) argument
1798 BMenu* menu = new BMenu(title, layout);
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp2538 TeamDebugger::_NotifyUser(const char* title, const char* text,...) argument
2548 fUserInterface->NotifyUser(title, buffer, USER_NOTIFICATION_WARNING);
/haiku/src/apps/magnify/
H A DMagnify.cpp1208 TMenu::TMenu(TWindow *mainWindow, const char *title, menu_layout layout) argument
1209 : BMenu(title, layout),
/haiku/src/apps/bootmanager/
H A Dbootman.S273 ; Print title centered at row 2
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp618 VariableValueColumn(int32 modelIndex, const char* title, float width, argument
622 StringTableColumn(modelIndex, title, width, minWidth, maxWidth,
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex29 \title{The Resources Format}

Completed in 139 milliseconds

<<1112