Re: Gtk::Grid::attach_next_to
- From: Phil Wolff <adiabat centurylink net>
- To: t harty1 physics ox ac uk
- Cc: "gtkmm-list gnome org >> gtkmm_list gnome" <gtkmm-list gnome org>
- Subject: Re: Gtk::Grid::attach_next_to
- Date: Thu, 30 Oct 2014 11:46:19 -0700
const Widget* Gtk::Grid::get_child_at ( int left, int top ) const
Gets the child of grid whose area covers the grid cell whose upper left
corner is at left, top.
Since gtkmm 3.2:
Parameters
left The left edge of the cell.
top The top edge of the cell.
Returns
The child at the given position, or 0. <---------------------------
Two simple interations should tell you what you want to know.
On Wed, 29 Oct 2014 09:16:37 +0000
Thomas Harty<t harty1 physics ox ac uk> wrote:
Related: what's the best way to get the number of rows/columns
currently in a Gtk::Grid?
[
Date Prev][Date Next] [
Thread Prev][Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]