I have an 开发者_开发技巧Image Widget inside of a ScrolledWindow widget. The image\'s Show Scrollbars Property is checked, and still, when I launch the application, the scrollbars are not shown.
Iam can\'t get my head around this problem. I got TreeView control and I want to color first row. Could anyone tell me how to do that ?! Playing around with cellrenderer colors whole column and can\'t
Is there any way to embed a TextView widget in a ToolBar? I am using开发者_开发问答 Gtk# with C# on mono in Linux.I recently had to do this for a project and was able to accomplish by manually setting
I am working on a Mono GTK# desktop app written in C#. I have developed my app using the MonoDevelop IDE (v2.4.2) on a Mac (OS X v10.6.7). My app depends on the GTK# library (obviously) as well as the
I\'m a long-time C# developer but new to Mono and, especially, Gtk#. I have developed a small app using C# and Gtk#. I need this app to work on Windows, Linux and Mac so I decided to go for Mono and,
I need to create a program to test some procedural world creation algorithms, for which I need a surface to draw on. However, GTK#\'s DrawingArea widget requires that all drawing is done in the Expo
I have just completed my GTK#/Mono application and am preparing to build an installer. (I\'m working in .NET Framework 3.5 and the Most recent stable Mono, 2.6.7, which installs Gtk 2.10.0) I would pr
I have a button on the far right of an application. When clicked I want to show a menu underneath the button but right aligned with it. (think google chrome menu).
I switched from using VirtualStudio Express 2010 and I am trying to work with MonoDevelop and GTKSharp. Now. I am trying to switch to new editor s开发者_运维百科oftware but it seems much different tha
I need to intercept several events before they are delivered to the widget\'s standard handlers, so I\'ve done this already: