summaryrefslogtreecommitdiff
path: root/gtk/gtkimageprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* Drop gtk_icon_size_lookupMatthias Clasen2017-11-151-0/+5
| | | | | Add a new, private gtk_image_get_image_size to replace it, and update the remaining callers in a suitable way.
* image: Don't take icon size in set_from_definition()Benjamin Otte2017-11-151-2/+1
|
* image: Add private _get_definitionTimm Bäder2017-07-191-0/+3
|
* dnd: Add gtk_image_set_from_definition()Benjamin Otte2015-12-021-0/+4
| | | | ... and use it in the DND code, thereby getting rid of the icon helper.
* image: Remove unused codeBenjamin Otte2015-12-021-43/+0
| | | | I wonder how long that stuff has existed and not been used...
* Change FSF AddressJavier Jardón2012-02-271-3/+1
|
* gtkdnd: Add API that takes GIconColin Walters2011-05-031-0/+1
| | | | | | | This will be useful for me to port gnome-panel to gnome-menus 4, which uses GAppInfo, which in turn returns icon references as GIcon. https://bugzilla.gnome.org/show_bug.cgi?id=649295
* gtkimageprivate: Drop unused theme_change_idColin Walters2011-05-031-1/+0
|
* API: image: Move private struct definitions into private headerBenjamin Otte2011-02-081-0/+82
They weren't privatized because the dnd code used them, too. But a private header can allow the dnd code to be nasty, so go dnd code!