Skip to content
Advertisement

Tag: gtk3

How to make a one-window program with GTK, python and glade?

I’d like to write a program that has one main window and if I click on a button it changes the content of the window (or something similar) and the user can go back after that to the “home page”. I’m using python3, gtk3 and glade on Ubuntu 19.04. Here’s the example.glade XML file And here’s the Python3 file I’d

Getting number of pattern matches in VTE search

I’m developing a GTK+ 3.0 application that uses VTE widget, how can I get the number of occurrences for the search regex or at least get the current text in terminal and process that? I’m using VTE 2.91 and Vala. Answer Vte.Terminal.get_text() will get you the currently visible text in the terminal for processing. I’m not sure that that includes

Run Galde Gtk3+ Python under Windows

i’ve created a student-managing-software for linux which use different packages (tkmessageboxes, glade-builder, gtk3+). Now, there are a lot of people how asked how it can be used under windows but i’ve no idea. So, does someone know how to use these packages under windows or is it impossible? THX Answer Well I would say it is up to the developer

visually debug GTK3 applications (GtkInspector / gtkparasite)

Trying to debug a GTK theme, I modified. Having corrected most of the issues with the theme, I Still cannot figure out, what color setting is responsible for background color in some input-fields or text-views. SETUP I can start GtkInspector as well as gtkparasite with Gtk3 applications (starting those debuggers as described on the given pages). I’m sure, the debugger

Advertisement