MCPcopy Create free account
hub / github.com/TankOs/SFGUI / Pack

Method Pack

src/SFGUI/Box.cpp:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void Box::Pack( Widget::Ptr widget, bool expand, bool fill ) {
48 PackEnd( widget, expand, fill );
49}
50
51void Box::ReorderChild( Widget::Ptr widget, std::size_t position ) {
52 ChildrenCont::iterator iter( std::find( m_box_children.begin(), m_box_children.end(), widget ) );

Callers 15

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
RunMethod · 0.80
OnAddButtonHClickMethod · 0.80
OnAddButtonVClickMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 3

RunMethod · 0.64
OnAddButtonHClickMethod · 0.64
OnAddButtonVClickMethod · 0.64