[tuhopuu-cvs] CVS commit: blender/source/blender/src headerbuttons.c interface.c

Matt Ebb matt at mke3.net
Mon May 5 17:38:47 CEST 2003


broken (Matt Ebb) 2003/05/05 17:38:47 CEST

  Modified files:
    blender/source/blender/src headerbuttons.c interface.c 
  
  Log:
  Implemented new window type selection menu
  #define NEW_WINDOW_TYPE_MENU in headerbuttons.c
  
  Includes code for new buttons/emboss types:
  uiDefIconTextBut and uiDefIconBlockBut
  
  uiDefIconTextBut allows both an icon and text label on the one button
  (not implemented for TEX and NUM buts, since I can't see any good reasons to have icons on those)
  uiDefIconBlockBut allows an icon used on a block button
  
  uiDefIconTextBut takes an additional arg to most of the other uiDef*But functions to accomodate having both icon and text label
  
  Revision  Changes    Path
  1.41      +226 -16   blender/source/blender/src/headerbuttons.c
  1.10      +330 -117  blender/source/blender/src/interface.c



More information about the tuhopuu-cvs mailing list