diff -r 000000000000 -r 6474c204b198 gfx/src/nsThemeConstants.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gfx/src/nsThemeConstants.h Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,281 @@ +/* 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