168 lines
3.6 KiB
XML
168 lines
3.6 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
|
<floater
|
|
can_close="true"
|
|
can_drag_on_left="false"
|
|
can_minimize="true"
|
|
can_resize="true"
|
|
height="440"
|
|
min_height="140"
|
|
min_width="467"
|
|
name="floater_web_content"
|
|
title="Web Browser"
|
|
initial_mime_type="text/html"
|
|
width="820">
|
|
<layout_stack
|
|
|
|
bottom="0"
|
|
follows="left|right|top|bottom"
|
|
left="5"
|
|
name="stack1"
|
|
top="-20"
|
|
mouse_opaque="false"
|
|
width="810">
|
|
<layout_panel
|
|
auto_resize="false"
|
|
bottom="0"
|
|
height="25"
|
|
left="0"
|
|
name="nav_controls"
|
|
user_resize="false"
|
|
mouse_opaque="false"
|
|
width="815">
|
|
<button
|
|
bottom="0"
|
|
tool_tip="Navigate back"
|
|
follows="left|top"
|
|
height="25"
|
|
label=""
|
|
image_overlay="go-previous.png"
|
|
left="0"
|
|
name="back"
|
|
width="25" >
|
|
<button.commit_callback
|
|
function="WebContent.Back" />
|
|
</button>
|
|
<button
|
|
tool_tip="Navigate forward"
|
|
bottom_delta="0"
|
|
follows="left|top"
|
|
height="25" label=""
|
|
image_overlay="go-next.png"
|
|
left_delta="27"
|
|
name="forward"
|
|
width="25" >
|
|
<button.commit_callback
|
|
function="WebContent.Forward" />
|
|
</button>
|
|
<button
|
|
bottom_delta="0"
|
|
tool_tip="Stop navigation"
|
|
enabled="true"
|
|
follows="left|top"
|
|
height="25"
|
|
label=""
|
|
image_overlay="go-stop.png"
|
|
name="stop"
|
|
left_delta="27"
|
|
width="25">
|
|
<button.commit_callback
|
|
function="WebContent.Stop" />
|
|
</button>
|
|
<button
|
|
tool_tip="Reload page"
|
|
bottom_delta="0"
|
|
follows="left|top"
|
|
height="25"
|
|
label=""
|
|
image_overlay="go-reload.png"
|
|
name="reload"
|
|
left_delta="0"
|
|
width="25" >
|
|
<button.commit_callback
|
|
function="WebContent.Reload" />
|
|
</button>
|
|
<combo_box
|
|
allow_text_entry="true"
|
|
|
|
follows="left|top|right"
|
|
height="20"
|
|
left_delta="29"
|
|
max_chars="1024"
|
|
name="address"
|
|
tool_tip="Enter URL here"
|
|
select_all_on_focus_received="true"
|
|
bottom_delta="4"
|
|
width="706">
|
|
<combo_box.commit_callback
|
|
function="WebContent.EnterAddress" />
|
|
</combo_box>
|
|
<icon
|
|
name="media_secure_lock_flag"
|
|
height="16"
|
|
follows="top|right"
|
|
image_name="lock.png"
|
|
left_delta="667"
|
|
bottom="6"
|
|
tool_tip="Secured Browsing"
|
|
width="16" />
|
|
<button
|
|
bottom_delta="-6"
|
|
tool_tip="Open current URL in your desktop browser"
|
|
follows="right|top"
|
|
enabled="true"
|
|
height="25"
|
|
label=""
|
|
image_overlay="media_btn_newwindow.png"
|
|
left_delta="41"
|
|
name="popexternal"
|
|
width="25">
|
|
<button.commit_callback
|
|
function="WebContent.PopExternal" />
|
|
</button>
|
|
</layout_panel>
|
|
<layout_panel
|
|
|
|
bottom="0"
|
|
height="20"
|
|
left="0"
|
|
name="external_controls"
|
|
auto_resize="true"
|
|
user_resize="false"
|
|
width="540">
|
|
<web_browser
|
|
bottom="0"
|
|
follows="all"
|
|
left="0"
|
|
name="webbrowser"
|
|
border_visible="false"
|
|
top="20"
|
|
width="540" />
|
|
</layout_panel>
|
|
<layout_panel name="status_bar"
|
|
height="23"
|
|
mouse_opaque="false"
|
|
user_resize="false"
|
|
auto_resize="false">
|
|
<text
|
|
type="string"
|
|
length="200"
|
|
follows="bottom|left"
|
|
height="20"
|
|
bottom="2"
|
|
left_delta="0"
|
|
name="statusbartext"
|
|
parse_urls="false"
|
|
width="495"/>
|
|
<progress_bar
|
|
color_bar="0.3 1.0 0.3 1"
|
|
follows="bottom|right"
|
|
height="16"
|
|
left="715"
|
|
bottom_delta="5"
|
|
left_pad="24"
|
|
name="statusbarprogress"
|
|
width="64"/>
|
|
</layout_panel>
|
|
</layout_stack>
|
|
</floater>
|