gtk#
Mono.TextEditor not working. What am I doing Wrong?
I am trying to use the Mono.TextEditor assembly with .NET Framework 3.5 in GTK#. But I keep getting System.BadImageFormatException[详细]
2023-04-09 12:18 分类:问答How do you make a Caption Less Window in Gtk?
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[详细]
2023-04-08 21:05 分类:问答Easy way to create menus in GTK#?
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[详细]
2023-04-08 05:42 分类:问答How do you check whether a Window is Maximised in Gtk?
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[详细]
2023-04-08 04:52 分类:问答mkbundle and GTK#
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[详细]
2023-04-03 05:50 分类:问答Which UI designer to use with GtkSharp: Glade, GtkBuilder or Stetic?
Which interface tool would you recommend I use for creating user interfaces for GtkSharp applications?[详细]
2023-04-02 09:01 分类:问答Gtk# references "disappear" when switching to Mono runtime in Monodevelop
I installed the following on my Windows 7 PC in the following order with no issues: 1.) Mono for Windows 2.10.5[详细]
2023-04-01 10:28 分类:问答How to center text in Gtk.Entry?
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[详细]
2023-04-01 06:21 分类:问答Capturing TAB in a Gtk# TreeView widget
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.[详细]
2023-03-31 08:32 分类:问答Monodevelop, how to set locale programatically
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.[详细]
2023-03-29 00:47 分类:问答