Skip to main content

Questions tagged [titlebar]

An area of a window in a graphical user interface (GUI), normally located at the top, that commonly displays the name of the application, options for manipulating the window, and other important information about the application.

0 votes
0 answers
16 views

How can we customize the Electron App title bar for windows, should contain minimal details such as the logo, name, mini, max, close

I am using vite+react for my project. I have setup and run the electron app. I was able to add the title and logo of my own. But i still want my title bar to be having few customization which makes a ...
Kalyan Adduri's user avatar
0 votes
0 answers
65 views

Why is the title bar captured incorrectly after changing the width of a window?

I felt this was related to How can I grab a window with widgets and title bar?, but it seems to have a different solution. When capturing a (window with a) title bar, I get unexpected results after ...
bers's user avatar
  • 5,385
0 votes
0 answers
29 views

How can I grab a window with widgets and title bar?

I am trying to save a snapshot of a QMainWindow with widgets and title bar. This is how I tried: from time import sleep from PySide6.QtCore import QRect from PySide6.QtWidgets import QApplication, ...
bers's user avatar
  • 5,385
1 vote
2 answers
75 views

Is it possible to add an eventListener to a custom title bar used for dragging the window in a frameless window?

Added a custom title bar to a frameless window in order to make the window draggable. The title bar shows, but eventListener won't fire: main.js: const createWindow = () => { const win = new ...
nBar's user avatar
  • 37
0 votes
1 answer
18 views

how do you set the title of a tab when using the 'dtale' module

Trying to set the title of the tab being displayed by dtale (d-tale) Tried passing main_title='My title' as an argument to dtale.show but hat doesnt work
user15420598's user avatar
0 votes
1 answer
125 views

How to put a button in the title bar of a MAUI Windows app

I want to place a refresh button on my MAUI Windows app in the title bar next to the flyout menu icon. Here is a Screenshot of what I want to do: As a workaround, I placed it in the Shell.TitleView: &...
MrMeDkAtEng's user avatar
0 votes
0 answers
82 views

How to drag WPF window using mouse events on HTML element inside Webview2 control

I have web application which is develop is Angular and it is running inside WPF application using WebView2 control. Default WPF Window title is not required because application header is developed in ...
user2786831's user avatar
0 votes
0 answers
35 views

Qt Expand Title Bar with double click for QDialog with ContextHelpButton (Windows and Linux)

I am trying to implement double click showmaximized / showNormal for my QDialog widget title bar. The dialog has to contain ContextHelpButton, so it's impossible to combine it with Qt::Window,Qt::...
user477598's user avatar
1 vote
0 answers
146 views

Is sending the message WM_GETTITLEBARINFOEX to get the caption bar RECT stable? or it has a regression?

I used the following code to get the caption bar RECT to do custom NC drawings. #if defined(UNICODE) && !defined(_UNICODE) #define _UNICODE #elif defined(_UNICODE) && !defined(...
Tomay's user avatar
  • 55
1 vote
1 answer
371 views

Customize the background color and text color of a customTkinter window title bar

For my application, I'd like the native customkinter bar to change color and the text color too. I found a lot of weird libraries that did this, but it didn't work. For your information, because it's ...
Desperrois Lucas's user avatar
-2 votes
1 answer
86 views

Why doesn't this c# function properly hide the titlebar?

The function does not hide the titlebar, instead it only hides the minimize/maximize/close buttons. I'm trying to make the window completely borderless, so I can make an application that darkens ...
Alex RD's user avatar
0 votes
0 answers
53 views

Electron titlebar interferes with mouse events

I have customized my Electron app's titlebar to be hidden but still display the traffic lights. In it's place I have created a custom titlebar which is 45 pixels high and contains several interactive ...
Lae's user avatar
  • 932
0 votes
0 answers
52 views

Remove titlebar without using overrideredirect() using Tkinter on Windows

Is it possible to remove the titlebar from a tkinter application without effecting other parts of the application like overrideredirect()? I am currently using python (3.10). On top of that I am using ...
TheReezen's user avatar
0 votes
1 answer
146 views

How can I change the background color of the title bar in an android emulator in VS 2022

I'm writting a .NET MAUI solution that is suppose to run on android, and currently has two pages. When I start it up the program runs fine and looks like this: I also added a Flyout menu which I ...
user avatar
0 votes
0 answers
27 views

WinForm MdiControl Child Titlebar Styling

We have a legacy WinForms application which has an odd issue with styling. I have a main WinForm which has IsMdiContainer set to true. I have a child form and set it's MdiParent property to the main ...
Garry Lodge's user avatar

15 30 50 per page
1
2 3 4 5
55