Codebase list ruby-fxruby / 8590a76
On ruby-level there are only Integers since ruby-2.4 Lars Kanis 6 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
3232 FXuint getSize() const;
3333
3434 %extend {
35 // Returns the data as an array of Bignums
35 // Returns the data as an array of Integers
3636 VALUE getData() const {
3737 FXColor* data = self->getData();
3838 if (data) {