EDIT: Click here for the code. So I\'m experimenting with interface building开发者_StackOverflow社区 with MonoDevelop (version 2.4). I\'m trying to get used to the Gtk concept of \"containers within
I installed mono in Mac OS X. I was following these instructions on the mono website. The first console application worked because it didn\'t use any packages. However, when I ran gmcs hello.cs -pkg:g
I am having problems getting the GTK designer to work with MonoDevelop. I tried 2.4 on Arch Linux and it gave this problem. Then I tried 2.2 on OpenBSD and it gives the exact same problem. Both machin
I have main window with button \"open file\". On clicking file selector dialog shows up and then file is loaded. I would like to show progress dialog while loading the data. However when I call Run
I\'m using a Notebook widget to pull off a tabbed file view, and I\'ve added code to allow detaching pages from an existing Notebook, which spawns a new window with a separate Notebook, containing jus
Well I was working on simple application for starting/stopping and restarting my LAMP in mono (just to get knowing the GUI development with mono bit more), so to have less buttons I decided to have on
Using gtk# on a cross platform application and trying to fix all the warnings, one of the warnings is that Gtk.Style.Font & Gdk.font is obsolete so can anybody point me to what replaced it?
OK this is probably insane, but I want to be able to have a check box at the very top of every row in my tree view. This box will \"disable\" or \"enable\" the ability to use the column. Oh I think it
I\'ve wrapped a drawin开发者_Go百科g area in an event box so that I can catch mouse clicks with this function:
I am trying to redirect the Console output of a C#/Mono application into a gtk# textview.There are zillions of answers here explaining how to redirect output of a command to whatever output device con