PHP-GTK News #20
Another slow week for PHP-GTK. It appears that development efforts have fallen off as yet another week has passed while we wait for an initial alpha release. But, that doesn’t mean that nothing has happened. Here are the headlines for the week of June 28th through July 5th.
- A few development patches
- UTF-8 Issues with GtkScintilla Resolved
- A few documentation updates
Read on for the details…
Development
Development patches this week:
- GtkCellView::get_size_of_row() - Returns the size needed by the view to display the model row
- GtkTreeModelFilter::convert_iter_to_child_iter() - Converts an iter from the filter to be an iter from the underlying model
- GtkTreeModelFilter::convert_child_iter_to_iter() - Converts an iter from the underlying model to be an iter from the filter
Scintilla UTF-8 Issues Resolved:
Anant applied a patch this week that helps GtkScintilla handle text of different encodings properly. It converts text from UTF-8 to the needed encoding before applying it to the Scintilla widget.
Documentation
Documentation Updates:
- GtkCellLayout (Christian)
- GtkCellView (Christian)
- GtkContainer (Scott)
- GtkProgressBar (Christian)
- Gtk Methods (Christian)
