Constraints for Window Placement.
More...
#include <uwin.hpp>
|
|
UHalign * | halign |
| |
|
UValign * | valign |
| |
|
bool | hoppositeBorder |
| |
|
bool | voppositeBorder |
| |
|
int | hdist |
| |
|
int | vdist |
| |
Constraints for Window Placement.
Examples (R = reference object, T = this object)
- RR TT hplace = uright(), hoppositeBorder = true, hdist = 9 RR vplace = utop(), hoppositeBorder = false, vdist = 0
- RR hplace = uleft(), hoppositeBorder = false, hdist = 0 RR vplace = ubottom(), hoppositeBorder = true, vdist = 1 TT
- TT hplace = uleft(), hoppositeBorder = true, hdist = 0 TT RR vplace = ubottom(), hoppositeBorder = false, vdist = 0
The documentation for this class was generated from the following files: