Questions tagged as 'gtk-python'

1
answer

Why does not font change in Raspberry Pi?

I have a graphical application using Gtk in Python, the program has font definitions and font sizes. When running the program in linux works correctly, but when running on Raspberry the font is not changed. Does anyone know why this happens?...
asked by 06.02.2018 / 19:28
1
answer

How to open a file selection window in Python with GTK?

I have a Python application using GTK graphical interface. This interface consists of a screen with a data entry a button, The purpose of the program is to save data in spreadsheets in a specific directory . I need to click on the button to...
asked by 02.02.2018 / 16:23
1
answer

How do I disable the text cursor?

I have a project in Gtk which uses a Gtk.Entry text input and I need to disable the text cursor, or leave it invisible. How can I do this? Or if you can not, can you disable the linux system cursor?     
asked by 09.02.2018 / 19:58
0
answers

Buttons in a Gtk.CellRenderer

I'm trying to make a program that saves some information in a DB, I can display the information in the window without any problem, however I wanted to add 2 buttons per line one "Edit" and another "Delete", however there is no " CellRedererButto...
asked by 30.09.2018 / 19:15