mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
*** empty log message ***
This commit is contained in:
parent
a723359846
commit
22fa0be7b2
@ -7,6 +7,12 @@ class DirectScrolledList(DirectFrame):
|
|||||||
|
|
||||||
self.index = 0
|
self.index = 0
|
||||||
|
|
||||||
|
# If one were to want a scrolledList that makes and adds its items
|
||||||
|
# as needed, simply pass in an items list of strings (type 'str')
|
||||||
|
# and when that item is needed, itemMakeFunction will be called
|
||||||
|
# with the text, the index, and itemMakeExtraArgs. If itemMakeFunction
|
||||||
|
# is not specified, it will create a DirectFrame with the text.
|
||||||
|
|
||||||
# Inherits from DirectFrame
|
# Inherits from DirectFrame
|
||||||
optiondefs = (
|
optiondefs = (
|
||||||
# Define type of DirectGuiWidget
|
# Define type of DirectGuiWidget
|
||||||
|
Loading…
x
Reference in New Issue
Block a user