mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
*** empty log message ***
This commit is contained in:
parent
c11ab984ae
commit
9d9f137a2c
@ -58,18 +58,16 @@ PUBLISHED:
|
||||
|
||||
INLINE const string &get_string() const;
|
||||
|
||||
void append(const string &str);
|
||||
bool append_character(char ch);
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
// From parent class DataNode
|
||||
////////////////////////////////////////////////////////////////////
|
||||
public:
|
||||
virtual void
|
||||
transmit_data(NodeAttributes &data);
|
||||
|
||||
void append(const string &str);
|
||||
bool append_character(char ch);
|
||||
|
||||
NodeAttributes _attrib;
|
||||
|
||||
// inputs
|
||||
static TypeHandle _button_events_type;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user