Re: Multiple colors in vte

2016-01-12 Thread Marcus Karlsson
On Sun, Jan 10, 2016 at 08:19:48PM +0100, gil...@gmx.net wrote: > Hi list, > sorry if this question is redundant, I haven't found any answers after > searching yet. > > Is there a way to set multiple colors in a vte programatically? > I can see how you can set the color for the whole text and I

Re: data type that preserve order

2015-10-31 Thread Marcus Karlsson
On Sat, Oct 31, 2015 at 07:10:20AM +, Andrea Zagli wrote: > Il giorno ven 30 ott 2015 19:09:47 CET, Emmanuele Bassi ha scritto: > >Hi; > > > >On 30 October 2015 at 16:43, Andrea Zagli wrote: > >>is there a data type, similar to array, that preserve the order on which >

Re: glade 3.19.0 and header bars

2015-10-09 Thread Marcus Karlsson
On Fri, Oct 09, 2015 at 06:37:02PM +0200, rastersoft wrote: > Hi all: > > Yesterday I tried to open the Glade ui files from Gedit, but glade > returned an error because they use header bars. > > I cloned the GIT repository of Glade, compiled and installed it (devel > version, 3.19.0), but it

Re: close button

2015-10-08 Thread Marcus Karlsson
On Thu, Oct 08, 2015 at 10:54:01PM +0200, rastersoft wrote: > Hi all: > > I want to fix the problem in GTK, that doesn't show the "close" button > when it is put at the left side and the left panel is visible. I'm affraid it's not clear what you mean here. What doesn't show what button? > But

Re: GTK+_failed installation

2015-01-12 Thread Marcus Karlsson
On Mon, Jan 12, 2015 at 10:50:29AM +0100, Nabil Ferguen wrote: Hi Marcus, Thank you for your message. You're welcome. Just remember to cc the mailing list when you reply, that will increase your chances of getting answers. :-) I've changed the ubunto version and upgraded to 14.10 and I have

Re: Ruler Class in GTK+ 3

2015-01-09 Thread Marcus Karlsson
On Fri, Jan 09, 2015 at 04:12:12PM +, Emmanuele Bassi wrote: my suggestion is to look at ruler widgets in GIMP and Inkscape. Either that, or the GtkRuler widget itself from GTK 2 [1]. It doesn't look like it's very complicated and can probably be ported to GTK 3 without too much effort, you

Re: GTK+_failed installation

2015-01-07 Thread Marcus Karlsson
On Mon, Jan 05, 2015 at 11:28:04AM +0100, Nabil Ferguen wrote: Dear Team GTK, I would like to install gtk+ (for OOF2D) on ubunto 12.04, and I have successfully installed all packages (pango, glib, gdk-pixbuf, atk) but the compiler fails and sends an error message linked to the atspi-2

Re: Get dim-label color

2014-11-06 Thread Marcus Karlsson
On Thu, Nov 06, 2014 at 11:04:08AM +0100, Cedric Bellegarde wrote: Hello, Hi. i'm looking for a way to get Gtk.STYLE_CLASS_DIM_LABEL color Tried to play with style context but failed. Is it something like this that you want to do? In Python: sc = widget.get_style_context () sc.add_class

Re: How can I use CSS styling in my GTK# application?

2014-11-05 Thread Marcus Karlsson
On Thu, Oct 30, 2014 at 04:23:50AM -0700, don-prog wrote: How can I use CSS styling in my GTK# application? I heard before that it is impossible to use CSS themes in GTK#, but after that I found this example of using css styling in GTK#

Re: Gtk+-2.0 leaks memory

2014-10-24 Thread Marcus Karlsson
On Fri, Oct 24, 2014 at 04:02:01PM +0200, Joël Krähemann wrote: Hi Hi. Gtk+-2.0 leaks memory, please take a look at: http://ags.sourceforge.net Is Gtk+-2.0 still maintained? Yes it is. The latest point release happened just two weeks ago. Or is migrating to Gtk+-3.0 the only choice? Or

Re: how to i get the arrow-buttons moving?

2014-09-03 Thread Marcus Karlsson
On Tue, Sep 02, 2014 at 04:39:00PM -0700, Gary Kline wrote: here are thee labels that show up when you use the gcc compile string. how do I get the up- and -down arrows to point at the label and echo the label strings? You need to update the view when your signal handler is invoked. All you

Re: how to i get the arrow-buttons moving?

2014-09-03 Thread Marcus Karlsson
On Wed, Sep 03, 2014 at 01:13:06PM -0700, Gary Kline wrote: thanks for your input, marcus, but could you give me a few lines of code? I tried using the gtk_label_set_text() for over an hour last night until it felt like my shoulder was going to drop off and fall on the

Re: any ideas for a fix?

2014-08-21 Thread Marcus Karlsson
On Tue, Aug 19, 2014 at 06:43:22PM -0700, Gary Kline wrote: = Organization: Thought Unlimited. Public service Unix since 1986. Of_Interest: With 28 years of service to the Unix community. guys, last time I encloused this leftJ* code, it output a 700 by 900 label with label1,

Re: Segmentation fault in creating basic app using GTK+ (with C)

2014-07-14 Thread Marcus Karlsson
On Tue, Jul 01, 2014 at 01:39:03AM -0700, Anoop Neem wrote: This application is intended to convert value entered in Text entry field (in Celcius) to Farenheit in label. I was having hard time in altering the properties of two widgets (other than calling widget) in the same callback, hence