Setting one toolbar icon without text...
Setting one toolbar icon without text...
- Subject: Setting one toolbar icon without text...
- From: Oliver Cameron <email@hidden>
- Date: Sat, 17 May 2003 11:45:08 +0100
Hey guys, I have a drop down menu in a toolbar, and to be honest, it
looks kind of weird with text below it. Im just wondering if its
possible to have one icon out of all the rest, without text. I don't
mean just deleting the label text. I mean so the icon is centered
vertically.
If you dont know what I mean, if you set a toolbar as icon only, thats
how I want it to look, but with only 1 icon. Help if you can!
Heres my current config code:
[item setLabel:@"Code Editors"];
[item setPaletteLabel:[item label]];
[item setView: codeEditors];
[item setMinSize:NSMakeSize(120, NSHeight([codeEditors
frame]))];
[item setMaxSize:NSMakeSize(120, NSHeight([codeEditors
frame]))];
[item setTarget: self];
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.