File: gtk-overrides.txt

package info (click to toggle)
gtk%2B2.0 2.20.1-2%2Bdeb6u2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze-lts
  • size: 136,284 kB
  • ctags: 66,487
  • sloc: ansic: 590,318; sh: 10,559; makefile: 5,573; xml: 1,357; python: 866; perl: 776; asm: 457; awk: 72; cpp: 34
file content (15 lines) | stat: -rw-r--r-- 273 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# These are manually-edited to override or add declarations to those scanned
# from the GTK header files.

# GtkAllocation is the same as GtkRectangle

<STRUCT>
<NAME>GtkAllocation</NAME>
struct GtkAllocation
{
  gint x;
  gint y;
  gint width;
  gint height;
};
</STRUCT>