#include <tkTreeElem.h>

Public Attributes | |
| char * | name |
| int | size |
| Tk_OptionSpec * | optionSpecs |
| Tk_OptionTable | optionTable |
| int(* | createProc )(ElementArgs *args) |
| void(* | deleteProc )(ElementArgs *args) |
| int(* | configProc )(ElementArgs *args) |
| void(* | displayProc )(ElementArgs *args) |
| void(* | neededProc )(ElementArgs *args) |
| void(* | heightProc )(ElementArgs *args) |
| int(* | changeProc )(ElementArgs *args) |
| int(* | stateProc )(ElementArgs *args) |
| int(* | undefProc )(ElementArgs *args) |
| int(* | actualProc )(ElementArgs *args) |
| void(* | onScreenProc )(ElementArgs *args) |
| ElementType * | next |
Definition at line 76 of file tkTreeElem.h.
| char* ElementType::name |
Definition at line 78 of file tkTreeElem.h.
Definition at line 79 of file tkTreeElem.h.
| Tk_OptionSpec* ElementType::optionSpecs |
Definition at line 80 of file tkTreeElem.h.
| Tk_OptionTable ElementType::optionTable |
Definition at line 81 of file tkTreeElem.h.
| int(* ElementType::createProc)(ElementArgs *args) |
| void(* ElementType::deleteProc)(ElementArgs *args) |
| int(* ElementType::configProc)(ElementArgs *args) |
| void(* ElementType::displayProc)(ElementArgs *args) |
| void(* ElementType::neededProc)(ElementArgs *args) |
| void(* ElementType::heightProc)(ElementArgs *args) |
| int(* ElementType::changeProc)(ElementArgs *args) |
| int(* ElementType::stateProc)(ElementArgs *args) |
| int(* ElementType::undefProc)(ElementArgs *args) |
| int(* ElementType::actualProc)(ElementArgs *args) |
| void(* ElementType::onScreenProc)(ElementArgs *args) |
Definition at line 93 of file tkTreeElem.h.
1.6.1