Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make GtkTextAttributes private | Matthias Clasen | 2016-11-01 | 1 | -0/+4 |
| | | | | | | | | This is a problematic struct, and giving direct access to it has kept us from making improvements to GtkTextView. Drop it from the public API, together with the auxiliary APIs. If it turns out that this functionality is needed, we should add individual getters. | ||||
* | Add private header for GtkTextView | Emmanuele Bassi | 2016-10-17 | 1 | -0/+32 |
This allows us to declare the symbols that are currently used inside gtktextdisplay.c without incurring in the wrath of the compiler. |