glade
GTK / PyGTK make ComboBox searchable with keyboard
Is it possible to make a ComboBox searchable ? If yes, how ? I want to be able, when the ComboBox is active and a letter is typed with the keyboard, to select the first item beginning with this lette[详细]
2023-01-11 02:57 分类:问答Creating columns with editable cells in Gtk treeview using Glade
I am trying to create a simple GUI with table containing x and y coordinates of samples. I use treeview, and I want the cells of the table to be editable by user.开发者_C百科 Is it possible to specify[详细]
2023-01-05 07:35 分类:问答Using custom widgets with glade / Gtkbuilder
I\'m developing an application with Gtk and Glade. My impression is that it\'s common practice to create a subclass of GtkWindow for your main window, but I\'m stuck on how I would const开发者_StackOv[详细]
2023-01-02 14:49 分类:问答How can I create a GUI on top of a Python APP so it can do either GUI or CLI?
I am trying to write an app in python to control a motor using serial. This all works in a CLI situation fine and is generally stable. but I was wondering how simple it was to add a GUI on top of this[详细]
2022-12-31 09:32 分类:问答How to set in glade an action for a button?
I\'m using glade to designa a interface for my program written in C but I have some problem with the buttons.[详细]
2022-12-31 04:08 分类:问答Python Glade GTKBuilder Checkbutton
How do I find if a GTKBuilder Checkbutton is checke开发者_高级运维d?Use checkbutton.get_active(). What\'s this got to do with GtkBuilder?[详细]
2022-12-29 06:26 分类:问答Tool to convert .Glade (or xml) file to C source
I am looking for tool that can convert .Glade (or xml) 开发者_如何学Pythonfile to C source. I have tried g2c (Glade To C Translator) but i am looking for windows binary.[详细]
2022-12-29 05:55 分类:问答Creating a pygtk text field that only accepts number
Does 开发者_开发百科anybody know how to create a text field using PyGTK that only accepts number. I am using Glade to build my UI.[详细]
2022-12-28 04:56 分类:问答Glade 3 Standard Button Layout
I want to create a dialog using Glade 3 (or gtk and Python). In Glade 2 if you wanted to create a dialog box there was an option to set a \"standard button layout\" which would automatically create an[详细]
2022-12-28 04:25 分类:问答Python Glade could not create GladeXML Object
I\'ve created a simple window GUI in Glade 3.6.7 and I am trying to import it into Python. Every time I try to do so I get the following error:[详细]
2022-12-27 15:28 分类:问答