Textbuffer handling. More...
#include "stdafx.h"#include <stdarg.h>#include "textbuf_type.h"#include "string_func.h"#include "strings_func.h"#include "gfx_type.h"#include "gfx_func.h"#include "window_func.h"#include "core/alloc_func.hpp"Go to the source code of this file.
Functions | |
| bool | GetClipboardContents (char *buffer, size_t buff_len) |
| Try to retrieve the current clipboard contents. | |
Variables | |
| int | _caret_timer |
Textbuffer handling.
Definition in file textbuf.cpp.
| bool GetClipboardContents | ( | char * | buffer, | |
| size_t | buff_len | |||
| ) |
Try to retrieve the current clipboard contents.
Definition at line 178 of file os2.cpp.
References FS2OTTD(), and ttd_strlcpy().
Referenced by Textbuf::InsertClipboard().
1.7.1