summaryrefslogtreecommitdiff
path: root/shared/custom_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/custom_button.h')
-rw-r--r--shared/custom_button.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/shared/custom_button.h b/shared/custom_button.h
index 4ebff73c..752c763e 100644
--- a/shared/custom_button.h
+++ b/shared/custom_button.h
@@ -38,5 +38,8 @@ private:
wxBitmap bitmapBack;
};
+//set bitmap label flicker free!
+void setBitmapLabel(wxBitmapButton& button, const wxBitmap& bmp);
+
#endif // CUSTOMBUTTON_H_INCLUDED
bgstack15