LinuxCNC Documentation
This page is 30% translated. Untranslated text is shown in English.

СИНОПСИС

gladevcp [-g WxH+X+Y] [-c component-name] [-u handler] [-U useroption] [-H HAL-file] [-d] myfile.ui

ОПЦИИ

-g WxH+X+Y

This sets the initial geometry of the root window. Use WxH for just size, +X+Y for just position, or WxH+X+Y for both. Size / position use pixel units. Position is referenced from top left.

-c component-name

Use component-name as the HAL component name. If the component name is not specified, the basename of the UI file is used.

-u handler

Указывает GladeVCP проверить скрипт Python handler на наличие обработчиков событий и подключить их к сигналам в файле ИП.

-U useroption

GladeVCP collects all useroption strings and passes them to the handler init() method as a list of strings without further inspection.

-x XID

Переназначает уровень GladeVCP в XID существующего окна вместо создания нового окна верхнего уровня.

-H halfile

GladeVCP runs HAL file - a list of HAL commands - by executing halcmd -c filename after the HAL component is finalized.

-d

enable debug output.

-R gtkrcfile

explicitly load a gtkrc file.

-t THEME

устанавливает тему GTK. По умолчанию системная тема. Разные панели могут иметь разные темы.

-m MAXIMUM

принудительно развернуть окно панели. Вместе с опцией -g geometry можно переместить панель на второй монитор и заставить ее использовать весь экран

-R

explicitly deactivate workaround for a GTK bug which makes matches of widget and widget_class matches in GTK theme and gtkrc files fail. Normally not needed.

СМОТРИТЕ ТАКЖЕ

GladeVCP in the LinuxCNC documentation for a description of GladeVCP’s capabilities and the associated HAL widget set, along with examples.