gtk#
Getting nice-looking widget sizing in MonoDevelop (Gtk#)
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[详细]
2023-01-13 14:29 分类:问答pkg-config path for mono on mac
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[详细]
2023-01-10 16:44 分类:问答MonoDevelop -- GTK Designer just shows a blank square?
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[详细]
2023-01-06 22:52 分类:问答how to show progress dialog with Gtk# while loading data?
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[详细]
2023-01-05 01:34 分类:问答Reattaching pages to a Notebook in GTK#
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[详细]
2023-01-05 00:43 分类:问答How to update image in gtk.Button with GTK#
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[详细]
2023-01-04 12:40 分类:问答Gtk.Style.Font is obsolete?
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?[详细]
2023-01-04 06:33 分类:问答Gtk# TreeView set a single cell to have a different renderer?
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[详细]
2023-01-02 03:00 分类:问答Getting the mouse coordinates when ButtonPressEvent occurs
I\'ve wrapped a drawin开发者_Go百科g area in an event box so that I can catch mouse clicks with this function:[详细]
2023-01-01 07:31 分类:问答Console redirection of the current process in Mono
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[详细]
2022-12-31 17:32 分类:问答