Changes between Version 2 and Version 3 of Ticket #7330, comment 19
- Timestamp:
- Sep 23, 2016, 6:41:41 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7330, comment 19
v2 v3 5 5 6 6 This means I will have to implement the missing features in `be_control_look`. 7 I will probably need to define some new orientation constants (I don't think reusing `B_*_BORDER` for that purpose is a good idea) which could be used with `flags` parameter of mentioned methods. Do you have any suggestions (e.g. naming) or pitfalls I should keep in mind? 7 I will probably need to define some new orientation constants which could be used with `flags` parameter of mentioned methods. 8 Another option is adding a new parameter and using `B_*_BORDER` for that purpose. 9 Do you have any suggestions (e.g. naming) or pitfalls I should keep in mind?