michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: // No appearance at all. michael@0: #define NS_THEME_NONE 0 michael@0: michael@0: // A typical dialog button. michael@0: #define NS_THEME_BUTTON 1 michael@0: michael@0: // A radio element within a radio group. michael@0: #define NS_THEME_RADIO 2 michael@0: michael@0: // A checkbox element. michael@0: #define NS_THEME_CHECKBOX 3 michael@0: michael@0: // A rectangular button that contains complex content michael@0: // like images (e.g. HTML