Warning: file_put_contents(): Only -1 of 65 bytes written, possibly out of free disk space in /var/www/html/index.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 23

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 25
Prev   GtkFrame::set_label_widget Next void set_label_widget(GtkWidget label_widget ); If you want to pass a GtkLabel be the label of frame, use this method. set_label() will only allow string as i...
Forum und email

GtkFrame::set_label_widget

void set_label_widget(GtkWidget label_widget);

If you want to pass a GtkLabel to be the label of the frame, the use this method. set_label() will only allow a string as it's parameter and this function will allow only GtkLabels.

See also: get_label_widget()