Exemplo n.º 1
0
 public PreviewCanvas(PrintPreview preview, Window parent, Point pos, Size size, long style, string name)
     : this(wxPreviewCanvas_ctor(Object.SafePtr(preview), Object.SafePtr(parent), ref pos, ref size, (uint)style, name))
 {
 }
Exemplo n.º 2
0
 public PreviewCanvas(PrintPreview preview, Window parent, Point pos)
     : this(preview, parent, pos, wxDefaultSize, 0, "PreviewCanvas")
 {
 }
Exemplo n.º 3
0
 public PreviewCanvas(PrintPreview preview, Window parent, Point pos, Size size, long style)
     : this(preview, parent, pos, size, style, "PreviewCanvas")
 {
 }
Exemplo n.º 4
0
 public PreviewControlBar(PrintPreview preview, int buttons, Window parent, Point pos, Size size, long style, string name)
     : this(wxPreviewControlBar_ctor(Object.SafePtr(preview), buttons, Object.SafePtr(parent), ref pos, ref size, (uint)style, name))
 {
 }
Exemplo n.º 5
0
 public PreviewCanvas(PrintPreview preview, Window parent)
     : this(preview, parent, wxDefaultPosition, wxDefaultSize, 0, "PreviewCanvas")
 {
 }
Exemplo n.º 6
0
 public PreviewControlBar(PrintPreview preview, int buttons, Window parent, Point pos)
     : this(preview, buttons, parent, pos, wxDefaultSize, 0, "PreviewControlBar")
 {
 }
Exemplo n.º 7
0
 public PreviewControlBar(PrintPreview preview, int buttons, Window parent, Point pos, Size size, long style)
     : this(preview, buttons, parent, pos, size, style, "PreviewControlBar")
 {
 }
Exemplo n.º 8
0
 public PreviewControlBar(PrintPreview preview, int buttons, Window parent)
     : this(preview, buttons, parent, wxDefaultPosition, wxDefaultSize, 0, "PreviewControlBar")
 {
 }
Exemplo n.º 9
0
 public PreviewFrame(PrintPreview preview, Frame parent, string title, Point pos, Size size, long style, string name)
     : this(wxPreviewFrame_ctor(Object.SafePtr(preview), Object.SafePtr(parent), title, ref pos, ref size, (uint)style, name))
 {
 }
Exemplo n.º 10
0
 public PreviewFrame(PrintPreview preview, Frame parent, string title, Point pos, Size size, long style)
     : this(preview, parent, title, pos, size, style, "PreviewFrame")
 {
 }
Exemplo n.º 11
0
 public PreviewFrame(PrintPreview preview, Frame parent, string title, Point pos, Size size)
     : this(preview, parent, title, pos, size, wxDEFAULT_FRAME_STYLE, "PreviewFrame")
 {
 }
Exemplo n.º 12
0
 public PreviewFrame(PrintPreview preview, Frame parent, string title)
     : this(preview, parent, title, wxDefaultPosition, wxDefaultSize, wxDEFAULT_FRAME_STYLE, "PreviewFrame")
 {
 }