代码搜索结果

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

button.c

#include void on_click(GtkWidget *widget, gchar *data) { g_print("user has click button %s\n", (gchar *)data); } int main(int argc, char **argv) { GtkWidget *window; GtkWidget *button;

button.c

/* * button.c: * Simple toggle button example. * * written by Naofumi Yasufuku */ #include #include #include #include

button.asm

include .\head.inc WinMain proto :DWORD,:DWORD,:DWORD,:DWORD .data ClassName db "ButtonClass",0 TitleName db "按钮控件子窗口",0 ButtonClassName

button.cpp

#include #include int main(int argc, char **argv) { QApplication button(argc, argv); QPushButton hello("Hello, Button!", 0); hello.resize(150, 30); hello.setFon

button.pro

TEMPLATE = app CONFIG = qt warn_on release HEADERS = SOURCES = button.cpp INTERFACES =

button.h

/********************************************************************* * SEGGER MICROCONTROLLER SYSTEME GmbH * * Solutions for real time microcontroller applica