On Jan 5, 2010, at 20:50, Chris Bare wrote:
I'm working on porting a simple text note taking application from
motif to
gtk. The basics were very easy to get working, but I'm a little
stuck on how
to implement search.
In the old implementation, I got the text data, got the curser
offset a
t forced to bind it to a shell.
VteTerminal will take care of monitoring your process and grabbing all
output for you. The only drawback is that the widget doesn't work on win32.
[1] http://library.gnome.org/devel/vte/unstable/VteTerminal.html
Emmanuel Rodriguez
__
gen quite annoying,
but it's your project so you know what's best for it! ;)
[1] http://developer.pidgin.im/doxygen/dev/html/main.html
--
Emmanuel Rodriguez
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
mp; GDK_CONTROL_MASK) != 0)
{
/* Button 1 with contro clicked */
}
--
Emmanuel Rodriguez
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
about this and
> you should be able to find some documentation.
>
Libchamplain's wiki [1] has a section named "Valgrind error suppression"
that shows how to prepare valgrind to behave better with glib. The
instructions should be easy to adapt to any project.
[1] http://live.gnome.
p://live.gnome.org/).
--
Emmanuel Rodriguez
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
elf:
GMainLoop *loop = g_main_loop_new (NULL, FALSE);
g_main_loop_run(loop);
--
Emmanuel Rodriguez
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
ge of your code and the example simple.c provided by
gtkglext.tar.gz. Your current drawing method doesn't work but I'm not that
good with OpenGL. Although if I substitue your drawing by the one of
simple.c it works. I'm sure that you will be able to figure this bit out for
me :)
--
E
ute" branch that should be merged
before the end of the week that will allow for basic drawing. The current
version allows markers to be added to an existing maps and markers can be
rendered with cairo.
--
Emmanuel Rodriguez
___
gtk-app-devel-list
On Wed, May 27, 2009 at 9:04 PM, Brian J. Tarricone wrote:
> Bill Farmer wrote:
>
>> I am porting a native windows application to linux gtk. I want to stop the
>> alt-spacebar key combination popping up the application window menu. This
>> can be done in windows by capturing the WM_SYSCHAR message
; gtk-app-devel-list mailing list
> gtk-app-devel-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
>
--
Emmanuel Rodriguez
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
ower cost.
>
I recall reading somewhere that mmap can be used to build custom
memory allocators. If that's true than one can bypass malloc. I think
that you can request memory through mmap by using MAP_ANONYMOUS.
Emmanuel Rodriguez
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
12 matches
Mail list logo