gtk
gtk app cant see windows path value to use gtk+ dlls
I added c:\\_hub\\gtk\\bin to windows path var, and s开发者_运维知识库till when I try to run gtk app, it shows me an error about missing dll. if I will put my app to c:\\_hub\\gtk\\bin, it will run.[详细]
2023-03-28 11:22 分类:问答What full featured cross platform GUI toolkit options are there for embedding in an OpenGL app?
I\'m writing a fullscreen OpenGL app. Within that I\'m going to present a big GL render on the background with a bunch of windows in front, some containing more GL stuff and some containing plain GUI[详细]
2023-03-28 08:35 分类:问答gtkmm and the system clipboard
I am wondering if there is a signal anywhere in gtkmm that is emitted when the system clipboard contents change/someone copies text.I looked into the gtk docs and it seems the only signal emitted by t[详细]
2023-03-28 07:20 分类:问答Detect which key is pressed in C
I\'m trying to find a way to find out which key is pressed down in C. This will be in a graphical environment, written in GTK2, but I don\'t think the answer lies there. I think I might be able to do[详细]
2023-03-28 00:51 分类:问答Cannot Import GTK in Ubuntu Python 2.7
I\'m trying to import GTK in Ubuntu Python 2.7, and I get the following error. PyGTK imports just fine. When I import gtk, I get the following error:[详细]
2023-03-27 18:47 分类:问答Menu item without a modifier key
I want to create menu using GTK+. My question is: is there any way to create menu items with accelerators, but with开发者_运维技巧out a modifier key?Just put an underscore before the underlined letter[详细]
2023-03-27 13:10 分类:问答GtkLabel segmentation fault
I want to use use-markup, but it does not seem to wo开发者_运维知识库rk. Without it, everything works fine.[详细]
2023-03-27 10:06 分类:问答Multiple cursors with same gtkTextBuffer in different gtkTextView
I am trying to edit the same text (which I have stored in a GtkTextBuffer, but alternatives are welcome) with multiple cursors, each in a separate GtkTextView. I need all cursors to be able to edit th[详细]
2023-03-27 08:15 分类:问答Scrollbars not showing
I have an 开发者_开发技巧Image Widget inside of a ScrolledWindow widget. The image\'s Show Scrollbars Property is checked, and still, when I launch the application, the scrollbars are not shown.[详细]
2023-03-27 06:02 分类:问答Qt based GUI creation for scripts
Is there any qt based application s开发者_Python百科imilar to gtk server? I need a gui for a bash script. I found gtk-server is very suitable for my needs. However, (mostly because of personal reason[详细]
2023-03-27 01:58 分类:问答