mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-18 20:53:50 -04:00
7 lines
132 B
Python
7 lines
132 B
Python
from direct.gui.DirectButton import DirectButton
|
|
|
|
|
|
def test_button_destroy():
|
|
btn = DirectButton(text="Test")
|
|
btn.destroy()
|