Re: Separator not being a darned separator!
- From: David Grundberg <c04dgg cs umu se>
- To: "Patrick M. Rutkowski" <rutski89 gmail com>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: Separator not being a darned separator!
- Date: Wed, 06 May 2009 14:45:21 +0200
gtk-app-devel-list-request gnome org skrev:
Message: 1
Date: Tue, 5 May 2009 13:00:48 -0400
From: "Patrick M. Rutkowski" <rutski89 gmail com>
Subject: Separator not being a darned separator!
To: gtk-app-devel-list gnome org
Message-ID:
<c4b204920905051000k61734f86q7cd421d4cd069de9 mail gmail com>
Content-Type: text/plain; charset=ISO-8859-1
Someone please help a GTK+ newbie out, I can't make any sense of this:
http://www.rutski89.com/static/taskbook-sep.jpg
Glade says it's of class GtkSeparatorMenuItem, but it doesn't show up
as such in the actual app.
You can find the source code here:
http://www.rutski89.com/static/taskbook-sep.tar.gz
If you have the requisite tools installed, the following one-liner
will download, build, and run the (broken) project. If you trust me
enough, you can give it a spin to see for yourself:
mkdir taskbook-tmp && cd taskbook-tmp && wget
http://www.rutski89.com/static/taskbook-sep.tar.gz && tar xvzf
taskbook-sep.tar.gz && cd taskbook && sh configure
--prefix=$PWD/../taskbook-install && make install &&
$PWD/../taskbook-install/bin/taskbook
Hi Patrick,
Try the attached patch. Seems to me like the extraneous properties
forced the separator to have a label(!), thus the confusing appearance.
Sincerely,
David
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]