GTK+ IOStream  Beta
<< GTK+ >> add C++ IOStream operators to GTK+. Now with extra abilities ... like network serialisation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
GtkUtils.H File Reference
#include <gtk/gtk.h>
#include <iostream>
Include dependency graph for GtkUtils.H:

Go to the source code of this file.

Functions

static GtkWidget * getContainersFirstVisibleWidget (GtkContainer *container)
 returns the first visible widget in a container More...
 
static GtkWidget * getContainersFirstWidget (GtkContainer *widget)
 returns the first widget in a container More...
 

Function Documentation

static GtkWidget* getContainersFirstVisibleWidget ( GtkContainer *  container)
static

returns the first visible widget in a container

Parameters
containerthe container who's children are checked
Returns
The first widget encountered which is visible.

Definition at line 26 of file GtkUtils.H.

static GtkWidget* getContainersFirstWidget ( GtkContainer *  widget)
static

returns the first widget in a container

Parameters
containerthe container who's children are checked
Returns
The first widget encountered

Definition at line 44 of file GtkUtils.H.