I am trying to use the Mono.TextEditor assembly with .NET Framework 3.5 in GTK#. But I keep getting System.BadImageFormatException
I want to make a Window in Gtk (Gtk# to be specific, but GTK+ 开发者_高级运维or any other binding will do, the functions are generally the same) without a caption. Kind of like Mozilla Firefox 4 and G
Is there an easy way to make menus in Gtk# ? In Gtk+ and PyGtk there is the ItemFactory which creates menus easily but it is bugged and deprecated in Gtk#, so is there 开发者_运维技巧any other easier
I want to give a window a specific property only when it is maximised and change it back when the maximised state ends. I am using Gtk# , but all GTK binding answers are welcome. What I am looking for
I\'m trying to use mkbundle so that I can distribute a GTK# application withou开发者_如何学JAVAt users needing to install .NET/Mono or GTK#. I\'ve successfully bundled an application which uses winfor
Which interface tool would you recommend I use for creating user interfaces for GtkSharp applications?
I installed the following on my Windows 7 PC in the following order with no issues: 1.) Mono for Windows 2.10.5
I am trying to use an Gtk.Entry to show some text that is centered in a dialog. The entry is not editable. I would use a Gtk.Label, however I need to be able to select and copy the text to the clipboa
I have created a TreeView which is actually what it could be called a TableStringView: there are various cells in which text can be entered.
In my gtk# solutio开发者_如何学JAVAn in monodevelop 2.6 i have translation project. When i start my application with LANGUAGE=lang mono application.exe application is translated.