代码搜索结果

找到约 10,000 项符合 Button 的代码

button.h

#ifndef _GOS_BUTTON_H_ #define _GOS_BUTTON_H_ enum _tagButton { BS_PUSHBUTTON =0x0000, BS_CHECKBOX =0x0001, BS_RADIOBUTTON =0x0002, BS_OWNERDRAW =0x0007, BS_CHECKED =0x0010,

button.cpp

#include "gos.h" #include "button.h" LRESULT CButton::MsgProc(UINT message, WPARAM wParam, LPARAM lParam) { switch(message) { case WM_PAINT: OnPaint(PDC(wParam)); break; case WM_LBU

button.h

/* ********************************************************************************************************* * uC/GUI * Universal

button.c

/* ********************************************************************************************************* * uC/GUI * Universal

button.c

#include "Ic.h" int main () { void * button, * lineOut; char buf [100]; lineOut = new(LineOut()); button = new(Button(), "a"); wire(lineOut, button); puto(button, stdout); while (fgets(buf, s

_button.h

#if !defined(AFX__BUTTON_H__EB61D382_2C3A_4B41_8CDC_13952B322C9F__INCLUDED_) #define AFX__BUTTON_H__EB61D382_2C3A_4B41_8CDC_13952B322C9F__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MS