# ------------------------------------------------------------------------------ # xopt.tcl # This file is part of Unifix BWidget Toolkit # Definition of resources # ------------------------------------------------------------------------------ # --- symbolic names of buttons ------------------------------------------------ option add *abortName [::msgcat::mc {&Abort}] option add *retryName [::msgcat::mc {&Retry}] option add *ignoreName [::msgcat::mc {&Ignore}] option add *okName [::msgcat::mc {&OK}] option add *cancelName [::msgcat::mc {&Cancel}] option add *yesName [::msgcat::mc {&Yes}] option add *noName [::msgcat::mc {&No}] # --- symbolic names of label of SelectFont dialog ---------------------------- option add *boldName [::msgcat::mc {Bold}] option add *italicName [::msgcat::mc {Italic}] option add *underlineName [::msgcat::mc {Underline}] option add *overstrikeName [::msgcat::mc {Overstrike}] option add *fontName [::msgcat::mc {&Font}] option add *sizeName [::msgcat::mc {&Size}] option add *styleName [::msgcat::mc {St&yle}] # --- symbolic names of label of PasswdDlg dialog ----------------------------- option add *loginName [::msgcat::mc {&Login}] option add *passwordName [::msgcat::mc {&Password}] # --- resource for SelectFont dialog ------------------------------------------ option add *SelectFont.title [::msgcat::mc {Font selection}] option add *SelectFont.sampletext [::msgcat::mc {Sample text}] # --- resource for MessageDlg dialog ------------------------------------------ option add *MessageDlg.noneTitle [::msgcat::mc {Message}] option add *MessageDlg.infoTitle [::msgcat::mc {Information}] option add *MessageDlg.questionTitle [::msgcat::mc {Question}] option add *MessageDlg.warningTitle [::msgcat::mc {Warning}] option add *MessageDlg.errorTitle [::msgcat::mc {Error}] # --- resource for PasswdDlg dialog ------------------------------------------- option add *PasswdDlg.title [::msgcat::mc {Enter login and password}]