代码搜索:Notebook
找到约 1,084 项符合「Notebook」的源代码
代码结果 1,084
www.eeworm.com/read/194563/5127359
h notebook.h
/////////////////////////////////////////////////////////////////////////////
// Name: notebook.h
// Purpose: wxNotebook class
// Author: Robert Roebling
// Modified by:
// RCS-ID:
www.eeworm.com/read/194563/5127498
tex notebook.tex
\section{\class{wxNotebook}}\label{wxnotebook}
This class represents a notebook control, which manages multiple windows with associated tabs.
To use the class, create a wxNotebook object and call \h
www.eeworm.com/read/194535/5130168
xpm notebook.xpm
/* XPM */
static char *notebook_xpm[] = {
/* columns rows colors chars-per-pixel */
"32 32 16 1",
" c Gray0",
". c #808000",
"X c #000080",
"o c #808080",
"O c #000000",
"+ c #808000",
"@ c #000080",
www.eeworm.com/read/194535/5130509
h notebook.h
/////////////////////////////////////////////////////////////////////////////
// Name: wx/msw/notebook.h
// Purpose: MSW/GTK compatible notebook (a.k.a. property sheet)
// Author: Robe
www.eeworm.com/read/194535/5130622
h notebook.h
/////////////////////////////////////////////////////////////////////////////
// Name: notebook.h
// Purpose: wxNotebook class (a.k.a. property sheet, tabbed dialog)
// Author: Julian
www.eeworm.com/read/194535/5130799
h notebook.h
/////////////////////////////////////////////////////////////////////////////
// Name: notebook.h
// Purpose: wxNotebook class
// Author: Robert Roebling
// Modified by:
// RCS-ID:
www.eeworm.com/read/193116/5147940
java notebook.java
package notebook;
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
import java.io.*;
public class NoteBook extends JFrame {
JMenuBar jMenuBar1 = new JMenuBar();
JMenu j
www.eeworm.com/read/190056/5187565
xpm notebook.xpm
/* XPM */
static char *notebook_xpm[] = {
/* columns rows colors chars-per-pixel */
"32 32 16 1",
" c Gray0",
". c #808000",
"X c #000080",
"o c #808080",
"O c #000000",
"+ c #808000",
"@ c #000080",
www.eeworm.com/read/190056/5187998
h notebook.h
#ifdef __WXMAC_CLASSIC__
#include "wx/mac/classic/notebook.h"
#else
#include "wx/mac/carbon/notebook.h"
#endif
www.eeworm.com/read/190056/5188061
h notebook.h
/////////////////////////////////////////////////////////////////////////////
// Name: notebook.h
// Purpose: MSW/GTK compatible notebook (a.k.a. property sheet)
// Author: Stefan Csom