GTK is not thread-safe, but thread-aware - it can be used from multiple thre开发者_如何学Goads ensuring that global lock is used to protect GTK API calls. If i need to post a message from worker threa
I wrote a simple Gt开发者_如何学运维k Application with a Webkit Browser Widget (WebView) included. I want to access C# Objects (or C# functions) with Javascript in this Application.I\'m not sure if th
How can I cha开发者_如何学Cnge the font of a leaf in my gtktreeview? I\'d like set the font bold for a particular leafI\'m using python, but the way to do this must be the same, only adapt the syntax.
I\'m triying to put dinamically several gtk.Expander inside a gtk.VBox and have a custom widget-label with a gtk.HBox with a gtk.Label and a gtk.Button/gtk.Image inside it to have a delete button, som
I\'m using C language in gtk+-3.0.12 (latest stable version as of 9/10/2011) How can I create a png background image on a top window and still place other widgets like buttons on the window? I tried t
I have a GtkFrame开发者_Go百科 containing a set of GtkEntries. I want to hide this GtkFrame when the focus is removed from the GtkFrame.
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
I am a student working on a college engineering project team. Our software subteam is looking to create a modular GUI that allows for real time reconfiguration through snapping panels that the user c
i have a simple program which is compiled with gtk2.0 in ubuntu.In ubuntu11.04 i installed gtk3.then i compile the same code,i got an error in the following line
I 开发者_C百科tried to google but hardly find any result. Is there any Library that are cross-platform, useable in Mono and GTK2 support?