Skip to content
Advertisement

How to set the text size of Gtk.Entry in PyGObject?

I want increase the text size of Gtk.Entry .

JavaScript

I am using Python3

Advertisement

Answer

You can use Gtk.Entry.modify_font() to increase the size of the font.

Here is an MCVE:

JavaScript

Example

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement