|
Main (PHP)
3rd Party Streams
Resources
Code Snippets
Affiliates
|
|
|
|
| |
GdkWindow::set_iconGdkWindow::set_icon
Sets the window icon which can be shown by the window
manager in the title or the task bar.
This function does not work on Windows.
list( $pixmap, $mask) = gdk::pixmap_create_from_xpm($window->window, null, 'window.xpm');
$gdkwindow = $window->window;
$gdkwindow->set_icon( $gdkwindow, $pixmap, $mask);
|
|
|
|
| |
|
|
|
Top Sponsor
Sponsors
Sponsors
Advertisting
Affiliates
|
|