代码搜索结果
找到约 44,783 项符合
Layout 的代码
todo.h
/*
* Copyright (C) 2000 EmSoft Limited (www.emsoftltd.com)
*
*
*
*/
#ifndef _TODO_H_
#define _TODO_H_
/* 320x240 layout (default) */
#if !defined(UI_LAYOUT_SCHEME) |
addressbook.h
#ifndef _ADDRBK_H_
#define _ADDRBK_H_
#include "addressbook_record.h"
/* 320x240 layout (default) */
#if !defined(UI_LAYOUT_SCHEME) || (UI_LAYOUT_SCHEME==320240)
#define APP_WIN_X 0
#define APP_WIN_
customlayout.html
Qt Toolkit - Writing your own layout manager
layout-layout-cpp.html
Qt Toolkit - layout/layout.cpp example file
graph.htm
Graph Layout (example 4)
Graph Layout (example 4)
mediaplayer.jpx.local~
build.menu.1[0]=com.borland.jbuilder.build.ProjectBuilder$ProjectBuildAction;make
build.menu.2[0]=com.borland.jbuilder.build.ProjectBuilder$ProjectBuildAction;rebuild
content.layout.xml.[0]=
myjavazip.jpx.local~
build.menu.1[0]=com.borland.jbuilder.build.ProjectBuilder$ProjectBuildAction;make
build.menu.2[0]=com.borland.jbuilder.build.ProjectBuilder$ProjectBuildAction;rebuild
content.layout.xml.[0]=
myjavazip.jpx.local
build.menu.1[0]=com.borland.jbuilder.build.ProjectBuilder$ProjectBuildAction;make
build.menu.2[0]=com.borland.jbuilder.build.ProjectBuilder$ProjectBuildAction;rebuild
content.layout.xml.[0]=
panel.cc
#include
#include
#include
#include "SDL_gui.h"
GUI_Panel::GUI_Panel(const char *aname, int x, int y, int w, int h)
: GUI_Container(aname, x, y, w, h)
{
layout = 0;
layout.cc
#include
#include
#include
#include "SDL_gui.h"
GUI_Layout::GUI_Layout(const char *aname)
: GUI_Object(aname)
{
}
GUI_Layout::~GUI_Layout()
{
}
void GUI_Layout::La