| Top |  |  |  |  | 
| MateBG * | mate_bg_new () | 
| void | mate_bg_load_from_preferences () | 
| void | mate_bg_save_to_preferences () | 
| void | mate_bg_set_filename () | 
| void | mate_bg_set_placement () | 
| void | mate_bg_set_color () | 
| const gchar * | mate_bg_get_filename () | 
| MateBGPlacement | mate_bg_get_placement () | 
| void | mate_bg_get_color () | 
| void | mate_bg_draw () | 
| gboolean | mate_bg_get_image_size () | 
| GdkPixbuf * | mate_bg_create_thumbnail () | 
| gboolean | mate_bg_is_dark () | 
| void | mate_bg_set_pixmap_as_root () | 
void mate_bg_set_color (MateBG *bg,MateBGColorType type,GdkColor *primary,GdkColor *secondary);
void mate_bg_get_color (MateBG *bg,MateBGColorType *type,GdkColor *primary,GdkColor *secondary);
void mate_bg_draw (MateBG *bg,GdkPixbuf *dest,GdkScreen *screen,gboolean is_root);
gboolean mate_bg_get_image_size (MateBG *bg,MateDesktopThumbnailFactory *factory,int best_width,int best_height,int *width,int *height);
GdkPixbuf * mate_bg_create_thumbnail (MateBG *bg,MateDesktopThumbnailFactory *factory,GdkScreen *screen,int dest_width,int dest_height);
“changed” signalvoid user_function (MateBG *matebg, gpointer user_data)
| matebg | the object which received the signal. | |
| user_data | user data set when the signal handler was connected. | 
Flags: Run Last
“transitioned” signalvoid user_function (MateBG *matebg, gpointer user_data)
| matebg | the object which received the signal. | |
| user_data | user data set when the signal handler was connected. | 
Flags: Run Last