Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
31 views

I am trying to figure out if theres a way to use GTK (for GUI development) in the Mojo programming language. So far, I havent been able to find any documentation, tutorials, or examples showing how ...
3 votes
1 answer
97 views

In GTK based applications it becomes common to put some custom widgets directly inside a window's title bar. How GTK manages to do that behind the scenes? I'm especially interested in its XWindow/X11 ...
Felix.leg's user avatar
  • 843
3 votes
0 answers
86 views

System: Linux, Language: C, Toolkit: GTK I am working to create an emulator for an embedded machine's display. The display is a smart 800x400 pixel RGB display. The machine sends commands to control ...
Code Dalek's user avatar
Advice
0 votes
1 replies
60 views

What is the GtkSearchEntry placeholder text CSS selector? I know it exists and is undocumented. Been reading the GTK3 source for 2 days now but I can't make heads or tails from it. I'm styling an ...
sxkx's user avatar
  • 632
0 votes
0 answers
57 views

I have the following PyGObject code as an MWE: import gi gi.require_version("Gtk", "4.0") from gi.repository import Gtk, GLib class FontSizeApp(Gtk.Application): def __init__(...
John's user avatar
  • 41
1 vote
0 answers
48 views

I am dipping my feet into gtk/gdk and golang. I have wirtten a Program creating an image per second by providing a new pixmap to the Image widget via var theImage *gtk.Image var nextFrame *gdk.Pixbuf ....
1 vote
1 answer
49 views

When using GTK2 with Python, there are some things like 'gtk-yes', 'gtk-open' which help in getting e.g. button names translated to the according user language. What I am searching for are more of ...
Jaleks's user avatar
  • 670
0 votes
0 answers
53 views

Problem Statement I'm subclassing Gtk4 container widgets so I can add functionality to various property changes. For this question I'll use set_orientation from Gtk.Box and the Gtk.Orientable ...
0 votes
0 answers
22 views

Dispose tempalte disposes only bound widgets. Is there a way to dispose all children graph? Here are the details. Object implementation: #[derived_properties] impl ObjectImpl for MyWidget { ...
0 votes
1 answer
62 views

I've been struggling with this for a while, and I've almost got it- but not quite. This is what I have so far: pub fn load_folder_view(state: &mut State) { let path = state.current_folder_path....
0 votes
0 answers
47 views

I have created GTK Grid using gtk_grid_new and set both column and row spacing to 0 (gtk_grid_set_column_spacing and gtk_grid_set_row_spacing), however for some reason I still get 1px spacing between ...
Aleksa Ristic's user avatar
1 vote
1 answer
87 views

I am trying to precisely control the content of a GTK tooltip, but whatever I do, there is always a border remaining. My real content is much more advanced, but the problem is 100% reproduced with ...
Jerome's user avatar
  • 2,401
0 votes
1 answer
55 views

I have a Gtk.ColumnView where cells are represented by Gtk.EditableLabels. Keyboard navigation works fine, clicking in the cells to edit them works fine, tab navigation works fine. However, clicking ...
Glyph's user avatar
  • 32.1k
0 votes
0 answers
62 views

I’m trying to build a simple GTK4 demo project with CMake and vcpkg. I'm on the macOS 15.6.1 vcpkg.json { "name": "gtk-demo", "version": "1.0.0", "...
Source's user avatar
  • 381
0 votes
1 answer
81 views

I have an application that uses zenity --file-selection to allow the user to select a file using a GUI. This works very nicely until I package my application using Flatpak, as unfortunatly the ...
Mike T.'s user avatar
  • 417

15 30 50 per page
1
2 3 4 5
...
570

AltStyle によって変換されたページ (->オリジナル) /