Method
GtkWindowget_icon
Declaration [src]
GdkPixbuf*
gtk_window_get_icon (
GtkWindow* window
)
Description [src]
Gets the value set by gtk_window_set_icon()
(or if you’ve
called gtk_window_set_icon_list(), gets the first icon in
the icon list).
Gets property | Gtk.Window:icon |
Return value
Type: GdkPixbuf
Icon for window or NULL
if none.
The returned data is owned by the instance. |
The return value can be NULL . |