ui/motif/stock.h

branch
newapi
changeset 406
0ebf9d7b23e8
parent 18
06be29a56f8b
--- a/ui/motif/stock.h	Wed Dec 04 08:57:35 2024 +0100
+++ b/ui/motif/stock.h	Wed Dec 04 18:31:22 2024 +0100
@@ -35,18 +35,7 @@
 extern "C" {
 #endif
 
-typedef struct UiStockItem {
-    char *label;
-    char *accelerator;
-    char *accelerator_label;
-    // TODO: icon
-} UiStockItem;
-    
-void ui_stock_init();
 
-void ui_add_stock_item(char *id, char *label, char *accelerator, char *accelerator_label, void *icon);
-
-UiStockItem* ui_get_stock_item(char *id);
 
 #ifdef	__cplusplus
 }

mercurial