Re: Is this a cast?
- From: Patrick <patrick spellingbeewinnars org>
- To: gtk-devel-list gnome org
- Subject: Re: Is this a cast?
- Date: Sat, 12 Oct 2013 09:24:14 -0400
Thanks again Allin
Sorry everyone about the garbage post. Just in case someone finds this
later I want to mention a better way to self study along with Krause's
book, I just got this set up last night.
You can download the examples to the book here:
http://gtkbook.sourceforge.net/download.html
Download the source code for glib and gtk and put them in the same
extracted folder.
Install ctags
Run:
ctags `find -name "*.[ch]" `
to create a tag file
then load all the c files into vim with:
gvim `find -name "*.[ch]" `
From within vim run:
set tags=/path/to/your/tag/file/tags
Go to an example file.
Hover over an unknown identifier and with left mouse + CTLR you will go
to the to site of declaration
right mouse click + CNTRL will take you back to where you were.
-Patrick
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]