mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-27 10:50:35 +00:00
52 lines
2.4 KiB
C
52 lines
2.4 KiB
C
|
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
||
|
/*
|
||
|
* The contents of this file are subject to the Netscape Public License
|
||
|
* Version 1.0 (the "NPL"); you may not use this file except in
|
||
|
* compliance with the NPL. You may obtain a copy of the NPL at
|
||
|
* http://www.mozilla.org/NPL/
|
||
|
*
|
||
|
* Software distributed under the NPL is distributed on an "AS IS" basis,
|
||
|
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||
|
* for the specific language governing rights and limitations under the
|
||
|
* NPL.
|
||
|
*
|
||
|
* The Initial Developer of this code under the NPL is Netscape
|
||
|
* Communications Corporation. Portions created by Netscape are
|
||
|
* Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||
|
* Reserved.
|
||
|
*/
|
||
|
|
||
|
#ifndef NS_XPFCSTRINGS__
|
||
|
#define NS_XPFCSTRINGS__
|
||
|
|
||
|
#define XPFC_STRING_QUESTIONMARK "?"
|
||
|
#define XPFC_STRING_BACKGROUNDCOLOR "backgroundcolor"
|
||
|
#define XPFC_STRING_BACKGROUNDIMAGE "backgroundimage"
|
||
|
#define XPFC_STRING_CLASS "class"
|
||
|
#define XPFC_STRING_CONTAINER "container"
|
||
|
#define XPFC_STRING_FOREGROUNDCOLOR "foregroundcolor"
|
||
|
#define XPFC_STRING_GETBACKGROUNDCOLOR "getbackgroundcolor"
|
||
|
#define XPFC_STRING_HEIGHT "height"
|
||
|
#define XPFC_STRING_HELP "help"
|
||
|
#define XPFC_STRING_HTML_CANVAS "htmlcanvas"
|
||
|
#define XPFC_STRING_ID "id"
|
||
|
#define XPFC_STRING_KEYBOARDFOCUS "keyboardfocus"
|
||
|
#define XPFC_STRING_LABEL "label"
|
||
|
#define XPFC_STRING_LAYOUT "layout"
|
||
|
#define XPFC_STRING_MENUCONTAINER "menucontainer"
|
||
|
#define XPFC_STRING_NAME "name"
|
||
|
#define XPFC_STRING_SETBACKGROUNDCOLOR "setbackgroundcolor"
|
||
|
#define XPFC_STRING_SRC "src"
|
||
|
#define XPFC_STRING_TABGROUP "tabgroup"
|
||
|
#define XPFC_STRING_TABID "tabid"
|
||
|
#define XPFC_STRING_USEPREFERREDSIZE "usepreferredsize"
|
||
|
#define XPFC_STRING_WEIGHTMAJOR "weightmajor"
|
||
|
#define XPFC_STRING_WEIGHTMINOR "weightminor"
|
||
|
#define XPFC_STRING_WIDTH "width"
|
||
|
#define XPFC_STRING_XBOX "xbox"
|
||
|
#define XPFC_STRING_YBOX "ybox"
|
||
|
|
||
|
#endif
|
||
|
|
||
|
|