etter if the document can add a NOTE for
> gtk-thread.c example to remind reader it's not guarantee to work on WIN32.
It's actually well documented on: http://www.gtk.org/documentation.php
-> Windows portability for gnome software
(http://www.iki.fi/tml/fosdem-2006.pdf)
--
Emman
the code. ;)
--
Emmanuel Thomas-Maurin
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
ique
> is recommended as it is most safe and most portable.
You may check out http://www.iki.fi/tml/fosdem-2006.pdf about gtk-win32
and threads.
--
Emmanuel Thomas-Maurin
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
building app/installer on win32 is available on the
site (http://www.newsrssticker.com/help.php#building_from_source_howto).
--
Emmanuel Thomas-Maurin
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
> cursor position to be at the end of the string I set as the filename?
I think you may use something like:
gtk_editable_set_position(GTK_EDITABLE(entry), -1)
--
Emmanuel Thomas-Maurin
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gn
On 02/03/2012 01:17 AM, Ferdinand Ramirez wrote:
> --- On Thu, 2/2/12, Emmanuel Thomas-Maurin wrote:
>
>> I think you may use something like:
>> gtk_editable_set_position(GTK_EDITABLE(entry), -1)
>>
>
> The problem is that I don't seem to have access to loca
//linkinghub.elsevier.com/retrieve/pii/S0921452610007271
>
>
>
>
>
>
>
>
>
> Is there any xml parser that I can use with GTK2+? google says xml
> parsing can be done with php. What about C?
>
> Please help.
>
&
t; So I try p, but it doesn't work.
>>>
>>> Somebody could tell me which keyword I have to use in my Accelmap for
>>> a shortcut using AltGr key ?
>>>
>>> Thanks a lot,
>>> Jean
>>> ___
&
by which to insulate yourself from the oddities
> of UTF-16 pathnames.
>
> --karl
One doc I found extremely useful is: http://www.iki.fi/tml/fosdem-2006.pdf
There is also: http://ricardo.ecn.wfu.edu/~cottrell/cross-gtk/
(These are links from http://www.gtk.org/documentation.php)
--
Emm
u could create a GtkBox that contains a close GtkButton
> and a centred GtkLabel as the title, set it as the titlebar with
> gtk_window_set_titlebar(), then connect "clicked" to gtk_main_quit() or
> something, though its a very hacky solution, and IDK if it will handle
> dragging
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
--
Emmanuel Thomas-Maurin
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
OK, here is some example code (it's from 'tickr' application code).
On 09/13/2014 10:42 AM, Geert Janssens wrote:
On Thursday 11 September 2014 07:14:54 Emmanuel Thomas-Maurin wrote:
> I've had a similar problem previously, with non-ascii (for instance
> cyrill
rtion
'GTK_IS_WIDGET (widget)' failed" warning. How can I fix this?
Thanks, Rui
--
Emmanuel Thomas-Maurin
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
Thanks everybody for the answers.
So far, I've only found that one call to pango_layout_get_pixel_size() in my app
was followed by a segfault although the layout is valid, so this remains quite
confusing
(at least for me.)
Now I have one more question:
In the linux version, I use g_timeout_add
Thomas-Maurin
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
devel-list mailing list
> gtk-app-devel-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
Have you tried with Gtk::FileChooser::set_current_name() instead ?
--
Emmanuel Thomas-Maurin
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
You could add the cancel button after creating the dialog with
gtk-dialog-add-button:
http://developer.gnome.org/gtk/stable/GtkDialog.html#gtk-dialog-add-button
--
Emmanuel Thomas-Maurin
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.o
m I missing?
(The Cairo doc is somewhat spartan...)
Thanks.
--
Emmanuel Thomas-Maurin
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
d, but
> there is no recommendation for what should be used in its place. What
> is the right GDK function for drawing text, or is text drawing now
> moved outside of GDK?
Have a look at cairo / pango stuff.
--
Emmanuel Thomas-Maurin
___
gtk-a
text length ++
--
Emmanuel Thomas-Maurin
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
_rectangle(cr, dest_x, dest_y, drawing_area_width,
drawing_area_height);
cairo_set_operator(cr, CAIRO_OPERATOR_SOURCE);
cairo_fill(cr);
cairo_destroy(cr);
--
Emmanuel Thomas-Maurin
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://ma
21 matches
Mail list logo