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

Method AppendPage

src/SFGUI/Notebook.cpp:108–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108Notebook::IndexType Notebook::AppendPage( Widget::Ptr child, Widget::Ptr tab_label ) {
109 return InsertPage( child, tab_label, -1 );
110}
111
112Notebook::IndexType Notebook::PrependPage( Widget::Ptr child, Widget::Ptr tab_label ) {
113 return InsertPage( child, tab_label, 0 );

Callers 2

mainFunction · 0.80
RunMethod · 0.80

Calls

no outgoing calls

Tested by 1

RunMethod · 0.64