RendererText seems not to have any property to set the
number of lines.
So is it possible to have "line-wrapped + ellipsized" at all when using
a GtkCellRendererText ?
Thanks & Cheers,
Alex
___
gtk-app-devel-list mailing list
gtk-app
ke
"gtk_widget_set_margin_end"/"gtk_widget_set_margin_right" has no effect at all.
However if I change the style-property via css:
gtk_css_provider_load_from_data (provider, " .toggle { margin-right: 0; }", -1,
NULL);
Than I get the needed effect.
Why this is the c
I of GtkApplication has no "
quit-requested" signal any more. Maybe the patch got reverted ? Do you
know anything on that ?
Possibly you as well noticed such delays on logout for your applications
while on hold ? Could it be some bug in gtk+ ?
I am currently using libgtk-3 version
On Mon, 01 Nov 2010 13:09:38 +0100
michael wrote:
> Alex Ermakov wrote:
> > On Fri, 29 Oct 2010 10:00:21 +0200
> > michael wrote:
> >
> >
> >> Alex Ermakov wrote:
> >>
> >>>>> Hello. I'm looking for GTK+ developers, w
On Fri, 29 Oct 2010 10:00:21 +0200
michael wrote:
> Alex Ermakov wrote:
> >>> Hello. I'm looking for GTK+ developers, who're interested in
> >>> development
> > of
> >
> >>> GTK+ based MPlayer frontend. I've started to writ
> On 10/28/2010 10:58 AM, Alex Ermakov wrote:
> >>> Hello. I'm looking for GTK+ developers, who're interested in
> >>> development
> > of
> >>> GTK+ based MPlayer frontend. I've started to write such frontend
> >>>
ortunately I have not
>> enough free time to keep active development of this project. So I would
be
>> very glad if someone wants to participate in further development of nmpf.
If
>> you're interested in this project, please contact me or just answer this
>> mail.
&
time to keep active development of this project. So I would be
very glad if someone wants to participate in further development of nmpf. If
you're interested in this project, please contact me or just answer this
mail.
Best regards,
Alex Ermakov
___
g
would affect just
my application.
Besides setting an environment variable, another valid mechanism would
be executing a shell script to configure the GTK environment before
invoking my application.
Thanks a lot,
Alex
___
gtk-app-devel-list mailing list
gtk-ap
lying
GTK implementation widgets, only to the wrapper SWT objects.
Isn't there a way to change this behavior via an environment variable or
some other mechanism not involving touching the C code?
Thanks,
Alex
___
gtk-app-devel-list mailing list
gtk-
idget render
incorrectly. Is there a way to tailor GTK and configure it not to draw
such lines (perhaps setting a magical environment variable)?
Thanks,
Alex
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/ma
== Problem ==
It seems that keyboard accelerators are not initialized if GTK
application starts when non-latin keyboard layout is set to default in
OS settings. Application starts but all hotkeys are ignored even when
switching back to English. When defaut keyboard kayout is English,
hotkeys kee
d would appreciate a gentle nudge
in the right direction. Hours of searching google to no avail has lead
me to posting here.
Thanks to anyone who can help.
Alex
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
Thanks a lot!
> Could anyone tell me, how to make hpanned separator to be positioned in a
> > special way depending on the new window size?
>
> I've not tried, but I imagine you just need to add a "configure_event"
> handler to see the new window width and height, and set the pane
> position in th
,
- Alex.
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
Le dimanche 30 septembre 2007 à 14:49 -0600, Michael L Torrie a écrit :
> alex wrote:
> > Actually I am porting a Windows .NET software to GTK.
> > So some procedure I use (as false color convertion) is written. I will
> > use it as is because it's not depending on G
> If you are attempting to visual the data (as opposed to making a true
> image) you may want to consider doing some sort of false coloring which
> I don't think is trivial. Does anyone have a link to any good example
> source code for making false color images. In the pat I have just
> converted t
Hello,
In my opinion, diffciculty will depends on how the original code is
written.
If you have a good separation between the text editor's function and and
the console interface (wich can be seen as a kind ok GUI), you should
only have to port the interface between function and UI. If not, a code
Hello list,
I want to create a grayscale image from a CCD camera.
Data are from a function wich gives me an 16 bits array corresponding to
the CCD's pixels.
I take a look at the pixbuf class, but it seems to use a RGB structure.
How can I do my job ?
Thanks in advance.
__
three days investigating this issue but didn't
find any solution. So, will appreciate any advise.
Thanks,
- Alex.
gboolean on_treeview1_key_press_event(GtkWidget * pTreeView,
GdkEventKey * pEvent,
gpointer
when new
nodes will be displayed as folded and currently unfolded nodes will stay
unfolded.
How is it possible to achieve such behaviour?
Thanks,
- Alex.
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
file not
found'.
I have made a page with images to explain what I mean:
http://www.halogen-dg.com/alex/file_selection_dialog/GtkFileOpenBadUsabilityHtml
Anyone else finds file open dialog frustating? Any way I can get
old file dialog back?
--
Alex V. Koval
http://www.halogen-dg.com/
http://
I need to do the same thing but the link doesn't provide the referenced
example. Can Marc or John please provide it? Or someone else? Thanks.
--
View this message in context:
http://www.nabble.com/synthesize-key-press-event-t404320.html#a2611834
Sent from the Gtk+ - Apps Dev forum at Nabble.com.
Hello list,
I'm having strange issues when copying a large selection between two
processes, say from P1 to P2. A large selection is any size past about
500kB. The first gtk_clipboard_request_contents() in P2 always
succeeds. The subsequent calls (even if I copy a different large
object in P1) ei
. Does anyone know of any way to enable the
functionality but disable the popup? Thanks in advance.
Alex Levin
CAC Media
Vice President of Technology:
Consumer Electronics Division
212-631-7483
[EMAIL PROTECTED]
___
gtk-app-devel-list mailing list
Hi everyone. I'm trying to pass a GdkPixbuf object through a FIFO from
one thread to another. Does anyone have any code snippets which does
something similar to this? Thanks in advance.
Alex Levin
CAC Media
Vice President of Technology:
Consumer Electronics Division
212-631-7483
[
your key handler code
break;
}
}
return GDK_FILTER_CONTINUE;
}
Alex Levin
CAC Media
Vice President of Technology:
Consumer Electronics Division
212-631-7483
[EMAIL PROTECTED]
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf O
You should take a look at the X function, XGrabKey.
Alex Levin
CAC Media
Vice President of Technology:
Consumer Electronics Division
212-631-7483
[EMAIL PROTECTED]
From: [EMAIL PROTECTED] on behalf of Andrey K
Sent: Thu 6/16/2005 1:51 PM
To: gtk-app
ation may lag a bit when the
mouse is moved quickly.
I just tried removing "GDK_POINTER_MOTION_HINT_MASK" from the events for
the drawing area and is still doesn't do anything different; It still
doesn't get all of the pixels in between
t known location of the
mouse.
Thanks,
Alex Schultz
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
30 matches
Mail list logo