... XmSeparatorGadget - Online Linux Manual PageSection : library call
NAMEXmSeparatorGadget — The SeparatorGadget widget class .iX "XmSeparatorGadget" .iX "widget class" "SeparatorGadget"
SYNOPSIS#include <Xm/SeparatoG.h>
DESCRIPTIONSeparatorGadget separates items in a display. Several line drawing styles are provided, as well as horizontal or vertical orientation. Lines drawn within the SeparatorGadget are automatically centered within the height of the gadget for a horizontal orientation and centered within the width of the gadget for a vertical orientation. An XtSetValues with a new XmNseparatorType resizes the widget to its minimal height (for horizontal orientation) or its minimal width (for vertical orientation) unless height or width is explicitly set in the XtSetValues call. SeparatorGadget does not draw shadows around the separator. The Gadget resource XmNshadowThickness is used for the SeparatorGadget's thickness when XmNseparatorType is XmSHADOW_ETCHED_IN, XmSHADOW_ETCHED_IN_DASH, XmSHADOW_ETCHED_OUT, or XmSHADOW_ETCHED_OUT_DASH. SeparatorGadget does not highlight and allows no traversing. The Gadget resource XmNtraversalOn is forced to False. SeparatorGadget holds the XmQTmenuSavvy trait.
ClassesSeparatorGadget inherits behavior, resources, and traits from Object, RectObj, and XmGadget. The class pointer is xmSeparatorGadgetClass. The class name is XmSeparatorGadget.
New ResourcesThe following table defines a set of widget resources used by the programmer to specify data. The programmer can also set the resource values for the inherited classes to set attributes for this widget. To reference a resource by name or by class in a .Xdefaults file, remove the XmN or XmC prefix and use the remaining letters. To specify one of the defined values for a resource in a .Xdefaults file, remove the Xm prefix and use the remaining letters (in either lowercase or uppercase, but include any underscores between words). The codes in the access column indicate if the given resource can be set at creation time (C), set by using XtSetValues (S), retrieved by using XtGetValues (G), or is not applicable (N/A). XmSeparatorGadget Resource Set NameClassTypeDefaultAccess XmNmarginXmCMarginDimension0CSG XmNorientationXmCOrientationunsigned charXmHORIZONTALCSG XmNseparatorTypeXmCSeparatorTypeunsigned charXmSHADOW_ETCHED_INCSG XmNmargin For horizontal orientation, specifies the space on the left and right sides between the border of SeparatorGadget and the line drawn. For vertical orientation, specifies the space on the top and bottom between the border of SeparatorGadget and the line drawn. XmNorientation Specifies whether SeparatorGadget is displayed vertically or horizontally. This resource can have values of XmVERTICAL and XmHORIZONTAL. XmNseparatorType Specifies the type of line drawing to be done in the Separator widget. XmSINGLE_LINE Single line. XmDOUBLE_LINE Double line. XmSINGLE_DASHED_LINE Single-dashed line. XmDOUBLE_DASHED_LINE Double-dashed line. XmNO_LINE No line. XmSHADOW_ETCHED_IN A line whose shadows give the effect of a line etched into the window. The thickness of the line is equal to the value of XmNshadowThickness. For horizontal orientation, the top shadow is drawn in XmNtopShadowColor and the bottom shadow is drawn in XmNbottomShadowColor. For vertical orientation, the left edge is drawn in XmNtopShadowColor and the right edge is drawn in XmNbottomShadowColor. XmSHADOW_ETCHED_OUT A line whose shadows give the effect of an etched line coming out of the window. The thickness of the line is equal to the value of XmNshadowThickness. For horizontal orientation, the top shadow is drawn in XmNbottomShadowColor and the bottom shadow is drawn in XmNtopShadowColor. For vertical orientation, the left edge is drawn in XmNbottomShadowColor and the right edge is drawn in XmNtopShadowColor. XmSHADOW_ETCHED_IN_DASH Identical to XmSHADOW_ETCHED_IN except a series of lines creates a dashed line. XmSHADOW_ETCHED_OUT_DASH Identical to XmSHADOW_ETCHED_OUT except a series of lines creates a dashed line.
Inherited ResourcesSeparatorGadget inherits behavior and resources from the superclasses in the following tables. For a complete description of each resource, refer to the reference page for that superclass. XmGadget Resource Set NameClassTypeDefaultAccess XmNbackgroundXmCBackgroundPixeldynamicCSG XmNbackgroundPixmapXmCPixmapPixmapXmUNSPECIFIED_PIXMAPCSG XmNbottomShadowColorXmCBottomShadowColorPixeldynamicCSG XmNbottomShadowPixmapXmCBottomShadowPixmapPixmapdynamicCSG XmNhelpCallbackXmCCallbackXtCallbackListNULLC XmNforegroundXmCForegroundPixeldynamicCSG XmNhighlightColorXmCHighlightColorPixeldynamicCSG XmNhighlightOnEnterXmCHighlightOnEnterBooleanFalseCSG XmNhighlightPixmapXmCHighlightPixmapPixmapdynamicCSG XmNhighlightThicknessXmCHighlightThicknessDimension0CSG XmNlayoutDirectionXmNCLayoutDirectionXmDirectiondynamicCG XmNnavigationTypeXmCNavigationTypeXmNavigationTypeXmNONECSG XmNshadowThicknessXmCShadowThicknessDimension2CSG XmNtopShadowColorXmCTopShadowColorPixeldynamicCSG XmNtopShadowPixmapXmCTopShadowPixmapPixmapdynamicCSG XmNtraversalOnXmCTraversalOnBooleanFalseG XmNunitTypeXmCUnitTypeunsigned chardynamicCSG XmNuserDataXmCUserDataXtPointerNULLCSG RectObj Resource Set NameClassTypeDefaultAccess XmNancestorSensitiveXmCSensitiveBooleandynamicG XmNborderWidthXmCBorderWidthDimension0N/A XmNheightXmCHeightDimensiondynamicCSG XmNsensitiveXmCSensitiveBooleanTrueCSG XmNwidthXmCWidthDimensiondynamicCSG XmNxXmCPositionPosition0CSG XmNyXmCPositionPosition0CSG Object Resource Set NameClassTypeDefaultAccess XmNdestroyCallbackXmCCallbackXtCallbackListNULLC
BehaviorXmSeparatorGadget has no behavior.
RELATEDObject(3), RectObj(3), XmCreateSeparatorGadget(3), XmGadget(3), XmVaCreateSeparatorGadget(3), and XmVaCreateManagedSeparatorGadget(3). 0
Johanes Gumabo
Data Size : 44,270 byte
man-XmSeparatorGadget.3Build : 2024-12-05, 20:55 :
Visitor Screen : x
Visitor Counter ( page / site ) : 2 / 203,003
Visitor ID : :
Visitor IP : 3.12.163.23 :
Visitor Provider : AMAZON-02 :
Provider Position ( lat x lon ) : 39.962500 x -83.006100 : x
Provider Accuracy Radius ( km ) : 1000 :
Provider City : Columbus :
Provider Province : Ohio , : ,
Provider Country : United States :
Provider Continent : North America :
Visitor Recorder : Version :
Visitor Recorder : Library :
Online Linux Manual Page : Version : Online Linux Manual Page - Fedora.40 - march=x86-64 - mtune=generic - 24.12.05
Online Linux Manual Page : Library : lib_c - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Online Linux Manual Page : Library : lib_m - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Data Base : Version : Online Linux Manual Page Database - 24.04.13 - march=x86-64 - mtune=generic - fedora-38
Data Base : Library : lib_c - 23.02.07 - march=x86-64 - mtune=generic - fedora.36
Very long time ago, I have the best tutor, Wenzel Svojanovsky . If someone knows the email address of Wenzel Svojanovsky , please send an email to johanes_gumabo@yahoo.co.id .
If error, please print screen and send to johanes_gumabo@yahoo.co.id
Under development. Support me via PayPal.
ERROR : Need New Coding : (parse_manual_page_|249|XmSeparatorGadget.3|2|..|... ) (parse_manual_page_|249|XmSeparatorGadget.3|52|iX|.iX "XmSeparatorGadget"
) (parse_manual_page_|249|XmSeparatorGadget.3|53|iX|.iX "widget class" "SeparatorGadget"
)