Changes between Version 2 and Version 3 of Ticket #7330, comment 19


Ignore:
Timestamp:
Sep 23, 2016, 6:41:41 AM (8 years ago)
Author:
KapiX

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7330, comment 19

    v2 v3  
    55
    66This 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?
     7I will probably need to define some new orientation constants which could be used with `flags` parameter of mentioned methods.
     8Another option is adding a new parameter and using `B_*_BORDER` for that purpose.
     9Do you have any suggestions (e.g. naming) or pitfalls I should keep in mind?