25#ifndef _SO_PIXMAP_BUTTON_
26#define _SO_PIXMAP_BUTTON_
28#include <Inventor/Win/SoWinBeginStrict.h>
30#include <Inventor/Win/SoWinDef.h>
32#include <Inventor/SbBasic.h>
37 SoWinBitmapButton(SoWidget parent,
SbBool selectable);
42 SoWidget getWidget() {
return widget; }
45 void draw( LPDRAWITEMSTRUCT ) ;
50 void setBitmap( HMODULE hModule, ULONG idBitmap );
53 void setBitmaps( HMODULE hModule,
54 ULONG idUp, ULONG idDown );
62 void select(
SbBool onOrOff);
63 SbBool isSelected() {
return selectFlag; }
67 SbBool selectFlag, selectable;
68 Pixmap normalPixmap, selectPixmap;
85#include <Inventor/Win/SoWinEndStrict.h>