~ubuntu-branches/ubuntu/quantal/kiten/quantal-proposed

« back to all changes in this revision

Viewing changes to radselect/radicalbutton.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2011-12-16 13:14:44 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20111216131444-fxt8pt2pha54qmdu
Tags: 4:4.7.90-0ubuntu1
New upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
 
43
43
    typedef enum
44
44
    {
45
 
      kNormal,         // Normal button
46
 
      kSelected,       // This button has been selected: bold + underline
47
 
      kNotAppropriate, // Due to other selected buttons: disabled
48
 
      kRelated,        // Display only this radical and related ones: italics?
49
 
      kHidden          // Not related (to above), so hide()
 
45
      Normal,         /**< Normal button */
 
46
      Selected,       /**< This button has been selected: bold + underline */
 
47
      NotAppropriate, /**< Due to other selected buttons: disabled */
 
48
      Related,        /**< Display only this radical and related ones: italics? */
 
49
      Hidden          /**< Not related (to above), so hide() */
50
50
    } ButtonStatus;
51
51
 
52
52
  signals: