m2tklib
m2tklib copied to clipboard
Automatically exported from code.google.com/p/m2tklib
``` Add additional reference, so that the pointer can be exchanged ``` Original issue reported on code.google.com by `[email protected]` on 8 Mar 2013 at 7:46
``` follow this idea to calculate the stack size: http://www.avrfreaks.net/index.php?name=PNphpBB2&file=viewtopic&t=52249 ``` Original issue reported on code.google.com by `[email protected]` on 24 Feb 2013 at 7:57
``` allow two different strings for normal and focus (highlight) variant of the BUTTON. (e-mail, 7 Jan 2013) ``` Original issue reported on code.google.com by `[email protected]` on 7 Jan 2013...
``` demonstrate how to reuse parts of the menues /*--- variables to store user input ---*/ uint8_t sisu_w; uint8_t sisu_x; uint8_t sisu_y; uint8_t sisu_z; /*--- forward declaration of the top...
``` similar to void root_change_cb(m2_rom_void_p new_root, m2_rom_void_p old_root, uint8_t change_value); the function key callback should get the element and the change value new function key values are also required M2_KEY_FN1,...
``` write handler for this ``` Original issue reported on code.google.com by `[email protected]` on 19 Jul 2012 at 4:40
``` - add two or more validaton procedures - add new option "s" for character Set to select the validation procedure ``` Original issue reported on code.google.com by `[email protected]` on...
``` All in one gtk bundle for mingw: http://www.proggen.org/doku.php?id=gui:gtk:win --> put this info into some files for m2lab ``` Original issue reported on code.google.com by `[email protected]` on 16 Apr 2012...
``` 2nd solution is: avoid switch statements, use the next step logic directly in the buttons ``` Original issue reported on code.google.com by `[email protected]` on 29 Mar 2012 at 5:26