gtk
Show directories and files using GtkTreeView
Having the following base code for walking a开发者_StackOverflow中文版 directory I would like to fill a GtkTreeView with the directory and files information to the user:[详细]
2023-04-03 07:32 分类:问答mkbundle and GTK#
I\'m trying to use mkbundle so that I can distribute a GTK# application withou开发者_如何学JAVAt users needing to install .NET/Mono or GTK#. I\'ve successfully bundled an application which uses winfor[详细]
2023-04-03 05:50 分类:问答Moving window in the signal function
I\'m writing something like gtk_window_move(w, 0, 0); sleep(5); but the window position changes only after the \"sleep\" call. I wonder, if you could help me to开发者_如何转开发 make this code work co[详细]
2023-04-02 07:33 分类:问答Customizing context menus in python wwebkit gtk programs
I\'ve been on working on using the python webkit and gtk modules to turn a HTML / Javascript page into a desktop application. To do this, I\'ve created a webkit window with hardly any features other t[详细]
2023-04-02 03:14 分类:问答GTK scroll to newly added child in a container
I have an application that will add a Widget to an HBox, which is contained i开发者_Go百科n a ScrolledWindow.When a Widget is added, I would like the parent ScrolledWindow to scroll to the right, wher[详细]
2023-04-01 21:54 分类:问答How to set a Gtk2::Button's text colour?
I am trying to set a colour to highlight a button. However, the modify_fg method only seems to set the focus ring\'s colour. modify_bg works as expected.[详细]
2023-04-01 10:41 分类:问答Closing of window kills whole app
I have a GTK# app which has several windows. All windows behave as expected, except for a single window which crashes the whole application when I close it. Now, the thing here is that this was the on[详细]
2023-03-31 17:28 分类:问答Qt or wxWidgets [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-31 15:06 分类:问答Determining the height of a TreeView Row
I want to set the height of a treeview widget to accommodate N rows, in order to do that I need to identify a single row height.[详细]
2023-03-31 13:09 分类:问答gtk+ : GtkFileChooserDialog hide some widgets
I have a little problem with the GtkFileChooserDialog. I Want to hide the favoris panel (widget on the left).[详细]
2023-03-31 05:43 分类:问答