gtk#
In Gtk, when using Drag and Drop in a TreeView, how do I keep from dropping between rows?
I\'m testing a window that looks something like this: Dragging a Tag to a Card links the Tag to the Card. So does dragging a Card to a Tag.[详细]
2022-12-19 13:37 分类:问答In Gtk, how do I get a path from a sorted TreeView by x and y coordinates?
I have a ListStore that is filtered and then sorted. It looks something like this: // Create a model for the cards[详细]
2022-12-19 13:13 分类:问答In Gtk, how do I search a ListStore for the row containing a particular value?
I have a ListStore mode开发者_Python百科ling a list of Tags. This list may change apart from the ListStore. What I\'d like to do is listen to the TagRemoved event in my TagList class, and remove the T[详细]
2022-12-19 04:04 分类:问答In Gtk#, why is my MenuToolItem not displaying its Menu?
I want to add a MenuToolItem to my Toolbar. It contains two RadioMenuItems. However, when I click the drop-down arrow, I see this:[详细]
2022-12-18 09:27 分类:问答Can I use a GTK# component inside a WinForms form?
Can I use a Mono GTK# 开发者_Python百科component inside a WinForms form? Especially, I want to use the Mono.Texteditor.Not really.They have different event loops that are going to compete for events.[详细]
2022-12-18 06:21 分类:问答How do I make a Gtk.Frame's label bold?
Usually, for Labels you can do something like this: Label label = new Label (\"<b>Some Text</b>\") {[详细]
2022-12-15 18:19 分类:问答What does "GLib-GObject-WARNING **: instance with invalid (NULL) class pointer" mean?
Whenever I close my Gtk# application, I get this: (/home/matthew/opensbs/OpenSBS/bin/Debug/OpenSBS.exe:5050): GLib-WARNING **: g_set_prgname() called multiple times[详细]
2022-12-15 16:45 分类:问答What does "Unhandled Exception: GLib.GException: Unhandled tag: 'requires'" mean?
I\'m trying to get my linux Gtk# application working on Windows. When I try to run it, I get this error message:[详细]
2022-12-12 21:01 分类:问答In Gtk, how do I make a Button with just a stock icon?
I want to create a button with the stock \"Remove\" icon on it, but without the text \"Remove\". If I use Button button = new Button(Stock.Remove);, I get the opposite: just the text,开发者_运维知识库[详细]
2022-12-11 05:32 分类:问答Can I use a LINQ IEnumerable result as the data source for a Gtk.TreeView?
When using GTK# from C# on Mono, I often find myself copying out开发者_StackOverflow社区 C# data structures into Gtk.ListStore -- it would be much easier if there was a Gtk.TreeModel which wrapped an[详细]
2022-12-11 03:20 分类:问答