summaryrefslogtreecommitdiff
path: root/endless/eosenums.h
Commit message (Collapse)AuthorAge
* Make EosActionButton public and document itPhilip Chimento2013-06-28
| | | | | | | | Rename eosactionbutton-private.h to eosactionbutton.h, make sure it gets picked up in the documentation, include it in endless.h, make all the new public API documentation complete, and put the EosActionButtonSize enum documentation on the EosActionButton page. [endlessm/eos-sdk#133]
* Include eosenums.h in the documentation.Felipe Erias Morandeira2013-06-03
| | | | [endlessm/eos-sdk#30]
* EosActionButton : an internal widget to represent an action in the application.Felipe Erias Morandeira2013-06-03
| | | | | | | The widget extends GtkButton and implements its own draw() method. It holds a GtkLabel and a GtkImage internally. EosActionButtonSize : an enum that is used to indicate the desired size of the EosActionButton. [endlessm/eos-sdk#30]
* Switch order of header checksP. F. Chimento2013-05-13
| | | | [endlessm/eos-sdk#74]
* Rename C source and header filesP. F. Chimento2013-04-24
For consistency with GTK, blah.[ch] should be named eosblah.[ch]. [#23]