代码搜索:ListView
找到约 5,437 项符合「ListView」的源代码
代码结果 5,437
www.eeworm.com/read/470423/1471789
java listview.java
/**
* Copyright (C) 2006 Aelitis, All Rights Reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as pu
www.eeworm.com/read/464631/1526056
h listview.h
// Windows/Control/ListView.h
#ifndef __WINDOWS_CONTROL_LISTVIEW_H
#define __WINDOWS_CONTROL_LISTVIEW_H
#include "Windows/Window.h"
#include "Windows/Defs.h"
#include
namesp
www.eeworm.com/read/464631/1526070
cpp listview.cpp
// Windows/Control/ListView.cpp
#include "StdAfx.h"
#include "Windows/Control/ListView.h"
namespace NWindows {
namespace NControl {
bool CListView::CreateEx(DWORD exStyle, DWORD style,
www.eeworm.com/read/455538/1610713
xpm listview.xpm
/* XPM */
static char *magick[] = {
/* columns rows colors chars-per-pixel */
"22 22 32 1",
" c Gray100",
". c #e39700",
"X c #a87000",
"o c #848484",
"O c Gray42",
"+ c #5a5a5a",
"@ c Gray32",
"# c
www.eeworm.com/read/455538/1610797
xpm listview.xpm
/* XPM */
static char *magick[] = {
/* columns rows colors chars-per-pixel */
"32 32 110 2",
" c Gray0",
". c Gray3",
"X c #101010100808",
"o c #101010101010",
"O c #101010101818",
"+ c #181818
www.eeworm.com/read/455528/1611898
xpm listview.xpm
/* XPM */
static char *magick[] = {
/* columns rows colors chars-per-pixel */
"22 22 32 1",
" c Gray100",
". c #e39700",
"X c #a87000",
"o c #848484",
"O c Gray42",
"+ c #5a5a5a",
"@ c Gray32",
"# c
www.eeworm.com/read/455528/1611982
xpm listview.xpm
/* XPM */
static char *magick[] = {
/* columns rows colors chars-per-pixel */
"32 32 110 2",
" c Gray0",
". c Gray3",
"X c #101010100808",
"o c #101010101010",
"O c #101010101818",
"+ c #181818
www.eeworm.com/read/451314/1663430
h listview.h
/*
* ============================================================================
* Name : CListView from ListView.h
* Part of : MultiView
* Created : 03.12.2005 by ToBeReplacedByAuthor