Changeset 177:9940f681d053 for examples
- Timestamp:
- 11/03/08 17:38:57 (4 years ago)
- Files:
-
- examples/controlexample/ControlExample.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
examples/controlexample/ControlExample.d
r161 r177 108 108 Stdout.formatln( "On linux GTK:" ); 109 109 Stdout.formatln( "todo: DateTimeTab not implemented" ); 110 Stdout.formatln( "bug: ProgressBarTab crash on vertical" );111 Stdout.formatln( " in java it behaves the same" );112 Stdout.formatln( "bug: SliderTab horizontal arrow buttons are too high." );113 Stdout.formatln( " in java it behaves the same" );114 Stdout.formatln( " Known bug:" );115 Stdout.formatln( " https://bugs.eclipse.org/bugs/show_bug.cgi?id=197402" );116 Stdout.formatln( " http://bugzilla.gnome.org/show_bug.cgi?id=475909" );117 110 Stdout.formatln( "" ); 118 111 }
