MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / FileButton

Method FileButton

LibLemon/src/gui/fileview.cpp:109–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 std::string file;
108 int icon = 0;
109 FileButton(const char* _label, rect_t _bounds) : Button(_label, _bounds){
110 drawText = false;
111 }
112
113 void Paint(surface_t* surface){
114 surface_t* iconS = nullptr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected