Add API for accessing git branch
This commit is contained in:
parent
26afd592c5
commit
3570810516
2 changed files with 20 additions and 0 deletions
|
@ -66,6 +66,10 @@ impl<V: View> Flex<V> {
|
|||
self
|
||||
}
|
||||
|
||||
pub fn is_empty(&self) -> bool {
|
||||
self.children.is_empty()
|
||||
}
|
||||
|
||||
fn layout_flex_children(
|
||||
&mut self,
|
||||
layout_expanded: bool,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue