Thread gesamtes MainWindow updaten! (6 answers)
Opened by Froschpopo at 2005-04-13 09:47

Froschpopo
 2005-04-13 16:41
#43522 #43522
User since
2003-08-15
2653 Artikel
BenutzerIn
[default_avatar]
Ok bei den Geometriemanagern klappt das soweit, aber wie mach ich das mit nem Widget wie dem hier:
Code: (dl )
1
2
3
4
5
6
7
8
9
my $m = $config{BuddyList}->Menu(-tearoff => 0);
$m->add(
'command',
-label => "Unterhaltung starten",
-state => $stat == 0 ? 'disabled' : 'normal',
-command => sub { StartChat($user) }
);
$config{"ItemFrame_".$user}->bind('<Button-3>' => sub { $m->Popup(
-popover => 'cursor') });

wie krieg ich das jetzt gelöscht ?

View full thread gesamtes MainWindow updaten!