You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pu...@apache.org on 2020/12/01 17:19:17 UTC

[royale-asjs] branch develop updated: Update Panel.as added titleBar property

This is an automated email from the ASF dual-hosted git repository.

pushminakazi pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new ee3d63f  Update Panel.as added titleBar property
ee3d63f is described below

commit ee3d63fe0255368fc84868b58dc58b6985f1ae35
Author: pashminakazi <42...@users.noreply.github.com>
AuthorDate: Tue Dec 1 22:19:07 2020 +0500

    Update Panel.as added titleBar property
---
 .../MXRoyale/src/main/royale/mx/containers/Panel.as         | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/containers/Panel.as b/frameworks/projects/MXRoyale/src/main/royale/mx/containers/Panel.as
index ff057ae..8b4ae6c 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/containers/Panel.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/containers/Panel.as
@@ -636,6 +636,19 @@ public class Panel extends Container
         dispatchEvent(new Event("statusChanged"));
     }
 
+    //----------------------------------
+    //  titleBar
+    //----------------------------------
+
+    /**
+     *  The TitleBar sub-control that displays the Panel container's title bar.
+     *  
+     *  @langversion 3.0
+     *  @playerversion Flash 9
+     *  @playerversion AIR 1.1
+     *  @productversion Flex 3
+     */
+    protected var titleBar:UIComponent;
 
     //----------------------------------
     //  title