Questions tagged as 'gtk'

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
1
answer

Define window behavior in Python when mouse is on and off

I'm using PyGTK in Python 2.7 and would like to set win.set_decorated(False) when the mouse is out of the window and win.set_decorated(True) when the mouse is over the window. How to do?     
asked by 08.06.2016 / 14:31
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
1
answer

Compile and Run GUI on Android

I use c4droid to compile C-codes using gcc, in my studies I want to enter the graphical interface, but as I am without a computer I thought of using it on my own android. Well, I installed the GNU Root Debian app, I installed gtk3, glade and its...
asked by 13.06.2018 / 16:34
1
answer

How to check the status of a Gtk :: RadioMenuItem object?

I'm building a dynamic menu using gtkmm. The menu is built as follows: Gtk::RadioButtonGroup appRadioGroup; bool groupInitialized = false; Gtk::Menu *driverSubMenu = Gtk::manage(new Gtk::Menu); driverSubMenu->set_visible(true); Inicio Loo...
asked by 05.01.2018 / 22:56
1
answer

Setting up Visual Studio to use GTK +

I've been browsing and the only place I found something similar was stackoverflow in English, where the configuration for using GTK + in Visual Studio 2010 is described. For the little experience I have, I thought I could set it up for use in...
asked by 22.03.2017 / 18:31
0
answers

Gtk / Glade Schema Error

Good evening guys, all good? I'm having an error when running an interface created for a C program using GTK / GLADE. The program compiles normally but at the time of execution it claims that libgtk-3-0.dll is missing and the only part tha...
asked by 19.06.2016 / 01:40
1
answer

How to create a message in Zenity for all users logged into Ubuntu?

I use a script that is run by cron every 1 hour to find updates and update the system. I wanted the user to be warned that he started the update so that he would not turn off the computer, and when he finished updating another message, he war...
asked by 14.12.2018 / 16:06