-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Panel scrollbar #1483
Comments
|
|
The scrollbar should be implemented as widget to use it where it need. |
|
|
Replying to andrew_b:
And where would be that, besides panels? WListboxes already have their own scrollbar.
o·ver·do
v.tr.
v.intr. |
Replying to dborca:
Do you need it right now?
Yes. This scrollbar should be reinplemented to WScrollbar widget to use it in panels, listboxes, etc.
What is it? |
Replying to andrew_b:
Yes. No. I need it since 1.5 years ago. :) I also have it since 1.5 years ago.
This is called overdoing things (hunting mosquitoes with a Howitzer). I'd rather save those few extra cycles of CPU for anything better (or memory; or disk space). I'd rather have it the simple way than not having it at all. Ok, so I have it already, sorry for sharing it.
A simple thing that makes life easier, but won't, because it is not implemented The Right Way (tm). But The Right Way (tm) takes too much time, so it won't get implemented in the near future.
Sorry, too much coffee :) |
crutch |
|
created branch 1483_panel_scrollbar (parent: master)
initial [f8c908bbe94e712f30246fa8611b454261870082]
Control drawing of scrollbar via skin-file: [4761bcb42fcb1a067344e50d47bc8974a31af784]
TODO: drawing scrollbar in any position of widget, but now I don't see sence to complete this work.
review, please. |
Okay, as we discuss in jabber room, need to rework scrollbar. This must be fully-functional widget (with reaction on mouse scroll or click) and need to add srollbar (as widget) into LIST, PANEL etc. elements (not in all widgets). |
|
Branch rebased.
Review, please. |
|
|
|
|
|
|
|
Important
This issue was migrated from Trac:
dborca
(dborca@….com)dborca@….com
,gotar@….pl
,ales.janda@….cz
(@kybl)The following patch adds a primitive scroll indicator to the file panels. It will display only on the active panel, and only if necessary.
Attached patch (against 4.7.0-pre1) does this.
Note
Original attachments:
dborca
(dborca@….com) onAug 6, 2009 at 21:52 UTC
angel_il
(@ilia-maslakov) onAug 7, 2009 at 5:28 UTC
The text was updated successfully, but these errors were encountered: