summaryrefslogtreecommitdiff
path: root/gtk/gtktooltipwindow.c
Commit message (Collapse)AuthorAgeFilesLines
* tooltipwindow: Use a builder UI fileEmmanuele Bassi2015-11-111-20/+7
| | | | | | It's not a hugely complicated file, but it's easier to deal with some of the details of tooltip windows styling if we have a UI file to edit, instead of source code.
* Fix an oversightMatthias Clasen2015-11-101-1/+3
| | | | | We must set the construct-only "type" to GTK_WINDOW_POPUP, otherwise this ends upo being a regular toplevel.
* Use CSS node name for GtkTooltipWindowEmmanuele Bassi2015-11-101-6/+6
| | | | Instead of a style class.
* Add GtkTooltipWindow private sub-classEmmanuele Bassi2015-11-101-0/+230
GtkTooltip does a lot of set up on the GtkWindow it uses internally. We should move that code to a separate class to keep it contained.