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