代码搜索:Layout
找到约 10,000 项符合「Layout」的源代码
代码结果 10,000
www.eeworm.com/read/5803/74959
res dlg10.res
(Dialog ug_uilist
(Components
(SubLayout ug_uilist_layout1)
(SubLayout ug_uilist_layout2)
)
(Resources
(.Label
www.eeworm.com/read/453226/1641929
res example5_4.res
(Dialog Example5_4
(Components
(SubLayout Layout1)
(SubLayout Layout2)
(Separator sep1)
(PushBut
www.eeworm.com/read/433074/8548938
c buttonbox.c
#include
int main(int argc, char *argv[])
{
GtkWidget *window;
GtkWidget *button_box;
GtkWidget *button;
gtk_init(&argc, &argv);
window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
gtk_sig
www.eeworm.com/read/353994/10398443
rss porting1.rss
//
// PORTING1.RSS - UIQ Porting1 Resource file
//
// Copyright (C) UIQ Technology AB, 2007
//
// This material is provided "as is" without any warranty to its performance or functionality.
www.eeworm.com/read/353994/10399637
rss sockets1.rss
//
// Sockets1.RSS - UIQ Sockets1 Resource file
//
// Copyright (C) UIQ Technology AB, 2007
//
// This material is provided "as is" without any warranty to its performance or functionality.
www.eeworm.com/read/353994/10400192
rss msg1.rss
//
// MSG1.RSS - UIQ Resource file
//
// Copyright (C) UIQ Technology AB, 2007
//
// This material is provided "as is" without any warranty to its performance or functionality.
// In no even
www.eeworm.com/read/350718/7149715
h lcd_text.h
#if TEXT_AVER_WIDTH == 9
#define MAX_LCD_TEXT 32 /* 最大可显示的字符为 (320/9), 同时这里再考虑旁边的边框多加一点,故仅用32个字符 */
#define MAX_TITLE_TEXT 32
#define MAX_INPUT_TEXT 32
#define MAX_SUB_TEXT 32
#de