Next | Prev | Up | Top | Contents | Index

xmBulletinBoard

The xmBulletinBoard widget is the simplest manager. Its children are positioned using their -x and -y resources. No special management occurs when this widget is resized. Table 4-40 lists the resources associated with xmBulletinBoard.

xmBulletinBoard Resources
Resource NameDefault ValueType or Legal Values
-allowOverlapTrueBoolean
-autoUnmanageTrueBoolean
-buttonFontListInheritedFont List
-cancelbuttonnoneWidget
-defaultbuttonnoneWidget
-defaultPositionTrueBoolean
-dialogStylecomputeddialog_system_modal
dialog_primary_application_modal
dialog_application_modal
dialog_full_application_modal
dialog_modless
dialog_work_area
-dialogTitlenoneString
-labelFontListInheritedFont List
-marginHeight10Dimension
-marginWidth10Dimension
-noResizeFalseBoolean
-resizePolicyanyresize_any
resize_grow
resize_none
-shadowTypeshadow_outshadow_in
shadow_out
shadow_etched_in
shadow_etched_out
-textFontListInheritedFont List
-textTranslations""String

When -allowOverlap is set to False, any placement of children that would result in an overlap is rejected. Setting -noResize to True disables any resize of the widget, while -resizePolicy may be used to control what kind of resize should be allowed.


Next | Prev | Up | Top | Contents | Index