On 16-06-06 05:05 PM, Rena wrote:
On Mon, Jun 6, 2016 at 7:23 AM, Kamalpreet Grewal
wrote:
I am developing a dialog box. I have added a treeview and two buttons in
it.
Adding the treeview to the scrolled window using:
_mainBox.pack_start(_scrolledWindow, Gtk::PACK_EXPAND_WIDGET);
where _mainB
On Mon, Jun 6, 2016 at 7:23 AM, Kamalpreet Grewal
wrote:
> I am developing a dialog box. I have added a treeview and two buttons in
> it.
>
> Adding the treeview to the scrolled window using:
> _mainBox.pack_start(_scrolledWindow, Gtk::PACK_EXPAND_WIDGET);
> where _mainBox is a Gtk::VBox.
>
> The