gtk#
Scrollbars not showing
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.[详细]
2023-03-27 06:02 分类:问答GTK# TreeView First row colored
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[详细]
2023-03-23 03:01 分类:问答Gtk# Embed TextView in ToolBar
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[详细]
2023-03-19 10:01 分类:问答How to port a Mono GTK# app to other platforms?
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[详细]
2023-03-17 10:54 分类:问答Using mkbundle to port Mono GTK# app to other platforms
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,[详细]
2023-03-16 18:52 分类:问答Drawing with Mono in GTK# without calling Expose event
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[详细]
2023-03-14 06:21 分类:问答Is it possible that GTK or gtksharp on Windows hardcodes the loader DLLs?
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[详细]
2023-03-08 03:12 分类:问答Right aligned popup menu with GTK#
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).[详细]
2023-03-07 08:22 分类:问答Using widgets in MonoDevelop and GTKSharp
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[详细]
2023-03-05 15:45 分类:问答How can I use the FilterFunction passed to Gdk.Window.AddFilter?
I need to intercept several events before they are delivered to the widget\'s standard handlers, so I\'ve done this already:[详细]
2023-03-05 14:13 分类:问答