gui.h
changeset 4948 22ff05c1a3b1
parent 4909 955f318a24cd
child 5044 e4e5bcdd79c6
equal deleted inserted replaced
4947:df857bbe83d1 4948:22ff05c1a3b1
   110 void DeleteTextBufferAll(Textbuf *tb);
   110 void DeleteTextBufferAll(Textbuf *tb);
   111 bool DeleteTextBufferChar(Textbuf *tb, int delmode);
   111 bool DeleteTextBufferChar(Textbuf *tb, int delmode);
   112 bool InsertTextBufferChar(Textbuf *tb, byte key);
   112 bool InsertTextBufferChar(Textbuf *tb, byte key);
   113 bool InsertTextBufferClipboard(Textbuf *tb);
   113 bool InsertTextBufferClipboard(Textbuf *tb);
   114 bool MoveTextBufferPos(Textbuf *tb, int navmode);
   114 bool MoveTextBufferPos(Textbuf *tb, int navmode);
       
   115 void InitializeTextBuffer(Textbuf *tb, const char *buf, uint16 maxlength, uint16 maxwidth);
   115 void UpdateTextBufferSize(Textbuf *tb);
   116 void UpdateTextBufferSize(Textbuf *tb);
   116 
   117 
   117 void BuildFileList(void);
   118 void BuildFileList(void);
   118 void SetFiosType(const byte fiostype);
   119 void SetFiosType(const byte fiostype);
   119 
   120