Changeset 202
- Timestamp:
- 01/08/07 23:29:41 (2 years ago)
- Files:
-
- trunk/wrap/APILookupGtk.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wrap/APILookupGtk.txt
r200 r202 5525 5525 if ( size < 0 ) size = -size; // hack to workaround leds bug - TO BE REMOVED 5526 5526 modifyFont(new PgFontDescription( 5527 PgFontDescription.fromString(5528 family ~ " " ~ std.string.toString(size))));5527 PgFontDescription.fromString( 5528 family ~ " " ~ std.string.toString(size)))); 5529 5529 } 5530 5530
