New function to create an icon set from a pixbuf.
Tue Feb 20 12:16:12 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtkiconfactory.c (gtk_icon_set_new_from_pixbuf): New function to create an icon set from a pixbuf.
This commit is contained in:
committed by
Jonathan Blandford
parent
699c933422
commit
f88d35bba7
@ -103,6 +103,7 @@ void gtk_icon_size_register_alias (const gchar *alias,
|
||||
/* Icon sets */
|
||||
|
||||
GtkIconSet* gtk_icon_set_new (void);
|
||||
GtkIconSet* gtk_icon_set_new_from_pixbuf (GdkPixbuf *pixbuf);
|
||||
|
||||
GtkIconSet* gtk_icon_set_ref (GtkIconSet *icon_set);
|
||||
void gtk_icon_set_unref (GtkIconSet *icon_set);
|
||||
|
||||
Reference in New Issue
Block a user