diff options
author | Monsta <[email protected]> | 2015-02-26 11:50:20 +0300 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2015-03-15 18:58:51 +0100 |
commit | 9ff3e1b03e0beae87a6a77451c738cc8f34ec7c8 (patch) | |
tree | 9068b8f6c85d926e0cc1cf4fe1139687d8e18e40 /stickynotes/stickynotes_applet_callbacks.h | |
parent | 8b02bc96f1e48a5dbcc459c8898464a891c01e0e (diff) | |
download | mate-applets-9ff3e1b03e0beae87a6a77451c738cc8f34ec7c8.tar.bz2 mate-applets-9ff3e1b03e0beae87a6a77451c738cc8f34ec7c8.tar.xz |
stickynotes: use mate_panel_applet_set_background_widget
Diffstat (limited to 'stickynotes/stickynotes_applet_callbacks.h')
-rw-r--r-- | stickynotes/stickynotes_applet_callbacks.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/stickynotes/stickynotes_applet_callbacks.h b/stickynotes/stickynotes_applet_callbacks.h index c743bb44..7cee63da 100644 --- a/stickynotes/stickynotes_applet_callbacks.h +++ b/stickynotes/stickynotes_applet_callbacks.h @@ -30,15 +30,6 @@ gboolean applet_focus_cb(GtkWidget *widget, GdkEventFocus *event, StickyNotesApp void install_check_click_on_desktop (void); void applet_change_orient_cb(MatePanelApplet *mate_panel_applet, MatePanelAppletOrient orient, StickyNotesApplet *applet); void applet_size_allocate_cb(GtkWidget *widget, GtkAllocation *allocation, StickyNotesApplet *applet); -void applet_change_bg_cb (MatePanelApplet *mate_panel_applet, - MatePanelAppletBackgroundType type, - GdkColor *color, -#if GTK_CHECK_VERSION (3, 0, 0) - cairo_pattern_t *pattern, -#else - GdkPixmap *pixmap, -#endif - StickyNotesApplet *applet); void applet_destroy_cb (MatePanelApplet *mate_panel_applet, StickyNotesApplet *applet); /* Callbacks for sticky notes applet menu */ void menu_create_cb(GtkAction *action, StickyNotesApplet *applet); |