*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: DXmSvnSetComponentHidden | Section: 3 | Source: Digital UNIX | File: DXmSvnSetComponentHidden.3X.gz
DXmSvnSetComponentHidden(3X) DXmSvnSetComponentHidden(3X) NAME DXmSvnSetComponentHidden - Controls which modes the SVN widget uses to display a particular component. SYNOPSIS void DXmSvnSetComponentHidden (widget, entry, comp_number, mode) Widget widget; int entry; int comp_number; int mode; PARAMETERS The identifier (widget ID) of the SVN widget. An integer that repre- sents the number of the entry for which information is to be set or changed. An integer that represents the number of the component for which information is to be set or changed. This cannot be a component of the type Widget. The display mode in which this component should not be displayed, indicated by one of the following values: tab(@); lfHB lfHB l l . _ Value@Description _ DXmSvnKdisplayNone@T{ Display in all modes (hidden in none). T} DXmSvnKdisplayOutline@T{ Do not display in outline mode. T} DXmSvnKdisplayTree@T{ Do not display in tree mode. T} DXmSvnKdisplayAllModes@T{ Do not display in outline, tree, or column mode. T} DXmSvnKdisplayColumns@T{ Do not display in column mode. T} _ DESCRIPTION The DXmSvnSetComponentHidden routine enables an application to prevent a component (excluding subwidgets) from being displayed in a particular mode, thus making that component "hidden". By default, components are visible in all modes. However, you can use this routine to prevent a component from displaying in one mode (outline, tree, or column) or all modes. Using this routine can reduce the amount of information displayed when the application is in tree mode, making the application less complex and easier to use. This routine is also useful if you want your appli- cation to display different icons in each of the two modes. Make this call in your application between calls to DXmSvnDisableDis- play and DXmSvnEnableDisplay. delim off DXmSvnSetComponentHidden(3X)

Navigation Options