summaryrefslogtreecommitdiff
path: root/gtk/gtkmagnifierprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* GtkMagnifier: Add a resizing modeMatthias Clasen2014-12-201-0/+4
| | | | | | | | | In addition to the fixed-size mode that is used by the text view, add a mode in which the magnifier requests enough size to render the entire inspected widget at the current magnification. In this mode, the magnifier will update its size when the size of the inspected widget changes. Also, make the magnifier redraw on its own whenever the inspected widget draws.
* Add GtkMagnifierCarlos Garnacho2014-01-221-0/+64
This is a private widget that takes another widget on construction, and is able to render parts of it, possibly at a different magnification level.