Mercurial > MadButterfly
log examples/dynamic/button.svg @ 267:cac3f084a9b1
age | author | description |
---|---|---|
Sun, 04 Jan 2009 09:32:49 +0800 | wycc | * Add loopback reference from rdman to the backend. This is only required when we need to acquire the tman for the animation. This is not a reasonable arrangement since the animation should be backend transparent. We should not touch the backend directly from the animation. We should relocate the tman to the rdman. |
Tue, 16 Dec 2008 21:24:26 +0800 | wycc | * Change the color of click frame |
Sun, 14 Dec 2008 12:35:13 +0800 | wycc | Implement a workaround for the button class. However, this won't solve all issues. We can use this as example to fix the mouse out event issue. When we move the curosr over the text inside the button. The upper layer group will receive MOUSE_OUT events. This is absolute incorrect. |
Sat, 13 Dec 2008 17:13:31 +0800 | wycc | Add sample code fro mb_button_t. If everything is OK, I will move it to the main src tree. |
Sun, 07 Dec 2008 18:00:06 +0800 | wycc | Chkec in demo for dynamic rectangle creation and button. |