gtk
Here are 1,479 public repositories matching this topic...
Expected Behavior
The default window makes the "untitled" text overflow when there is plenty of room for it. The title should ge readable when there's room.
Current Behavior
-
Updated
Jun 25, 2022 - C++
#355
It seems to me, the addition of exporting annotations would be complimented by org-mode.
Brush size sliders
There should be some kind of a slider for selecting a brush size instead of just buttons to adjust it. Maybe it doesn't have to be a visible slider but how Adobe does it: sliding with mouse over a number increases/decreases the number
clock supports pango markup.
network and battery don’t, but I really want to use <b> on network for formatting like <b>IP:</b> {ipaddr}.
I haven’t confirmed with any others.
-
Updated
Jun 22, 2022 - Vala
Please give us some details about the systems you are using:
- Client (OS name and version): Windows 10, VNCtiger v1.8.80
- Remmina version (remmina --version): 1.2.0-rcgit-27
- Desktop environment (GNOME, Unity, KDE, ..): GNOME 3.18.5
- Connecting to (OS and version): Ubuntu 16.04.4
- Connecting via (RDP, VNC, ...): VNCI
I set Remmina listening on VNC 5901
error log:
Welcome to
I would like a feature that allows users to customise their own icons using 48 * 48 png files.
NOT FROM TOPIC:
Where are the theme files located? I can't find them in /usr/share/themes
-
Updated
Jun 22, 2022 - Python
-
Updated
May 6, 2022 - CSS
-
Updated
Feb 2, 2022 - C#
-
Updated
Jun 6, 2022 - CSS
-
Updated
Jun 19, 2022 - Python
-
Updated
Jun 21, 2022 - Python
Improve this page
Add a description, image, and links to the gtk topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gtk topic, visit your repo's landing page and select "manage topics."



Bug summary
( This bug was originally issued in ipympl: matplotlib/ipympl#471 )
I want to use a selector matplotlib.widgets.RectangleSelector , it is incompatible with zoom and pan
So I try to call widgetlock to prevent user from using zoom when the selector is active, hoping that the zoom or pan tools will not be blocked.
This does not work, but crashes rather.