gtk
GTK+ Dock Panel like visual component
I\'m developing a small desktop application using python. I want it to be mu开发者_开发百科lti platform, and have a GUI similar (but simpler) to Eclipse. I know that the component that works just like[详细]
2023-03-31 05:32 分类:问答How Can I use the GtkPlug/GtkSocket in GTK+
I\'m a newbie to GTK+, I want to use GtkPlug/GtkSocket to embed another application with my application. I referred to Devhelp, but only a few int开发者_如何学Goroduction about these two class. I also[详细]
2023-03-31 04:12 分类:问答How do you use GdkRectangle to determine whether you size-allocate is growing or shrinking?
I have a callback for the size-allocate signal on my GtkScrolledWindow.I want to scroll to the right when I am adding stuff to 开发者_StackOverflow社区that window.This works fine but introduces a subt[详细]
2023-03-31 02:29 分类:问答deadlock problem with threads in GTK
In my GUI, I have a list store treeview in my main window. When the user double clicks a row, a dialog pops up. The problem is that the data I populate in the dialog box takes a while to process, so w[详细]
2023-03-30 04:18 分类:问答Gtk mouse drag implementation
Please provide sample code for implementation of mouse drag. In Gtk (in C) I am Trying to catch a signal for mouse drag functionality.[详细]
2023-03-30 02:55 分类:问答Python making gtk.Layout with Scrollbars
How could I have a scrollbar inside a gtk.Layout. For example, in my code I have: import pygtk pygtk.require(\'2.0\')[详细]
2023-03-29 16:27 分类:问答Embed a web browser in a cross platform Gtk application
I need to embed a very simple browser ( can parse 开发者_JS百科HTML, and JS Ext ) in a Gtk Widget hopefully in gtkmm. I looked into gtkmozembed, but the c++ wrapper is very out dated, so I tried to ju[详细]
2023-03-29 07:48 分类:问答Widget Toolkits for Python 3 [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-29 04:19 分类:问答Gtk Switch activate signal not firing
I\'m trying to use a Gtk.Switch widget in an app but \"activate\" signal is not firing by clicks. It works fine when using the widget with keyboard by hitting reture/space key on it but clicks don\'t[详细]
2023-03-29 01:11 分类:问答gtk_widget_set_sensitive on Close Window button
How would you change the sensitivity of the close window button (the X in the top right corner of the window)?[详细]
2023-03-28 17:27 分类:问答