]> git.street.me.uk Git - andy/viking.git/blame - doc/dev/Clipboard
cleanup: Remove *very* old documentation and don't bother distributing any of it...
[andy/viking.git] / doc / dev / Clipboard
CommitLineData
50a14534
EB
1new file -- clipboard.c
2
3Copy layer -> layer address
4on paste, layer_copy_func in Interface. returns new layer with new data, etc.
5
6-- items --
7
8if selected thing something to be copied call
9layer_copy_item_func
10then
11layer_paste_item_func
12If same layer is selected.
13
14The only problem is determining if selected item can be copied.
15No, wait, piece of cake. Hand back sublayer_type to the layer in a new interface func
16
17gboolean layer_sublayer_is_copyable_func ( sublayer_type )
18
19to determine if copyable
20