1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-10-04 02:59:28 +03:00

Make GMenu2X::initBG() private

This commit is contained in:
Maarten ter Huurne 2013-08-14 11:30:40 +02:00
parent b18e3fa6a8
commit 69b2b795a2

View File

@ -115,6 +115,7 @@ private:
void initServices(); void initServices();
void initFont(); void initFont();
void initMenu(); void initMenu();
void initBG();
public: public:
GMenu2X(); GMenu2X();
@ -186,7 +187,6 @@ public:
void renameSection(); void renameSection();
void deleteSection(); void deleteSection();
void initBG();
int drawButton(IconButton *btn, int x=5, int y=-10); int drawButton(IconButton *btn, int x=5, int y=-10);
int drawButton(Surface *s, const std::string &btn, const std::string &text, int x=5, int y=-10); int drawButton(Surface *s, const std::string &btn, const std::string &text, int x=5, int y=-10);
int drawButtonRight(Surface *s, const std::string &btn, const std::string &text, int x=5, int y=-10); int drawButtonRight(Surface *s, const std::string &btn, const std::string &text, int x=5, int y=-10);