comparison dwt/internal/gtk/c/gtktypes.d @ 27:ffa3c27c4328

Display
author Frank Benoit <benoit@tionex.de>
date Wed, 09 Jan 2008 01:08:22 +0100
parents 09f5459a5014
children 5c24c1a67fc2
comparison
equal deleted inserted replaced
26:09f5459a5014 27:ffa3c27c4328
2467 2467
2468 2468
2469 /** 2469 /**
2470 * Main Gtk struct. 2470 * Main Gtk struct.
2471 */ 2471 */
2472 public struct GtkWindow{} 2472 public struct GtkWindow{
2473 GtkBin bin;
2474 }
2473 2475
2474 2476
2475 /** 2477 /**
2476 * Main Gtk struct. 2478 * Main Gtk struct.
2477 */ 2479 */
4442 * (These fields should be considered read-only. They should never be set by 4444 * (These fields should be considered read-only. They should never be set by
4443 * an application.) 4445 * an application.)
4444 * GtkWidget *child; 4446 * GtkWidget *child;
4445 * the child widget. 4447 * the child widget.
4446 */ 4448 */
4447 public struct GtkBin{} 4449 public struct GtkBin{
4450 GtkContainer container;
4451 }
4448 4452
4449 4453
4450 /** 4454 /**
4451 * Main Gtk struct. 4455 * Main Gtk struct.
4452 * The GtkBox describes an instance of GtkBox and contains the 4456 * The GtkBox describes an instance of GtkBox and contains the