Some Updates
This commit is contained in:
@@ -58,6 +58,11 @@ func (f LayoutFlag) SetTopLeft() {
|
||||
f = LFAlignHLeft | LFAlignVTop
|
||||
}
|
||||
|
||||
func (f LayoutFlag) SetBottomCenter() {
|
||||
f.ClearAll()
|
||||
f = LFAlignHCenter | LFAlignVBottom
|
||||
}
|
||||
|
||||
func (f LayoutFlag) ClearAlignH() {
|
||||
f = f &^ LFAlignH
|
||||
f.Add(LFAlignHCenter)
|
||||
|
||||
Reference in New Issue
Block a user