Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » gtk scrollbar buttons(can scrollbar buttons be enabled)
gtk scrollbar buttons [message #1155044] Fri, 25 October 2013 16:52
Kendall Shaw is currently offline Kendall ShawFriend
Messages: 12
Registered: July 2013
Junior Member
Can scrollbar buttons be added? I tried adding .gtkrc-2.0:

style "eclipse"
{
GtkScrollbar::has-backward-stepper = 1
GtkScrollbar::has-forward-stepper = 1
}

class "GtkWidget" style "eclipse"

Which is how I changed the default style to get scrollbar buttons in other applications.

I have also added to Adwaita/gtk-3.0/gtk.css and gtk-dark.css (I am using Adwaita theme):

.scrollbar {
-GtkScrollbar-has-forward-stepper: true;
-GtkScrollbar-has-backward-stepper: true;
}

After restarting, that causes scrollbar buttons to appear in gedit, but not eclipse.

Is it simply not respected by SWT, or am I configuring something incorrectly.
Previous Topic:How to set Network Connections programatically
Next Topic:Eclipse coolbar always aligned to left
Goto Forum:
  


Current Time: Wed Apr 24 18:07:28 GMT 2024

Powered by FUDForum. Page generated in 0.02834 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top