diff options
author | mouse <[email protected]> | 2019-06-24 10:03:57 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2019-06-24 10:03:57 +0800 |
commit | 39028e317750bcc4c81d762c25f2c88f5c8f3f56 (patch) | |
tree | 372cc9f259ae6d30530104358ab152d6e613da03 /capplets/time-admin/src/time-share.h | |
parent | c436dbdbd09ce0db5dd3c86f015621ebf56626f0 (diff) | |
parent | 2e903d139874a5516c70698c3b688c71d0a805e1 (diff) | |
download | mate-control-center-39028e317750bcc4c81d762c25f2c88f5c8f3f56.tar.bz2 mate-control-center-39028e317750bcc4c81d762c25f2c88f5c8f3f56.tar.xz |
Merge pull request #468 from mate-desktop/dialog-buttons
time-admin: shortcuts, images & shared code for buttons
Diffstat (limited to 'capplets/time-admin/src/time-share.h')
-rw-r--r-- | capplets/time-admin/src/time-share.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/capplets/time-admin/src/time-share.h b/capplets/time-admin/src/time-share.h index af9bb60d..e4391bf2 100644 --- a/capplets/time-admin/src/time-share.h +++ b/capplets/time-admin/src/time-share.h @@ -83,11 +83,6 @@ void SetLableFontType (GtkWidget *Lable, void QuitApp (TimeAdmin *ta); -GtkWidget* DialogAddButtonWithIconName (GtkDialog *dialog, - const gchar *button_text, - const gchar *icon_name, - gint response_id); - void SetTooltip (GtkWidget *box, gboolean mode); #endif |