CN110780962B - Application window title bar and window control display method in X window manager - Google Patents

Application window title bar and window control display method in X window manager Download PDF

Info

Publication number
CN110780962B
CN110780962B CN201910980654.8A CN201910980654A CN110780962B CN 110780962 B CN110780962 B CN 110780962B CN 201910980654 A CN201910980654 A CN 201910980654A CN 110780962 B CN110780962 B CN 110780962B
Authority
CN
China
Prior art keywords
window
application
title bar
area
manager
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201910980654.8A
Other languages
Chinese (zh)
Other versions
CN110780962A (en
Inventor
高玉东
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sichuan Changhong Electric Co Ltd
Original Assignee
Sichuan Changhong Electric Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sichuan Changhong Electric Co Ltd filed Critical Sichuan Changhong Electric Co Ltd
Priority to CN201910980654.8A priority Critical patent/CN110780962B/en
Publication of CN110780962A publication Critical patent/CN110780962A/en
Application granted granted Critical
Publication of CN110780962B publication Critical patent/CN110780962B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance

Abstract

The invention discloses a method for displaying a title bar and a window control of an application window in an X window manager, which can display the title bar and the window control as required under the condition of ensuring that the title bar and the window control are reserved in the application window, thereby reserving good information presentation and window interaction effects, avoiding visual damage of the title bar to the application window, maximizing the application window, fully utilizing the display space of a display, unifying partial display effects of a QT program and a GTK program and improving the window display effects of different applications in the X window manager.

Description

Application window title bar and window control display method in X window manager
Technical Field
The invention relates to the technical field of networks, in particular to a method for displaying an application window title bar and a window control in an X window manager.
Background
For UNIX-like systems (Linux, BSD), there are various different desktop environments and window managers, which can be broadly divided into tiled window managers (i3, Awesome, Openbox, etc.) and stacked window managers, which are mostly distributed as components of desktop environments (KDE, GNOME, Unity, etc.), such as the Metacity in GNOME, KWin in KDE. Different window managers process the title bar and window controls of the application in different ways.
Firstly, analyzing the advantages and disadvantages of the existing tiled window manager and the existing stacked window manager, the tiled window manager is characterized in that a large number of keyboard shortcut keys are defined to complete the operations of closing, maximizing, minimizing, dragging, window stretching … … and the like of an application window, and only the application window is displayed, but an application title bar and a window control are not displayed. The method has the advantages that the display effect is attractive, but the window operation user interaction is complicated. The stacked window manager is characterized in that a border, a title bar and a window control are added to an application window, the application title bar and the window control are in the same horizontal area (see figure 1), and the stacked window manager has the advantages that operations such as closing, maximizing, minimizing, dragging and window stretching … … can be conveniently performed, but the stacked window manager has the defects that the additional border and the title bar are easily not uniform with an application display style, attractiveness is affected, the additional title bar often occupies a screen display space and is mixed with the application window to cause the display proportion of main content of the application window to be disordered to a certain extent, and the attractiveness is further affected.
Further analyzing the layout style of the application window of the stacked window manager (see fig. 2 and 3), for some complex applications, the display area under the X window manager often includes, from top to bottom, a title bar, a menu bar, a toolbar, and a content area, where the information displayed in the title bar area is limited, but occupies a large portion of the screen display space, and causes the aesthetic appearance of the application window to be degraded. For some applications that are simple to operate and the menu bar and the toolbar are folded by default, the large title bar may appear to be disproportionate in the whole application window, and the aesthetic degree is reduced.
Disclosure of Invention
By using the Direct3D graphic library in the Windows default window manager, the stacked title bar and window control can be conveniently realized, the screen display space is saved, but the title bar and the window control can only be displayed or hidden at the same time but cannot be displayed and hidden independently, and the Direct3D is defaulted in the Windows system and is not suitable for the UNIX-like platform. There is a cross-platform graphics development library-OpenGL similar to Direct3D under UNIX-like platforms.
The invention combines the characteristics of the tiled type and the stacked type, refers to the realization of a Direct3D component in Windows on the stacked title bar, sets the title bar and the window control to be tiled on the plane of an application window and cover the top layer of the application window, and sets the title bar to be hidden by default and displayed as required, and sets the window control to be displayed by default and hidden as required.
Under the similar UNIX platform (Linux, BSD), on the premise of not influencing the information display and window control of the window manager, the invention realizes the display of the application window title bar and the window control according to the requirement by improving the display mode of the application window title bar and the window control, thereby beautifying the window display effect and the unification of the title bar styles of QT and GTK programs and fully utilizing the display space of the display.
The invention provides three places which can be improved:
(1) the title bar is displayed in a stack on an upper layer parallel to the plane of the application window and is set to be displayed on demand. Therefore, the display effect of the application window is maximized, the attractiveness of the application window is improved, and the requirement on the title bar is met by displaying the application window according to the requirement. At this step, in order to reduce the development difficulty, a frame.windows component in the OpenGL development library may be called to draw a new window.view on top of the application in the activity state.
The difficulty of component development can be alleviated by means of OpenGL, but the software running efficiency is reduced to a certain extent. And shielding the technical difference between the QT program and the GTK program by utilizing the cross-language and cross-platform characteristics of the openGL graphic library, and unifying the display effects of the QT program and the GTK program.
(2) And placing the window control area on the right side of the same horizontal plane of the title bar, and setting the window control area to be displayed as required. Through analysis, most application window control areas are composed of three parts of min, max and close, and the default style is shown in the attached figure 3. Because most of application windows are arranged from top to bottom and from left to right in typesetting, the upper right corner of the application windows is not displayed under normal conditions, the window control area is arranged at the rightmost side of the upper layer of the application windows, the application interaction is not easily influenced, and for some special applications with the interaction area at the upper right corner of the application windows, the window control area at the upper right corner can be hidden and displayed as required, so that the window control is prevented from influencing the original interaction function of the application windows.
Calling APIs in OpenGL can easily implement cascading title bar and window controls, using the frame windows component in OpenGL to draw the panel1 and panel2 regions, respectively, for the display of title bar and window control regions. Taking the panel1 as a title bar area and the panel2 as a window control area, using activity process management methods activity.
(3) The background colors of the title bar and the window control are set to be adaptive and consistent with the background color of the application window, or the background colors of the title bar and the window control can be customized by a user, and the border of the application window is set to be 1px or none. The display effect of the application is further beautified, and the display style difference of the QT program and the GTK program in different desktop environments is avoided.
For the background color of the adaptive application window, a windows.
The improved method is technically characterized in that the cascading type window control which is displayed in a default mode and the cascading type title bar which is hidden in a default mode are arranged side by side, the title bar and the window control can be displayed and hidden according to requirements, screen space is not occupied, and the background colors of the title bar and the window control area are adaptive and the application window color is consistent. Has the technical characteristics different from the prior technical scheme: the existing tiled window manager has no title bar and window control area; the title bar and the window control of the laminated window manager are displayed above the application window and occupy the display space of the screen; direct3D in Windows can realize the stack display of title bar and window control, but the title bar and window control can only be displayed or hidden at the same time, and cannot be used in UNIX-like platforms.
The invention realizes the purpose through the following technical scheme:
the method for displaying the title bar and the window control of the application window in the X window manager is characterized by comprising the following steps of:
(1) drawing a window frame which tightly wraps the application window to the boundary of the active application window;
(2) drawing an area which is consistent with the horizontal width of the window and has the height of 50px under the upper boundary of the drawn window frame and placing the area on the upper layer of the application window plane;
(3) drawing an application title bar and a window control area from left to right in the area created in the step (2), and setting the background color self-adaption to be consistent with the color of a menu bar of the application window or the area occupied by the menu bar;
(4) hiding the title bar area, and setting the window control area to be displayed;
(5) and finally, when the user activates the keyboard to trigger the display and the hiding of the title bar and the display and the hiding of the window control, executing operation.
Further, in the step (1), when the system monitors that the application is in an active state, a default window manager component draws a frame surrounding the application window in the active state around each active window, and Activity registers a top-level control into a WindowManager; therefore, the views added in the WindowManager are system global and independent from each application, and cannot influence each other.
The further scheme is that in the step (2), the covering on the application window means that the covering is placed on the application window plane instead of the longitudinal upper side of the application window, a window manager is called to add a floating window View, a panel display area is added above the application window, and the display areas are respectively drawn in the panel area for a title bar and a window control area, so that containers of the stacked title bar and the window control are established, and the stacked layer can call a frame.
Further, in the step (3), the system window manager extracts information of the active window and fills the information into the title bar area, where the title bar content may be adjusted to align: left, center, right alignment mode, and default vertical centering; the window control area consists of three parts of min, max and close; draw the panel1 and panel2 regions, respectively, using the frame in OpenGL. windows component, with panel as the title bar region and panel2 as the window control region; because most application windows are arranged from top to bottom and from left to right in typesetting, the upper right corner of the application window is not displayed with contents in general, and the application interaction is not easily influenced by arranging the window control area at the rightmost side of the upper layer of the application window.
Further, in the step (4), the title bar area is hidden, so that the effect of not shielding an application menu bar or a toolbar under some applications is achieved, the window control area is displayed on the right side in a default mode, and the View layer where the title bar is located is destroyed in the Windows Manager, so that the title bar is hidden.
In the step (5), when a user needs to view information of the application title bar, the display/hiding switching of the title bar can be activated through a keyboard shortcut key, and under some conditions, a window control on the right side may cover the application to affect interaction, and at this time, the hiding/display switching of the window control can be activated through the keyboard shortcut key; the active process management methods of the system itself, activity.
The invention has the beneficial effects that:
the application window title bar and window control display method in the X window manager realizes the beautification of the application window display effect and the unification of the title bar styles of QT and GTK programs by introducing the laminated window title bar and window control in the design of the application window title bar and window control, and fully utilizes the display space of the display.
The invention can display the title bar and the window control as required under the condition of ensuring that the title bar and the window control are reserved in the application window, thereby reserving good information presentation and window interaction effects, avoiding visual damage of the title bar to the application window, maximizing the application window, fully utilizing the display space of the display, unifying partial display effects of a QT program and a GTK program and improving the window display effects of different applications under an X window manager.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the following briefly introduces the embodiments or the drawings needed to be practical in the prior art description, and obviously, the drawings in the following description are only some embodiments of the embodiments, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
Fig. 1 is a schematic diagram of application window styles under a tiled window manager.
FIG. 2 is a diagram of application window styles under a stacked window manager, where a menu bar is not necessary but is common to almost all applications, and some applications may also have tool bars, property bars, etc.
Fig. 3 is a schematic diagram of a window control, the window control may further include a help module, and the mouse may perform a dragging operation outside a button triggering range of the window control region.
Fig. 4 is a schematic diagram of an improved initial style of an application window, when a title bar is hidden.
Fig. 5 is a schematic diagram of a style of the improved application window after waking up the title bar, and the title bar is covered in a menu bar or a top area of the application window after waking up.
FIG. 6 is a flow chart of application window improvement wherein the title bar and window control region are rendered with base color adaptation consistent with the upper region color inside the application window plane.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the technical solutions of the present invention will be described in detail below. It is to be understood that the described embodiments are merely exemplary of the invention, and not restrictive of the full scope of the invention. All other embodiments, which can be derived by a person skilled in the art from the examples given herein without any inventive step, are within the scope of the present invention.
In any embodiment, as shown in fig. 6, a method for displaying a title bar and a window control of an application window in an X window manager according to the present invention includes:
(1) firstly, drawing a window frame for tightly wrapping an application window aiming at the boundary of an active application window;
(2) drawing an area which is consistent with the horizontal width of the window and has the height of 50px under the upper boundary of the drawn window frame and placing the area on the upper layer of the application window plane;
(3) drawing an application title bar and a window control area from left to right in the area created in the step (2), and setting the background color self-adaption to be consistent with the color of a menu bar of the application window or the area occupied by the menu bar;
(4) hiding the title bar area and setting the window control area to be displayed, as shown in the attached figure 4;
(5) and finally, when the user activates the keyboard to trigger the title bar display and hiding and the window control display and hiding, the operation is executed, and partial effects are as shown in the figures 4 and 5.
In the step (1), when the system monitors that the application is in an active state, the default Window Manager component draws a frame surrounding the application Window in the active state around each active Window, and the Activity registers the top-level control in the Window Manager; therefore, the views added in the Window Manager are system global and independent from each application, and cannot influence each other.
In the step (2), covering the application window means that the application window is placed on the application window plane instead of being placed above the application window in the longitudinal direction, a window manager is called to add a floating window View, a panel display area is added above the application window, and display areas are respectively drawn for a title bar and a window control area in the panel area, so that containers of the stacked title bar and the window control are established, and the stacked layer can call a frame.
In step (3), the system window manager extracts the information of the active window and fills the information into the title bar area, wherein the title bar content can be adjusted to align as: left, center, right alignment, and default to vertical centering. The window control area is composed of three parts of min, max and close. The windows component in OpenGL was used to draw the panel1 and panel2 regions, respectively, with panel1 as the title bar region and panel2 as the window control region. Because most application windows are arranged from top to bottom and from left to right in typesetting, the upper right corner of the application window is not displayed with contents in general, and the application interaction is not easily influenced by arranging the window control area at the rightmost side of the upper layer of the application window.
The background colors of the title bar and the window control are set to be the background colors of the menu bar or the menu bar area of the self-adaptive application window to a certain extent, or the background colors of the title bar and the window control can be customized by a user, and the alpha channel value of the color is set to be 0 by using a windows. The application window border is set to 1px or none. The display effect of the application is further beautified, and the display style difference of the QT program and the GTK program in different desktop environments is avoided.
In the step (4), the title bar area is hidden, so that the effect of not shielding an application menu bar or a toolbar under certain applications is achieved, the window control area is displayed on the right side in a default mode, and the View layer where the title bar is located is destroyed in Windows Manager, so that the title bar is hidden.
In the step (5), when a user needs to view the application title bar information, the display/hiding switching of the title bar can be activated through a keyboard shortcut key, and in some cases, a window control on the right side may cover the application to affect interaction, and at this time, the hiding/display switching of the window control can be activated through the keyboard shortcut key. The active process management methods of the system itself, activity.
The invention realizes the beautification of the display effect of the application window and the unification of the title bar styles of QT and GTK programs by introducing the cascading window title bar and the window control in the design of the application window title bar and the window control, and fully utilizes the display space of the display.
The invention can display the title bar and the window control as required under the condition of ensuring that the title bar and the window control are reserved in the application window, thereby reserving good information presentation and window interaction effects, avoiding visual damage of the title bar to the application window, maximizing the application window, fully utilizing the display space of the display, unifying partial display effects of a QT program and a GTK program and improving the window display effects of different applications under an X window manager.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and all the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the appended claims. It should be noted that the various technical features described in the above embodiments can be combined in any suitable manner without contradiction, and the invention is not described in any way for the possible combinations in order to avoid unnecessary repetition. In addition, any combination of the various embodiments of the present invention is also possible, and the same should be considered as the disclosure of the present invention as long as it does not depart from the spirit of the present invention.

Claims (5)

  1. A method for displaying a title bar and a window control of an application window in an X window manager, comprising the steps of:
    (1) drawing a window frame which tightly wraps the application window to the boundary of the active application window;
    (2) drawing an area which is consistent with the horizontal width of the window and has the height of 50px under the upper boundary of the drawn window frame and covering the area on the application window;
    covering on an application window means that the application window is placed on an application window plane instead of being placed above the application window in the longitudinal direction, a window manager is called to add a floating window View, a panel display area is added above the application window, and display areas are respectively drawn in the panel area for a title bar and a window control area, so that containers of a stacked title bar and a window control are established, and a stacked layer can call a frame.
    (3) Drawing an application title bar and a window control area from left to right in the area created in the step (2), and setting the background color self-adaption to be consistent with the color of a menu bar of the application window or the area occupied by the menu bar;
    (4) hiding the title bar area, and setting the window control area to be displayed;
    (5) and finally, when the user activates the keyboard to trigger the display and the hiding of the title bar and the display and the hiding of the window control, executing operation.
  2. 2. The method for displaying title bar and Window controls of application Window in X Window Manager according to claim 1, wherein in step (1), when the system monitors that the application is in active state, the default Window Manager component will draw a frame surrounding the application Window in active state around each active Window, and Activity will register the top level control in Window Manager; therefore, the views added in the Window Manager are system global and independent from each application, and cannot influence each other.
  3. 3. The method for displaying title bar and window control of application window in X window manager as claimed in claim 1, wherein in said step (3), the system window manager extracts the information of active window and fills in the title bar area, wherein the title bar content can be adjusted to align as: left, center, right alignment mode, and default vertical centering; the window control area consists of three parts of min, max and close; draw the panel1 and panel2 regions, respectively, using the frame in OpenGL. windows component, with panel1 as the title bar region and panel2 as the window control region; because most application windows are arranged from top to bottom and from left to right in typesetting, the upper right corner of the application window is not displayed with contents in general, and the application interaction is not easily influenced by arranging the window control area at the rightmost side of the upper layer of the application window.
  4. 4. The method of claim 1, wherein in step (4), the title bar area is hidden to avoid obscuring the application menu bar or tool bar in some applications, and the window control area is displayed on the right side by default, so as to destroy the View layer where the title bar is located in Windows Manager to hide the title bar.
  5. 5. The method for displaying the title bar and the window control of the application window in the X window manager according to claim 1, wherein in the step (5), when the user needs to view the information of the title bar of the application, the display/hiding switching of the title bar can be activated by a keyboard shortcut key, and in some cases, the window control on the right side may also cover the application to affect the interaction, and at this time, the hiding/display switching of the window control can be activated by the keyboard shortcut key; the active process management methods of the system itself, activity.
CN201910980654.8A 2019-10-15 2019-10-15 Application window title bar and window control display method in X window manager Active CN110780962B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910980654.8A CN110780962B (en) 2019-10-15 2019-10-15 Application window title bar and window control display method in X window manager

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910980654.8A CN110780962B (en) 2019-10-15 2019-10-15 Application window title bar and window control display method in X window manager

Publications (2)

Publication Number Publication Date
CN110780962A CN110780962A (en) 2020-02-11
CN110780962B true CN110780962B (en) 2022-02-01

Family

ID=69385509

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910980654.8A Active CN110780962B (en) 2019-10-15 2019-10-15 Application window title bar and window control display method in X window manager

Country Status (1)

Country Link
CN (1) CN110780962B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112256372B (en) * 2020-10-20 2023-12-26 北京字跳网络技术有限公司 Information processing method and device and electronic equipment
CN112000417B (en) * 2020-10-27 2021-05-28 统信软件技术有限公司 Control method for window display effect and computing device
CN112269604B (en) * 2020-11-11 2021-06-01 北京技德系统技术有限公司 Window interaction method and device for compatibly running Android application on Linux
CN112988103B (en) * 2021-05-13 2021-08-20 统信软件技术有限公司 Data display method and computing device

Citations (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1735856A (en) * 2000-10-03 2006-02-15 微软公司 System and method for providing rich minimized applications
CN101136359A (en) * 2006-08-29 2008-03-05 株式会社半导体能源研究所 Method of fabricating display device
CN101334723A (en) * 2007-06-26 2008-12-31 上海岱嘉医学信息系统有限公司 Method for enhancing control travelling speed
CN101493751A (en) * 2009-02-09 2009-07-29 深圳市步科电气有限公司 Multi-window manager of embedded graph system
CN101739420A (en) * 2008-11-05 2010-06-16 上海埃帕信息科技有限公司 Browser interface and operation method thereof
CN103065085A (en) * 2011-10-24 2013-04-24 媒介访问系统私人有限公司 System and method for implementing a secure USB application device
CN103188566A (en) * 2011-12-28 2013-07-03 宏碁股份有限公司 Video playing device and operation method thereof
CN103608770A (en) * 2011-06-07 2014-02-26 微软公司 Embedded web viewer for presentation applications
CN103677839A (en) * 2013-12-17 2014-03-26 深圳市迈桥科技有限公司 Generating method and device of UI control across mobile terminal
CN104102640A (en) * 2013-04-03 2014-10-15 阿里巴巴集团控股有限公司 Method for displaying head of page and client
CN105094552A (en) * 2015-07-25 2015-11-25 北京金山安全软件有限公司 Display method and device of browser tab and terminal
CN106027761A (en) * 2016-04-29 2016-10-12 北京奇虎科技有限公司 Mobile terminal and method and device for controlling input of dialing keyboard during call
CN106933529A (en) * 2017-01-24 2017-07-07 北京元心科技有限公司 The method and system of audio service are provided
CN108829390A (en) * 2018-04-13 2018-11-16 南京南瑞继保电气有限公司 A kind of software main interface frame design method
CN109710343A (en) * 2017-10-25 2019-05-03 北京众纳鑫海网络技术有限公司 Windows switching method, device, equipment and the storage medium of computer desktop
CN110196716A (en) * 2018-02-26 2019-09-03 龙芯中科技术有限公司 Graphic display method, device, electronic equipment and storage medium

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7928994B2 (en) * 2003-07-16 2011-04-19 Transpacific Image, Llc Graphics items that extend outside a background perimeter
US20110055740A1 (en) * 2009-08-28 2011-03-03 International Business Machines Corporation Defining and sharing display space templates
KR20140008987A (en) * 2012-07-13 2014-01-22 삼성전자주식회사 Method and apparatus for controlling application using recognition of handwriting image
CN106339208B (en) * 2015-07-15 2019-12-13 腾讯科技(深圳)有限公司 Multimedia information popup window processing method and equipment

Patent Citations (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1735856A (en) * 2000-10-03 2006-02-15 微软公司 System and method for providing rich minimized applications
CN101136359A (en) * 2006-08-29 2008-03-05 株式会社半导体能源研究所 Method of fabricating display device
CN101334723A (en) * 2007-06-26 2008-12-31 上海岱嘉医学信息系统有限公司 Method for enhancing control travelling speed
CN101739420A (en) * 2008-11-05 2010-06-16 上海埃帕信息科技有限公司 Browser interface and operation method thereof
CN101493751A (en) * 2009-02-09 2009-07-29 深圳市步科电气有限公司 Multi-window manager of embedded graph system
CN103608770A (en) * 2011-06-07 2014-02-26 微软公司 Embedded web viewer for presentation applications
CN103065085A (en) * 2011-10-24 2013-04-24 媒介访问系统私人有限公司 System and method for implementing a secure USB application device
CN103188566A (en) * 2011-12-28 2013-07-03 宏碁股份有限公司 Video playing device and operation method thereof
CN104102640A (en) * 2013-04-03 2014-10-15 阿里巴巴集团控股有限公司 Method for displaying head of page and client
CN103677839A (en) * 2013-12-17 2014-03-26 深圳市迈桥科技有限公司 Generating method and device of UI control across mobile terminal
CN105094552A (en) * 2015-07-25 2015-11-25 北京金山安全软件有限公司 Display method and device of browser tab and terminal
CN106027761A (en) * 2016-04-29 2016-10-12 北京奇虎科技有限公司 Mobile terminal and method and device for controlling input of dialing keyboard during call
CN106933529A (en) * 2017-01-24 2017-07-07 北京元心科技有限公司 The method and system of audio service are provided
CN109710343A (en) * 2017-10-25 2019-05-03 北京众纳鑫海网络技术有限公司 Windows switching method, device, equipment and the storage medium of computer desktop
CN110196716A (en) * 2018-02-26 2019-09-03 龙芯中科技术有限公司 Graphic display method, device, electronic equipment and storage medium
CN108829390A (en) * 2018-04-13 2018-11-16 南京南瑞继保电气有限公司 A kind of software main interface frame design method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
"隐藏和显示标题栏";BlueGlassth;《https://blog.csdn.net/u012836490/article/details/44223045》;20150312;第1-5页 *

Also Published As

Publication number Publication date
CN110780962A (en) 2020-02-11

Similar Documents

Publication Publication Date Title
CN110780962B (en) Application window title bar and window control display method in X window manager
US11500513B2 (en) Method for icon display, terminal, and storage medium
US7168048B1 (en) Method and structure for implementing a layered object windows
US20200409512A1 (en) Method for displaying input method interface, device, and terminal
US5920325A (en) Prioritization of background display during animation
US20080025645A1 (en) Software-based method and apparatus for enhancing privacy by affecting the screen of a computing device
CA3054877A1 (en) Method, apparatus and computer device for implementing pop-up window in hybrid interface application
US20180292968A1 (en) Display device for executing plurality of applications and method of controlling the same
CN108415751A (en) Message prompt method, device, equipment and storage medium
US20150187095A1 (en) Method and device for implementing page mask
CN113157155A (en) Buoy display method, device, terminal and storage medium
CN109847352B (en) Display control method, display device and storage medium of control icon in game
US20110066962A1 (en) System and Methods for a Run Time Configurable User Interface Controller
CN111814426B (en) Questionnaire page configuration method, questionnaire page configuration device, computer equipment and storage medium
CN114924824B (en) Visual object blurring method, visual object rendering method and computing device
CN107168715A (en) A kind of intelligent terminal menu subject GUI engine implementation method
CN111857878B (en) Skeleton screen page generation method and device, electronic equipment and storage medium
US5737558A (en) Multi-column windows
CN106653071A (en) Lyric display method and apparatus
CN111324381B (en) Development system, development method, development apparatus, computer device, and storage medium
CN107632746A (en) A kind of application interface display methods and device
CN108196805B (en) Spliced wall display method and device
CN113412470A (en) Method and device for processing image layer
CN105912192A (en) Display control method and electronic equipment
US5742287A (en) Context sensitive borders with color variation for user selectable options

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant