home *** CD-ROM | disk | FTP | other *** search
/ 3D Game Programming All in One / 3D Game Programming All in One Disc.iso / 3D2E / demo / client / ui / mainMenuGui.gui < prev    next >
Encoding:
Text File  |  2006-09-21  |  904 b   |  37 lines

  1. //--- OBJECT WRITE BEGIN ---
  2. new GuiChunkedBitmapCtrl(MainMenuGui) {
  3.    Profile = "GuiContentProfile";
  4.    HorizSizing = "width";
  5.    VertSizing = "height";
  6.    Position = "0 0";
  7.    Extent = "800 600";
  8.    MinExtent = "8 8";
  9.    Visible = "1";
  10.    bitmap = "./background.jpg";
  11.    useVariable = "0";
  12.    tile = "0";
  13.       helpTag = "0";
  14.  
  15.    new GuiTreeViewCtrl(thetree) {
  16.       Profile = "GuiTreeViewProfile";
  17.       HorizSizing = "right";
  18.       VertSizing = "bottom";
  19.       Position = "0 0";
  20.       Extent = "8 2";
  21.       MinExtent = "8 2";
  22.       Visible = "1";
  23.       tabSize = "16";
  24.       textOffset = "2";
  25.       fullRowSelect = "0";
  26.       itemHeight = "21";
  27.       destroyTreeOnSleep = "1";
  28.       MouseDragging = "1";
  29.       MultipleSelections = "1";
  30.    };
  31. };
  32. //--- OBJECT WRITE END ---
  33.  
  34. // inspect.inspect(thescroll);  /// removed to stop console error ***KCF*** 21-SEP-2006
  35.  
  36.  
  37.