Victor Ananjevsky
Victor Ananjevsky
use two dashes for separate options from arbitrary command-line data ``` /usr/bin/yad --form --align='right' --columns=1 --separator='|' --item-separator='!' --date-format=%x \ --window-icon='gtk-edit' --width='500' --height='300' --center --title='设置[clientMapImageGet]参数' \ --field='':LBL '' --field='lowwer bound':NUM --field='upper...
--fontname is an option for text-info dialog and doesn't work for labels. in your case you must use css styling ```yad --css='#yad-dialog-label{font:"Monospace";font-size:42;}' --no-markup --no-focus --on-top --geometry -0+80 --question --title 'title'...
```yad --text "button test" --button="text!gtk-yes!tooltip" ``` works as expexted. dialog has the only one button with green circle, text "text and popup text "tooltip" -- wbr Victor Ananjevsky ***@***.***>
scheme must be set system wide. or configure yad with --enable-standalone
```./configure --prefix=/usr && make && sudo make install``` or manually place `data/yad.gscheme.xml` into `/usr/share/glib-2.0/schemas` and run ```glib-compile-schemas /usr/share/glib-2.0/schemas```
all of this described in a readme. manual installation of schema file is a hack and has a very rare usage
On Fri, 21 Jun 2024 05:13:22 -0700 Jerry F Davis ***@***.***> wrote: > I would like to change the whole dialog box, the lables, the text everything to use a...
this is impossible right now. --changed-action available only for switchers like checks or combo boxes. i'll think about extend this feature to other filed types in future releases. as a...
suddenly - yad --scale --vertical
please check latest git