Jump to content

$XX_DEFAULT for control style?


HighGuy
 Share

Recommended Posts

Hi,

if I want to change the style of a control and want to add a style constant I need to know the default style constants (from the doc) and set them all together. If I only use my constant than I replace the whole style. Would'nt it be useful to have a constant that includes all the defaults so that I only have to add "$XX_DEFAULT + $XX_MYSTYLE"?

Is this possible?

Link to comment
Share on other sites

Hi,

if I want to change the style of a control and want to add a style constant I need to know the default style constants (from the doc) and set them all together. If I only use my constant than I replace the whole style. Would'nt it be useful to have a constant that includes all the defaults so that I only have to add "$XX_DEFAULT + $XX_MYSTYLE"?

Is this possible?

<{POST_SNAPBACK}>

Easy one I will add to GuiConstants.au3 $GUI_SS_DEFAULT_xxx, xxx being the control as LABEL, EDIT, INPUT, ...

Thanks :idiot:

Link to comment
Share on other sites

Easy one I will add to GuiConstants.au3 $GUI_SS_DEFAULT_xxx,  xxx  being the control as LABEL, EDIT, INPUT, ...

Thanks :idiot:

<{POST_SNAPBACK}>

What does "SS" mean? Do you think using LABEL, EDIT is more readable than BS, CBS, LBS, ...?
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...