-
Notifications
You must be signed in to change notification settings - Fork 3
2017 API dlibrary.object.IObjectOrder
Dieter Geerts edited this page Sep 24, 2016
·
1 revision
Interface that handles object stacking order.
- IObjectHandle Abstract interface to define the object handle field that all object interfaces need.
move_backward(self, count: int=1)
move_forward(self, count: int=1)
move_to_back(self)
move_to_front(self)