Gtk3 by Hombre, issue 2807

This commit is contained in:
Morgan Hardwood
2015-08-12 16:07:19 +02:00
parent 91f67f0cb6
commit 56a0805bc7
133 changed files with 3950 additions and 2626 deletions

View File

@@ -38,7 +38,7 @@ public:
void getMinimalDimensions (int& w, int& h);
void getAllocatedDimensions (int& w, int& h);
void arrangeButtons (int x, int y, int w, int h);
void setColors (const Gdk::Color& bg, const Gdk::Color& fg);
void setColors (const Gdk::RGBA& bg, const Gdk::RGBA& fg);
bool motionNotify (int x, int y);
bool pressNotify (int x, int y);
bool releaseNotify (int x, int y);