cfgmaint - configuration tool for Visual Builder |
cfgmaint - configuration tool for Visual Builder
cfgmaint [ -rbxop ] command object [ parameters ]
Maintains widget palette configuration for the Visual Builder.
It can be stored in the system-wide and the local user config files.
cfgmaint
allows adding, renaming, moving, and deleting the
classes and pages in the Visual Builder widget palette.
cfgmaint
is invoked with command
and object
arguments,
where command
defines the action to be taken, and object
-
the object to be handled.
use Prima;
code before start. This option
might be necessary when adding a module that relies on the toolkit
but does not invoke the code itself.
object
is a widget, relocates one or more widgets to a new page.
If object
is a page, moves the page before the page specified as an additional parameter,
or to the end if no additional page specified.
Add a new module to the system-wide configuration:
cfgmaint -r a m CPAN/Prima/VB/New/MyCtrls.pm
List widgets, present in both config files:
cfgmaint -b l w
Rename a page:
cfgmaint r p General Basic
Prima/VB/Config.pm, ~/.prima/vbconfig
Dmitry Karasik, <dmitry@karasik.eu.org>.
VB, the Prima::VB::CfgMaint manpage
cfgmaint - configuration tool for Visual Builder |