代码搜索:gtk_widget_destroy
找到约 28 项符合「gtk_widget_destroy」的源代码
代码结果 28
www.eeworm.com/read/167890/5451291
c menu_handlers.c
// This file is part of MANTIS OS, Operating System
// See http://mantis.cs.colorado.edu/
//
// Copyright (C) 2003-2005 University of Colorado, Boulder
//
// This program is free software; you can
www.eeworm.com/read/393447/8287203
c builder.c
/* Builder
*
* Demonstrates an interface loaded from a XML description.
*/
#include
#include "demo-common.h"
G_MODULE_EXPORT void
quit_activate (GtkAction *action)
{
}
G_MODULE_EXPOR
www.eeworm.com/read/112840/15475858
c hello.c
#include
#include
#include "about.h"
//#include "hello.h"
//此函数在插件初始化时默认执行
void g_module_check_init(GModule *module)
{
g_print("插件%s初始化成功,已经调入!\n", g_module_name(module));
www.eeworm.com/read/112839/15475864
c hello.c
#include
#include
#include "about.h"
//#include "hello.h"
//此函数在插件初始化时默认执行
void g_module_check_init(GModule *module)
{
g_print("插件%s初始化成功,已经调入!\n", g_module_name(module));
www.eeworm.com/read/112838/15475870
c hello.c
#include
#include
#include "about.h"
//#include "hello.h"
//此函数在插件初始化时默认执行
void g_module_check_init(GModule *module)
{
g_print("插件%s初始化成功,已经调入!\n", g_module_name(module));
www.eeworm.com/read/112836/15475877
c hello.c
#include
#include
#include "about.h"
//#include "hello.h"
//此函数在插件初始化时默认执行
void g_module_check_init(GModule *module)
{
g_print("插件%s初始化成功,已经调入!\n", g_module_name(module));
www.eeworm.com/read/112834/15475884
c hello.c
#include
#include
#include "about.h"
//#include "hello.h"
//此函数在插件初始化时默认执行
void g_module_check_init(GModule *module)
{
g_print("插件%s初始化成功,已经调入!\n", g_module_name(module));
www.eeworm.com/read/394043/8250720
c iegd_lastest1207_2030.c
#include
#include
#include
#include
#include
#define SIZE 50
static GtkWidget *entry1;
static GtkWidget
www.eeworm.com/read/433074/8548899
c helloworld.c
#include
/* 这是一个回调函数。data 参数在本示例中被忽略。
* 后面有更多的回调函数示例。*/
void hello( GtkWidget *widget,
gpointer data )
{
g_print ("Hello World\n");
}
gint delete_event( GtkWidget *wid
www.eeworm.com/read/383790/8917677
c hello.c
#include
/* 这是一个回调函数。data 参数在本示例中被忽略。
* 后面有更多的回调函数示例。*/
void hello( GtkWidget *widget,
gpointer data )
{
g_print ("hello world\n");
}
gint delete_event( GtkW