代码搜索结果
找到约 10,000 项符合
Interface 的代码
interface.m
function varargout = interface(varargin)
% INTERFACE M-file for interface.fig
% INTERFACE, by itself, creates a new INTERFACE or raises the existing
% singleton*.
%
% H = INTERFACE
interface.h
#ifndef _BOMB
#include "bomb.h"
#endif
GtkWidget* main_window;
GtkWidget* vbox;
GtkWidget* hbox;
GtkWidget* main_frame;
GtkWidget* table;
GtkWidget* button;
GtkWidget* toolbar;
GtkWidget* item;
GtkW
interface.c
#include "interface.h"
gint test (GtkWidget* widget, GdkEvent* event, gpointer data)
{
// gdk_draw_line (area->window, area->style->black_gc, 1, 1, 100, 100);
// if (event->type == GDK_BUTTON_PRESS
interface.h
#ifndef _BOMB
#include "bomb.h"
#endif
GtkWidget* main_window;
GtkWidget* vbox;
GtkWidget* hbox;
GtkWidget* main_frame;
GtkWidget* table;
GtkWidget* button;
GtkWidget* toolbar;
GtkWidget* item;
GtkW
interface.c
#include "interface.h"
gint test (GtkWidget* widget, GdkEvent* event, gpointer data)
{
// gdk_draw_line (area->window, area->style->black_gc, 1, 1, 100, 100);
// if (event->type == GDK_BUTTON_PRESS
interface.m
function varargout = interface(varargin)
% INTERFACE M-file for interface.fig
% INTERFACE, by itself, creates a new INTERFACE or raises the existing
% singleton*.
%
% H = INTERFACE