Thank you for your answer. Le mer. 15 oct. 2025, 01:21, Neil Hodgson nyamatongwe@users.sourceforge.net a écrit : On GTK, you could look into IconSize https://docs.gtk.org/gtk3/enum.IconSize.html in calls to gtk_image_new_from_icon_name although that may only work for some stock icons. Other icons will need to be drawn. [feature-requests:#1568] https://sourceforge.net/p/scintilla/feature-requests/1568/ High DPI Screen Status: open Group: Initial Created: Mon Oct 13, 2025 07:31 AM UTC by DALET Last...
Hi, I use windows 11 and ubuntu 24.04 64 bits. My screen resolution is 3200x2000. When I build on ubuntu, my toolbar is very small (32x32 max). With A toolbar size, the problem is solved. Philippe Le lun. 13 oct. 2025 à 22:31, Neil Hodgson nyamatongwe@users.sourceforge.net a écrit : You haven't indicated which platform you are using. Its likely any increase in toolbar size would require someone to draw larger versions of the icons. [feature-requests:#1568] https://sourceforge.net/p/scintilla/feature-requests/1568/...
High DPI Screen
Hi, My library works only with python3. I do not have any more the source for python2. If you know VISA commands, you don't need pyvisa. a sample: def main(): try: GPIB=gpib82357A("GPIB0::23::INSTR") except: print ("No device connected!") return print ("Device connected!") GPIB.clear() GPIB.write("*IDN?\n") print (GPIB.read()) if name == 'main': main() Philippe DALET