Most voted "gtk-python" questions
6 questions
Sort by count of
-
1
votes1
answer2885
viewsHow to open a Python file selection window with GTK?
I have a Python application using GTK graphical user interface. This interface consists of a screen with data input a button, the goal of the program is to save data in spreadsheets in a specific…
-
1
votes1
answer73
viewsWhy is the source not changed in Raspberry Pi?
I have a graphical application using Gtk in Python, the program has font definitions and font sizes. When running the program on linux works correctly, but when running on Raspberry the source is…
-
0
votes1
answer147
viewsHow to disable text cursor?
I have a project in Gtk, which uses a Gtk.Entry text input and I need to disable the text cursor, or make it invisible. How can I do this? Or if I can’t, you can disable the linux system cursor?…
-
0
votes0
answers60
viewsButtons on a Gtk.Cellrenderer
I’m trying to make a program that saves some information in a comic, I can present the information in the window without any problem, but I wanted to add 2 buttons per line an "Edit" and another…
-
0
votes1
answer14
viewsPygtk + Glade: No handler button fires click another button
Hello, everyone! I am developing a Python application using Pygtk+ 3.0 with Glade 3.22.2 (and Python 3.8.1). Everything was working fine, but suddenly my program started to show strange behavior. I…
-
0
votes2
answers132
viewsInherit boot modules and variables in a Python script for another Python script with Gtk3
Good night! I am working with Gtk3 and Python3 and am structuring my project to build an ERP for GNU/LINUX platform. I’m using Glade to build the GUI and using Gtk Builder to manipulate the GUI…