Setting values of GtkSheet cells
Have added two more sample codes on GtkSheet (Part 3 and 4):
- http://www.kksou.com/php-gtk2/articles/use-GtkSheet—Part-3—set_values.php shows you how to set the values of a cell in GtkSheet with GtkSheet:set_cell_text()
- http://www.kksou.com/php-gtk2/articles/use-GtkSheet—Part-4—set_values_with_justification.php shows another method for setting the values of a cell GtkSheet:set_cell(). This method allows you to set the justification too while setting the value.
By the way, Elizabeth Smith has given some pointers on the use of GtkHTML here:
http://www.kksou.com/php-gtk2/forum/viewtopic.php?p=149#149
Will try out this weekend and come out with some sample codes.
You might want to try it out first!
/kksou
http://www.kksou.com/php-gtk2
The place for php-gtk2 sample codes