Searched refs:set_title (Results 1 – 13 of 13) sorted by relevance
30 void set_title(const std::string& title) { title_ = title; } in set_title() function46 void set_title(const std::string& title) { title_ = title; } in set_title() function
66 void set_title(const std::string& desc) { title_ = desc; } in set_title() function99 id.set_title(it->title()); in Convert()
116 dlg.set_title(title)142 self.dialog.set_title(_("Add %s" % self.description))156 self.dialog.set_title(_("Modify %s" % self.description))
412 dlg.set_title(title)571 self.file_dialog.set_title(_("Select executable file to be confined."))582 self.file_dialog.set_title(_("Select init script file to be confined."))592 self.file_dialog.set_title(_("Select file(s) that confined application creates or writes"))599 …self.file_dialog.set_title(_("Select directory(s) that the confined application owns and writes in…661 self.file_dialog.set_title(_("Select directory to generate policy files in"))
744 self.help_window.set_title(_("Help: Start Page"))748 self.help_window.set_title(_("Help: Booleans Page"))754 self.help_window.set_title(_("Help: Executable Files Page"))757 self.help_window.set_title(_("Help: Writable Files Page"))760 self.help_window.set_title(_("Help: Application Types Page"))765 self.help_window.set_title(_("Help: Outbound Network Connections Page"))768 self.help_window.set_title(_("Help: Inbound Network Connections Page"))774 self.help_window.set_title(_("Help: Transition from application Page"))777 self.help_window.set_title(_("Help: Transition into application Page"))780 self.help_window.set_title(_("Help: Transition application file Page"))[all …]
204 book.set_title("My Title"); in TEST_P()218 book.set_title("Some Book"); in TEST_P()694 expected.set_title("Brainwashing"); in TEST_P()714 expected.set_title("My Title"); in TEST_P()739 expected.set_title("My Title"); in TEST_P()768 expected.set_title("noname"); in TEST_P()786 expected.set_title("noname"); in TEST_P()802 expected.set_title("Annie"); in TEST_P()
355 book.set_title("My Book"); in TEST_P()501 book->set_title("book title"); in TEST_P()
230 self.window.set_title("%s - pyftinspect" % fontfile)
239 self.win.set_title(TITLE)
120 dlg.set_title(_("Sandbox Message"))
214 subplot.set_title(plot['label'])
974 bool set_title(const char* title);
1877 if (!d.set_title(title)) in add_string()2027 bool Chapter::Display::set_title(const char* title) { in set_title() function in mkvmuxer::Chapter::Display