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?
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.
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
Platform:开发者_运维技巧 Linux, GTK+ Tools: Python, PyGTK and Glade. Problem: I\'d like to write a program that is capable of displaying a PDF file.
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
I\'m learning GTK+2 and glade 3. I\'m trying to add a text to a combobox component i loaded from Gtk Builder.
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
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.
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
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.