From d090f016ad753d41077e616db2c17bf1bf1408ec Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 22 May 2020 17:31:25 +0100 Subject: add page information core window handler to RISC OS --- frontends/riscos/templates/fr | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'frontends/riscos/templates/fr') diff --git a/frontends/riscos/templates/fr b/frontends/riscos/templates/fr index 22a577d10..76a4611bf 100644 --- a/frontends/riscos/templates/fr +++ b/frontends/riscos/templates/fr @@ -1240,6 +1240,32 @@ wimp_window { text.validation:"" } +wimp_window { + template_name:"corepginfo" + visible:252,388,1152,808 + xscroll:0 + yscroll:0 + next:wimp_TOP + window_flags:wimp_WINDOW_MOVEABLE | wimp_WINDOW_SCROLL_REPEAT | wimp_WINDOW_NEW_FORMAT + title_fg:wimp_COLOUR_BLACK + title_bg:wimp_COLOUR_LIGHT_GREY + work_fg:wimp_COLOUR_BLACK + work_bg:wimp_COLOUR_WHITE + scroll_outer:wimp_COLOUR_MID_LIGHT_GREY + scroll_inner:wimp_COLOUR_VERY_LIGHT_GREY + highlight_bg:wimp_COLOUR_CREAM + extra_flags: + extent:0,-880,1236,0 + title_flags:wimp_ICON_TEXT | wimp_ICON_BORDER | wimp_ICON_HCENTRED | wimp_ICON_VCENTRED | wimp_ICON_FILLED | wimp_ICON_INDIRECTED | 0x27000000 + work_flags:wimp_BUTTON_CLICK + sprite_area:&1 + xmin:0 + ymin:0 + text.text:"Page Info" + text.size:* + text.validation:"" +} + wimp_window { template_name:"info" visible:506,58,1126,306 -- cgit v1.2.3