gtk#
How to display data from a SQLite database into a GTK# TreeView?
OS: openSuse 11.4 IDE: MonoDevelop 2.4.2 using GTK# I need to display the datatable of a sqlite database in a simple grid view, much like in WindowsForms\'/WPF\'s datagridview, but with GTK#.[详细]
2023-03-01 23:43 分类:问答GTK# - Problem with components overlapping upon resize
I have a panel containing a form (elements such as labels and textboxes within a table) and 3 buttons (in an hbuttonbox) at the bottom-right.If I shorten the panel by dragging the bottom border upward[详细]
2023-02-24 08:34 分类:问答Remove rows from a Gtk.Treeview with Mono
I have a treeview control( multiple selection supported) with a liststore attached. I need to remove some of the rows at some point. I can do that be clearing the liststore( ListStore.Clear()) and the[详细]
2023-02-24 01:08 分类:问答GTK# + WebKit + Windows
I have developed a GTK# application that makes use of webkit-sharp to edit email templates. This application works in Linux but when it is run in Windows it does not work. I am using the webkit-sharp.[详细]
2023-02-22 04:12 分类:问答Add instances of the Button to the form dynamically in monodevelop
I use MonoDevelop 2.4.2.1 on WinXP. I have a window with VBox and button \'MyButton\'. Now I should write a method for \'MyButton\' for creating other Button\'s instances dinamically开发者_C百科. I ca[详细]
2023-02-21 10:54 分类:问答Problem with gdk.Pixbuf in gtk# Mono
I\'m creating a small drawing program in Mono gtk# and using the Cairo graphics library. I\'m coding and compiling on a MacOs X system. I have a drawable object which I put into Pixbuf at a certain ti[详细]
2023-02-21 02:36 分类:问答How do you create a custom GTK# Widget with its own controls?
I am trying to create a custom GTK Widget by subclassing Gtk.Bin. I am not usin开发者_StackOverflowg the Stetic GUI builder. This widget will contain several standard Gtk widgets (VBoxs, Labels, Butto[详细]
2023-02-15 08:25 分类:问答Events from another thread in C#
I have a such code: http://pastie.org/1638879 I got it from someone\'s blog. It must sort big files. I preform it in separated thread:[详细]
2023-02-14 22:11 分类:问答GUI building with GTK#
I may need to build a GTK GUI using C# and Mono.If I understand correctly, that means I have 3 choices:[详细]
2023-02-05 21:36 分类:问答How to use GtkTreeView correctly
I am using a TreeView with a ListStore as model. When the user clicks on a row I want to take some action but not using the values in the cells, but using the data I created the row from...[详细]
2023-02-01 00:34 分类:问答