#14816: GetSizeFromTextSize() part 2 (wxMSW)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 |
From: "wxTrac" <nore...@wxsite.net>
Date: Sun, 11 Nov 2012 02:51:27 -0000
Local: Sat, Nov 10 2012 9:51 pm
Subject: #14816: GetSizeFromTextSize() part 2 (wxMSW)
Ticket URL: <http://trac.wxwidgets.org/ticket/14816>
#14816: GetSizeFromTextSize() part 2 (wxMSW)
---------------------------------------------+----------------------------- -
Reporter: mmarsan | Owner: Type: enhancement | Status: new
Priority: normal | Milestone: Component: GUI-all | Version: 2.9-svn
Keywords: GetSizeFromTextSize GetBestSize | Blockedby: Patch: 0 | Blocking: ---------------------------------------------+----------------------------- -
I attach the second part:
wxTextCtrl, wxChoice, and wxComboBox for wxMSW.
It also fix wxGTK wxTextCtrl to treat wxBORDER_NONE flag.
--
Ticket URL: <http://trac.wxwidgets.org/ticket/14816>
You must Sign in before you can post messages.
You do not have the permission required to post.
|
 |
From: "wxTrac" <nore...@wxsite.net>
Date: Wed, 14 Nov 2012 13:47:15 -0000
Local: Wed, Nov 14 2012 8:47 am
Subject: Re: #14816: GetSizeFromTextSize() part 2 (wxMSW)
Ticket URL: <http://trac.wxwidgets.org/ticket/14816#comment:1>
#14816: GetSizeFromTextSize() part 2 (wxMSW)
---------------------------------------------+----------------------------- -
Reporter: mmarsan | Owner: Type: enhancement | Status: new
Priority: normal | Milestone: Component: GUI-all | Version: 2.9-svn
Keywords: GetSizeFromTextSize GetBestSize | Blockedby: Patch: 0 | Blocking: ---------------------------------------------+----------------------------- -
Comment(by VZ):
(In [72952]) Handle wxBORDER_NONE in wxGTK
wxTextCtrl::DoGetSizeFromTextSize().
Don't add margins for the controls without borders, they are not used in
this
case.
See #14816.
--
Ticket URL: <http://trac.wxwidgets.org/ticket/14816#comment:1>
You must Sign in before you can post messages.
You do not have the permission required to post.
|
 |
From: "wxTrac" <nore...@wxsite.net>
Date: Wed, 14 Nov 2012 13:48:02 -0000
Local: Wed, Nov 14 2012 8:48 am
Subject: Re: #14816: GetSizeFromTextSize() part 2 (wxMSW)
Ticket URL: <http://trac.wxwidgets.org/ticket/14816#comment:2>
#14816: GetSizeFromTextSize() part 2 (wxMSW)
--------------------------+------------------------------------------------ -
Reporter: mmarsan | Owner: Type: enhancement | Status: closed Priority: normal | Milestone: Component: GUI-all | Version: 2.9-svn
Resolution: fixed | Keywords: GetSizeFromTextSize GetBestSize
Blockedby: | Patch: 0
Blocking: |
--------------------------+------------------------------------------------ -
Changes (by VZ):
* status: new => closed
* resolution: => fixed
Comment:
(In [72954]) Implement DoGetSizeFromTextSize() for wxMSW
wx{Choice,Combobox,TextCtrl}.
Refactor and improve the existing DoGetBestSize() implementations to use
DoGetBestSize().
Closes #14816.
--
Ticket URL: <http://trac.wxwidgets.org/ticket/14816#comment:2>
You must Sign in before you can post messages.
You do not have the permission required to post.
|
|
|