Displaying 12 results from an estimated 12 matches for "wxpen".
2007 May 02
0
[1000] branches/wxruby2/wxwidgets_282/swig/classes/include/wxPen.h: Default arguments for Wx::Pen constructors
...ch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[1000] branches/wxruby2/wxwidgets_282/swig/classes/include/wxPen.h: Default arguments for Wx::Pen constructors</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>1000</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt>Date</dt> <dd>2007-05-02 15:13:4...
2006 Oct 19
4
wxPen.h
wxPen.h #ifdefs out the stipple constructor for GTK but Pen.i %ignores
the stipple functions (GetStipple, SetStipple). Shouldn''t we follow the
same path so we get GetStipple and SetStipple on Mac and Windows? I
didn''t attach a patch. Too tired. Hopefully someone else can whip tha...
2006 Oct 20
0
[695] trunk/wxruby2/swig/classes/include/wxPen.h: Get/SetStipple not available on GTK
...rgin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[695] trunk/wxruby2/swig/classes/include/wxPen.h: Get/SetStipple not available on GTK</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>695</dd>
<dt>Author</dt> <dd>roys</dd>
<dt>Date</dt> <dd>2006-10-20 15:32:49 -0400 (Fri,...
2007 Mar 30
1
wxWidgets 2.8.3
...released on 03/24/2007, should we
change over to that right away?
The changes are:
All:
- Shut down the sockets gracefully (Sergio Aguayo)
- Fix extra indentation in wxHTML_ALIGN_JUSTIFY display (Chacal)
wxMac
- Corrected top border size for wxStaticBox with empty label (nusi).
- Fixed wxFont, wxPen and wxBrush accessor bugs introduced in 2.8.2.
wxMSW:
- Fixed wxFileName::GetSize() for large files.
- Fixed wxFont and wxPen accessor bugs introduced in 2.8.2.
My vote is to switch because it only looks like minor fixes (which a
2.8.x release should be).
Sean
2007 Mar 29
0
[929] branches/wxruby2/wxwidgets_282/swig/classes: Fix virtual methods that shouldn''t be (Bug 9682); Add missing methods and
...;
</span><span class="cx"> wxLayoutDirection GetLayoutDirection() const;
</span><span class="cx"> int GetLogicalFunction() ;
</span><span class="cx"> int GetMapMode() ;
</span><del>-// bool GetOptimization() ;
- //wxPen& GetPen();
</del><ins>+ void GetMultiLineTextExtent(const wxString& text,
+                      &...
2007 Apr 13
0
[951] branches/wxruby2/wxwidgets_282: Additions to Grid API 2.6->2.8
...@@
</span><span class="cx"> wxString GetRowLabelValue( int row );
</span><span class="cx"> wxString GetColLabelValue( int col );
</span><span class="cx"> wxColour GetGridLineColour();
</span><ins>+ virtual wxPen GetDefaultGridLinePen();
+ virtual wxPen GetRowGridLinePen(int row);
+ virtual wxPen GetColGridLinePen(int col);
</ins><span class="cx"> wxColour GetCellHighlightColour();
</span><span class="cx"> int GetCellHighlightPenWidth();
</sp...
2007 Jan 05
0
[827] trunk/wxruby2/swig: Moved NULL objects into constants so they can be used for default args
...efaultValidator;
</span><span class="cx">
</span><ins>+
+// ''Null'' objects
+%constant wxBitmap const NULL_BITMAP = wxNullBitmap;
+%constant wxIcon const NULL_ICON = wxNullIcon;
+%constant wxCursor const NULL_CURSOR = wxNullCursor;
+%constant wxPen const NULL_PEN = wxNullPen;
+%constant wxBrush const NULL_BRUSH = wxNullBrush;
+%constant wxPalette const NULL_PALETTE = wxNullPalette;
+%constant wxFont const NULL_FONT = wxNullFont;
+%constant wxColour const NULL_COLOUR = wxNullColour;
+
</ins><span class="cx">...
2006 Apr 19
1
Rubyfication of wxWindows
...begin plastering over the rougher spots in wxRuby2. I
was giving some thoughts to predicate methods, of which there are quite
a few in wxWindows. My question is, how far from the wxWindows
documentation do we want to move? Do we want to have aliases for all
renamed methods?
Example:
wxPen::Ok
*bool* *Ok*() *const*
Returns true if the pen is initialised.
The ''correct'' Ruby way to do this would be: ''ok?'' Should we also
keep ''ok''?
Another example:
wxCaret::IsOk
*bool* *IsOk*() *const*
Returns true if the caret wa...
2006 Oct 19
0
[687] trunk/wxruby2/swig/classes/Pen.i: Remove a malformed and unneeded typemap (Roy Sutton)
...$1 = (TYPE($input) == T_ARRAY);
</span><span class="cx"> }
</span><span class="cx">
</span><del>-%apply (int n, wxDash dash []) { (int n, wxDash *dashes),(int nItems, wxDash *dash) }
-
</del><span class="cx"> %ignore wxPen::SetStipple;
</span><span class="cx"> %ignore GetStipple;
</span><span class="cx">
</span></span></pre>
</div>
</div>
</body>
</html>
2006 Oct 21
0
[696] trunk/wxruby2/swig/classes/Pen.i: Un-ignored Get/SetStipple b/c these are now ifdef''d in the header for GTK
...16:22 UTC (rev 696)
</span><span class="lines">@@ -40,10 +40,6 @@
</span><span class="cx"> $1 = (TYPE($input) == T_ARRAY);
</span><span class="cx"> }
</span><span class="cx">
</span><del>-%ignore wxPen::SetStipple;
-%ignore GetStipple;
-
-
</del><span class="cx"> %import "include/wxObject.h"
</span><span class="cx"> %import "include/wxGDIObject.h"
</span><span class="cx">
</span></span></pre>...
2007 Jan 08
0
[841] trunk/wxruby2/swig/classes: Added PasswordEntryDialog
...;',
</span><ins>+ ''wxPasswordEntryDialog'' => ''wxTextEntryDialog'',
</ins><span class="cx"> ''wxPathList'' => ''wxList'',
</span><span class="cx"> ''wxPen'' => ''wxGDIObject'',
</span><span class="cx"> ''wxPlotCurve'' => ''wxObject'',
</span></span></pre></div>
<a id="trunkwxruby2swigclassesincludewxPasswordEntryDialogh"><...
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...</span><span class="cx"> int GetLogicalFunction() ;
</span><span class="cx"> int GetMapMode() ;
</span><del>- bool GetOptimization() ;
</del><ins>+// bool GetOptimization() ;
</ins><span class="cx"> //wxPen& GetPen();
</span><span class="cx"> const wxPen& GetPen() const;
</span><span class="cx"> virtual bool GetPixel(wxCoord x , wxCoord y , wxColour * colour ) = 0;
</span><span class="lines">@@ -100,7 +100,7 @@
</span&...