Changeset 87:4f37e84078de

Show
Ignore:
Timestamp:
01/16/08 05:21:06 (8 months ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

TabFolder? and TabItem?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/todo.txt

    r86 r87  
    135135widgets/ToolItem                        // OK 
    136136widgets/ToolTip                         // OKs 
    137 widgets/Tracker 
     137widgets/Tracker                         // OK 
    138138widgets/Tray                            // OKs 
    139139widgets/TrayItem                        // OKs 
  • dsss.conf

    r59 r87  
    22type=library 
    33 
    4 [helloworld.d] 
     4[dwtexamples/helloworld.d] 
    55 
    66buildflags+=-L-lgtk-x11-2.0 
     
    3333 
    3434 
    35  
    36 [structs.d] 
  • dwt/internal/gtk/OS.d

    r80 r87  
    1212 * Contributors: 
    1313 *     IBM Corporation - initial API and implementation 
    14  *******************************************************************************/ 
    15 /******************************************************************************** 
    16  * D port done by: 
    17  *      Frank Benoit <keinfarbton@googlemail.com> 
    18  *      JJR 
     14 * Port to the D programming language: 
     15 *     Frank Benoit <benoit@tionex.de> 
     16 *     John Reimer <> 
    1917 *******************************************************************************/ 
    2018module dwt.internal.gtk.OS; 
  • dwt/widgets/Button.d

    r72 r87  
    145145} 
    146146 
     147alias Control.computeSize computeSize; 
    147148override public Point computeSize (int wHint, int hHint, bool changed) { 
    148149    checkWidget ();