Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Weikert <elubie@gmx.net>2010-11-06 20:03:11 +0300
committerAndrea Weikert <elubie@gmx.net>2010-11-06 20:03:11 +0300
commit5b0e1520cfc21fe4c9eafcb7c2d5416ca73ec7af (patch)
tree800b1869c199d15abe4ed575c053faaeb5328e24 /source/blender/editors/space_file/file_intern.h
parent06a53cde7db9227c7d41418fa52ed937a9cf166e (diff)
== filebrowser ==
Center Text underneath the icons in thumbnail view. (Small request from Sergey)
Diffstat (limited to 'source/blender/editors/space_file/file_intern.h')
-rw-r--r--source/blender/editors/space_file/file_intern.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/editors/space_file/file_intern.h b/source/blender/editors/space_file/file_intern.h
index bd789cd573b..3217b5ba4f6 100644
--- a/source/blender/editors/space_file/file_intern.h
+++ b/source/blender/editors/space_file/file_intern.h
@@ -93,7 +93,10 @@ void file_operator_to_sfile(struct SpaceFile *sfile, struct wmOperator *op);
/* filesel.c */
+float file_shorten_string(char* string, float w, int flag);
float file_string_width(const char* str);
+float file_string_width_shortened(const char* str, float width);
+
float file_font_pointsize();
void file_change_dir(bContext *C, int checkdir);
int file_select_match(struct SpaceFile *sfile, const char *pattern);