Arbitrary Width values

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Arbitrary Width values

Birpal Kaur
Can we have arbitrary width values for a new plugin or we have to use only the one given in document_interface.h?
Reply | Threaded
Open this post in threaded view
|

Re: Arbitrary Width values

NAVNEETOJHA
On Tue, Jul 16, 2013 at 10:35 AM, Birpal Kaur [via LibreCAD]
<[hidden email]> wrote:
> Can we have arbitrary width values for a new plugin or we have to use only
> the one given in document_interface.h?


Yes we can have

--
http://resparks.in/
Reply | Threaded
Open this post in threaded view
|

Re: Arbitrary Width values

Nadar
In reply to this post by Birpal Kaur
Birpal Kaur wrote
Can we have arbitrary width values for a new plugin or we have to use only the one given in document_interface.h?
 IMO, if you are working on a plugin development then you have to use width values( Width00 to  Width23 ) which are already defined in document_interface.h
Reply | Threaded
Open this post in threaded view
|

Re: Arbitrary Width values

Birpal Kaur
In reply to this post by NAVNEETOJHA
Then how we can use them in our own plugin?