|
|
| Author |
Message |
|
|
Mr. Camel
Joined: 29 Apr 2008 Posts: 3
|
Posted: Tue Apr 29, 2008 9:00 am Post subject: Rounded Corners In TreeView Rows |
|
|
I am writing an app which displays some rows in a treeview. By default, the rows appear consecutively with no space in between them. They are rectangular with sharp corners.
I want to change the appearance of the treeview rows so that there is a small space in between each row and I also want to make each row rectangle have rounded corners.
What is the best way to accomplish this in gtkmm? |
|
| Back to top |
|
 |
Mr. Camel
Joined: 29 Apr 2008 Posts: 3
|
Posted: Tue Apr 29, 2008 9:02 am Post subject: Noob Question |
|
|
| Sorry in advance for this noob question. |
|
| Back to top |
|
 |
Micah Carrick Never Seen the Sunlight
Joined: 21 Sep 2005 Posts: 505 Location: Portland, OR USA
|
Posted: Tue Apr 29, 2008 2:14 pm Post subject: |
|
|
That kind of stylistic change is typically a function of the Theme and Theme Engine. To learn more about theme and theme engines, check out some of the tutorials and articles on art.gnome.org
You have some control of the theme elements using the GtkStyle object and GtkRc files--both of which you can read about in the GTK manual: http://library.gnome.org/devel/gtk/unstable/gtk-Resource-Files.html |
|
| Back to top |
|
 |
|