mirror of
https://github.com/panda3d/panda3d.git
synced 2026-01-19 14:00:01 -06: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()
|