gtk Questions
3
I'm using vim with YouCompleteMe (YCM) plugin for C programming. YCM needs a json file to show code completion suggestions or a manually crafted .ycm_extra_conf.py file.
Build systems like cmake an...
Interposition asked 1/9, 2018 at 6:5
6
So I am trying to install Solar2D (formerly known as Corona SDK) to make a mobile game. After installing the dependencies, when I run Solar 2D I get the following error:
/home/user/CoronaSimulator/...
Vitrification asked 10/6, 2020 at 10:56
4
Solved
3
Solved
I am trying to capture the Enter key when it is pressed in a GtkEntry. Most of the resources I have found suggest connecting to the activate signal, but the documentation for GtkEntry states (empha...
8
Solved
I can't find a way to change the color of the highlighted selection in the autocomplete box in Eclipse.
As you can see from the screenshot white text on light gray background is not very readabl...
2
I'm developing a Gtk application in c++. (Gtk 3.0). My problem is that I can't change ProgressBar height!
(https://developer.gnome.org/gtk3/stable/GtkProgressBar.html)
The picture below will show ...
2
Solved
I am new to Gtk+ development, and am trying to write an app using PyGObject and Gtk+3.0. When I run my app in Gnome Shell from the command line, however, the application name as it appears in the u...
2
Solved
I tried to install PyGObject via pip and it fails with given error:
Building wheels for collected packages: pygobject
Building wheel for pygobject (PEP 517) ... error
ERROR: Command errored out wit...
6
Solved
In a gui I want to modify the text a user inserts in a GtkEntry. eg if the user enters 'joHn doe', my gui should see this is not a nicely formatted name and changes this into 'John Doe'.
I connect...
Densitometer asked 14/5, 2013 at 9:7
7
My girlfriend asked me if there was a tool (actually, an IDE) that would let her create her GUI visually and edit functions associated with GUI-related events with little effort.
For example, she ...
Polemics asked 27/12, 2009 at 22:25
4
Solved
I have developed one popup window (Non decorated) using GTK+ and glade tool in C.
It popup on its parent window when a button clicked. I want to destroy or hide this popup window when user clicks ...
3
Solved
I'm trying to figure out how to install Glade on Windows, but I can't find anything helpful (I have never dealt with manual installs before so if that's required, please point me to a walkthrough)....
Allelomorph asked 17/9, 2019 at 20:39
2
I am compiling Gtk applications in Windows with MinGW toolchain, but when I run my apps, a command prompt window appears. How can I make this prompt disappear?
3
Solved
I want my GTK application to have a status icon in the system tray, I have got this working quite nicely using a StatusIcon, however this has been deprecated:
gtk_status_icon_new has been deprecat...
Pokpoke asked 29/1, 2017 at 5:26
1
Solved
When I run my C++ code, I get this error:
terminate called after throwing an instance of 'cv::Exception'
what(): OpenCV(4.1.0) /home/me/opencv/modules/highgui/src/window.cpp:610:
error: (-2:Unspe...
14
Solved
I need to determine which version of GTK+ is installed on Ubuntu
Man does not seem to help
6
Solved
Trying to get this code working:
import cairosvg
import os
path = "D:/PyProjects/Bla/Temp"
os.chdir(path)
cairosvg.svg2pdf(url='Pic.svg', write_to='image.pdf')
but get errors along similar to ...
2
The Boehm's conservative garbage collector is quite useful (e.g. Bigloo is using it, Guile is using something similar, etc....), notably on Linux (which is the only OS I care about; I'm using Debia...
Soakage asked 31/3, 2017 at 13:13
3
Solved
I have a warning when I run my GTK (Python GObject introspection) application and I can't figure out its source. When the application is loading and I'm populating a GtkListStore, after the very fi...
2
Solved
I'm using Go (6g) to compile a GTK application and I want to know if there is a compiler/linker option to make it a Windows executable as opposed to console executable. MinGW has a -mwindows option...
2
How to create gtk+ windows without title bar with resize and move properties working.
I checked gtk_window_set_decorated function, but it disable resize and move features of window. I found this an...
2
I am trying to build a Rust program on Windows 10 having a GUI. When trying to
compile a Rust file with gtk dependency on Windows 10 I keep getting the following error messages.
warning: unused man...
Policlinic asked 28/4, 2021 at 9:45
2
Solved
I'm trying to set the cursor to a watch. The problem is that gdk_set_cursor() requires a gdk_window.
How do I get the gdk_window of a gtk_window in C? I've seen examples for gtkmm and pygtk but I c...
Maxson asked 22/4, 2012 at 2:7
3
Solved
My setup:
macOS Mojave
Xcode 10.3
I'm looking into the possibility of shipping apps on macOS using GTK+.
Unfortunately, the whole process seems daunting to me according to GTK+'s macOS build/b...
Furnishing asked 17/8, 2019 at 11:37
1
I want to get an executable on Windows from my GTK program which can work even if you've not install GTK on you're computer. I've tried to get an installator with inno setup and I copied all dll th...
Blithe asked 28/5, 2021 at 20:25
1 Next >
© 2022 - 2025 — McMap. All rights reserved.