It seems one can implement it at Widget level. On the web I found that Gtk.Scrollbar has a Style property, but can't find any reference to it in the gtk.pp file.
----------------- "fixed-slider-length" Read If TRUE don't change the slider size, just lock it to the minimum length ----------------- I will google some more... Regards, - Graeme - On 13/04/06, Micha Nelissen <[EMAIL PROTECTED]> wrote: > Graeme Geldenhuys wrote: > > If the slider's minimum size is say 100 pixels, no matter how many > > lines of code there is, it will make it much easier to click and drag > > the slider. > > > > Is this something that must change in SynEdit, or in the Widget Toolkits? > > There are multiple possibilities. In SynEdit, in the LCL, or in the > widgetset interface. In the LCL is most generic, and for scrollbars is > there something like "PageSize", "Min", and "Max". (Max-Min+1) * > ScrollBarHeight / PageSize more or less determines the slider size. > > Micha > > _________________________________________________________________ > To unsubscribe: mail [EMAIL PROTECTED] with > "unsubscribe" as the Subject > archives at http://www.lazarus.freepascal.org/mailarchives > -- There's no place like 127.0.0.1 _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
