changing tabs width in wxNotebook

Wx_widgets user mailing list, post #12,330
Author:
Date:
Subject:
 Jürgen Ladstätter
 2008-07-14 09:49:39
 changing tabs width in wxNotebook
hi there,

wxnotebook is the control that has different tabs and maybe an image on the
left side of the app - the problem is now, that in the german language we
have sometimes very long words to explain "what is on this reiter". instead
of sizing the tabs in wxnotebook, the text is cutted and the end is replaced
with "..."

e.g.:
Haupteinstellungen is changed into "Haupteinst..."

Is there any function to change the width of the tabs?

Kind regards, juergen

_______________________________________________
wx-users mailing list
[email protected]
http://lists.wxwidgets.org/mailman/listinfo/wx-users
Author:
Date:
Subject:
 M Nealon
 2008-07-14 10:52:58
 Re: changing tabs width in wxNotebook
Hi Jürgen

Are you defining the notebook with the wxNB_FIXEDWIDTH style?

If so turn this style off, and see if that solves your problem.

Best regards
Mal

On Mon, Jul 14, 2008 at 9:49 AM, Jürgen Ladstätter
<[email protected]> wrote:
> hi there,
>
> wxnotebook is the control that has different tabs and maybe an image on the
> left side of the app - the problem is now, that in the german language we
> have sometimes very long words to explain "what is on this reiter". instead
> of sizing the tabs in wxnotebook, the text is cutted and the end is replaced
> with "..."
>
> e.g.:
> Haupteinstellungen is changed into "Haupteinst..."
>
> Is there any function to change the width of the tabs?
>
> Kind regards, juergen
>
> _______________________________________________
> wx-users mailing list
> [email protected]
> http://lists.wxwidgets.org/mailman/listinfo/wx-users
>



--
Follow the development of my screenplay authoring program at
http://wxscreenplaywriter.blogspot.com/
_______________________________________________
wx-users mailing list
[email protected]
http://lists.wxwidgets.org/mailman/listinfo/wx-users
Author:
Date:
Subject:
 Jürgen Ladstätter
 2008-07-14 10:55:39
 AW: changing tabs width in wxNotebook
hi Mal,

no - without wxNB_FIXEDWIDTH

kind regards, juergen


-----Ursprüngliche Nachricht-----
Von: M Nealon [mailto:[email protected]
Gesendet: Montag, 14. Juli 2008 10:53
An: [email protected]; [email protected]
Betreff: Re: changing tabs width in wxNotebook

Hi Jürgen

Are you defining the notebook with the wxNB_FIXEDWIDTH style?

If so turn this style off, and see if that solves your problem.

Best regards
Mal

On Mon, Jul 14, 2008 at 9:49 AM, Jürgen Ladstätter
<[email protected]> wrote:
> hi there,
>
> wxnotebook is the control that has different tabs and maybe an image on
the
> left side of the app - the problem is now, that in the german language we
> have sometimes very long words to explain "what is on this reiter".
instead
> of sizing the tabs in wxnotebook, the text is cutted and the end is
replaced
> with "..."
>
> e.g.:
> Haupteinstellungen is changed into "Haupteinst..."
>
> Is there any function to change the width of the tabs?
>
> Kind regards, juergen
>
> _______________________________________________
> wx-users mailing list
> [email protected]
> http://lists.wxwidgets.org/mailman/listinfo/wx-users
>



--
Follow the development of my screenplay authoring program at
http://wxscreenplaywriter.blogspot.com/

_______________________________________________
wx-users mailing list
[email protected]
http://lists.wxwidgets.org/mailman/listinfo/wx-users