NvUIButtonType Struct Reference

Basic button types. More...

#include <NvUI.h>

List of all members.

Public Types

enum  Enum { PUSH, RADIO, CHECK }


Detailed Description

Basic button types.

This enum defines the types of buttons we understand in the system, including basic 'push' button, radio button, and checkbox style interactions.


Member Enumeration Documentation

Enumerator:
PUSH  Button where state comes up automatically after click.

RADIO  Button where state sticks 'in' when clicked, others in same group release.

CHECK  Button where state toggles on/off on each click.


The documentation for this struct was generated from the following file: