1
0
Fork 0
mirror of synced 2024-06-02 18:44:34 +12:00
czkawka/krokiet/ui/callabler.slint
Rafał Mikrut 186c0e1895 Preview
2023-11-12 13:54:59 +01:00

14 lines
334 B
Plaintext

export global Callabler {
// Bottom panel operations
callback remove_item_directories(bool, int);
callback added_manual_directories(bool, string);
// Right click or middle click opener
callback item_opened(string);
callback delete_selected_items();
// Preview
callback load_image_preview(string);
}