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#.
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
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
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.
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
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
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
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:
I may need to build a GTK GUI using C# and Mono.If I understand correctly, that means I have 3 choices:
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...