Home
last modified time | relevance | path

Searched refs:SWFButton (Results 1 – 25 of 147) sorted by relevance

123456

/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/ming-src/blocks/
H A Dbutton.c78 SWFButton button;
314 void SWFButton_setMenu(SWFButton button, int flag)
322 SWFButton button = (SWFButton)block;
328 SWFButton button = (SWFButton)block;
385 void destroySWFButton(SWFButton button)
416 SWFButton button = (SWFButton)SWFDisplayItem_getCharacter(item);
426 SWFButton button = (SWFButton)SWFDisplayItem_getCharacter(item);
434 SWFButton
437 SWFButton button = (SWFButton) malloc(sizeof(struct SWFButton_s));
532 newSWFButtonSound(SWFButton button)
[all …]
H A Dbutton.h38 SWFBlock newDefineSWFButtonBlock(SWFButton button); in SWFBlock_isDefined()
40 SWFButtonSound newSWFButtonSound(SWFButton button);
/dports/graphics/ming/libming-ming-0_4_8/src/blocks/
H A Dbutton.c78 SWFButton button;
314 void SWFButton_setMenu(SWFButton button, int flag) in SWFButton_setMenu()
322 SWFButton button = (SWFButton)block; in writeSWFButtonToMethod()
328 SWFButton button = (SWFButton)block; in completeSWFButton()
385 void destroySWFButton(SWFButton button) in destroySWFButton()
416 SWFButton button = (SWFButton)SWFDisplayItem_getCharacter(item); in onSWFButtonPlace()
426 SWFButton button = (SWFButton)SWFDisplayItem_getCharacter(item); in onSWFButtonFrame()
434 SWFButton
437 SWFButton button = (SWFButton) malloc(sizeof(struct SWFButton_s)); in newSWFButton()
532 newSWFButtonSound(SWFButton button) in newSWFButtonSound()
[all …]
H A Dbutton.h38 SWFBlock newDefineSWFButtonBlock(SWFButton button);
40 SWFButtonSound newSWFButtonSound(SWFButton button);
/dports/graphics/p5-ming/libming-ming-0_4_8/src/blocks/
H A Dbutton.c78 SWFButton button;
314 void SWFButton_setMenu(SWFButton button, int flag) in SWFButton_setMenu()
322 SWFButton button = (SWFButton)block; in writeSWFButtonToMethod()
328 SWFButton button = (SWFButton)block; in completeSWFButton()
385 void destroySWFButton(SWFButton button) in destroySWFButton()
416 SWFButton button = (SWFButton)SWFDisplayItem_getCharacter(item); in onSWFButtonPlace()
426 SWFButton button = (SWFButton)SWFDisplayItem_getCharacter(item); in onSWFButtonFrame()
434 SWFButton
437 SWFButton button = (SWFButton) malloc(sizeof(struct SWFButton_s)); in newSWFButton()
532 newSWFButtonSound(SWFButton button) in newSWFButtonSound()
[all …]
H A Dbutton.h38 SWFBlock newDefineSWFButtonBlock(SWFButton button);
40 SWFButtonSound newSWFButtonSound(SWFButton button);
/dports/graphics/py-ming/libming-ming-0_4_8/src/blocks/
H A Dbutton.c78 SWFButton button;
314 void SWFButton_setMenu(SWFButton button, int flag) in SWFButton_setMenu()
322 SWFButton button = (SWFButton)block; in writeSWFButtonToMethod()
328 SWFButton button = (SWFButton)block; in completeSWFButton()
385 void destroySWFButton(SWFButton button) in destroySWFButton()
416 SWFButton button = (SWFButton)SWFDisplayItem_getCharacter(item); in onSWFButtonPlace()
426 SWFButton button = (SWFButton)SWFDisplayItem_getCharacter(item); in onSWFButtonFrame()
434 SWFButton
437 SWFButton button = (SWFButton) malloc(sizeof(struct SWFButton_s)); in newSWFButton()
532 newSWFButtonSound(SWFButton button) in newSWFButtonSound()
[all …]
H A Dbutton.h38 SWFBlock newDefineSWFButtonBlock(SWFButton button);
40 SWFButtonSound newSWFButtonSound(SWFButton button);
/dports/graphics/ming/libming-ming-0_4_8/java_ext/
H A DSWFButton.java29 public class SWFButton extends SWFObject implements SWFButtonI { class
31 public SWFButton () in SWFButton() method in SWFButton
50 { shape.eval(); addShape (SWFButton.ButtonUp, shape); } in setUp()
53 { shape.eval(); addShape (SWFButton.ButtonDown, shape); } in setDown()
56 { shape.eval(); addShape (SWFButton.ButtonOver, shape); } in setOver()
59 { shape.eval(); addShape (SWFButton.ButtonHit, shape); } in setHit()
/dports/graphics/p5-ming/libming-ming-0_4_8/java_ext/
H A DSWFButton.java29 public class SWFButton extends SWFObject implements SWFButtonI { class
31 public SWFButton () in SWFButton() method in SWFButton
50 { shape.eval(); addShape (SWFButton.ButtonUp, shape); } in setUp()
53 { shape.eval(); addShape (SWFButton.ButtonDown, shape); } in setDown()
56 { shape.eval(); addShape (SWFButton.ButtonOver, shape); } in setOver()
59 { shape.eval(); addShape (SWFButton.ButtonHit, shape); } in setHit()
/dports/graphics/py-ming/libming-ming-0_4_8/java_ext/
H A DSWFButton.java29 public class SWFButton extends SWFObject implements SWFButtonI { class
31 public SWFButton () in SWFButton() method in SWFButton
50 { shape.eval(); addShape (SWFButton.ButtonUp, shape); } in setUp()
53 { shape.eval(); addShape (SWFButton.ButtonDown, shape); } in setDown()
56 { shape.eval(); addShape (SWFButton.ButtonOver, shape); } in setOver()
59 { shape.eval(); addShape (SWFButton.ButtonHit, shape); } in setHit()
/dports/graphics/ming/libming-ming-0_4_8/ch/include/blocks/
H A Dbutton.h38 SWFBlock newDefineSWFButtonBlock(SWFButton button);
40 SWFButtonSound newSWFButtonSound(SWFButton button);
44 SWFButtonSound getButtonSound(SWFButton button);
/dports/graphics/p5-ming/libming-ming-0_4_8/ch/include/blocks/
H A Dbutton.h38 SWFBlock newDefineSWFButtonBlock(SWFButton button);
40 SWFButtonSound newSWFButtonSound(SWFButton button);
44 SWFButtonSound getButtonSound(SWFButton button);
/dports/graphics/py-ming/libming-ming-0_4_8/ch/include/blocks/
H A Dbutton.h38 SWFBlock newDefineSWFButtonBlock(SWFButton button);
40 SWFButtonSound newSWFButtonSound(SWFButton button);
44 SWFButtonSound getButtonSound(SWFButton button);
/dports/graphics/ming/libming-ming-0_4_8/test/Button/
H A Dtest01-cxx.C9 SWFButton *b = new SWFButton(); in main()
28 b = new SWFButton(); in main()
/dports/graphics/p5-ming/libming-ming-0_4_8/test/Button/
H A Dtest01-cxx.C9 SWFButton *b = new SWFButton(); in main()
28 b = new SWFButton(); in main()
/dports/graphics/py-ming/libming-ming-0_4_8/test/Button/
H A Dtest01-cxx.C9 SWFButton *b = new SWFButton(); in main()
28 b = new SWFButton(); in main()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/misc-ming.all/
H A Dreplace_buttons1test.c62 SWFButton get_button(int width, int height, int r, int g, int b);
75 SWFButton
78 SWFButton bu = newSWFButton(); in get_button()
124 SWFButton static1, static2; in main()
/dports/graphics/ming/libming-ming-0_4_8/test/Filter/
H A Dtest01-cxx.C10 SWFButton *b; in main()
27 b = new SWFButton(); in main()
H A Dtest02-cxx.C10 SWFButton *b; in main()
37 b = new SWFButton(); in main()
H A Dtest03-cxx.C10 SWFButton *b; in main()
33 b = new SWFButton(); in main()
/dports/graphics/p5-ming/libming-ming-0_4_8/test/Filter/
H A Dtest01-cxx.C10 SWFButton *b;
27 b = new SWFButton();
H A Dtest02-cxx.C10 SWFButton *b; in main()
37 b = new SWFButton(); in main()
/dports/graphics/py-ming/libming-ming-0_4_8/test/Filter/
H A Dtest01-cxx.C10 SWFButton *b; in main()
27 b = new SWFButton(); in main()
H A Dtest02-cxx.C10 SWFButton *b; in main()
37 b = new SWFButton(); in main()

123456