ui/gtk/button.h

branch
newapi
changeset 276
376921880a7f
parent 167
161511838ea6
--- a/ui/gtk/button.h	Sun Mar 31 16:19:01 2024 +0200
+++ b/ui/gtk/button.h	Sun Mar 31 18:29:06 2024 +0200
@@ -37,6 +37,8 @@
 extern "C" {
 #endif
 
+void ui_button_set_icon_name(GtkWidget *button, const char *icon_name);
+    
 // event wrapper
 void ui_button_clicked(GtkWidget *widget, UiEventData *event);
 

mercurial