Python Forum
pygtk3, how to change application theme ?
Thread Rating:
  • 2 Vote(s) - 3.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pygtk3, how to change application theme ?
#1
hello, i sarched on net but i couldn't  find any useful info, how can i do this ?
Reply
#2
It's not popular, not sure why. Is there a specific reason why you choose this graphics package?
http://www.pygtk.org/
Reply
#3
(Feb-21-2017, 05:11 AM)Larz60+ Wrote: It's not popular, not sure why. Is there a specific reason why you choose this graphics package?
http://www.pygtk.org/

Oh. I cant any understand. Why everybody say that. 3 graphical package are most popular in python for desktop apps. These are wxpython, pyqt, and pygtk. Why don't I choose pygtk ? What do you suggest ?

Thanks for your comment.
Reply
#4
Quote:Don't use PyGTK if you want cross platform compatibility. GTK3 doesn't work on windows yet (last I checked) and GTK2 has an awful memory leak under windows which has been fixed in the latest source, but no new release has been compiled for windows.
I would put my vote with PySide (more flexible licence for commercial options) over PyQt and PySide/PyQt over wxPython simply because I think the GUI designer tool are better! Being able to rapidly create and edit the GUI graphically (and independently of your applications code) is a huge time-saver.

Update: Actually, I'd recommend PyQt over PySide now for stability reasons and long term support. PySide development is lagging, there are very few people fixing bugs and no-one working on support for Qt 5.

this from http://stackoverflow.com/questions/19584...hat-to-use

Also, I didn't think wxPython was derived from GTK, that because of the following statement in the wxwidgets
documentation:
Quote:Unlike wxWidgets, GTK+ supports C (and there is a C++ wrapper called GTKMM, http://www.gtkmm.org)

Hey, in my 50 years of programming, it wouldn't be the first time i was wrong!
Reply
#5
@Larz60+,
I am a turkish man i dont know english very well, so  i chose learn gtk because there isn't any turkish tutorial other than pygtk. 
I think, Gnome desktop looks better than KDE desktop. i am using fedora24 gnome and it looks vey nice. gnome writted by using Gtk package but kde writted in qt package. If gnome looks better than kde, why do i prefer qt ?
Reply
#6
Ok, I was only curious. At any rate, the link I gave in earlier post is the pygtk home page. Some of the related packages may help as well.
You can get a list here: https://pypi.python.org/pypi?%3Aaction=s...mit=search
Reply
#7
@Lars60+,
thanks for your helps
Reply
#8
I solved.


if you have same issue see the link

https://python-forum.io/Thread-Tutorial-...aton-Theme
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [Tkinter] Theme does not change globally TheTechRobo 2 3,364 Apr-21-2020, 04:00 PM
Last Post: deanhystad
  How can I get Colors of current GTK theme? ondoho 2 6,388 May-26-2017, 03:32 PM
Last Post: ondoho
  PyGtk3, No Module Named gi, on python3.5 on Windows harun2525 8 34,451 May-19-2017, 01:30 PM
Last Post: snippsat
  PyGtk3, How to Create “title-changed” signal for Gtk.Window Widget? harun2525 2 6,080 May-01-2017, 07:59 AM
Last Post: harun2525
  PyGTK3, I can't Change Button and Table Backgorund Color using modify_bg method. harun2525 3 9,119 Apr-24-2017, 04:05 PM
Last Post: changos
  PyGTK3, How to Print All Existing Signal ? harun2525 1 3,199 Apr-16-2017, 02:57 PM
Last Post: Larz60+
  [Tutorial] PyGtk3 How To Change Applicaton Theme harun2525 0 3,586 Apr-15-2017, 11:16 AM
Last Post: harun2525
  PyGtk3 why is Locale Folder Size Half of Module Size ? harun2525 1 3,616 Mar-09-2017, 03:46 AM
Last Post: Analyser
  How do I install small size pygtk3 harun2525 0 2,917 Feb-27-2017, 12:53 AM
Last Post: harun2525

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020