Searched refs:caption (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/extension/internal/
H A Dgdkpixbuf-input.cpp188 gchar *caption = g_strdup_printf(_("%s bitmap image import"), name); local
219 caption,
230 g_free(caption);
/inkscape/src/ui/dialog/
H A Dfiledialogimpl-win32.h49 /// @param title The title caption for the dialog in UTF-8
133 /// @param title The title caption for the dialog in UTF-8
316 /// Formats the caption in UTF-16 for the preview image
317 /// @param caption The buffer to format the caption string into
318 /// @param caption_size The number of wchar_ts in the caption buffer
319 /// @return Returns the number of characters in caption string
320 int format_caption(wchar_t *caption, int caption_size);
H A Dfiledialogimpl-win32.cpp783 // Draw the caption on
805 // Draw the caption on
1358 // Calculate the size of the caption
1566 int FileOpenDialogImplWin32::format_caption(wchar_t *caption, int caption_size) argument
1571 return snwprintf(caption, caption_size,

Completed in 21 milliseconds