↧
Apply style to Textview: Underline and Blue Color on specific parts of the text.
This script displays a 2D array inside a textview. All elements on the same row and coloumn are underlined and colored blue.leia mais
View ArticleColored Table, Row and Column Headers In Textview.
<?php // Definition of widgets $scrolled_win = new GtkScrolledWindow(); $textview = new GtkTextview(); $buffer = new GtkTextBuffer(); $win = new GtkWindow();// Modify widgets...
View Article