Could this be a background-color bug in GTK+3.22?

2017-02-22 Thread Jonas Camillus Jeppesen
r reports the 'background-color' property as green or brown as I specified, not black as is displayed/rendered. I'm afraid I don't have a minimal working example reproducing the problem. I would just like your input on whether it could be a GTK bug or not. Thank

Re: Trouble With Gtk(Dialog) Memory Management

2016-08-03 Thread Jonas
Do you have any other suppression file that might do a good job? -Jonas On Wed, 2016-08-03 at 15:48 +0100, Emmanuele Bassi wrote: > Hi; > > On 3 August 2016 at 15:37, Jonas wrote: > > Hello Emmanuele, > > > > I reran my code, looked a bit at the archives (especially

Re: Trouble With Gtk(Dialog) Memory Management

2016-08-03 Thread Jonas
d of program runtime? -Jonas On Wed, 2016-08-03 at 12:44 +0100, Emmanuele Bassi wrote: > Hi; > > you should probably search the archives of this very mailing list, as > this question has been asked countless times. > > The tl;dr is: > > * GObject uses a slab allocator,

Trouble With Gtk(Dialog) Memory Management

2016-08-03 Thread Jonas
n key. Why is this happening? I thought GtkDialog would behave the same as GtkWindow in terms of memory management since it's derived from it. I hope anyone knows what is going on here :)" - Progammer on http://www .dreamincode.net/forums/topi

Re: Extend IconView clickable area

2011-09-10 Thread Jonas H.
On 09/03/2011 01:56 PM, Jonas H. wrote: On 08/26/2011 09:12 PM, Jonas H. wrote: Hello list, how can I extend the clickable area of a text column in a one-columned IconView (whose item width is greater than the text itself)? Illustration: http://jonas.lophus.org/iconview.png I want the red

Re: Extend IconView clickable area

2011-09-03 Thread Jonas H.
On 08/26/2011 09:12 PM, Jonas H. wrote: Hello list, how can I extend the clickable area of a text column in a one-columned IconView (whose item width is greater than the text itself)? Illustration: http://jonas.lophus.org/iconview.png I want the red rectangle to be clickable, too, having the

Extend IconView clickable area

2011-08-26 Thread Jonas H.
llo 1" texdt. I'm using Python + GObject introspection but I wouldn't mind doing this in C either. Thanks, Jonas ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Problems when (cross)compiling a gtk app on linux for windows

2008-10-26 Thread jonas . th
8: warning: parameter names (without types) in function declaration ./gtk/include/gtk-2.0/gtk/gtkaccelgroup.h:78: error: field 'GSEAL' declared as a function I have no idea what's going wrong, maybe some includes or linker flags

Recommend GL interface method?

2007-04-20 Thread Eric Jonas
Hello! There appear to be multiple choices for opengl widgets in GTK, including GtkGlExt and GtkGLArea. Have people written software using either of these interfaces, and would be willing to make recommendations? Thanks, ...Eric ___ gt

Re: gtkila: log analyzer for RSBAC, 1st pre-version

2005-04-03 Thread Jonas Weismueller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jonas Weismueller wrote: > > You can download gtkila from: > http://svn.rsbac.mprivacy-update.de/viewsvn.php?project=rsbac&path=/ila/gtkila/gtkila-0.1.tar.gz&download=yes > I just figured out, that this download link is broken.

gtkila 2nd

2005-04-02 Thread Jonas Weismueller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi again, sorry, but I forgot please CC to me, because I haven't subscribed the mailinglist yet. Thx. -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iQIVAwUBQk20Si4HIb

gtkila: log analyzer for RSBAC, 1st pre-version

2005-04-02 Thread Jonas Weismueller
comments will be published as a part of a documentation (Answer: yes or no) Publish your name/email address? (Answer: name only, email only, both, nothing) It would be great to have some feedback before sunday night. Thanks in advance. Cheers Jonas - [EMAIL PROTECTED] -BEGIN

Re: Compile line options for a libglade project?

2005-01-28 Thread Jonas Geiregat
On Thu, 27 Jan 2005 18:29:21 -0500, Tony Freeman <[EMAIL PROTECTED]> wrote: > Attached is the glade file and the c file. Might be gmail but I can't see any attachments ... ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gno

Re: Compile line options for a libglade project?

2005-01-27 Thread Jonas Geiregat
On Wed, 26 Jan 2005 08:46:46 -0500, Tony Freeman > The first error says that 'PREFIX' is undeclared. I have no PREFIX at > all in the whole program ... so this tells me that I'm not using the > right flags for gcc to properly compile. Are you sure you don't have PREFIX in your main.c file ,else

Re: UI_Manager & checkMenuItem

2005-01-25 Thread Jonas Geiregat
On Tue, 25 Jan 2005 12:24:52 +0100, Jonas Geiregat <[EMAIL PROTECTED]> wrote: > On Tue, 25 Jan 2005 11:47:58 +0100 (CET), Jan-Marek Glogowski > <[EMAIL PROTECTED]> wrote: > > Hi > > > > > Does anyone know if there is a way to add a checkMenuItem in a menu &

Re: UI_Manager & checkMenuItem

2005-01-25 Thread Jonas Geiregat
On Tue, 25 Jan 2005 11:47:58 +0100 (CET), Jan-Marek Glogowski <[EMAIL PROTECTED]> wrote: > Hi > > > Does anyone know if there is a way to add a checkMenuItem in a menu > > using ActionGroup and gtkUiManager? > > Have a look for GtkToggleActionEntry. gnome-announce-list@gnome.org > > Jan-Marek >