Hello,
I have a gtk app I wrote about 12 years ago. I've slowly evolved it. I
have about a dozen figures (graphics) that get displayed in some of the
dialogs. Two examples of these figures can be seen at
http://wcalc.sf.net/tech.html
The figures are drawn with tgif (a nice 2-d vector draw
On Wed, Jan 14, 2009 at 6:05 PM, Jack wrote:
> I believe the original question was gkt+ vs qt.
I don't believe there was a question
And this is all fairly offtopic for this list.
So lets stop it now before it gets silly.
iain
___
gtk-app-devel-list mai
Zhenghe,
There is a gtk style focus-line-pattern that defines the bit pattern of the
dashed line. You can set this in an rc file that your app loads, as follows:
style "focus_style" {
GtkWidget::focus-line-pattern = "\0"
}
class "GtkWidget" style "focus_style"
HTH,
Andy
-- Ori
This is a whole different issue - Gnome vs KDE vs other desktops. I believe
the original question was gkt+ vs qt. I use a number of gtk based apps on a
KDE based desktop. (Isn't KDE based on QT? It shows how long it's been since
I paid attention at that level.) There have been some interest
Andersen, Jan wrote:
> 1. X used to display a small "label" containing the position and size
> of a window when you moved it. That was one feature I found hugely
> useful; I usually have 9 desktops and organise my applications with
> fixed dimensions and positions different desktops - like Pidgin o
As someone who has recently stopped using GNOME, let me give my viewpoint,
then, about why I have stopped using it. It isn't so much knee-jerk, I would
hope, as simple, everyday usefulness. It was not an easy decision for me to
leave and start using KDE - I have used GNOME from the beginning and
With the recent news that Nokia will be releasing QT under LGPL, I'm
seeing allot of knee-jerk anti-GTK comments out there. I know I'm
preaching to the choir on this list, but for the sake of moral I thought
I would post my 2 cents on the matter.
-I can't think of single QT application I even
Hi all
Now I have a problem, could you help me? Thank you.
As followed;
There is a button, and the button obtains the focus, there is a "Dashed
border" on the button,
Now I want to change it to "solid line", but I don't know how to do it,
I hope you tell me your methods.
Thank you very muc