#include <gtk/gtk.h>
#include <iostream>
Go to the source code of this file.
◆ getContainersFirstVisibleWidget()
static GtkWidget* getContainersFirstVisibleWidget |
( |
GtkContainer * |
container | ) |
|
|
static |
returns the first visible widget in a container
- Parameters
-
container | the container who's children are checked |
- Returns
- The first widget encountered which is visible.
Definition at line 26 of file GtkUtils.H.
◆ getContainersFirstWidget()
static GtkWidget* getContainersFirstWidget |
( |
GtkContainer * |
widget | ) |
|
|
static |
returns the first widget in a container
- Parameters
-
widget | the widget who's children are checked |
- Returns
- The first widget encountered
Definition at line 44 of file GtkUtils.H.