#include <Inventor/Win/SoWinBeginStrict.h>
#include <windows.h>
#include <Inventor/Win/SoWinDef.h>
#include <Inventor/SbBasic.h>
#include <Inventor/Win/SoWinEndStrict.h>
Go to the source code of this file.
Functions | |
~SoWinBitmapButton () | |
SoWidget | getWidget () |
void | draw (LPDRAWITEMSTRUCT) |
void | setBitmap (HMODULE hModule, ULONG idBitmap) |
void | setBitmaps (HMODULE hModule, ULONG idUp, ULONG idDown) |
void | showFocus (SbBool) |
void | select (SbBool onOrOff) |
SbBool | isSelected () |
void draw | ( | LPDRAWITEMSTRUCT | ) |
SoWidget getWidget | ( | ) |
Definition at line 42 of file SoWinBitmapButton.h.
SbBool isSelected | ( | ) |
Definition at line 63 of file SoWinBitmapButton.h.
void select | ( | SbBool | onOrOff | ) |
void setBitmap | ( | HMODULE | hModule, |
ULONG | idBitmap | ||
) |
void setBitmaps | ( | HMODULE | hModule, |
ULONG | idUp, | ||
ULONG | idDown | ||
) |
void showFocus | ( | SbBool | ) |
~SoWinBitmapButton | ( | ) |