Searched refs:title (Results 1 - 25 of 44) sorted by relevance

12

/inkscape/src/helper/
H A Dwindow.h24 GtkWidget * sp_window_new (const gchar *title, unsigned int resizeable);
29 Gtk::Window *window_new (const gchar *title, unsigned int resizeable);
H A Dwindow.cpp33 Gtk::Window * Inkscape::UI::window_new (const gchar *title, unsigned int resizeable) argument
36 window->set_title (title);
48 GtkWidget * sp_window_new (const gchar *title, unsigned int resizeable) argument
51 gtk_window_set_title ((GtkWindow *) window, title);
/inkscape/src/ui/dialog/
H A Dfiledialog.cpp89 const char *title)
95 dialog = new FileOpenDialogImplWin32(parentWindow, path, fileTypes, title);
97 dialog = new FileOpenDialogImplGtk(parentWindow, path, fileTypes, title);
100 FileOpenDialog *dialog = new FileOpenDialogImplGtk(parentWindow, path, fileTypes, title);
121 const char *title,
130 dialog = new FileSaveDialogImplWin32(parentWindow, path, fileTypes, title, default_key, docTitle, save_method);
132 dialog = new FileSaveDialogImplGtk(parentWindow, path, fileTypes, title, default_key, docTitle, save_method);
135 FileSaveDialog *dialog = new FileSaveDialogImplGtk(parentWindow, path, fileTypes, title, default_key, docTitle, save_method);
197 const char *title,
200 FileExportDialog *dialog = new FileExportDialogImpl(parentWindow, path, fileTypes, title, default_ke
86 create(Gtk::Window &parentWindow, const Glib::ustring &path, FileDialogType fileTypes, const char *title) argument
118 create(Gtk::Window& parentWindow, const Glib::ustring &path, FileDialogType fileTypes, const char *title, const Glib::ustring &default_key, const gchar *docTitle, const Inkscape::Extension::FileSaveMethod save_method) argument
194 create(Gtk::Window& parentWindow, const Glib::ustring &path, FileDialogType fileTypes, const char *title, const Glib::ustring &default_key) argument
[all...]
H A Dfiledialogimpl-gtkmm.h148 FileDialogBaseGtk(Gtk::Window& parentWindow, const Glib::ustring &title, argument
150 Gtk::FileChooserDialog(parentWindow, title, dialogType),
160 FileDialogBaseGtk(Gtk::Window& parentWindow, const char *title, argument
162 Gtk::FileChooserDialog(parentWindow, title, dialogType),
225 const Glib::ustring &title);
281 const Glib::ustring &title,
297 //void change_title(const Glib::ustring& title);
371 const Glib::ustring &title,
H A Ddialog.cpp66 gchar title[500]; local
69 sp_ui_dialog_title_string (Inkscape::Verb::get(verb_num), title); local
72 _title = title;
144 inline void Dialog::set_title(Glib::ustring title) { _behavior->set_title(title); } argument
H A Dfiledialog.h88 * @param title the title of the dialog
97 * @param title the title of the dialog
102 const char *title);
157 * @param title the title of the dialog
167 * @param title the title of the dialog
173 const char *title,
[all...]
H A Dfiledialogimpl-win32.h49 /// @param title The title caption for the dialog in UTF-8
53 const char *title, FileDialogType type,
93 /// The title of the dialog in UTF-16
133 /// @param title The title caption for the dialog in UTF-8
138 const char *title);
336 const char *title,
365 /// A handle to the title label and edit box
H A Ddock-behavior.h50 void set_title(Glib::ustring title);
H A Dfloating-behavior.h50 void set_title(Glib::ustring title);
H A Dprint.cpp179 // set up dialog title, based on document name
181 Glib::ustring title = _("Print"); local
182 title += " ";
183 title += jobname;
184 gtk_print_operation_set_job_name (_printop, title.c_str());
H A Dsymbols.cpp534 tmpSVGOutput += " <title>";
536 tmpSVGOutput += "</title>\n";
631 const gchar *title = symbol_doc->getRoot()->title(); local
633 // A user provided file may not have a title
634 if( title != NULL ) {
635 title = g_dpgettext2(NULL, "Symbol", title); // Translate
637 title = _("Unnamed Symbols");
640 symbolSets[Glib::ustring(title)]
744 gchar const *title = symbol->title(); // From title element local
[all...]
H A Dbehavior.h59 virtual void set_title(Glib::ustring title) =0;
H A Dextension-editor.cpp142 /* Adjust the dialog's title */
143 gchar title[500]; local
144 sp_ui_dialog_title_string (Inkscape::Verb::get(SP_VERB_DIALOG_EXTENSIONEDITOR), title); local
145 Glib::ustring utitle(title);
H A Docaldialogs.h72 FileDialogBase(const Glib::ustring &title, Gtk::Window& /*parent*/) : Gtk::Window(Gtk::WINDOW_TOPLEVEL) argument
74 set_title(title);
122 * @param title the title of the dialog
128 const Glib::ustring &title);
149 * Change the window title.
152 void change_title(const Glib::ustring& title);
210 * @param title the title of the dialog
214 const Glib::ustring &title);
[all...]
H A Ddialog.h92 virtual void set_title(Glib::ustring title);
H A Ddock-behavior.cpp170 DockBehavior::set_title(Glib::ustring title) argument
172 _dock_item.set_title(title);
H A Dfloating-behavior.cpp167 inline void FloatingBehavior::set_title(Glib::ustring title) { _d->set_title(title); } argument
H A Dobject-properties.cpp193 /* Create the label for the object title */
206 /* Create the entry box for the object title */
324 /* Button for setting the object's id, label, title and description. */
406 gchar *title = obj->title(); local
407 if (title) {
408 _entry_title.set_text(title);
409 g_free(title);
497 /* Retrieve the title */
500 _("Set object title"));
[all...]
H A Docaldialogs.cpp84 const Glib::ustring &title) :
85 FileDialogBase(title, parentWindow)
180 ExportDialog::change_title(const Glib::ustring& title)
182 this->set_title(title);
196 const Glib::ustring &title) : FileDialogBase(title, parentWindow)
292 ExportPasswordDialog::change_title(const Glib::ustring& title)
294 this->set_title(title);
979 if (!strcmp(reinterpret_cast<const char*>(cur_node->name), "title"))
983 char* title local
1159 Glib::ustring title = list_results->get_text(i, RESULTS_COLUMN_TITLE); local
1199 ImportDialog(Gtk::Window& parent_window, FileDialogType file_types, const Glib::ustring &title) argument
[all...]
/inkscape/src/ui/widget/
H A Dcolor-picker.cpp30 ColorPicker::ColorPicker (const Glib::ustring& title, const Glib::ustring& tip, argument
32 : _preview(rgba), _title(title), _rgba(rgba), _undo(undo),
35 setupDialog(title);
51 void ColorPicker::setupDialog(const Glib::ustring &title) argument
57 _colorSelectorDialog.set_title (title);
H A Dcolor-picker.h37 ColorPicker (const Glib::ustring& title,
66 void setupDialog(const Glib::ustring &title);
H A Dentity-entry.cpp66 : _label(Glib::ustring(_(ent->title)), 1.0, 0.5), _packable(0),
100 // If RDF title is not set, get the document's <title> and set the RDF:
101 if ( !text && !strcmp(_entity->name, "title") && doc->getRoot() ) {
102 text = doc->getRoot()->title();
157 // If RDF title is not set, get the document's <title> and set the RDF:
158 if ( !text && !strcmp(_entity->name, "title") && doc->getRoot() ) {
159 text = doc->getRoot()->title();
/inkscape/src/
H A Drdf.h71 char const *title; /* localized title of this entity for data entry */ member in struct:rdf_work_entity_t
H A Dpath-chemistry.cpp420 // remember title
421 gchar *title = item->title(); local
437 if (title && newObj) {
438 newObj->setTitle(title);
439 g_free(title);
H A Dsplivarot.cpp717 gchar *title = source->title(); local
826 if (title) {
827 doc->getObjectByRepr(repr)->setTitle(title);
839 if (title) g_free(title);
1334 // remember title
1335 gchar *title = item->title(); local
1370 // restore title, descriptio
2031 gchar *title = item->title(); local
[all...]

Completed in 811 milliseconds

12