Solaris Trusted Extensions Developer's Guide
Previous Next

Label Builder APIs

For information about the Label Builder user interface, see Chapter 7, Label Builder APIs.

  • ModLabelData *tsol_lbuild_create(Widget widget, void (*event_handler)() ok_callback, lbuild_attributes extended_operation, ..., NULL);

  • void tsol_lbuild_destroy(ModLabelData *lbdata);

  • void *tsol_lbuild_get(ModLabelData *lbdata, lbuild_attributes extended_operation);

  • void tsol_lbuild_set(ModLabelData *lbdata, lbuild_attributes extended_operation, ..., NULL);

Previous Next