文件名称:CustomCtrl1
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:28.37kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
对已建立的控件进(实例)行子类化 MiniGUI 的控件就是一类特殊的子窗口,所以它们也有自己的过程处理函数 typedef int (* WNDPROC) (HWND, int, WPARAM, LPARAM) 。这种方式的实现其实就是替换掉已经创建了的控件原来的过程出来函数。这个函数其实是每个控件结构体变量里一个函数指针所指向的。通过函数指针指向不同的处理函数就能实现控件的不同功能已经不同的属性。再配合上每个控件的实例数据(后面再说这个东东),是不是有点像面向对象的感觉了呢 ^_^。
-Has established controls into line subclass of MiniGUI control of the (instance) is a special kind of child windows, so they also have their own process handler typedef for int (* WndProc) (HWND, int, wParam, LPARAM). The realization of this approach is in fact replace the controls have created the original process out function. This function is actually a function pointer points to each control structure variables. Through a function pointer to point to a different handler will be able to control different functions have different properties. With each control instance data (back to say this stuff), is not a bit like an object-oriented feel it ^ _ ^.
-Has established controls into line subclass of MiniGUI control of the (instance) is a special kind of child windows, so they also have their own process handler typedef for int (* WndProc) (HWND, int, wParam, LPARAM). The realization of this approach is in fact replace the controls have created the original process out function. This function is actually a function pointer points to each control structure variables. Through a function pointer to point to a different handler will be able to control different functions have different properties. With each control instance data (back to say this stuff), is not a bit like an object-oriented feel it ^ _ ^.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
CustomCtrl1/app
CustomCtrl1/CustomCtrl1.IAB
CustomCtrl1/CustomCtrl1.IAD
CustomCtrl1/CustomCtrl1.IMB
CustomCtrl1/CustomCtrl1.IMD
CustomCtrl1/CustomCtrl1.PFI
CustomCtrl1/CustomCtrl1.PO
CustomCtrl1/CustomCtrl1.PR
CustomCtrl1/CustomCtrl1.PRI
CustomCtrl1/CustomCtrl1.PS
CustomCtrl1/CustomCtrl1.WK3
CustomCtrl1/GraphCtrl.c
CustomCtrl1/GraphCtrl.d
CustomCtrl1/GraphCtrl.h
CustomCtrl1/GraphCtrl.o
CustomCtrl1/Main.c
CustomCtrl1/Main.d
CustomCtrl1/Main.o
CustomCtrl1/Makefile
CustomCtrl1
CustomCtrl1/CustomCtrl1.IAB
CustomCtrl1/CustomCtrl1.IAD
CustomCtrl1/CustomCtrl1.IMB
CustomCtrl1/CustomCtrl1.IMD
CustomCtrl1/CustomCtrl1.PFI
CustomCtrl1/CustomCtrl1.PO
CustomCtrl1/CustomCtrl1.PR
CustomCtrl1/CustomCtrl1.PRI
CustomCtrl1/CustomCtrl1.PS
CustomCtrl1/CustomCtrl1.WK3
CustomCtrl1/GraphCtrl.c
CustomCtrl1/GraphCtrl.d
CustomCtrl1/GraphCtrl.h
CustomCtrl1/GraphCtrl.o
CustomCtrl1/Main.c
CustomCtrl1/Main.d
CustomCtrl1/Main.o
CustomCtrl1/Makefile
CustomCtrl1
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.