PhAB palette-file problem

Hi!

to init a custom widget with default values for resources when binding
widgets into PhAB you have to give the palette file an entry:

d=class_name,no_of_resource_definitions
definition

where definition is like:
resource_number
resource_type
resource_value

now my question: what’s the resource_type of flag-resources?
or is there any reference about that?

in the docs there’s only the Pt_ARG_DIM example where “dim” should be the
resource type for that resource :frowning:

thanks