glade
GTKMM/GTK+/GLADE how to load video from webcam?
so I\'m trying to create a GUI with gtk and glade and a I need to capture the video from my webcam . I have no idea how to do that or even if it\'s possible. Can somebody help me?[详细]
2023-02-14 06:27 分类:问答C Gtk+2 Glade3: how can i set a SourceBuffer to a GtkSourceView that was loaded from glade?
I\'m trying to load a .c file into a GtkSourceView widget. Using C Language, with Gtk+ 2.22.1 and Glade 3.6.7 and GtkSourceView 2.10.1.[详细]
2023-02-13 13:00 分类:问答How can I make a GtkTreeView work with a vertical scrollbar in Glade3?
I\'m using glade 3, to create TreeView and successfully added row as algorithm done, b开发者_JAVA技巧ut I had a little issue because treeview will add new row, thus my \"GUI\" will getting longer to t[详细]
2023-02-11 03:07 分类:问答Issues Viewing PDF's
Platform:开发者_运维技巧 Linux, GTK+ Tools: Python, PyGTK and Glade. Problem: I\'d like to write a program that is capable of displaying a PDF file.[详细]
2023-02-06 02:43 分类:问答Is it or should it be possible to modify the GUI of an application after it's compiled?
I\'m a Linux user, and I have been very hesitant to use Glade to design GUIs, since the xml files it produces can easily be modified. I know it doesn\'t sound like a major issue, but what if it\'s a c[详细]
2023-02-02 09:22 分类:问答c gtk+-2 glade3: adding text to a combobox loaded from Gtk Builder
I\'m learning GTK+2 and glade 3. I\'m trying to add a text to a combobox component i loaded from Gtk Builder.[详细]
2023-02-01 20:13 分类:问答Python GUI(tkinter; pygtk+glade), py2exe
I\'m new with python programming and GUI. I search on internet about GUI programming and see that there are a lot of ways to do this. I see that easiest way for GUI in python might be tkinter(which is[详细]
2023-01-30 18:30 分类:问答How to change the main window widgets with Python/Glade?
I am more or less new to GUI programming (just some tiny bit of Perl/Tk experience); I am new to Python, and I am new to Glade, both of which I would like to learn how to use.[详细]
2023-01-29 12:36 分类:问答How to reuse a widget tree from a glade file with GtkBuilder?
i want to populate a gtk.notebo开发者_如何转开发ok on-the-fly. everytime a user opens a file, a new notebook-tab is generated. pretty straight forward. my problem is, that i use glade to build the ui[详细]
2023-01-29 03:21 分类:问答Glade treeview liststore data not visible, can't imagine why
I\'ve got 99% 44/100 of everything working. I have a glade file, I use gtkbuilder to render it and voila it comes up. Everything except the data in my treeview liststore.[详细]
2023-01-27 17:32 分类:问答