MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / SetBitmapAndLabel

Method SetBitmapAndLabel

src/gui/iconbutton.cc:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void IconButton::SetBitmapAndLabel(
50 const wxBitmap bitmap, const std::string text)
51{
52 _bitmap->SetBitmap(bitmap);
53 _text->SetLabel(text);
54}

Callers 1

AddIconMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected