GtkSheet with freeze panes
Submitted by prince2578 on Thu, 03/06/2008 - 13:32.
I want to add additional functionality to freeze few rows and columns from the beginning of the sheet.
That means if i scroll the freeze panes remains fixed and all the columns and/or rows after that will be scrolling. I could not hack the code for scrolling. If anyone of you have enough time could you please explain me the following three function ?
adjust_scrollbars
hadjustment_changed
hadjustment_value_changed
else could any one help me to implement those functions.
Thanks
John
- prince2578's blog
- Login or register to post comments









Recent blog posts
- Nirmitsu Technologies Launches NU2000, NU2100 and NU4000
- Gtk and Embedded Devices - part 1
- gtk extra plot...
- GtkSheet with freeze panes
- Fake a signal
- Query::Setting Color of submenu Widgets
- how to color the combo box entry
- Multiline Text Editing Widget
- Setting Color of submenu Widgets
- GtkFB (Gtk+) for the Linux Framebuffer
Re: GtkSheet with freeze panes
these functions for positioning of scrollbars
and signal handlers for horizontal adjustments.