glade
ruby glade3/gtkbuilder example
I\'m trying to use glade3 with Ruby, but unfortunately examples of this are few and far between. Looking at what\'s available, I\'ve come up with the following code, but there\'s still something missi[详细]
2023-04-11 02:41 分类:问答close button in pygtk about dialog not closing dialog
I\'m drawing an interface for a pygtk application using glade, and I\'ve made an about dialog. I\'m having trouble with the close button in the about dialog. The close button in the credits operates a[详细]
2023-04-04 10:05 分类:问答Callback function is not executed with ondestroy
I\'m developing an application using python gtk+ and glade. My glade file format is gtk-builder. I\'ve two windows in it - one main window and one login window. Inside __ init __ () I run the login di[详细]
2023-04-04 06:07 分类:问答Which UI designer to use with GtkSharp: Glade, GtkBuilder or Stetic?
Which interface tool would you recommend I use for creating user interfaces for GtkSharp applications?[详细]
2023-04-02 09:01 分类:问答Reopened PyGtk window is empty
I am working with Glade to make a simple GUI application using PyGTK. I have two windows, one only showing up when a button i开发者_开发技巧s pressed.[详细]
2023-03-27 20:29 分类:问答Haskell: List comprehension of Glade entries
I want to make an entries :: Map(String -> Entry) so I can easily access each entry by name.To this end, I have the code[详细]
2023-03-26 22:03 分类:问答Glade GTK accessing individual widgets
I constructed a database manipulating GUI using glade, for my add button hierarc开发者_如何学运维hy is add->confirmation dialog->(if yes)add data.[详细]
2023-03-26 12:26 分类:问答Why does python 2.7.2 pygtk segfault parsing a glade GtkButtonBox?
Here are the steps to reproduce my problem: I designed a UI in glade 3.10.0 including a GtkButtonBox containing 4 buttons:[详细]
2023-03-21 02:52 分类:问答PyGTK Glade File Manager
I am trying to make a file manager in python that looks like GNOME default file manager开发者_Python百科 (nautilus) Because I am developing a FilePane plugin for a python written text editor. I don\'t[详细]
2023-03-12 22:21 分类:问答Handling multiple windows in PyGTK/GtkBuilder
How can I store multiple different windows/dialogs in a single GtkBuilder file and then load these windows in different classes (each class corresponding to a different window)? For instance, currentl[详细]
2023-03-11 01:51 分类:问答