Brian J. Tarricone wrote:
> On 01/05/2010 01:36 PM, Daniel Yek wrote:
>> I want to receive X's PropertyNotify event for _NET_WORKAREA and
>> _NET_CURRENT_DESKTOP root window properties.
>>
>> How can I enable them? Can they be received as "property-notify-event"
>> signal? Or do I need to use lowe
On Thu, Jan 7, 2010 at 1:24 PM, Amol Kulkarni wrote:
> Is it possible to add GtkTreeView inside VBox and then add that VBox to
> ScrolledWindow using gtk_scrolled_window_add_with_viewport(sw,vbox).
> Is this expected/supported use case or am i doing something wrong here?
> Thanks for your time.
Hi All,
Is it possible to add GtkTreeView inside VBox and then add that VBox to
ScrolledWindow using gtk_scrolled_window_add_with_viewport(sw,vbox).
GtkTreeView has inbuilt scrolling support hence it is expected to add it
directely to scrolledwindow using gtk_container_add but in some weird
case i