Subversion Repositories tpanel

Rev

Rev 334 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 334 Rev 335
Line 732... Line 732...
732
             * @param fb    The feedback type
732
             * @param fb    The feedback type
733
             * @return On error returns FALSE.
733
             * @return On error returns FALSE.
734
             */
734
             */
735
            bool setFeedback(FEEDBACK feedback);
735
            bool setFeedback(FEEDBACK feedback);
736
            /**
736
            /**
-
 
737
             * @brief setFeedback - Sets the feedback type.
-
 
738
             * This retrieves the feedback type of a button. Only if the button
-
 
739
             * is a general type one, a valid value is returned.
-
 
740
             *
-
 
741
             * @return The feedback type of a button.
-
 
742
             */
-
 
743
            FEEDBACK getFeedback();
-
 
744
            /**
737
             * Set a border to a specific border style associated with a border
745
             * Set a border to a specific border style associated with a border
738
             * value for those buttons with a defined address range.
746
             * value for those buttons with a defined address range.
739
             * @param style     The name of the border style
747
             * @param style     The name of the border style
740
             * @param instance  -1 = style for all instances
748
             * @param instance  -1 = style for all instances
741
             * > 0 means the style is valid only for this instance.
749
             * > 0 means the style is valid only for this instance.