1
0
Fork 0
mirror of synced 2024-06-30 03:50:52 +12:00
czkawka/krokiet/ui/callabler.slint

14 lines
334 B
Plaintext
Raw Normal View History

2023-11-11 05:11:32 +13:00
export global Callabler {
2023-11-12 21:09:15 +13:00
// Bottom panel operations
2023-11-08 09:52:43 +13:00
callback remove_item_directories(bool, int);
callback added_manual_directories(bool, string);
2023-11-12 21:09:15 +13:00
// Right click or middle click opener
callback item_opened(string);
callback delete_selected_items();
2023-11-13 01:54:59 +13:00
// Preview
callback load_image_preview(string);
2023-11-11 05:11:32 +13:00
}