/inkscape/src/helper/ |
H A D | window.cpp | 33 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/widget/ |
H A D | color-picker.cpp | 30 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 D | dock-item.cpp | 187 DockItem::set_title(Glib::ustring title) argument 190 "long-name", title.c_str(), 194 gtk_label_new (title.c_str()));
|
H A D | registered-widget.cpp | 372 const Glib::ustring& title, 379 : RegisteredWidget<ColorPicker> (title, tip, 0, true) 371 RegisteredColorPicker(const Glib::ustring& label, const Glib::ustring& title, const Glib::ustring& tip, const Glib::ustring& ckey, const Glib::ustring& akey, Registry& wr, Inkscape::XML::Node* repr_in, SPDocument *doc_in) argument
|
/inkscape/src/ |
H A D | rdf.h | 71 char const *title; /* localized title of this entity for data entry */ member in struct:rdf_work_entity_t
|
H A D | path-chemistry.cpp | 420 // remember title 421 gchar *title = item->title(); local 437 if (title && newObj) { 438 newObj->setTitle(title); 439 g_free(title);
|
H A D | sp-object.cpp | 122 // vg, g, defs, desc, title, symbol, use, image, switch, path, rect, circle, ellipse, line, polyline, 1406 Titles and descriptions are stored in 'title' and 'desc' child elements 1408 an element to have more than one 'title' child element, but strongly 1411 ignore all but the first 'title' child element and first 'desc' child 1412 element, except when deleting a title or description. 1414 This will change in SVG 2, where multiple 'title' and 'desc' elements will 1418 gchar * SPObject::title() const function in class:SPObject 1420 return getTitleOrDesc("svg:title"); 1423 bool SPObject::setTitle(gchar const *title, bool verbatim) argument 1425 return setTitleOrDesc(title, "sv [all...] |
H A D | splivarot.cpp | 717 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...] |
/inkscape/src/ui/dialog/ |
H A D | extension-editor.cpp | 142 /* 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 D | filedialog.cpp | 89 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 D | object-properties.cpp | 193 /* 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 D | print.cpp | 179 // 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 D | template-load-tab.cpp | 48 Gtk::Label *title; local 49 title = Gtk::manage(new Gtk::Label(_("Search:"))); 50 _search_box.pack_start(*title, Gtk::PACK_SHRINK);
|
H A D | dock-behavior.cpp | 170 DockBehavior::set_title(Glib::ustring title) argument 172 _dock_item.set_title(title);
|
H A D | floating-behavior.cpp | 167 inline void FloatingBehavior::set_title(Glib::ustring title) { _d->set_title(title); } argument
|
H A D | filedialogimpl-gtkmm.h | 148 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 D | dialog.cpp | 66 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 D | ocaldialogs.h | 72 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 D | symbols.cpp | 534 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 D | filedialogimpl-gtkmm.cpp | 688 FileDialogType fileTypes, const Glib::ustring &title) 689 : FileDialogBaseGtk(parentWindow, title, Gtk::FILE_CHOOSER_ACTION_OPEN, fileTypes, "/dialogs/open") 1010 FileDialogType fileTypes, const Glib::ustring &title, 1013 : FileDialogBaseGtk(parentWindow, title, Gtk::FILE_CHOOSER_ACTION_SAVE, fileTypes, 1332 FileSaveDialogImplGtk::change_title(const Glib::ustring& title) 1334 set_title(title); 1496 FileDialogType fileTypes, const Glib::ustring &title, 1498 : FileDialogBaseGtk(parentWindow, title, Gtk::FILE_CHOOSER_ACTION_SAVE, fileTypes, "/dialogs/export") 687 FileOpenDialogImplGtk(Gtk::Window &parentWindow, const Glib::ustring &dir, FileDialogType fileTypes, const Glib::ustring &title) argument 1009 FileSaveDialogImplGtk(Gtk::Window &parentWindow, const Glib::ustring &dir, FileDialogType fileTypes, const Glib::ustring &title, const Glib::ustring & , const gchar *docTitle, const Inkscape::Extension::FileSaveMethod save_method) argument 1495 FileExportDialogImpl(Gtk::Window &parentWindow, const Glib::ustring &dir, FileDialogType fileTypes, const Glib::ustring &title, const Glib::ustring & ) argument
|
H A D | ocaldialogs.cpp | 84 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...] |
H A D | filedialogimpl-win32.cpp | 115 const Glib::ustring &dir, const gchar *title, 126 _title = (wchar_t*)g_utf8_to_utf16(title, -1, NULL, NULL, NULL); 165 const gchar *title) : 166 FileDialogBaseWin32(parent, dir, title, fileTypes, "dialogs.open") 1651 const char *title, 1655 FileDialogBaseWin32(parent, dir, title, fileTypes, 114 FileDialogBaseWin32(Gtk::Window &parent, const Glib::ustring &dir, const gchar *title, FileDialogType type, gchar const* ) argument 162 FileOpenDialogImplWin32(Gtk::Window &parent, const Glib::ustring &dir, FileDialogType fileTypes, const gchar *title) argument 1648 FileSaveDialogImplWin32(Gtk::Window &parent, const Glib::ustring &dir, FileDialogType fileTypes, const char *title, const Glib::ustring & , const char *docTitle, const Inkscape::Extension::FileSaveMethod save_method) argument
|
H A D | inkscape-preferences.cpp | 161 Gtk::TreeModel::iterator InkscapePreferences::AddPage(DialogPage& p, Glib::ustring title, int id) argument 163 return AddPage(p, title, Gtk::TreeModel::iterator() , id); 166 Gtk::TreeModel::iterator InkscapePreferences::AddPage(DialogPage& p, Glib::ustring title, Gtk::TreeModel::iterator parent, int id) argument 174 row[_page_list_columns._col_name] = title;
|
/inkscape/src/libgdl/ |
H A D | gdl-dock-item-grip.c | 69 gchar *title = NULL; local 91 g_object_get (G_OBJECT (grip->item), "long-name", &title, NULL); 92 if (title) { 93 label = GTK_LABEL(gtk_label_new(title)); 105 g_free(title);
|
H A D | gdl-dock.c | 184 g_param_spec_string ("default-title", _("Default title"), 185 _("Default title for the newly created floating docks"), 340 /* set the title and connect to the long_name notify queue 341 so we can reset the title when this prop changes */ 373 "default-title", g_value_get_string (value), 423 "default-title", &default_title, 456 gchar *title = NULL; local 462 title = object->long_name; 465 g_object_get (object->master, "default-title", [all...] |