X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmodules%2Fgtk2%2Fproducer_pango.yml;h=6de6a04aa65de82e888430d2cd7a179504254e3c;hb=c91073113e6e307240b5299267d69b6d69e25203;hp=889120cdabfaf71d26deac7aabe2286e57c0c853;hpb=28d9ba1d8e1b9235f1cf3835237f98a731899731;p=mlt diff --git a/src/modules/gtk2/producer_pango.yml b/src/modules/gtk2/producer_pango.yml index 889120cd..6de6a04a 100644 --- a/src/modules/gtk2/producer_pango.yml +++ b/src/modules/gtk2/producer_pango.yml @@ -72,12 +72,36 @@ parameters: mutable: yes widget: color + - identifier: olcolour + title: Outline color + type: string + description: > + A color value is a hexadecimal representation of RGB plus alpha channel + as 0xrrggbbaa. Colors can also be the words: white, black, red, green, + or blue. You can also use a HTML-style color values #rrggbb or #aarrggbb. + readonly: no + mutable: yes + widget: color + + - identifier: outline + title: Outline Width + type: string + description: > + The width of the outline in pixels. + readonly: no + default: 0 + minimum: 0 + maximum: 3 + mutable: yes + widget: spinner + - identifier: align title: Paragraph alignment type: string description: > left, centre, right (also, numbers 0, 1 and 2 can be used respectively) readonly: no + default: left mutable: yes widget: combo