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

Function begin

src/SFGUI/ComboBox.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21static const sf::String EMPTY = "";
22
23ComboBox::ConstIterator begin( const ComboBox& combo_box ) {
24 return combo_box.Begin();
25}
26
27ComboBox::ConstIterator end( const ComboBox& combo_box ) {
28 return combo_box.End();

Callers 5

UpdateMethod · 0.85
RefreshMethod · 0.85
BeginMethod · 0.85
RunMethod · 0.85

Calls 1

BeginMethod · 0.80

Tested by 1

RunMethod · 0.68