~israeldahl/jwm-settings-manager/trunk

« back to all changes in this revision

Viewing changes to include/flWindow.h

  • Committer: Israel Dahl
  • Date: 2014-07-06 02:48:28 UTC
  • Revision ID: israeldahl@gmail.com-20140706024828-1bt17riyy2ep06bt
actually added the themes, buttons, etc...
* Alpha Version update
 * Desktop
 - Added Rox checkers, and getters and setters, but haven't finished/enabled it
 - Finished gradient support
 - finished Single color support
 - moved the image setting code to flDesktop(h/cpp)
 * Window
 - fixed Window icon code to reliably open the directory containing icons
 - added 'BoxShaped' window buttons

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
    //buttons
55
55
    const char * getButton(const char* whichElement);
56
56
    void setButton(const char *button, const char* whichElement);
57
 
 
 
57
    std::string buttonPath();
58
58
 
59
59
    //window colors whichWindow will be either "Active" or "Inactive"
60
60
    unsigned int getWindowColor(unsigned int &color,const char* whichWindow);