我正试图模拟一批硬件,这些硬件有静态布道。
为此,我想用一个案文。 我的展览有10个栏,有25栏。 因此,我估计,案文应足够容易。
基本上,我要说:sert/replace string S at row X,从Y栏“开始。 i 可能只需要更新一个特定的行文,甚至需要一个行文中的单列。
I have not been successful at getting this to work though. the best I have been able to do is to fill the TextView with 10 lines of 25 spaces when i create it, and then use the get_iter_at_line_offset
to get the iterator of a line, and then push the new text onto that line.
但这将开始将案文改成行,而不是取代现有的案文。
I need both row and column control (i.e. need to be able to set text at a specific (X,Y) coordinate).
假设这一点,我一定会使用标记。
谁能给我一个快速的例子,说明如何做到这一点? 不幸的是,关于此类事项的文件很少。